
/* Variables */
:root {
    --brand-color: #478d66;
    --brand-color-back: rgba(71, 141, 102, 0.10);
    --brand-color-mid: #4e966e;
    --brand-color-active: #4fb483;
	--accent-color: #3d6e94;
	--accent-color-active: #41759d;
	--domain-influencing-color: #E97200;
	--domain-relationship-color: #0070CD;
	--domain-strategic-color: #00945D;
	--domain-executing-color: #7B2481;
	--domain-influencing-color-dark: #d66a01;
	--domain-relationship-color-dark: #0164b5;
	--domain-strategic-color-dark: #01794d;
	--domain-executing-color-dark: #611c66;
	--purple-color: #8a74a7;
	--purple-color-active: #816aa0;
	--red:#dc3545
}

/*body {
    !*opacity: 0;
    *!
    filter: blur(4px);
    transition: filter .2s ease-in-out;
}

.fontawesome-i2svg-active body {
    filter: blur(0);
}*/

/* General */
html, body {
	height: 100%;
}
.boolean-icon .fa-check, .boolean-icon.fa-check {
    color: #87CB16;
}
.boolean-icon .fa-times, .boolean-icon.fa-times {
    color: #ec971f;
}

body {
    position: relative;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
body, .btn {
	font-size: 14px;
}
.relative {
    position: relative;
}
.btn-simple {
	border: 0;
	background-color: transparent;
}
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-gray {
	background-color: #f4f4f4 !important;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
	border-radius: 6px;
	border: none;
	color: #666 !important;
}
.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
	background-color: #f0f0f0 !important;
	color: #666 !important;
}
.wrapper {
	height: 100%;
	min-height: auto;
}
/*body > .wrapper {
    height: auto;
}*/
/*body .wrapper * {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0.85;
    pointer-events: none;
}
body:not(.shepherd-active) .wrapper * {
    opacity: 1;
    pointer-events: auto;
}*/
.sidebar-mini .wrapper {
	height: 100vh;
}
.sidebar-mini .sidebar {
	position: sticky;
	float: left;
	top: 0;
	height: 1vh;
	min-height: 100%;
	overflow: initial;
	max-height: 100%;
}
.sidebar-mini .sidebar-wrapper {
	overflow: auto !important;
	overflow-x: hidden;
}
.sidebar-mini .sidebar-wrapper::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 0;
}
.sidebar-wrapper::-webkit-scrollbar {
	display: none;
}
.sidebar-wrapper {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
kbd {
    background-color: #bfbfbf;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-visible {
    overflow: visible;
}
.overflow-auto {
    overflow: auto;
}
.bg-f4 {
	background-color: #f4f4f4;
}
.bg-f8 {
	background-color: #f8f8f8;
}
.tempus-dominus-widget {
    border-radius: 8px !important;
    border: 1px solid #eee;
    border-top: 5px solid var(--accent-color);
    margin-top: 8px !important;
}

.tempus-dominus-widget.light button {
	background-color: #3d6f941a !important;
	color: #3d6f94 !important;
	border: 1px solid #3d6f94;
	font-weight: bold;
	font-size: 12px;
	border-radius: 8px;
}
.tempus-dominus-widget:after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: 0.255em;
    content: "";
    border-bottom: 10px solid var(--accent-color);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -12px;
    left: 10px;
}
.tempus-dominus-widget .td-row {
    padding: 15px 10px;
    align-items: center;
}
#onboarding-schedule-picker .tempus-dominus-widget:after {
    content: unset;
}
#onboarding-schedule-picker .tempus-dominus-widget {
    border: 0 !important;
    box-shadow: none;
}
#onboarding-schedule-picker .time-container.td-half.td-collapse.show {
    width: 40%;
}
#onboarding-schedule-picker .date-container.td-half.td-collapse.show {
    width: 60%;
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active {
    background-color: var(--accent-color) !important;
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).today:before {
    border-bottom-color: var(--accent-color) !important;
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.today:before {
    border-bottom-color: white !important;
}
.tempus-dominus-widget .time-container-clock div:not(.no-highlight) svg {
    color: #a8a8a8;
}
.time-container-clock {
    position: relative;
}
.time-container-clock:before {
    content: 'Select time';
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
}
.tempus-dominus-widget .date-container-days .dow {
    font-weight: 500;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    color: var(--accent-color) !important;
}
/* Reworked Menu */
.sidebar .small-logo {
	display: none;
}
#main-panel {
	width: calc(100% - 80px);
}
.sidebar {
	max-width: 80px;
	transition: all ease-in-out 300ms;
	z-index: 1005;
	position: fixed;
}
.sidebar .nav li > a p {
	max-width: 0 !important;
	transition: all ease-in-out 300ms !important;
	overflow: hidden;
}
.sidebar:hover {
	max-width: 260px;
	position: fixed;
}
.sidebar .logo {
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sidebar:hover .logo {
	display: block;
}
.sidebar .logo {
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sidebar:hover .logo {
	display: block;
}
.sidebar .nav li > a {
	padding: 10px 12px !important;
}
.sidebar:hover .nav li > a {
	padding: 10px 15px;
}
.sidebar:hover .nav li > a p {
	max-width: 1000px !important;
}
.sidebar .sidebar-wrapper {
	max-width: 80px;
	transition: all ease-in-out 300ms;
}
.sidebar:hover .sidebar-wrapper {
	max-width: 260px;
}
.sidebar .minimizeSidebar {
	display: none !important;
}
.sidebar .large-logo, .sidebar .slogan {
	max-width: 0 !important;
	opacity: 0;
	transition: all ease-in-out 300ms;
	overflow: hidden;
	max-height: 0;
}
.sidebar .small-logo {
	display: inline;
	max-width: 45px !important;
	opacity: 1;
	transition: all ease-in-out 300ms;
}
.sidebar:hover .large-logo, .sidebar:hover .slogan {
	opacity: 1;
	max-width: 1000px !important;
	max-height: 1000px;
}
.sidebar:hover .small-logo {
	opacity: 0;
	max-width: 0 !important;
}
.sidebar .nav [data-toggle="collapse"] ~ div > ul > li > a {
	padding-left: 60px !important;
}
.sidebar .collapse {
	max-height: 0;
	overflow: hidden;
}
.sidebar:hover .collapse {
	max-height: 1000px;
}
.sidebar .section.advanced {
	height: 27px;
	overflow: hidden;
}
.sidebar .section.advanced span {
	opacity: 0;
	transition: all ease-in-out 300ms;
}
.sidebar:hover .section.advanced span {
	opacity: 1;
}


/* Background video */
.full-page.video-background {
	overflow: hidden;
	position: relative;
}
.full-page iframe.background-video, .full-page .video-overlay {
	display: none;
}
.full-page .video-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(64, 146, 102, 0.60), rgba(48, 110, 77, 0.80));
}
@media (min-width: 992px) {
	 .full-page iframe.background-video {
		display: block;
		width: 100vw;
		height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
		min-height: 100vh;
		min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.full-page .video-overlay {
		display: block;
	}
}
/* End of background video */

.overflow-scroll {
    overflow: scroll;
}
textarea:not(.enable-resize) {
    resize: none;
}
.wow { visibility: hidden; }
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -9999px;
}
label.radio.disabled {
	opacity: 0.5;
}
.btn-group .btn-checkbox svg, .btn-group .toggle svg {
    display: none;
}
.btn-group .btn-checkbox.active svg, .btn-group .toggle.active svg {
    display: inline-block;
}
.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.header.v2 {
	background-color: #f8f8f8;
	box-shadow: 0 2px 9px rgba(223, 223, 223, 0.1);
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	justify-content: space-between;
	padding: 15px 25px;
	align-items: center;
}
.header-floating {
    width: auto;
    position: absolute;
    top: -25px;
    right: 30px;
    display: flex;
    gap: 20px;
}
.header-floating .header {
    display: inline-block;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), 0 0 0 1px rgb(63 63 68 / 10%);
    background-color: #f5f5f5;
}
.header .breadcrumb {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.header.with-padding {
    padding: 15px;
}
.header-buttons {
    padding: 15px 5px 10px;
    margin: -15px -15px 10px;
}
.header.border-top {
	border-top: 1px solid #eee;
}
.header-muted {
    background-color: #f8f8f8;
    box-shadow: 0 2px 9px rgba(223, 223, 223, 0.1);
    border-bottom: 1px solid #f0f0f0;
}
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-muted {
	background-color: #f8f8f8 !important;
	box-shadow: 0 2px 9px rgba(223, 223, 223, 0.1);
	border-bottom: 1px solid #f0f0f0;
}
.grayscale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-5 {
    opacity: 0.5 !important;
}
.opacity-10 {
	opacity: 1 !important;
}
/*.card-user .title, .card .header {
    color: #478d66;
}*/
.header-muted.padding {
    padding-bottom: 10px;
}
/*.header-muted .btn {
    margin-top: -5px;
    margin-bottom: 10px;
}*/
.cls-1,.cls-2 {
    fill:none;
    stroke-linecap: butt;
    stroke-linejoin:round;
}
.cls-1 {
    stroke-width:3px;
}
.cls-2 {
    fill:none;
    stroke:#fff;
    stroke-width:5px;
}
.progress.mid {
    height: 12px;
}
.progress.large {
    height: 20px;
}
.progress-bar-brand {
    background-color: #478d66;
}
.progress-bar-brand-danger {
    background-color: rgb(251, 64, 75);
}
.progress-bar-accent {
    background-color: #3d6e94;
}
.progress-bar-gray {
    background-color: #ccc;
	box-shadow: none;
}
.progress-bar-scheduled {
    background-color: #6d7fa6;
	box-shadow: none;
}
.bs-searchbox input {
    border: 1px solid #ccc;
    border-bottom-color: #ccc !important;
    border-radius: 4px !important;
}

.well.well-light {
    background-color: #fcfcfc;
    border-color: #f0f0f0;
}
.profile-overview-popover .popover-content {
    padding: 0 !important;
}

.label-brand {
    background-color: #478d66;
}
.label-accent {
	background-color: #3d6e94;
}
.label-mutted {
    background-color: #aaa
}
.label-new {
	background-color: #c4333b;
}

.label-new-ticket {
	background-color: #d2be00;
}

.label-planned {
	background-color: #d3881a;
}

.label-purple {
	background-color: #8a74a7;
}
.text-purple {
	color: #8a74a7;
}
.z-index-1 {
    z-index: 1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index-3 {
    z-index: 3 !important;
}

.z-index-4 {
    z-index: 4 !important;
}

.z-index-5 {
    z-index: 5 !important;
}
p {
    font-size: 14px;
}
a {
    color: #478d66;
}
a.accent {
	color: #3d6e94;
}
a:hover, a:focus, a:active {
    color: #4fb483;
}
a.accent:hover, a.accent:focus, a.accent:active {
	color: #41759d;
}
a.red {
	color: red;
}
a.red:hover, a.redd:focus, a.red:active {
	color: #c70000;
}

.lead.lead-sm {
    font-size: 14px;
}
.lead.lead-small {
    font-size: 12px;
}

@media (min-width: 768px) {
    .lead.lead-sm {
        font-size: 19px;
    }
	.lead.lead-small {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
    .lead.lead-sm {
        font-size: 21px;
    }
	.lead.lead-small {
		font-size: 16px;
	}
}
.embed-responsive-18by9 {
	padding-bottom: 50%
}
.embed-responsive-15by8 {
	padding-bottom: 53%
}

.menu-white-space li a {
    white-space: normal;
}

.position-relative {
    position: relative;
}
.status-light {
	height: 10px;
	width: 10px;
	display: inline-block;
	border-radius: 50%;
	line-height: 30px;
	vertical-align: middle;
	margin-right: 8px;
}
.status-light.on {
	background-color: #448e65;
	box-shadow: 0 0 4px 1px #448e65;
}
.status-light.off {
	background-color: red;
	box-shadow: 0 0 4px 1px red;
}
.btn.white-space {
    white-space: normal;
}
.btn.invisible {
	cursor: default;
}
.btn.btn-brand.active.focus, .btn.btn-brand.active:focus, .btn.btn-brand.focus, .btn.btn-brand:active.focus, .btn.btn-brand:active:focus, .btn.btn-brand:focus {
    outline-color: var(--brand-color-mid);
}
.btn.btn-accent.active.focus, .btn.btn-accent.active:focus, .btn.btn-accent.focus, .btn.btn-accent:active.focus, .btn.btn-accent:active:focus, .btn.btn-accent:focus {
    outline-color: var(--accent-color-active);
}
.btn-domain-1 {
    border-color: var(--domain-executing-color) !important;
    color: var(--domain-executing-color) !important;
}

.btn-domain-1:hover, .btn-brand:active, .btn-brand:focus {
    border-color: var(--domain-executing-color-dark) !important;
    color: var(--domain-executing-color-dark) !important;
}

.btn-domain-2 {
    border-color: var(--domain-influencing-color) !important;
    color: var(--domain-influencing-color) !important;
}

.btn-domain-2:hover, .btn-brand:active, .btn-brand:focus {
    border-color: var(--domain-influencing-color-dark) !important;
    color: var(--domain-influencing-color) !important;
}

.btn-domain-3 {
    border-color: var(--domain-relationship-color) !important;
    color: var(--domain-relationship-color) !important;
}

.btn-domain-3:hover, .btn-brand:active, .btn-brand:focus {
    border-color: var(--domain-relationship-color-dark) !important;
    color: var(--domain-relationship-color-dark) !important;
}

.btn-domain-4 {
    border-color: var(--domain-strategic-color) !important;
    color: var(--domain-strategic-color) !important;
}

.btn-domain-4:hover, .btn-brand:active, .btn-brand:focus {
    border-color: var(--domain-strategic-color-dark) !important;
    color: var(--domain-strategic-color-dark) !important;
}
.btn-danger.btn-tinted {
    background-color: hsl(356deg 80% 70%);
    border-color: hsl(356deg 80% 70%);
}
.btn-accent {
    border-color: #3d6e94 !important;
    color: #3d6e94 !important;
}
.btn[data-toggle="button"] .toggle-enabled,
.btn[data-toggle="button"].active .toggle-disabled {
	display: none;
}
.btn[data-toggle="button"].active .toggle-enabled,
.btn[data-toggle="button"] .toggle-disabled {
	display: inline;
}
.btn-accent.btn-fill, .btn-accent.btn-hover-fill:hover, .btn-accent.active {
	background-color: #3d6e94 !important;
	color: #fff !important;
}
.btn-accent:hover, .btn-accent:active, .btn-accent:focus {
    border-color: #41759d !important;
    color: #41759d !important;
}
.btn-accent.btn-fill:hover, .btn-accent.btn-fill:active, .btn-accent.btn-fill:focus {
	background-color: #41759d !important;
	color: white !important;
}
.btn-accent.btn-tinted {
    background-color: hsl(206deg 33% 53%) !important;
    border-color: hsl(206deg 33% 53%) !important;
}
.btn-purple {
	border-color: var(--purple-color) !important;
	color: var(--purple-color) !important;
}
.btn-purple.btn-fill, .btn-purple.btn-hover-fill:hover, .btn-purple.active {
	background-color: var(--purple-color) !important;
	color: #fff !important;
}
.btn-purple:hover, .btn-purple:active, .btn-purple:focus {
	border-color: var(--purple-color-active) !important;
	color: var(--purple-color-active) !important;
}
.btn-purple.btn-fill:hover, .btn-purple.btn-fill:active, .btn-purple.btn-fill:focus {
	background-color: var(--purple-color-active) !important;
	color: white !important;
}
.btn-brand.btn-toggle.btn-simple {
	border-radius: 10px !important;
	padding: 6px 12px;
	color: rgba(68, 145, 104, 0.6);
}
.btn-brand.btn-toggle.btn-simple.active {
	font-weight: bold;
	border: 1px solid #449168;
	color: #449168
}
.btn-brand {
    border-color: #449168 !important;
    color: #449168 !important;

}
.btn-brand:hover, .btn-brand:active, .btn-brand:focus {
    border-color: #32785d !important;
    color: #32785d !important;
	outline: none;
}
.btn.btn-shdw {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.btn.btn-shdw:hover, .btn.btn-shdw:active, .btn.btn-shdw:focus   {
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.3);
}
.btn-brand.btn-fill, .btn-brand.btn-hover-fill:hover {
    background-color: #449168 !important;
    color: #fff !important;
}
.btn-brand.btn-fill.force-text-color, .btn-brand.btn-hover-fill.force-text-color:hover {
    color: #fff !important;
}
.btn-brand.btn-fill:hover, .btn-brand.btn-fill:active, .btn-brand.btn-fill:focus {
    background-color: #32785d !important;
}
.btn-brand.btn-fill.btn-invert, .btn-brand.btn-hover-fill.btn-invert:hover {
    border-color: #cccccc !important;
    background-color: #fff !important;
    color: #666 !important;
    font-weight: bold;
}
.btn-brand.btn-fill.btn-invert:hover, .btn-brand.btn-fill.btn-invert:active, .btn-brand.btn-fill.btn-invert:focus {
    background-color: #fafafa !important;
    margin-top: -1px;
    margin-bottom: 1px;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 10px 10px -5px rgba(68, 145, 104, 0.4);
}
.btn-brand.btn-tinted {
    background-color: hsl(148deg 26% 55%) !important;
    border-color: hsl(148deg 26% 55%) !important;
}
.btn-brand.btn-link {
	border: none;
	font-weight: bold;
}
.btn.toggle .icon {
    display: none;
}
.btn.toggle.active .icon {
    display: inline-block;
}
.btn-white {
    border-color: #fff !important;
    color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
    border-color: #eee !important;
    color: #eee;
}
.btn-white.btn-fill, .btn-white.btn-hover-fill:hover {
    background-color: #fff !important;
    color: #666;
}
.btn-white.btn-fill.force-text-color, .btn-white.btn-hover-fill.force-text-color:hover {
    color: #fff !important;
}
.btn-white.btn-fill:hover, .btn-white.btn-fill:active, .btn-white.btn-fill:focus {
    background-color: #f4f4f4 !important;
    color: #333;
}
.btn-group-sm .btn, .btn-group-sm .input-group-addon {
	padding: 5px 20px;
	font-size: 11px;
}
.btn-group .btn-brand.toggle,
.btn-group .btn-brand.btn-checkbox {
    color:#333;
    background-color:#f4f4f4;
    border-color:#adadad !important;
}

.btn-group .btn-domain-1.toggle.active,
.btn-group .btn-domain-1.btn-checkbox.active {
    background-color: #fff;
    border-color: var(--domain-executing-color-dark) !important;
    color: var(--domain-executing-color-dark);
}

.btn-group .btn-domain-2.toggle.active,
.btn-group .btn-domain-2.btn-checkbox.active {
    background-color: #fff;
    border-color: var(--domain-influencing-color-dark) !important;
    color: var(--domain-influencing-color-dark);
}

.btn-group .btn-domain-3.toggle.active,
.btn-group .btn-domain-3.btn-checkbox.active {
    background-color: #fff;
    border-color: var(--domain-relationship-color-dark) !important;
    color: var(--domain-relationship-color-dark);
}

.btn-group .btn-domain-4.toggle.active,
.btn-group .btn-domain-4.btn-checkbox.active {
    background-color: #fff;
    border-color: var(--domain-strategic-color-dark) !important;
    color: var(--domain-strategic-color-dark);
}
.btn-brand.toggle.active,
.btn-group .btn-brand.btn-checkbox.active {
    background-color: #fff;
    border-color: #32785d !important;
    color: #32785d;
}
.btn-group .btn.dropdown-toggle:not(:last-of-type) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: none;
}
.btn-brand.toggle.active {
    background-color: #32785d;
    color: #fff !important;
    z-index: 0;
}

.btn-group .btn-domain-1.toggle.active {
    background-color: var(--domain-executing-color-dark);
    color: #fff !important;
    z-index: 0;
}

.btn-group .btn-domain-2.toggle.active {
    background-color: var(--domain-influencing-color-dark);
    color: #fff !important;
    z-index: 0;
}

.btn-group .btn-domain-3.toggle.active {
    background-color: var(--domain-relationship-color-dark);
    color: #fff !important;
    z-index: 0;
}

.btn-group .btn-domain-4.toggle.active {
    background-color: var(--domain-strategic-color-dark);
    color: #fff !important;
    z-index: 0;
}

.btn-group .toggle-icon-large {
    display: block;
    font-size: 22px;
}
.btn.btn-brand .caret {
    border-top-color: #449168;
}
.btn.btn-accent .caret {
    border-top-color: #3d6e94;
}
.btn-group.group-flex {
    display: flex;
}
.btn-group.group-flex > * {
    flex-basis: 0;
    flex-grow: 1;
}
.btn-yellow {
    border-color: #d2be00 !important;
    color: #d2be00;
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
    border-color: #b8a600 !important;
    color: #b8a600;
}
.btn-yellow.btn-fill, .btn-yellow.btn-hover-fill:hover {
    background-color: #d4af37 !important;
    color: #fff;
}
.btn-yellow.btn-fill:hover, .btn-yellow.btn-fill:active, .btn-yellow.btn-fill:focus {
    background-color: #d7be69 !important;
}
.btn-yellow.btn-fill.btn-invert, .btn-yellow.btn-hover-fill.btn-invert:hover {
    border-color: #cccccc !important;
    background-color: #fff !important;
    color: #666;
    font-weight: bold;
}
.btn-yellow.btn-fill.btn-invert:hover, .btn-yellow.btn-fill.btn-invert:active, .btn-yellow.btn-fill.btn-invert:focus {
    background-color: #fafafa !important;
    margin-top: -1px;
    margin-bottom: 1px;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.09), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}
.btn-md {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 6px;
}
/*.btn svg[class*="-fa"] {
    margin-right: 5px;
}*/
/*.dropdown-submenu {
	position: relative;
}*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}

.dropdown-submenu>.dropdown-menu {
	top: 20px;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	border-radius: 6px;
}
.dropdown-submenu.left-submenu > .dropdown-menu {
	left: calc(-100% - 15px);
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu .dropdown-menu:after, .dropdown-submenu .dropdown-menu:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dropdown-submenu .dropdown-menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}
.dropdown-submenu .dropdown-menu:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: rgba(0,0,0,0.2);
	border-width: 11px;
	margin-top: -11px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown-menu {
	overflow: auto;
	margin-top: 0 !important;
}
.bootstrap-select .dropdown-menu {
	overflow: unset;
}
.dropdown-menu {
	margin-top: 9px;
	max-height: 500px;
}
.dropdown-menu.menu-sm .divider {
	margin: 0;
}
.dropdown-menu.menu-sm li a {
	padding: 6px 12px;
}
.dropdown-menu .popover-title {
	font-size: 12px;
	color: #777;
}
.bootstrap-select .dropdown-menu li.active small {
	color: #9a9a9a !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: rgba(68, 145, 104, 0.27);
}
.bootstrap-select.btn-group .dropdown-menu li a .flag-icon {
    margin-right: 6px;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    display: flex;
    align-content: center;
    padding-right: 8px;
}
.bootstrap-select.btn-group .dropdown-menu li a .text {
    flex-grow: 1;
}
.bootstrap-select.btn-group .dropdown-menu li a .check-mark {
    position: relative !important;
}
.dropdown-menu li.divider {
	padding: 0 !important;
}
.dropdown-menu.no-link li {
    padding: 8px 16px;
    display: block;
    cursor: pointer;
}
.dropdown-menu.no-link li:first-child:hover,
.dropdown-menu.no-link li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.dropdown-menu.no-link li:last-child:hover,
.dropdown-menu.no-link li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.dropdown-menu.no-link li:hover {
    background-color: #F5F5F5;
    color: #333333;
    opacity: 1;
    text-decoration: none;
}
.bootstrap-select .dropdown-menu li.active small {
	color: #888 !important;
}

.no-side-margin {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.footer {
	position: relative;
}
.footer .copyright.white {
    color: #fff !important;
}
.background-white, .bg-w {
    background-color: white !important;
}
.b-f8 {
    background-color: #f8f8f8 !important;
}
.b-f4 {
    background-color: #f4f4f4 !important;
}

.e2-intro {
    font-size: 14px;
}
.e2-intro .shepherd-header {
    background-color: var(--accent-color) !important;
}
.e2-intro .shepherd-title {
    font-size: 16px;
    color: white;
}
.e2-intro .shepherd-text {
    font-size: 14px;
}
.e2-intro .shepherd-content {
    border-radius: 6px;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.20);
}
.e2-intro.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before {
    background-color: var(--accent-color)!important;
}
.e2-intro[data-popper-placement="bottom-start"] .shepherd-arrow:before {

}
/*.e2-intro .shepherd-button {
     background: var(--accent-color);
}
.e2-intro .shepherd-button:active, .e2-intro .shepherd-button:focus, .e2-intro .shepherd-button:hover {
    background: var(--accent-color-active);
}*/
.shepherd-arrow, .shepherd-arrow:before {
    z-index: unset;
}

.e2-intro .shepherd-buttons {
    margin-top: 10px !important;
}

.e2-intro .btn {
    padding: 8px 20px !important;
    font-size: 12px !important;
    text-transform: none !important;
    cursor: pointer !important;
}

.float-right {
    float: right;
}
.float-left {
    float: left;
}
.block-inline {
    display: inline-block !important;
}
.width-auto {
    width: auto !important;
}
.width-min-content {
    width: min-content !important;
}
.inline {
    display: inline !important;
}
.block {
    display: block !important;
}
.full-width {
    width: 100%;
    min-width: 100%;
}
.width-100 {
    width: 100%;
}
.height-100 {
    height: 100%;
}
.brand-color {
    color: #478d66 !important;
}
.brand-background {
    background: #478d66 !important;
}
.danger-background {
	background: #FB404B !important
}
.document {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 16px;
    margin-top: 4px;
    padding: 8px;
}
.document h1 {
	margin: 15px 0 10px;
	font-size: 2em;
}
.document h2 {
	margin: 15px 0 10px;
	font-size: 1.8em;
}
.document h3 {
	margin: 10px 0 5px;
	font-size: 1.6em;
}
.document h4 {
	margin: 10px 0 5px;
	font-size: 1.4em;
}
.document h5 {
	margin: 10px 0 5px;
	font-size: 1.3em;
}
.well.light {
    background-color: #fdfdfd !important;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 10px;
}
.flex {
    display: flex;
}
.flex-md-up {
    display: initial;
}

.flex-shrink-none {
    flex-shrink: 0;
}
.flex-shrink-1 {
    flex-shrink: 1;
}

.flex-basis-100 {
    flex-basis: 100%;
}
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width: 992px) {
    .flex-md-up {
        display: flex;
    }
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex.wrap,
.flex-space-between.wrap,
.flex-space-evenly.wrap {
    flex-flow: row wrap;
}
.flex-row {
	flex-direction: row !important;
}
@media (max-width: 991px) {
    .flex.wrap-sm,
    .flex-space-between.wrap-sm,
    .flex-space-evenly.wrap-sm {
        flex-flow: row wrap;
    }
    .btn-group-justified-md-down {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: separate
    }
    .btn-group-justified-md-down > .btn, .btn-group-justified-md-down > .btn-group {
        display: table-cell;
        float: none;
        width: 1%
    }
    .btn-group-justified-md-down > .btn-group .btn {
        width: 100%
    }
    .btn-group-justified-md-down > .btn-group .dropdown-menu {
        left: auto
    }
}
.flex-1 {
    flex: 1;
}
.flex-column {
    flex-direction: column;
}
.flex-grow-0 {
    flex-grow: 0;
}
.flex-grow-1 {
    flex-grow: 1;
}
.flex-space-between {
    display: flex;
    justify-content: space-between;
}
.flex-space-evenly {
    display: flex;
    justify-content: space-evenly;
}
.flex-space-around {
    display: flex;
    justify-content: space-around;
}
.flex-space-between.grow > * {
    flex-grow: 1;
}
.align-self-top {
    align-self: start;
}
.align-center {
    align-items: center;
}
.align-start {
    align-items: start;
}

.align-baseline {
    align-items: baseline;
}
.align-end {
    align-items: flex-end;
}

.align-self-stretch {
    align-self: stretch;
}

.align-self-baseline {
    align-self: baseline;
}

.align-self-center {
    align-self: center;
}
.align-self-end {
    align-self: flex-end;
}

.align-self-normal {
    align-self: normal;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end !important;
}
.justify-self-end {
    justify-self: flex-end;
}
.justify-normal {
    justify-content: normal !important;
}
.row.fix {
    display: flex;
    flex-wrap: wrap;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
@media (max-width: 767px) {
    .visible-xs-flex {
        display: flex !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-flex {
        display: flex !important;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}
.list-group.stripped .list-group-item:nth-of-type(even) {
	background-color: #f9f9f9;
}
.list-group-item.selectable .label {
	filter: grayscale(100%);
}
.panel-danger.border-intense {
    border-color: var(--red);
}
.panel-success.border-intense {
    border-color: var(--brand-color);
}
.panel-company.selected a {
	border-left: 7px solid #32785d !important;
	padding-left: 8px;
	color: #32785d;
	font-weight: bold;
}
.card.with-list .list-group,
.card.with-list .panel-collapse > .list-group {
	margin-bottom: 0;
}
.card.with-list .list-group .list-group-item,
.card.with-list .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.card.with-list .list-group:first-child .list-group-item:first-child,
.card.with-list .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.card.with-list .list-group:last-child .list-group-item:last-child,
.card.with-list .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.legend-list svg {
	color: #999;
}
.list-group-checkboxes .list-group-item {
    padding: 0;
    position: relative;
}
.list-group-item:first-child label {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child label {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.list-group-checkboxes .list-group-item label.checked {
    background-color: hsl(147deg 26% 57%);
    color: white;
    font-weight: bold;
}
.list-group-checkboxes .list-group-item label.checked svg {
    color: white;
}
.list-group-checkboxes .checkbox-hint {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.list-group-checkboxes .list-group-item label {
    display: flex;
    margin: 0 !important;
    padding-left: 0;
    padding-right: 10px;
    align-items: center;
    cursor: pointer;
}
.list-group-checkboxes .list-group-item .icons {
    background: rgba(0,0,0,0.075);
    padding: 20px 10px;
    display: flex;
    width: 40px;
    height: auto;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.list-group-checkboxes .list-group-item .text {
    padding-left: 8px;
    flex-grow: 1;
}
.list-group-checkboxes .list-group-item .icons svg {
    position: absolute;
    margin-top: calc(50% - 10px);
    margin-left: calc(50% - 15px);
}
.list-group-item.selectable.selected {
	border-left: 7px solid #32785d !important;
	padding-left: 8px;
	background-color: #f4f4f4;
}
.list-group-item.selectable.selected .list-group-item-heading {
	color: #32785d;
	font-weight: bold;
}
.list-group-item.selectable.selected .item-check-unchecked,
.list-group-item.selectable:not(.selected) .item-check-checked {
	display: none;
}
.list-group-item.selectable:not(.selected) .item-check-unchecked,
.list-group-item.selectable.selected .item-check-checked {
	display: block;
}

.list-group-item.selectable:hover {
	background-color: #f8f8f8;
	cursor: pointer;
}
.list-group-item.selectable:hover .label {
	filter: grayscale(25%);
}
.list-group-item.selectable.selected .label {
	filter: grayscale(0%);
}
.list-group-item:focus {
    outline: 0;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #32785d;
	border-color: #32785d;
}
.list-group-title {
    margin-top: 1px;
    padding: 10px 15px 5px;
    border: none;
}

.list-group-item.flex {
	display: flex;
	align-items: center;
}
.list-group-item.flex span.item-content {
	flex-grow: 1;
}
.list-group-item.toggle {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.list-group-item.toggle .icon {
    display: none;
}

.list-group-item.toggle.active .icon {
    display: block;
}

a.list-group-item-brand, button.list-group-item-brand, .list-group-item.toggle.active {
    background-color: #32785d !important;
    color: #fff !important;
    border-color: #ddd;
}
a.list-group-item-brand .text-muted, button.list-group-item-brand .text-muted {
    color: #eee;
}
.list-group-item-gray, .list-group-item-gray {
    background-color: #f8f8f8 !important;
    border-color: #ddd;
}
.list-group-item-gray .text-muted, .list-group-item-gray .text-muted {
    color: #eee;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default !important;
}

.cursor-nsresize {
    cursor: ns-resize;
}
.cursor-move {
    cursor: move;
}
table td.no-padding {
    padding: 0 !important;
}
.table.no-first-border > tbody > tr:first-of-type > td,
.table.no-first-border > tbody > tr:first-of-type > th,
.table.no-first-border > tfoot > tr:first-of-type > td,
.table.no-first-border > tfoot > tr:first-of-type > th,
.table.no-first-border > thead > tr:first-of-type > td,
.table.no-first-border > thead > tr:first-of-type > th {
    border-top: none;
}
table.tiny td,
table td.tiny-padding {
    padding: 4px 2px !important;
}
table .valign-top {
	vertical-align: top !important;
}
/*.gutter-20.row {
    margin-right: -10px;
    margin-left: -10px;
}*/
.gutter-20 > [class*="col-"], .gutter-20 > [class*=" col-"] {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
/* .gutter-10.row {
     margin-right: -5px;
     margin-left: -5px;
 }*/
.gutter-16 > [class*="col-"], .gutter-10 > [class*=" col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
}
.gutter-10 > [class*="col-"], .gutter-10 > [class*=" col-"] {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
/*.gutter-0.row {
    margin-right: 0;
    margin-left: 0;
}*/
.gutter-0 > [class*="col-"], .gutter-0 > [class*=" col-"]{
    padding-right: 0;
    padding-left: 0;
}
.input-group-addon.addon-right {
    border-right: 1px solid #e3e3e3;
}
.input-group label {
    font-weight: normal;
    font-size: 12px;
    color: #777;
}
label {
	font-size: 12px !important;
	margin-bottom: 5px !important;
	text-transform: uppercase !important;
	font-weight: 400;
	color: #888888;
}
input.inline-input::-webkit-outer-spin-button,
input.inline-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.wh-normal {
    white-space: normal;
}
/* Firefox */
input.inline-input[type=number] {
	-moz-appearance: textfield;
}

.input-group-sm button {
    margin-top: 25px;
    margin-left: -2px !important;
}

.input-group-sm button.sm {
    margin-top: 0;
}
.input-group.input-group-sm > * {
	min-height: 33px;
}

.input-group-md > .form-control, .input-group-md > .input-group-addon, .input-group-md > .input-group-btn > .btn {
    height: 35px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .btn:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,0.2);
}
.sdi-mvs-blue, .sdi-mvs-blue:focus {
    font-weight: bold;
    color: #31729d;
}
.sdi-mvs-green, .sdi-mvs-green:focus {
    font-weight: bold;
    color: #409266;
}
.sdi-mvs-red, .sdi-mvs-red:focus {
    font-weight: bold;
    color: #d92b4d;
}
.table-scrollable {
	overflow: scroll;
}
.table.small-padding td {
    padding-top: 6px;
    padding-bottom: 6px;
}
.table.medium-padding td {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.table-striped > tbody > tr:not(.no-stripe):nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-striped > tbody > tr.no-stripe {
    background-color: transparent;
}
.table-striped-tbody > tbody:not(.no-stripe):nth-of-type(even) > tr {
	background-color: #f9f9f9;
}
.table>tbody+tbody {
    border-top: 1px solid #ddd;
}
.table-responsive.scroll {
    overflow: auto;
}
.table td.no-break-cell {
    white-space:nowrap;
}
.table.no-top-border tr:first-of-type td {
    border-top: none !important;
}
.table > thead > tr > td.accent,
.table > thead > tr > th.accent, .table > thead > tr.accent > td, .table > thead > tr.accent > th,
.table > tbody > tr > td.accent,
.table > tbody > tr > th.accent,
.table > tbody > tr.accent > td,
.table > tbody > tr.accent > th,
.table > tfoot > tr > td.accent,
.table > tfoot > tr > th.accent,
.table > tfoot > tr.accent > td,
.table > tfoot > tr.accent > th {
	background-color: rgba(61, 110, 148, 0.2);
}
tr.no-border th {
    border-top: none !important;
}

td.no-stretch,
th.no-stretch {
    width: 1%;
    white-space: nowrap;
}
.th-hint {
	color: #999;
	display: block;
	font-weight: 500;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 0;
	padding: 0 5px;
}
.flex-break {
	flex-basis: 100%;
	height: 0;
}
.bootstrap-table .table > tbody > .selected {
    background-color: rgba(68, 146, 105, 0.33);
}
.bs-searchbox input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.sidebar .nav i, .sidebar .nav svg.svg-inline--fa {
    font-size: 28px;
    /*float: left;*/
    margin-right: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
}
.sidebar ul.nav {
    padding-bottom: 20px;
}
.nav .advanced {
    background: rgba(0, 0, 0, 0.13);
}
.sidebar .nav li > a {
    margin: 0 15px !important;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.sidebar .nav li > a p {
	flex-grow: 1;
	line-height: 1.7;
	min-height: 30px;
	display: flex;
	align-items: center;
}
.sidebar .nav li[data-tag="zoom_meeting"] small, .sidebar .nav li[data-tag="gallup_fetch"] small {
	color: #eee;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sidebar .nav li[data-tag="zoom_meeting"]:hover small, .sidebar .nav li[data-tag="gallup_fetch"]:hover small {
	white-space: normal;
}
.sidebar .nav li[data-tag="zoom_meeting"], .sidebar .nav li[data-tag="gallup_fetch"] {
	overflow: hidden;
}
.sidebar .nav li[data-tag="zoom_meeting"], .sidebar .nav li[data-tag="gallup_fetch"] {
	margin-bottom: 5px;
}
.sidebar .nav li[data-tag="zoom_meeting"] > a {
	background-color: #FB404B;
	overflow: hidden;
}
.sidebar .nav li[data-tag="gallup_fetch"] > a {
	background-color: #367556;
	overflow: hidden;
}
.sidebar .nav li[data-tag="zoom_meeting"] > a p, .sidebar .nav li[data-tag="gallup_fetch"] > a p {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-width: 0;
}
.sidebar .nav-ripple, .btn-ripple {
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	width: 16px;
	height: 16px;
	background: rgba(208, 53, 62, 0.4);
	opacity: 0;
	border-radius: 100%;
	transform-origin: 50% 50%;
	z-index: 100;
	animation: ripple 1.2s ease-out infinite;
	animation-delay: 1s;
}
.sidebar .nav li[data-tag="zoom_meeting"] .nav-ripple {
	background: rgba(208, 53, 62, 0.4);
}
.sidebar .nav li[data-tag="gallup_fetch"] .nav-ripple {
	background: rgba(81, 150, 116, 0.4);
	animation: rippleSmall 1.2s ease-out infinite;
}
.maintenance-icon .btn-ripple {
	animation: rippleSmall 1.2s ease-out infinite;
	background: rgba(206, 139, 52, 0.4);
}
/*.sidebar .nav li[data-tag="zoom_meeting"] > a:after {
	content: '';
	mix-blend-mode: screen;
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	width: 16px;
	height: 16px;
	background: red;
	opacity: 0;
	border-radius: 100%;
	transform-origin: 50% 50%;
	z-index: 100;
}*/

@keyframes rotation {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes ripple {
	0%, 35% {
		transform: scale(0);
		opacity: 1;
	}
	50% {
		transform: scale(8);
		opacity: 0.8;
	}
	100% {
		opacity: 0;
		transform: scale(16);
	}
}
@keyframes rippleSmall {
	0%, 35% {
		transform: scale(0);
		opacity: 1;
	}
	50% {
		transform: scale(4);
		opacity: 0.8;
	}
	100% {
		opacity: 0;
		transform: scale(8);
	}
}

.sidebar .nav li[data-tag="zoom_meeting"] > a::after {
	animation: ripple 1.2s ease-out infinite;
	animation-delay: 1s;
}
.sidebar .nav li.section {
    text-align: center;
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
}
.sidebar .nav li.section.advanced {
    background: rgba(0, 0, 0, 0.2) !important;
}

.sidebar ul.nav li.divider {
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    margin: 9px 10%;
}

.fixed-nav {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    left: 260px;
}
.fixed{
    top:0;
    position:fixed;
    width:auto;
    display:none;
    border:none;
}
.sidebar-mini .fixed-nav {
    left: 80px !important;
}
.sidebar-mini .main-panel {
    margin-left: 0 !important;
}
.vr {
    width: 1px;
    background-color: #ccc;
    display: block;
    height: 100%;
}

.mce-path {
    visibility: hidden;
}
.contact-card .strengths-inline, .card-strengths-inline {
	padding: 10px 20px;
	background-color: #f8f8f8;
	margin: 0;
	text-align: center;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	border-bottom: 1px solid #e1e1e1;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.strengths-inline li, .card-strengths-inline li {
	cursor: pointer;
	font-weight: bold;
}
.strengths-inline-profile {
    margin-bottom: 0;
    margin-top: -5px;
}
.intl-tel-input {
    width: 100%;
    display: block;
}
.teamgrid-scroll {
    overflow: scroll;
    -ms-overflow-style: scrollbar;
    -ms-overflow-y: auto;
    -ms-overflow-x: scroll;
}
.dropdown-menu.dropdown-menu-right:after, .dropdown-menu.dropdown-menu-right:before {
    right: 12px;
    left: auto;
}

.bg-danger {
    color: #d80e0e;
}
.bg-success {
    color: #10ab00;
}
.bg-brand {
	background-color: var(--brand-color);
}
.bg-gray-light {
    background-color: #f8f8f8;
}
.has-switch.brand span.switch-left, .has-switch.brand span.switch-right {
    background-color: #478d66;
}
.has-switch.brand .switch-off span.switch-right, .has-switch.brand .switch-off span.switch-left {
    background-color: #DDDDDD;
}
.tox-tinymce-aux, .tox .tox-dialog {
	position: relative;
	z-index: 10010 !important;
}
.checkbox .icons .first-icon, .radio .icons .first-icon, .checkbox .icons .second-icon, .radio .icons .second-icon {
	display: block !important;
}
.modal {
	z-index: 1100 !important;
}
.modal-dialog.scrollable-body {
    overflow-y: initial !important;
}
.modal-dialog.scrollable-body .modal-body, .modal-dialog .scrollable-body {
    max-height: 70vh;
    overflow-y: auto;
}
.modal-dialog.scrollable-body.sb-smaller .modal-body, .modal-dialog .scrollable-body.sb-smaller {
    max-height: 60vh;
    overflow-y: auto;
}
.modal-dialog.scrollable-body.sb-larger .modal-body, .modal-dialog .scrollable-body.sb-larger, .modal-dialog.scrollable-body .sb-larger {
	max-height: 85vh;
	overflow-y: auto;
}
.modal-footer.no-before:before,
.modal-footer.no-before:after {
    display: none;
}

.modal-footer.flex-space-between:before,
.modal-footer.flex-space-between:after {
    content: none;
}
.modal-footer.inside {
    margin: 15px -15px -15px;
}
.modal-suptitle {
    color: white;
    font-size: 16px;
    padding-left: 8px;
    margin-bottom: 4px;
    font-weight: 500;
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.modal-close, .lightbox-download {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    right: -40px;
    top: 5px;
	opacity: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
    cursor: pointer;
}
.lightbox-download {
	background-color: var(--accent-color);
	color: white;
	font-size: 18px;
	padding: 8px;
	right: -55px;
}
.lightbox-download:hover, .lightbox-download:focus, .lightbox-download:active {
	background-color: var(--accent-color-active);
	color: white;
	border: 1px solid rgba(0, 0, 0, .1);
}
.fab-modal-download {
	position: absolute;
	background-color: #478d66;
	border-radius: 50%;
	padding: 5px;
	height: 60px;
	width: 60px;
	right: 20px;
	bottom: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	border: 1px solid #478d669c;
	outline: 0;
	cursor: pointer;
	color: white;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	z-index: 10;
	font-size: 29px;
	transition: all 400ms;
}
.fab-modal-download:hover {
	background-color: #4fb483;
	color: white !important;
}
.modal-close:hover {
    background-color: #f4f4f4;
}
.modal-avatar {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    left: -58px;
    top: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border: 2px solid #ddd;
    outline: 0;
    height: 48px;
    width: 48px;
    background-size: cover;
}
.modal-footer-flex {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
#status-container {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 1060;
    display: flex;
    justify-content: center;
    align-items: center;
}
#status-container .icon-checkmark {
    height: 200px;
    width: 200px;
}
.swal2-container {
	z-index: 10000 !important;
}
.swal2-popup {
	font-size: 1.6rem !important;
}
.swal2-content p {
	color: #545454;
	font-size: 1.125em;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 20px;
}

/* Text */
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-xs-left {  text-align: left;  }
.text-xs-center {  text-align: center;  }
.text-xs-right {  text-align: right;  }
#subview-content {
    padding: 15px 0;
}
#subview-content.no-border-page {
	padding: 0;
	background-color: white;
}
#subview-content.no-border-page .container-fluid {
	padding: 0;
}
#subview-content.no-border-page .content, #subview-content.no-border-page .header {
	padding: 15px 30px;
}
.navbar.no-border-page, footer.no-border-page, #subview-content.no-border-page.navbar {
	background-color: #f8f8f8;
}
.no-clearfix-xs {
    clear: none;
}
@media (min-width: 768px) {
    .text-sm-left {  text-align: left !important;  }
    .text-sm-center {  text-align: center !important;  }
    .text-sm-right {  text-align: right !important;  }
    .no-clearfix-sm {
        clear: none;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-md-left {  text-align: left !important;  }
    .text-md-center {  text-align: center !important;  }
    .text-md-right {  text-align: right !important;  }
    .no-clearfix-md {
        clear: none;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .text-lg-left {  text-align: left !important;  }
    .text-lg-center {  text-align: center !important;  }
    .text-lg-right {  text-align: right !important;  }
    #subview-content {
        padding: 30px 15px;
    }
    .no-clearfix-lg {
        clear: none;
    }
}
.text-light {
    font-weight: 300 !important;
}
.text-regular {
    font-weight: normal !important;
}
.text-medium {
    font-weight: 500 !important;
}
.text-bold {
    font-weight: bold !important;
}
.text-italic {
    font-style: italic !important;
}
.help-block {
    font-size: 12px;
    margin-bottom: 0;
}
.text-gradient {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
.tran {
    transition: all 0.4s ease-in-out;
}
.text-icon-light {
    color: #bbb;
}
.form-group label small {
	opacity: 0.75;
}
/* Font awesome */
.fa-stack-05x {
    position:absolute;
    left:0;
    width:100%;
    text-align:center
}
.fa-stack-05x {
    line-height:inherit !important;
    font-size:0.5em !important;
}
.fa-stack-small {
    width: 20px !important;
    height: 1em !important;
    line-height: 1em !important;
}
.fam, .fam .svg-inline--fa {
    margin-right: 5px;
}
.svg-inline--fa:not(.os) {
    width: 1.5em !important;
}
.os .svg-inline--fa, .svg-inline--fa.os {
    width: 1em !important;
}
/* Cards */
.card .content {
	padding: 15px;
}
.card.for-buttons {
    margin-bottom: 10px;
    margin-top: -15px;
}
.card.smaller-margin {
    margin: 15px 0 15px;
}
.card.smaller-margin:first-of-type {
    margin-top: 0;
}
.card.smaller-margin:last-of-type {
    margin-bottom: 0;
}
.modal-body .card .header {
    font-weight: 400;
    font-size: 18px;
}
.modal-body.gray {
    background-color: #F5F5F5;
}
.modal-body .card {
    margin-bottom: 8px;
}
@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		width: 900px;
	}
}
@media (min-width: 1400px) {
	.modal-xl {
		width: 1200px;
	}
}
.modal-full {
	width: 94%;
}
.card-user .avatar.small {
    height: 96px;
    width: 96px;
}
.subheader {
    padding: 15px 15px;
    color: #333333;
    font-weight: 300;
    font-size: 22px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #f0f0f0;
}
.subheader.buttons-evenly {
	display: flex;
}
.subheader.buttons-evenly > .btn {
	flex-grow: 1;
	flex-basis: 0;
	margin: 0 5px;
}
.subheader-content {
	padding: 15px;
	background-color: white;
	margin-right: -15px;
	margin-left: -15px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
	font-size: initial;
}
.gray-box {
    padding: 15px;
    color: #333333;
    background-color: #fcfcfc;
    border-bottom: 1px solid #f0f0f0;
}
.gray-box.m-neg {
    margin: -15px -15px 20px;
    padding: 15px 20px;
}
ul.text-14 li, ol.text-14 li {
	font-size: 14px;
	font-weight: normal;
}
.subheader.regular-text {
    font-size: initial;
}
.subheader.no-bottom {
    border-bottom: none;
}
.subheader.all-borders {
	border: 1px solid #f0f0f0;
}
.subheader.round-borders {
	border-radius: 6px;
}
.subheader.top-border {
    border-top: 1px solid #f0f0f0;
}
.subheader.right-border {
    border-right: 1px solid #f0f0f0;
}

.subheader.buttons {
    display: flex;
    justify-content: space-between;
}

.subheader.buttons > * {
    flex-grow: 1;
    margin: 0 5px;
}

/* Autocomplete suggestions */
.autocomplete-suggestions {
    border: 1px solid #ccc;
    background: #FFF;
    overflow: auto;
    font-weight: bold;
    font-size: 15px;
	padding: 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.autocomplete-no-suggestion {
	color: #777;
}
.autocomplete-suggestion {
    padding: 4px 10px;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.autocomplete-suggestion small {
	color: #777;
}
.autocomplete-suggestion:last-of-type {
    border-bottom: none;
}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #4fb483; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.light-break {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 10px 0 10px;
}

.show-activity a{
    color: #333 !important;
    font-weight: normal;
    font-size: 15px !important;
}
.padding-bottom-10{
    padding-bottom: 10px !important;
}
.sidebar .navbar-toggle.wide-only {
    display: inline-block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: absolute;
    height: 80px;
    left: 10px;
}
.sidebar .navbar-toggle.wide-only.minimized {
    display: none;
}
.sidebar .navbar-toggle.active-only {
    display: none;
}
.sidebar .navbar-toggle.active-only.minimized {
    display: block;
    margin-right: 0;
}
.sidebar-wrapper.toggle {
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow: auto;
    display: flex;
    justify-content: center;
}
.navbar-brand .slogan {
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.navbar-brand-subtitle {
	display: block;
	font-size: 13px;
	color: #777;
}
.logo .slogan {
    font-size: 12px;
}
#navbar-session-edit {
    width: calc(100% - 260px);
}
.sidebar-mini #navbar-session-edit {
    width: calc(100% - 80px);
}
#topbar-profile {
    line-height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}
#topbar-profile-dropdown {
    margin-top: -2px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:not(.btn):hover,
.navbar-default .navbar-nav > .active > a:not(.btn):focus,
.navbar-default .navbar-nav > li > a:not(.btn):hover,
.navbar-default .navbar-nav > li > a:not(.btn):focus {
    color: #478d66;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #478d66;
    border-top-color: #478d66;
}
.navbar .navbar-nav > li > a.btn {
    margin: 10px;
}
.navbar-brand.multi-line {
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


/* Nav notification */
.nav .notification {
    position: absolute;
    background-color: #FB404B;
    text-align: center;
    border-radius: 10px;
    min-width: 18px;
    padding: 0 5px;
    height: 18px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 18px;
    top: 2px;
    left: 7px;
}
.nav .notification.right {
    right: 7px;
    left: auto;
}
.personalized-talents-notification {
    position: relative !important;
}
.profile-dropdown .warning {
    background-color: #FB404B;
    text-align: center;
    border-radius: 10px;
    min-width: 18px;
    padding: 0 5px;
    height: 18px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 18px;
    position: relative;
    display: inline-block;
    margin-right: 6px;
}
.collapse span.notification, .collapsing span.notification {
    left: 40px;
}
.video-collapse {
	position: relative;
}
.collapse-close {
	display: flex;
	position: absolute;
	background-color: #333;
	color: white;
	border-radius: 0 50% 50% 0;
	padding: 5px;
	right: -30px;
	top: 5px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	border: 1px solid rgba(0, 0, 0, .2);
	outline: 0;
	cursor: pointer;
	transition: all 300ms;
	height: 30px;
	width: 30px;
	justify-content: center;
	align-items: center;
}
.collapse-close:hover {
	background-color: #555;
	top: 0px;
}
.pagination-center {
    display: flex;
    justify-content: center;
    padding: 0;
}
.pagination li.active a, .pagination li.active a:hover {
    background-color: #478d66;
}

/*@media (max-width: 1399px) {
    .sidebar-wrapper .nav>li>a {
        padding: 7px 15px !important;
    }
}*/

.nav-revealing .grow-nav-item {
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}

.nav-revealing .grow-nav-item .nav-revealing-text {
    width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.nav-revealing .grow-nav-item:hover .nav-revealing-text,
.nav-revealing .grow-nav-item.active .nav-revealing-text {
    width: 100%;
}

@media (min-width: 1400px) {
    .nav-revealing .grow-nav-item .nav-revealing-text {
        width: 100%;
    }
}

/* Text sizes */
.text-10 {font-size: 10px !important;}
.text-11 {font-size: 11px !important;}
.text-12 {font-size: 12px !important;}
.text-13 {font-size: 13px !important;}
.text-14 {font-size: 14px !important;}
.text-15 {font-size: 15px !important;}
.text-16 {font-size: 16px !important;}
.text-18 {font-size: 18px !important;}
.text-20 {font-size: 20px !important;}
.text-22 {font-size: 22px !important;}
.text-24 {font-size: 24px !important;}
.text-28 {font-size: 28px !important;}
.text-32 {font-size: 32px !important;}
.text-36 {font-size: 36px !important;}

.text-10-lg {font-size: 10px !important;}
.text-11-lg {font-size: 11px !important;}
.text-12-lg {font-size: 12px !important;}
.text-14-lg {font-size: 14px !important;}
.text-16-lg {font-size: 16px !important;}
.text-18-lg {font-size: 18px !important;}
.text-20-lg {font-size: 20px !important;}
.text-24-lg {font-size: 24px !important;}
.text-28-lg {font-size: 28px !important;}

@media (max-width: 1399px) {
    .text-10-lg {font-size: 8px !important;}
    .text-11-lg {font-size: 9px !important;}
    .text-12-lg {font-size: 10px !important;}
    .text-14-lg {font-size: 12px !important;}
    .text-16-lg {font-size: 14px !important;}
    .text-18-lg {font-size: 16px !important;}
    .text-20-lg {font-size: 18px !important;}
    .text-24-lg {font-size: 22px !important;}
    .text-28-lg {font-size: 24px !important;}
}

.text-pink {
    color: #b768a9;
}

.text-red, .status-unknown {
    color: #fb3c43 !important;
}
.text-green {
    color: #5ed55d;
}
.text-brand, .status-confirmed {
    color: #449168 !important;
}
.text-brand-muted {
    color: rgba(68, 145, 104, 0.75) !important;
}
.text-brand-opacity {
	color: rgba(68, 145, 104, 0.71);
}
.text-brand-important {
	color: #449168 !important;
}
.text-accent {
	color: #3d6e94 !important;
}
.text-secondary {
    color: #6e99bf;
}
.text-scheduled {
	color: #6d7fa6 !important;
}
.text-orange, .status-pending {
    color: #d3881a !important;
}
.text-white {
    color: #fff;
}
.text-white-important {
	color: #fff !important;
}
.white-caret .caret {
	border-top-color: #fff !important;
}
.text-ccc {
    color: #ccc;
}
.text-999 {
    color: #999;
}
.text-888 {
    color: #888;
}
.text-777 {
    color: #777;
}
.text-666 {
    color: #666;
}
.text-333 {
    color: #333;
}

/* Panels */
.panel-field {
    background-color: #f8f8f8;
    cursor: pointer;
}
.people-box .static {
    cursor: default;
}
.people-box .panel-body {
    color: #333 !important;
}
.panel-field:hover {
    background-color: #fcfcfc;
}
.panel-field.active {
    background-color: #449168;
    color: #fff !important;
}

.people-box .person-hint {
    display: none;
}

.people-box .panel:not(.active):hover .person-hint.hint-default {
    display: block;
}

.people-box .panel.active:hover .person-hint.hint-active {
    display: block;
}

.panel-field.active .panel-body {
    color: #fff !important;
}

.panel-field.active .panel-body .text-muted {
    color: #eee !important;
}

.panel-field .coach-index-icon .inactive-icon,
.panel-field.active .coach-index-icon .active-icon {
    display: inline-block;
}

.panel-field .coach-index-icon .active-icon
.panel-field.active .coach-index-icon .inactive-icon {
    display: none;
}
.panel-field .check, .panel-field .remove, .panel-field .add {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.6);
    color: green;
    font-size: 25px;
    border-radius: 26px;
}
.panel-field.active .check {
    display: flex;
}
.panel-field.active:hover .panel-team-session .check {
    display: none;
}
.team-session-participant.not-attended {
	text-decoration: line-through;
}
.team-session-participant.not-attended td:not(:last-of-type) {
	opacity: 0.5;
}
.team-session-participant.not-attended .img-profile {
	opacity: .25;
}
.panel-field:not(.active):hover .add {
    display: flex;
}
.panel-field.active:hover .remove {
    display: flex;
}
.selected-overview .panel-field.active {
    background-color: #f8f8f8 !important;
    cursor: default !important;
    color: #333 !important;
}
.selected-overview .panel-field.active .check {
    display: none;
}
.selected-overview .panel-field.active:hover .remove {
    display: none;
}
.feedback-wizard li:first-of-type a {
    border-top-left-radius: 10px !important;
}
.feedback-wizard li:last-of-type a {
    border-top-right-radius: 10px !important;
}
.feedback-wizard li a {
    cursor: default !important;
}
.feedback-load-more {
	padding: 10px 20px;
	background-color: #f8f8f8;
	border-radius: 8px;
	color: #777;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
}
.feedback-load-more:hover {
	background-color: #f4f4f4;
}
span.recipients-count {
    color: #478d66;
    height: 20px;
    width: 20px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50px;
    font-weight: bold;
    margin-left: 4px;
    font-size: 14px;
}

.avatar-with-check {
    position: relative;
}
.alert-info {
    color:#fff;
    background-color: #478d66;
}
.alert-info hr {
    border-top-color: #63b78a;
}
.alert-gray {
	color: #333333;
	background-color: #eee;
}
.alert-warning-dark {
	background-color: rgba(255, 188, 103, 0.5);
	color: #8c5612;
}
.alert-rounded {
	border-radius: 6px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

.line-height-0 {   line-height: 0;   }
.line-height-05 {   line-height: .5;   }
.line-height-075 {   line-height: .75;   }
.line-height-1 {   line-height: 1;   }
.line-height-11 {   line-height: 1.1;   }
.line-height-12 {   line-height: 1.2;   }
.line-height-13 {   line-height: 1.3;   }
.line-height-14 {   line-height: 1.4;   }
.line-height-15 {   line-height: 1.5;   }
.line-height-16 {   line-height: 1.6;   }
.line-height-17 {   line-height: 1.7;   }
.line-height-18 {   line-height: 1.8;   }
.line-height-19 {   line-height: 1.9;   }
.line-height-20 {   line-height: 2.0;   }
.line-height-14px {   line-height: 14px;   }

/* Margins */
.margin-0, .m0 { margin: 0 !important;   }
.margin-5, .m5 { margin: 5px !important;   }
.margin-10, .m10 { margin: 10px !important;   }
.margin-15, .m15 { margin: 15px !important;   }
.margin-20, .m20 { margin: 20px !important;   }

.margin-right-10-neg, .mr10-neg {  margin-right: -10px !important;  }
.margin-right-5-neg, .mr5-neg {  margin-right: -5px !important;  }
.margin-right-0, .mr0 {  margin-right: 0 !important;  }
.margin-right-5, .mr5 {  margin-right: 5px !important;  }
.margin-right-10, .mr10 {  margin-right: 10px !important;  }
.margin-right-15, .mr15 {  margin-right: 15px !important;  }
.margin-right-20, .mr20 {  margin-right: 20px !important;  }
.margin-right-40, .mr40 {  margin-right: 40px !important;  }
.margin-right-60, .mr60 {  margin-right: 60px !important;  }
.margin-right-80, .mr80 {  margin-right: 80px !important;  }

.margin-left-0, .ml0 {  margin-left: 0px !important;  }
.margin-left-5, .ml5 {  margin-left: 5px !important;  }
.margin-left-10, .ml10 {  margin-left: 10px !important;  }
.margin-left-15, .ml15 {  margin-left: 15px !important;  }
.margin-left-20, .ml20 {  margin-left: 20px !important;  }
.margin-left-30, .ml30 {  margin-left: 30px !important;  }
.margin-left-neg-10, .ml10-neg {  margin-left: -10px !important;  }

.margin-side-neg-15, .ms15-neg {  margin-left: -15px !important; margin-right: -15px !important;  }
.margin-side-neg-30, .ms30-neg {  margin-left: -30px !important; margin-right: -30px !important;  }
.margin-side-neg-35, .ms35-neg {  margin-left: -35px !important; margin-right: -35px !important;  }
.margin-side-0, .ms0 {  margin-left: 0 !important;  margin-right: 0 !important;  }
.margin-side-5, .ms5 {  margin-left: 5px !important;  margin-right: 5px !important;  }
.margin-side-10, .ms10 {  margin-left: 10px !important; margin-right: 10px !important;  }
.margin-side-8, .ms8 {  margin-left: 8px !important; margin-right: 8px !important;  }
.margin-side-15, .ms15 {  margin-left: 15px !important; margin-right: 15px !important;  }
.margin-side-20, .ms20 {  margin-left: 20px !important; margin-right: 20px !important;  }
.margin-side-30, .ms30 {  margin-left: 30px !important; margin-right: 30px !important;  }
.margin-side-40, .ms40 {  margin-left: 40px !important; margin-right: 40px !important;  }

.margin-top-0, .mt0 {  margin-top: 0 !important;  }
.margin-top-5, .mt5 {  margin-top: 5px !important;  }
.margin-top-10, .mt10 {  margin-top: 10px !important;  }
.margin-top-15, .mt15 {  margin-top: 15px !important;  }
.margin-top-20, .mt20 {  margin-top: 20px !important;  }
.margin-top-25, .mt25 {  margin-top: 25px !important;  }
.margin-top-30, .mt30 {  margin-top: 30px !important;  }
.margin-top-40, .mt40 {  margin-top: 40px !important;  }
.margin-top-50, .mt50 {  margin-top: 50px !important;  }
.margin-top-60, .mt60 {  margin-top: 60px !important;  }
.margin-top-80, .mt80 {  margin-top: 80px !important;  }
.margin-top-100, .mt100 {  margin-top: 100px !important;  }
.margin-top-110, .mt110 {  margin-top: 110px !important;  }
.margin-top-120, .mt120 {  margin-top: 120px !important;  }
.margin-top-neg-5, .mt5-neg {  margin-top: -5px !important;  }
.margin-top-neg-10, .mt10-neg {  margin-top: -10px !important;  }
.margin-top-neg-15, .mt15-neg {  margin-top: -15px !important;  }
.margin-top-neg-20, .mt20-neg {  margin-top: -20px !important;  }
.margin-top-neg-30, .mt30-neg {  margin-top: -30px !important;  }
.margin-top-neg-50, .mt50-neg {  margin-top: -50px !important;  }

.margin-bottom-0, .mb0 {  margin-bottom: 0 !important;  }
.margin-bottom-5, .mb5 {  margin-bottom: 5px !important;  }
.margin-bottom-10, .mb10 {  margin-bottom: 10px !important;  }
.margin-bottom-15, .mb15 {  margin-bottom: 15px !important;  }
.margin-bottom-20, .mb20 {  margin-bottom: 20px !important;  }
.margin-bottom-30, .mb30 {  margin-bottom: 30px !important;  }
.margin-bottom-40, .mb40 {  margin-bottom: 40px !important;  }
.margin-bottom-100, .mb100 {  margin-bottom: 100px !important;  }
.margin-bottom-neg-5, .mb5-neg {  margin-bottom: -5px !important;  }
.margin-bottom-neg-10, .mb10-neg {  margin-bottom: -10px !important;  }
.margin-bottom-neg-15, .mb15-neg {  margin-bottom: -15px !important;  }
.margin-bottom-neg-30, .mb30-neg {  margin-bottom: -30px !important;  }

.padding-left-0, .pl0 {   padding-left: 0 !important; }
.padding-left-5, .pl5 {   padding-left: 5px !important; }
.padding-left-10, .pl10 {   padding-left: 10px !important; }
.padding-left-15, .pl15 {   padding-left: 15px !important; }
.padding-left-20, .pl20 {   padding-left: 20px !important; }
.padding-left-25, .pl25 {   padding-left: 25px !important; }
.padding-left-30, .pl30 {   padding-left: 30px !important; }

.padding-right-0, .pr0 {   padding-right: 0 !important; }
.padding-right-5, .pr5 {   padding-right: 5px !important; }
.padding-right-10, .pr10 {   padding-right: 10px !important; }
.padding-right-15, .pr15 {   padding-right: 15px !important; }
.padding-right-20, .pr20 {   padding-right: 20px !important; }
.padding-right-25, .pr25 {   padding-right: 25px !important; }
.padding-right-30, .pr30 {   padding-right: 30px !important; }
.padding-right-35, .pr35 {   padding-right: 35px !important; }
.padding-right-40, .pr40 {   padding-right: 40px !important; }

.padding-side-0, .ps0 {   padding-right: 0 !important; padding-left: 0 !important; }
.padding-side-5, .ps5 {   padding-right: 5px !important; padding-left: 5px !important; }
.padding-side-8, .ps8 {   padding-right: 8px !important; padding-left: 8px !important; }
.padding-side-10, .ps10 {   padding-right: 10px !important; padding-left: 10px !important; }
.padding-side-15, .ps15 {   padding-right: 15px !important; padding-left: 15px !important; }
.padding-side-20, .ps20 {   padding-right: 20px !important; padding-left: 20px !important; }
.padding-side-25, .ps25 {   padding-right: 25px !important; padding-left: 25px !important; }
.padding-side-30, .ps30 {   padding-right: 30px !important; padding-left: 30px !important; }
.padding-side-40, .ps40 {   padding-right: 40px !important; padding-left: 40px !important; }
.padding-side-60, .ps60 {   padding-right: 60px !important; padding-left: 60px !important; }
.padding-side-120, .ps120 {   padding-right: 120px !important; padding-left: 120px !important; }

.padding-top-0, .pt0 {   padding-top: 0 !important; }
.padding-top-5, .pt5 {   padding-top: 5px !important; }
.padding-top-10, .pt10 {   padding-top: 10px !important; }
.padding-top-15, .pt15 {   padding-top: 15px !important; }
.padding-top-20, .pt20 {   padding-top: 20px !important; }
.padding-top-25, .pt25 {   padding-top: 25px !important; }
.padding-top-30, .pt30 {   padding-top: 30px !important; }
.padding-top-60, .pt60 {   padding-top: 60px !important; }

.padding-bottom-0, .pb0 {   padding-bottom: 0 !important; }
.padding-bottom-0, .pb2 {   padding-bottom: 2px !important; }
.padding-bottom-5, .pb5 {   padding-bottom: 5px !important; }
.padding-bottom-10, .pb10 {   padding-bottom: 10px !important; }
.padding-bottom-15, .pb15 {   padding-bottom: 15px !important; }
.padding-bottom-20, .pb20 {   padding-bottom: 20px !important; }
.padding-bottom-25, .pb25 {   padding-bottom: 25px !important; }
.padding-bottom-30, .pb30 {   padding-bottom: 30px !important; }
.padding-bottom-40, .pb40 {   padding-bottom: 40px !important; }

.padding-0, .p0 {   padding: 0 !important; }
.padding-5, .p5 {   padding: 5px !important; }
.padding-10, .p10 {   padding: 10px !important; }
.padding-15, .p15 {   padding: 15px !important; }
.padding-20, .p20 {   padding: 20px !important; }
.padding-25, .p25 {   padding: 25px !important; }
.padding-30, .p30 {   padding: 30px !important; }

.gap-0, .g0 {   gap: 0 !important; }
.gap-5, .g5 {   gap: 5px !important; }
.gap-10, .g10 {   gap: 10px !important; }
.gap-15, .g15 {   gap: 15px !important; }
.gap-20, .g20 {   gap: 20px !important; }
.gap-25, .g25 {   gap: 25px !important; }
.gap-30, .g30 {   gap: 30px !important; }

.border-0 {  border: 0 !important;  }
.border-top-0 {  border-top: 0 !important;  }
.border-right-0 {  border-right: 0 !important;  }
.border-bottom-0 {  border-bottom: 0 !important;  }
.border-left-0 {  border-left: 0 !important;  }
.border-radius-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.border-radius-bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.hr-side-margin-neg-15 {
    margin-right: -15px;
    margin-left: -15px;
}
.hr-side-margin-neg-30 {
    margin-right: -30px;
    margin-left: -30px;
}
hr.nm {
    margin-top: 0;
    margin-bottom: 0;
}
hr.mm {
    margin-top: 10px;
    margin-bottom: 10px;
}
hr.darker {
	border-top-color: #e6e6e6;
}

/* Defaults */
.no-data-container {
    padding: 30px 40px;
    background: repeating-linear-gradient( 45deg, #ffffff, #ffffff 10px, #f0f0f0 10px, #f0f0f0 20px );
    text-align: center;
}
.no-data-container h4 {
    font-weight: bold;
}
.no-data-container.small,
.no-data-container.small-container {
    margin: 8px 0;
    padding: 5px 20px;
}
.no-data-container.small h4,
.no-data-container.small-container h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.4em;
}
.no-data-container.tiny {
    margin: 5px 0;
    padding: 0px 8px;
}
.no-data-container.tiny h4 {
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
}
.no-data-container.tiny p {
	font-size: 13px;
	padding: 4px 8px;
}
.no-data-container.journey {
	margin: 0;
	background: repeating-linear-gradient( 45deg, #ffffff, #ffffff 10px, #fafafa 10px, #fafafa 20px );
}
.no-data-container.danger {
    background: repeating-linear-gradient( 45deg, #f08d8e, #f08d8e 10px, #f0a4a7 10px, #f0a4a7 20px );
    color: #fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.empty-container {
	background-color: #f4f4f4;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
	flex-direction: column;
}
.empty-container.tiny p {
	font-size: 16px !important;
	margin: 10px 0 5px !important;
}
.empty-container.tiny {
	padding: 20px;
}
.empty-container img,
.empty-container svg {
	max-width: 175px;
}
.empty-container.tiny img,
.empty-container.tiny svg {
	max-height: 100px;
}
/* Gallup list */
.gallup-strength {
    position: relative;
    padding-left: 16px;
}
.gallup-strength .domain-color {
    display: inline-block;
    height: 80%;
    width: 6px;
    position: absolute;
    top: 10%;
    bottom: 10%;
}

.gallup-strength .domain-color.with-sequence {
    width: 1.75em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 4px;
}
.gallup-strength .strength {
    margin-left: 14px;
    font-weight: bold;
    padding: 4px 0;
}

.gallup-strength .strength.with-sequence {
    margin-left: calc(1.75em + 6px);
}
.gallup-strength.flex {
    position: relative;
    padding-left: 16px;
    align-items: center;
}
.gallup-strength .strength-progress {
    font-size: 16px;
    color: #449168;
}
.gallup-strength .domain-flex-color {
    width: 6px;
    align-self: stretch;
    margin: 2px 5px;
}

.gallup-strength .domain-flex-color.with-sequence {
    width: 1.75em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 4px;
    align-self: stretch;
    margin: 2px 5px;
}
.gallup-strength.flex .strength {
    margin-left: 0;
    padding: 6px 0;
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Front */
.front-card {
    margin-top: 100px;
}
.front-card p {
    padding: 0 16px 16px;
}

/* SDI */
.sdi-mvs {
    color: #fff;
    font-weight: bold;
    padding: 4px 16px;
    text-align: center;
}
.sdi-table th {
    padding: 4px 16px;
}
.sdi-row {
    padding: 4px 16px;
    font-weight: bold;
}

/* Profile */
.show-profile, .hide-profile {
    display: none !important;
}
.show-profile.active, .hide-profile.active {
    display: block !important;
}
#strengthDescModal h6 {
    margin-top: 16px;
}
#strengthDescModal p {
    margin-bottom: 4px;
    font-size: 14px;
}
.img-profile {
    margin: 0 auto;
    width: 124px;
    height: 124px;
    display: block;
    border: 4px solid #eee;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
.img-profile.textual {
	background-color: var(--brand-color);
	color: white;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.img-profile.no-border {
    border-width: 0;
}
.img-profile.small {
    height: 96px;
    width: 96px;
}
.img-profile.tiny {
    height: 60px;
    width: 60px;
}
.img-profile.topbar {
    height: 40px;
    width: 40px;
    margin-top: 2px;
}
.santa-hat.topbar {
	height: 40px;
	width: 40px;
	background-image: url(/assets/img/santa_hat.png);
	background-size: 40px;
	position: absolute;
	left: -16px;
	top: -5px;
}
.santa-hat.hat-logo {
	height: 40px;
	width: 40px;
	background-image: url(/assets/img/santa_hat.png);
	background-size: 40px;
	position: absolute;
	left: 4px;
	top: 37px;
	transition: all ease-in-out 300ms;
}
.hat-logo.valentines {
	background-image: url(/assets/img/heart_icon.png);
	height: 30px;
	width: 30px;
	background-size: 30px;
	top: unset;
	left: unset;
	bottom: 20px;
	right: 12px;
}
.hat-logo.womens {
    height: 40px;
    width: 40px;
    background-image: url(/assets/img/flower.png);
    background-size: 40px;
    position: absolute;
    left: 4px;
    transform: rotate(-24deg);
    top: 37px;
    transition: all ease-in-out 300ms;
}
.hat-logo.easter {
    height: 25px;
    width: 25px;
    background-image: url(/assets/img/easter_egg.svg);
    background-size: contain;
    position: absolute;
    right: 16px;
    bottom: 25px;
    transition: all ease-in-out 300ms;
}
.hat-logo.easter-ears {
    height: 40px;
    width: 40px;
    background-image: url(/assets/img/rabbit_ears_red.png);
    background-size: contain;
    position: absolute;
    left: 2px;
    top: 20px;
    transition: all ease-in-out 300ms;
    transform: rotate(-36deg);
    z-index: -1;
}
.santa-hat.hat-login {
	height: 40px;
	width: 40px;
	background-image: url(/assets/img/santa_hat.png);
	background-size: 40px;
	position: absolute;
	left: 2px;
	top: 21px;
	transition: all ease-in-out 300ms;
}
.sidebar:hover .hat-logo.easter {
    top: 30px;
    right: 47px;
    height: 30px;
    background-size: 30px;
    width: 30px;
    background-repeat: no-repeat;
}
.sidebar:hover .hat-logo.easter-ears {
    top: 7px;
    left: 48px;
    height: 30px;
    background-size: 30px;
    width: 30px;
    background-repeat: no-repeat;
}
.sidebar:hover .santa-hat.hat-logo {
	top: 20px;
	left: 48px;
	height: 30px;
	background-size: 30px;
	width: 30px;
	background-repeat: no-repeat;
}
.sidebar:hover .santa-hat.hat-logo.valentines {
	top: 36px;
	right: 55px;
	left: unset;
}
.sidebar:hover .hat-logo.womens {
    top: 14px;
    right: 178px;
    left: unset;
}
.img-profile.in-table {
	display: inline-block;
	margin-top: 0;
	height: 36px;
	width: 36px;
	border: 2px solid #ccc;
	margin-right: 5px;
	border-radius: 50%;
	vertical-align: middle;
}
.img-profile.tiniest {
    height: 50px;
    width: 50px;
}
@media (min-width: 1200px) {
    .img-profile.normal-lg {
        width: 124px !important;
        height: 124px !important;
    }
    .img-profile.tiny-lg {
        height: 60px !important;
        width: 60px !important;
    }
    .img-profile.topbar-lg {
        height: 40px !important;
        width: 40px !important;
        margin-top: 2px !important;
    }
    .img-profile.tiniest-lg {
        height: 50px !important;
        width: 50px !important;
    }
}
@media (min-width: 1400px) {
    .img-profile.normal-xl {
        width: 124px !important;
        height: 124px !important;
    }
    .img-profile.tiny-xl {
        height: 60px !important;
        width: 60px !important;
    }
    .img-profile.topbar-xl {
        height: 40px !important;
        width: 40px !important;
        margin-top: 2px !important;
    }
    .img-profile.tiniest-xl {
        height: 50px !important;
        width: 50px !important;
    }
}
.img-profile.block-background {
    background-size: cover !important;
    background-position: center !important;
}
.personalized-talents-container {
    /*display: flex;*/
}
.personalized-talents-box {
    /*display: flex;
    flex-direction: column;*/
}
.personalized-talents-button-container {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.feedback-coach {
    padding-left: 15px;
    display: flex;
    align-items: center;
}
.feedback-coach-img {
    width: 50px;
    height: 50px;
    border: 4px solid #eee;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    flex: 0 0 auto;
}
@media (min-width: 1400px) {
    .feedback-coach-img {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 1600px) {
    .feedback-coach-img {
        width: 96px;
        height: 96px;
        flex: 0 0 96px;
    }
}

.comment-bubble {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    font-size: 12px !important;
}
.comment-bubble ul {
    display: block;
}
.comment-bubble p, .comment-bubble ul {
    font-size: 12px !important;
}
.comment-bubble:after, .comment-bubble:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.comment-bubble.left:after, .comment-bubble.left:before {
    left: 10%;
}
.comment-bubble.side:after, .comment-bubble.side:before {
    left: -10px;
}
.comment-bubble.side:before {
    top: 32.5px;
    left: -12px;
}
.comment-bubble.right:after, .comment-bubble.right:before {
    left: 90%;
}

.comment-bubble:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.comment-bubble:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 12px;
    margin-left: -11.5px;
}

.comment-bubble.coach:after, .arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.comment-bubble.coach:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}
.comment-bubble.coach:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 11.5px;
    margin-top: -11.5px;
}

.feedback-coach-name {
    display: inline-block;
}
.feedback-row:nth-of-type(2n) {
    background-color: #f4f4f4;
}
#upload-avatar {
    margin: 20px auto 10px;
    text-align: center;
}
.profile-name {
    vertical-align: middle;
}
.report-name {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.profile-tabs {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 30px;
    padding-right: 30px;
}
.tabs-muted {
    background-color: #f8f8f8;
}
.tabs-muted > li {
    z-index: 1;
}
.tabs-muted > li > a, .tabs-muted > li > a:focus, .tabs-muted > li > a:hover {
    background-color: #fafafa;
    border: 1px solid #dadada;
    border-bottom: none;
}
.tab-content-bordered {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 10px 15px;
}
.side-sticky-nav {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 75px;
}
.content[data-type="contact"] .side-sticky-nav  {
	top: 20px;
}
.profile-description-sticky {
    margin-bottom: 30px;
}
.profile-description-sticky li a {
    color: #666;
    border-right: 4px solid #eee;
}
.profile-description-sticky li a:hover {
    border-right: 4px solid rgba(120, 145, 131, 0.4);
    background-color: rgba(248, 248, 248, 0.8);
}
.side-sticky-nav li.active a {
    border-right: 4px solid #449168;
    color: #449168;
    background-color: #f4f4f4;
    font-weight: bold;
}
.me .tab-pane {
    padding: 0 !important;
}
.me #profile-gallup .gallup-strength {
    cursor: pointer;
}
.me #profile-gallup .gallup-strength:hover {
    background-color: #f8f8f8;
}
.me #profile-gallup .gallup-strength.active {
    background-color: #f4f4f4;
    color: #449168;
}
.me .discover-talent-hint {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.me .profile-talents-table td {
    padding: 8px !important;
}
.me .profile-talents-table tr td:first-of-type {
    font-style: italic;
}
.me .report-file {
    height: 110px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.me .report-file a {
    display: inline-block;
    background-size: contain;
    height: 100%;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}
/*.me #strength-overview h5 {
    text-transform: capitalize;
}*/
.strength-info:focus {
    outline:0;
}
.settings-list > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.settings-list> div:not(:last-child) {
    border-bottom: 1px solid #eee;
}

/* Sessions and tasks */
.session-item {
    padding-bottom: 2px;
}
.session-item:nth-of-type(2n) {
    background-color: #f9f9f9;
}
.session-item:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}
.session-subdetails {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.session-subdetails svg {
    margin-right: 2px;
}
.session-item .session-header {
    display: flex;
}
.session-item .session-header a {
    align-self: center;
    margin-left: auto;
}
.session-item .session-header h5 {
    margin-top: 16px;
    margin-bottom: 8px;
}
.session-item .session-header h5 a {
    font-weight: bold;
}
.session-item table {
    margin-bottom: 8px;
    table-layout: fixed;
}
.task-row-done td:not(.task-checkbox-cell) {
    text-decoration: line-through;
    text-decoration-color: #aaa;
}
.card .session.content {
    padding: 5px 15px;
}
.report-file .report-content-file .delete-container {
    position: relative;
}
.report-file .report-delete, .report-file .custom-report-delete {
	position: absolute;
	right: 25px;
	top: 10px;
	font-size: 16px;
}

#task-modal-subheader {
    position: sticky;
    top: 0;
    z-index: 5;
}

#task-modal-content form {
    /*position: sticky;
    top: 60px;*/
}
.session-nav {
    margin: -30px -30px 20px !important;
    background-color: #f8f8f8;
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 95px;
}
.dash-nav {
    margin: -30px -30px 20px !important;
    background-color: #f8f8f8;
    z-index: 2;
}
.session-nav li a, .dash-nav li a {
    cursor: pointer;
}
.session-nav li a:hover, .session-nav li a:focus {
    color: #32785d !important;
}
.dash-nav li a:hover, .dash-nav li a.active, .dash-nav li a:focus {
    color: #fff !important;
    background-color: #32785d !important;
    padding: 20px 18px !important;
    margin: 0 !important;
    border-radius: 0 !important;
}
.notes-toggle {
    cursor: pointer;
}
.notes-container {
    max-height: 1000px;
    position: relative;
    overflow-y: hidden;
    overflow-x: visible;
    transition: max-height 0.5s ease-in-out;
}
.notes-container .notes-overlay {
    display: none;
}
.notes-container.notes-hidden {
    max-height: 75px;
    -webkit-mask-image: -webkit-gradient(linear, left top,
    left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    cursor: pointer;
}
.notes-container.notes-hidden .notes-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 50;
}
.notes-container .mce-tinymce {
    width: calc(100% - 2px) !important;
}
/*.session-plan-template-edit {
    height: 24px;
    line-height: 24px;
}*/
.plan-template-option small, .template-option small {
    color: #777;
}
li:not(:last-of-type) .plan-template-option, li:not(:last-of-type) .template-option {
    border-bottom: 1px solid #eee;
}
#task-detail-body h6 {
    font-size: 10px;
    margin-bottom: 3px;
}
#task-detail-body h5 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
#task-detail-body p {
    font-size: 14px;
    margin-bottom: 0;
}
#task-detail-body .card {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1) !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.1) !important;
}
#task-detail-body .card .content {
    padding: 8px 15px;
}
.task-rate-smiles {
    display: flex;
    justify-content: space-evenly;
    margin: 10px 30px;
}
.task-rate-smiles img {
    max-width: 20%;
    transform: scale(.75);
    cursor: pointer;
    flex-shrink: 0;
}
.task-rate-smiles img:hover,
.task-rate-smiles img.active {
    transform: scale(1);
}
.task-rate-smiles .rate-item {
	font-size: 50px;
	text-align: center;
	cursor: pointer;
	color: #999;
}
.task-rate-smiles.trs-large .rate-item {
	font-size: 60px;
	line-height: 1.2;
}
.task-rate-smiles.trs-large .rate-item p {
	font-size: 15px;
	font-weight: 500;
}
.task-rate-smiles .rate-item[data-position="1"]:hover,
.task-rate-smiles .rate-item[data-position="1"].active,
.rate-info[data-value="1"] {
	color: #fb4651;
}
.task-rate-smiles .rate-item[data-position="2"]:hover,
.task-rate-smiles .rate-item[data-position="2"].active,
.rate-info[data-value="2"] {
	color: #ffa041;
}
.task-rate-smiles .rate-item[data-position="3"]:hover,
.task-rate-smiles .rate-item[data-position="3"].active,
.rate-info[data-value="3"] {
	color: #bad351;
}
.task-rate-smiles .rate-item[data-position="4"]:hover,
.task-rate-smiles .rate-item[data-position="4"].active,
.rate-info[data-value="4"] {
	color: #409266;
}
.coach-tasks-container {
    margin-bottom: -7px;
    padding-left: 0;
    padding-right: 0;
	padding-bottom: 1px;
	position: relative;
}
.coach-tasks-container > *:last-child .task2-target {
    border-bottom-left-radius: 4px !important;
}
.coach-tasks-container > *:last-child .task2-status {
    border-bottom-right-radius: 4px !important;
}
.coachee-pic {
    width:1%;
    white-space:nowrap;
    padding-left: 16px !important;
}
.coaching-task-row {
    cursor: pointer;
    padding: 1em calc(1em + 50px) 0.8em calc(1em + 40px);
}
.coaching-task-row:hover .coaching-task-content, .coaching-task-row:hover .td-actions,
.coaching-task-row:hover .unarchive-cell {
    background-color: #f4f4f4;
}
.coaching-task-row.archived .coaching-task-icon,
.coaching-task-row.archived .unarchive-cell,
.coaching-task-row.archived .coaching-task-content {
    opacity: 0.5;
}
.coaching-task-row.archived i:hover,
.coaching-task-row.archived svg[class*="-fa"]:hover {
    opacity: 1 !important;
}
.coaching-task-content {
    margin-left: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
}
.coaching-task-content:not(:last-of-type) {
    border-bottom: 1px solid #ddd !important;
}
.coaching-task-content:before {
    border: none !important;
}
.coaching-task-icon, .coaching-task-status  {
    background-color: #6fa888;
    font-size: 20px !important;
    border-radius: 0 !important;
}
.coaching-task-block {
    margin: 0 !important;
}
.coaching-task-container {
    border-bottom: 1px solid #fff;
    background-color: #f8f8f8;
}
.coaching-task-container.archived {
    opacity: 0.3;
}
.coaching-task-container.archived:hover {
    opacity: 1;
}
/*.coaching-task-icon i, .coaching-task-icon svg[class*="-fa"] {
    margin-left: -2px;
}*/
.coaching-task-title {
    font-size: 16px;
    font-weight: bold;
    color: #303e49;
}
.coaching-task-status {
    position: absolute;
    width: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.coaching-task-status.done {
    background-color: #6fa888;
}
.coaching-task-status.draft {
    background-color: #d80e0e;
}
.coaching-task-status.open {
    background-color: #ccc;
}
.coaching-task-status.archived {
    background-color: #ddd;
}
.coaching-task-title {
    font-size: 14px !important;
    line-height: 1.3;
    margin-bottom: 4px !important;
    margin-top: 0 !important;
}
.coaching-task-container:hover .coaching-task-actions {
    max-height: 34px;
}
.coaching-task-actions {
    margin-right: 40px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    transition-delay: 300ms;
}
.coaching-task-actions.group-task {
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
    background-color: #eee;
}
.coaching-task-action {
    border-radius: 0;
}
#coach-loading .content {
    display: flex;
    justify-content: center;
}
#coach-loading svg {
    height: 250px;
}

.show-past-workshops {
    cursor: pointer;
}

tr.workshop-today {
    background-color: rgba(255, 174, 59, 0.05);
}

tr.workshop-in-past, tr.workshop-in-distant-past {
    background-color: rgba(155, 145, 145, 0.07);
}
.profile-header {
    position: relative;
    background-position: center;
    background-size: cover;
    min-height: 180px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.profile-alert {
    height: 35px;
    width: 35px;
    border: 3px solid #fff;
    background-color: #FB404B;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}
.profile-header .profile-settings {
    position: absolute;
    top: 10px;
    right: 15px;
}
.goal-header .title,
.profile-header .title {
    color: #fff;
    z-index: 1;
    font-weight: normal;
    margin-bottom: 5px;
    width: 100%;
}
.goal-header .title p,
.profile-header .title p {
    color: #eee;
    margin-top: 4px;
}
.profile-header .profile-role {
    color: #eee;
    line-height: 1.2 !important;
}
.profile-header-line {
    display: block;
    width: 50%;
    margin-left: 25%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
.goal-header .overlay,
.profile-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.15);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.15)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.profile-sml .sml-progress {
    background-color: #fbc02d;
    height: 30px;
}
.sml-help {
    padding: 4px 12px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
.profile-content .detail-box {
    margin-bottom: 10px;
    margin-top: 10px;
}
.detail-box p {
    margin-bottom: 0;
}
.profile-content .detail-content > small {
    color: #777;
}

.detail-content .gallup-strength {
    padding-left: 0;
}
.profile-accordion {
    margin-left: -15px;
    margin-right: -15px;
}
.profile-accordion .panel {
    border:none
}
.profile-accordion .panel-heading {
    background-color: #fff;
    border: none;
}
.panel-heading.white {
	background-color: #fff;
}
.profile-accordion .panel-body {
    background-color: #fdfdfd;
}
.panel-group .panel-heading.stretched {
	padding: 0;
}
.panel-group .panel-heading.stretched a {
	padding: 10px 15px;
	background-color: #f8f8f8;
}
.panel-group .panel-heading.stretched a:hover {
	background-color: #f4f4f4;
}
.panel-group .panel-heading.stretched a,
.profile-accordion .panel-heading a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
}
#gallup-main .panel.panel-default {
	border: 1px solid #e4e4e4;
}
.panel-group .panel-heading.stretched svg,
.profile-accordion .panel-heading svg {
    color: #999;
    transition: transform ease-in-out 300ms;
}

a[data-toggle="collapse"] {
    cursor: pointer;
}

a[data-toggle="collapse"] .collapse {
    display: none;
}

a[data-toggle="collapse"] .expand {
    display: inline;
}

a[data-toggle="collapse"][aria-expanded="true"] .collapse {
    display: inline;
}

a[data-toggle="collapse"][aria-expanded="true"] .expand {
    display: none;
}

#accordion .panel, #accordion .panel-heading {
    border-radius: 4px;
}

.panel-group .panel-heading a:not([aria-expanded="true"]) svg:not(.no-rotation),
.profile-accordion .panel-heading a:not([aria-expanded="true"]) svg:not(.no-rotation) {
    transform: rotate(180deg);
}

/*.profile-accordion .panel-heading a.state-open svg {
    transform: rotate(180deg);
}
.profile-accordion .panel-heading a.state-open svg {
    transform: rotate(180deg);
}*/
.profile-content ul.fa-ul {
    margin-left: 1.5em;
}
.profile-content .file-flex-row {
    display: flex;
    align-items: center;
}
.profile-content .file-flex-row img {
    width: 40px;
}
.profile-content .file-flex-row svg:not(.file-profile-delete) {
    font-size: 1.2em !important;
}
.profile-content .file-flex-row .file-name {
    flex-grow: 1;
    margin-left: 8px;
    word-break: break-all;
    margin-right: 8px;
}
    /* Dash */
.dash-content {
    padding-bottom: 25px !important;
}
.dash-content h1 {
    margin-top: 15px;
}
.dash_session_stat_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dash-content .dash-difference {
    margin-left: 5px;
}
.dash-content .dash-difference.positive {
    color: #87CB16;
}
.dash-content .dash-difference.negative {
    color: #FB404B;
}
.dash-content .dash-difference.positive .fa-angle-double-up {
    display: inline-block;
}
.dash-content .dash-difference.negative .fa-angle-double-up {
    display: none;
}

.dash-content .dash-difference.positive .fa-angle-double-down {
    display: none;
}
.dash-content .dash-difference.negative .fa-angle-double-down {
    display: inline-block;
}
.date-row {
    background-color: #fafafa;
    border-bottom: 2px solid #E3E3E3;
}
.dash-activity span.people {
    color: #a0a133;
    font-style: italic;
}
.dash-activity span.event {
    color: #7b92a1;
    font-style: italic;
}
.dash-activity span.event-date {
    display: block;
    font-size: 12px;
    color: #777;
}
.dash-activity .activity-icon {
    font-size: 1.5em;
}
.dash-activity .activity-icon.task {
    color: #6e99bf;
}
.dash-activity .activity-icon.survey {
    color: #bf6461;
}
.dash-activity .activity-icon.feedback {
    color: #74bf87;
}
.planned-hidden, .finished-hidden {
    display: none;
}
.planned-hidden.expanded, .finished-hidden.expanded {
    display: table-row;
}
.show-all, .show-less {
    display: none;
}
.show-all.active, .show-less.active {
    display: inline-block;
}
.dash-container {
    background-color: #32785d;
    /*margin-top: -30px !important;*/
    margin-left: -30px !important;
    margin-right: -30px !important;
    padding: 15px 30px;
    color: #fff;
}
.dash-container .dash-container-title {
    color: #fff;
    margin-top: 20px !important;
}
.score-table td {
    text-align: center;
    padding: 24px 12px;
}
.score-icon {
    display: block;
    font-size: 22px;
}
.score-icon img {
    height: 50px;
}
.score-icon i, .score-icon svg[class*="-fa"] {
    margin-left: -2px;
    margin-right: -2px;
}
.score-strength-buttons button {
    cursor: pointer;
    width: 20%;
    white-space: normal;
}
.dash-progress {
    height: 25px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1) !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1) !important;
    width: 100%;
}
@media (max-width: 991px) {
    .dash-filter {
        margin-right: 0;
        margin-top: 5px;
    }
    .dash-filter.dash-toggle {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
    }
    .dash-filter.dash-toggle > .btn, .dash-filter.dash-toggle > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }
    .dash-filter.dash-toggle > .btn-group .btn {
        width: 100%;
    }
    .dash-filter.dash-toggle > .btn-group .dropdown-menu {
        left: auto;
    }
}
@media (min-width: 992px) {
    .dash-filter:not(:last-of-type) {
        margin-right: 10px;
    }
    .dash-filter.dash-toggle {
        display: flex;
    }
}
.library-rate .score-button {
    opacity: 1;
}
.score-btn-1 {
    border: 1px solid #fb4651;
    color: #fb4651;
}
.score-btn-1:not(.score-stat):hover,
.score-btn-1.selected,
.score-btn-1.active {
    border: 1px solid #fb4651 !important;
    background-color: #fb4651 !important;
    color: #fff !important;
}
.score-btn-2 {
    border: 1px solid #ffa041;
    color: #ffa041;
}
.score-btn-2:not(.score-stat):hover,
.score-btn-2.selected,
.score-btn-2.active {
    border: 1px solid #ffa041 !important;
    background-color: #ffa041 !important;
    color: #fff !important;
}
.score-btn-3 {
    border: 1px solid #ffd562;
    color: #ffd562;
}
.score-btn-3:not(.score-stat):hover,
.score-btn-3.selected,
.score-btn-3.active {
    border: 1px solid #ffd562 !important;
    background-color: #ffd562 !important;
    color: #fff !important;
}
.score-btn-4 {
    border: 1px solid #bad351;
    color: #bad351;
}
.score-btn-4:not(.score-stat):hover,
.score-btn-4.selected,
.score-btn-4.active {
    border: 1px solid #bad351 !important;
    background-color: #bad351 !important;
    color: #fff !important;
}
.score-btn-5 {
    border: 1px solid #409266;
    color: #409266;
}
.score-btn-5:not(.score-stat):hover,
.score-btn-5.selected,
.score-btn-5.active {
    border: 1px solid #409266 !important;
    background-color: #409266 !important;
    color: #fff !important;
}
.library-rate-stat .score-percentage.score-percentage-1 {
    background-color: rgba(251, 70, 81, 0.25);
}
.library-rate-stat .score-percentage.score-percentage-2 {
    background-color: rgba(255, 160, 65, 0.25);
}
.library-rate-stat .score-percentage.score-percentage-3 {
    background-color: rgba(255, 213, 98, 0.25);
}
.library-rate-stat .score-percentage.score-percentage-4 {
    background-color: rgba(186, 211, 81, 0.25);
}
.library-rate-stat .score-percentage.score-percentage-5 {
    background-color: rgba(64, 146, 102, 0.25);
}
.dash-progress .progress-bar {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}
.progress-container .progress-box {
    padding: 0 24px 12px;
}
.progress.disabled {
	opacity: 0.5;
	filter: saturate(0.5);
}
.slider-item {
    display: none;
}
.slider-item.active {
    display: block;
}
.slider-item blockquote {
    background-color: rgba(255,255,255,0.1);
}
.slider-item a {
    color: #eee !important;
    text-decoration: underline;
}
.slider-item small a {
    font-size: 12px;
}
.slider-item a:hover {
    color: #ccc !important;
}
#task-slider .ui-slider-handle {
    height: 24px;
    width: 24px;
    margin-left: -12px;
    top: -10px;
    box-shadow: none;
}
.avatar-coachee-dash {
    height: 50px;
    width: 50px;
}
.coachee-slider-arrows i, .coachee-slider-arrows svg[class*="-fa"] {
    cursor: pointer;
}
.coachee-slider-indicators {
    justify-content: center;
}
.coachee-slider-indicators .indicator {
    height: 8px;
    width: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    margin: 1px;
}
.coachee-slider-indicators .indicator.active {
    border: 2px solid #fff;
    background-color: #fff;
}
.alert.alert-width {
    margin: 0 -15px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
}
.dash-panel-body {
    position: relative;
    padding-bottom: 30px;
}
.dash-close-coachee {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #999;
    cursor: pointer;
}
.dash-buttons-coachee {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
}
.dash-buttons-coachee button,
.dash-buttons-coachee a.btn {
    flex-grow: 1;
    border-radius: 0;
    border: none;
    background-color: #efefef;
    color: #333;
}
.dash-buttons-coachee button:hover,
.dash-buttons-coachee a.btn:hover,
.dash-buttons-coachee button:focus,
.dash-buttons-coachee a.btn:focus,
.dash-buttons-coachee button:active,
.dash-buttons-coachee a.btn:active{
    background-color: #e6e6e6;
}
.dash-buttons-coachee *:first-child {
    border-bottom-left-radius: 3px;
}
.dash-buttons-coachee *:last-child {
    border-bottom-right-radius: 3px;
}
.dash-alert-coachee {
    margin: 10px 0;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.dash-alert-coachee *:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.dash-alert-coachee *:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.dash-alert-coachee i, .dash-alert-coachee svg[class*="-fa"] {
    margin-right: 6px;
}

    /* Feedback */
#survey-preview {
    margin-bottom: 20px;
}
#survey-preview #survey-question {
    margin-top: 0 !important;
}
#survey-preview #survey-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 10px 0;
}
#survey-preview #survey-steps #survey-steps-strip {
    position: absolute;
    width: 98%;
    height: 1px;
    background-color: #ddd;
    top: 50%;
    left: 1%;
    right: 1%;
}
.survey-info > div {
    text-align: center;
}
.survey-info > div h3 {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

#survey-recipients, #members-list, .chips {
    list-style-type: none;
    padding-left:0;
}

#survey-recipients li.survey-recipient-item, li.person-badge, li.category-badge, li.chip {
    float: left;
    background-color: #449168;
    color: #fff;
    padding: 4px 4px 4px 16px;
    border-radius: 4px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    margin-top: 8px;
}
li.category-badge {
    padding: 4px 16px 4px 16px;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    background-color: #ccc !important;
    cursor: pointer;
}
li.category-badge:hover, li.category-badge.half-active {
    background-color: #a3bfae !important;
}
li.category-badge.active {
    background-color: #449168 !important;
}
li.person-badge.no-icon {
    padding: 4px 16px 4px 16px;
}
#survey-recipients li.survey-recipient-item:hover, li.person-badge:hover {
    background-color: #32785d;
}
#survey-recipients li i.fa, li.person-badge i.fa,
#survey-recipients li svg[class*="-fa"], li.person-badge svg[class*="-fa"] {
    cursor: pointer;
    float: right;
    margin-left: 12px;
}
#survey-recipients li i.fa-user, #survey-recipients li i.fa-users,
#survey-recipients li svg[class*="-fa"].fa-user, #survey-recipients li svg[class*="-fa"].fa-users {
    margin-left: 0 !important;
    margin-right: 8px;
}
#survey-recipients li.deleted, li.person-badge.deleted {
    background-color: #b4d6c4;
    text-decoration: line-through;
}
ul.group-people-list {
    color: #333;
    padding: 5px 20px;
}
.group-show-info {
    cursor: pointer;
    color: #32785d;
}
.group-show-info:hover {
    color: #449168;
}
.feedback-type .icon {
    width: 30px;
    height: 20px;
    display: inline-block;
    background-blend-mode: screen;
    background-size: contain !important;
}
.feedback-type .arrow {
    line-height: 20px;
    display: inline-block;
}
.feedback-type .arrow.praise {
    color: #32785d;
}
.feedback-type .arrow.suggestion {
    color: #FB404B;
}
.feedback-avatar {
    vertical-align: middle;
    position: relative;
}
.feedback-arrow {
    position: absolute;
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #3f9165;
}
.feedback-arrow img {
    margin: 5px 10%;
}
.feedback-arrow.praise {
    background-color: #3f9165;
}
.feedback-arrow.suggestions {
    background-color: #d92b4d;
}
.feedback-arrow.left {
    left: 0;
    bottom: 0;
    margin-bottom: -5px;
    margin-left: -5px;
}
.feedback-arrow.right {
    right: 0;
    bottom: 0;
    margin-bottom: -5px;
    margin-right: -5px;
}
.feedback-give-nav {
    background-color: #f8f8f8;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #bbb;
    cursor: pointer;
    margin-top: -25px;
    margin-bottom: -30px;
    transition: all ease-in 0.2s;
}
.feedback-give-nav.btn-finish,
.feedback-give-nav.btn-next {
    border-bottom-right-radius: 10px;
}
.feedback-give-nav.btn-back {
    border-bottom-left-radius: 10px;
}
.feedback-give-nav.btn-finish {
    /*background-color: #449168;*/
    color: #449168;
}
.feedback-give-nav.btn-finish:hover {
   /* background-color: #32785d;*/
}
.feedback-give-nav:hover {
    background-color: #eee;
}
.feedback-give-nav.btn-next:hover svg,
.feedback-give-nav.btn-recipients.animated svg {
    -webkit-animation: 0.6s nextButtonAnimation 0s;
    animation: 0.6s nextButtonAnimation 0s;
    animation-iteration-count: infinite;
}
.feedback-give-nav.btn-back:hover svg {
    -webkit-animation: 0.6s backButtonAnimation 0s;
    animation: 0.6s backButtonAnimation 0s;
    animation-iteration-count: infinite;
}
.feedback-give-nav.btn-finish:hover svg {
    -webkit-animation: 0.6s finishButtonAnimation 0s;
    animation: 0.6s finishButtonAnimation 0s;
    animation-iteration-count: infinite;
}
.nav-pills.wizard li:not(:last-of-type) {
    border-right: 2px solid #fff;
}
#feedback-contacts {
    /*max-height: 500px;
    overflow: scroll;*/
}
#feedback-contacts .selected-overview .feedback-contact-box .panel-body {
    padding: 6px 12px !important;
}
#feedback-contacts .selected-overview .feedback-contact-box .img-circle {
    height: 40px;
    width: 40px;
    border-width: 2px;
}
.feedback-contact-box.sticky {
	position: sticky;
	z-index: 2;
}
#give-feedback-people {
    max-height: 500px;
    overflow: scroll;
}

/* Files */
.file-thumbnail {
    margin-bottom: 8px;
    word-wrap: break-word;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
}
.file-thumbnail img {
    width: 100%;
}
.file-thumbnail:hover {
    background-color: #eee;
}
.file-thumbnail .row {
    display: flex;
}
.file-thumbnail .file-name {
    align-self: center;
}
.file-thumbnail i, .file-thumbnail svg[class*="-fa"] {
    display: block;
    margin: 5px auto;
    font-size: 1.5em;
}
.file-thumbnail .new, .file-thumbnail .other-format {
    padding: 24px 8px;
    width: 100%;
    text-align: center;
}
.file-thumbnail .img-thumbnail:hover {
    cursor: pointer;
    background-color: #eee;
}
.img-thumbnail {
    width: 100%;
}
#profile-gallup-show {
    padding-left: 16px;
    padding-top: 5px;
    display: block;
}
.profile-content p {
    font-size: 14px;
    line-height: 1.7;
}

/* TOS */
.tos-content {
    padding: 16px 32px !important;
}
.tos-scrollable {
	max-height: 50vh;
	overflow: scroll;
	padding: 0 36px;
}
.tos-content p {
    font-size: 14px;
    padding: 4px 16px;
}
.tos-content ul {
    margin-top: -8px !important;
}

/* Changelog */
.changelog {
    padding-bottom: 12px;
    margin-bottom: 24px;
}
.changelog:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}
.changelog .changelog-title {
    font-size: 1.3em;
    margin-bottom: 8px;
}
.changelog .changelog-text {
    padding-left: 16px;
}

.changelog img {
	margin: 15px 0 0 16px;
}

#images-container .well {
    margin-bottom: 0;
    padding: 5px;
}

/* Champion dash */
.dash-index {
    font-size: 1.8em;
    background-color: #32785d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 10vw;
    height: 10vw;
    margin: 30px auto;
}
@media (min-width: 992px) {
    .dash-index {
        font-size: 3.5em;
    }
}
@media (min-width: 1200px) {
    .dash-index {
        font-size: 5em;
    }
}

/* Download app page */
.app-container, .home-container {
    min-height: calc(100vh - 60px);
    text-align: center;
    display: block;
    display: -webkit-flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
}
.app-container a.btn {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    color: #32785d;
    text-align: center;
    font-size: 1.3em;
    padding: 16px;
    margin: 30px 0 0;
}
.app-container a.btn:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #32785d;
}
.home-container a.btn {
    background-color: rgba(255, 255, 255, 0.85);
    color: #32785d;
    text-align: center;
    font-size: 1.3em;
    padding: 16px;
    margin: 30px 0 0;
}
.home-container a.btn:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #32785d;
}
.app-container a .fa {
    display: block;
    margin: 0 auto 8px;
    font-size: 2em;
}
.home-container #logo {
    opacity: 0.75;
    max-width: 75%;
    margin: 0 auto;
}
.home-container blockquote {
    display: inline-block;
}
.home-container blockquote footer {
    color: #fff;
}
.home-container blockquote footer.hint {
    margin-top: 10px;
    font-weight: normal;
    font-style: italic;
    font-size: 100%;
}
.home-container blockquote footer.hint:before {
    content: '';
}
#home-buttons {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.password-help {
    flex-direction: column;
    padding: 0 20px;
}
.password-help p {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.password-help .detail-icon {
    height: 50px !important;
    width: 50px !important;
    flex-basis: 50px !important;
    font-size: 30px;
}
#login-button {
    display: inline-block;
    font-weight: bold;
    padding: 12px 24px;
}
#login-form-container {
	border-left: 1px solid #EEEEEE;
}
.growth-text {
	font-size: 12px;
	color: #707070;
	text-align: center;
}
.login-goal {
	background: #eee;
	border-radius: 6px;
	padding: 20px;
	margin-top: 30px;
	position: relative;
	color: #555;
	text-align: center;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
}
.login-goal:not(.loading):after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #eee;
	border-width: 10px;
	margin-left: -10px;
}
.login-goal.loading {
	animation-duration: 1.25s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: darkgray;
	background: linear-gradient(to right, #eeeeee 10%, #e0e0e0 18%, #eeeeee 33%);
	background-size: 800px 104px;
	height: 100%;
	position: relative;
}
@keyframes placeHolderShimmer{
	0%{
		background-position: -468px 0
	}
	100%{
		background-position: 468px 0
	}
}
#lang-button {
    display: inline-block;
}
#lang-button .caret {
    border-top-color: #fff;
}
.first-pass-title {
    line-height: 1.3;
    padding: 0 10px;
}
#lost-pass-link {
    float: right;
    font-size: 12px;
}

/* Knowledge base */
.methodology-box {
    /*margin-top: 10px;
    padding: 0 !important;*/
}
.methodology-box a {

}
.methodology-box .thumbnail {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 200px;
    background-position: top center;
    background-size: cover;
}
.methodology-box:hover {
    background-color: #eee;
}
.nav-pills.knowledge > li > a {
    border: none;
    border-radius: 0;
    color: #32785d;
    text-align: center;
    position: relative;
}
.nav-pills.knowledge > li > a:hover, .nav-pills.knowledge > li:nth-of-type(2n) > a:hover {
    background-color: #eee;
}
.nav-pills.knowledge > li:nth-of-type(2n) > a {
    background-color: #f6f6f6;
}
.nav-pills.knowledge > li:first-child > a {
    border-radius: 0;
}
.nav-pills.knowledge > li.active .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 12px 7px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -7px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #32785d !important;
    color: #fff;
    border-radius: 0;
}
.mobile-nav {
    background-color: #fcfcfc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #ddd;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    align-items: center;
}
.btn-mobile-nav {
    background: none;
    border: none;
    opacity: 1;
    color: #333;
    font-weight: normal;
}
.profile-contacts-hint {
    font-size: 12px;
}
.profile-contacts-names {
    font-size: 16px;
}
.kb-video-box {
    display: flex;
    width: 100%;
    padding: 30px 10px;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    border-radius: 4px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.kb-video-box .overlay {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 0;
}

.kb-video-box.watched .overlay {
    background: rgba(63, 145, 101, 0.5);
}
.kb-video-box .video-name, .kb-video-box i, .kb-video-box svg[class*="-fa"], .kb-video-box small {
    z-index: 1;
}
.kb-video-box .video-name, .kb-video-box small {
    text-align: center;
}
.kb-video-box:hover {
    filter: brightness(85%);
    cursor: pointer;
}
.kb-video-box i.fa-play, .kb-video-box svg[class*="-fa"].fa-play {
    font-size: 2em;
    margin-bottom: 8px;
}
.kb-video-box i.fa-check, .kb-video-box svg[class*="-fa"].fa-check {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 20px;
}

/* Contacts */
.table-teamgrid tbody td {
    padding: 4px 6px !important;
}
.table-teamgrid td, .table-teamgrid th {
	border: 1px solid #ddd;
}
.table-teamgrid tr *:first-of-type {
	border-left: none;
}
.table-teamgrid tr *:last-of-type {
	border-right: none;
}
.teamgrid-domain {
    padding: 6px !important;
}
.teamgrid-strength {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    /*display: block;*/
    text-align: center;
}

.strength-box {
    padding: 0 !important;
    position: relative;
}
.strength-box div {
    padding: 12px 8px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.strength-rank-box {
    background-color: rgba(63, 145, 101, 0.6);
    color: #fff;
    font-weight: bold;
}
.strength-rank-box.rank-1 {
    background-color: #3f9165;
}
.strength-rank-box.rank-2 {
    background-color: rgba(63, 145, 101, 0.90);
}
.strength-rank-box.rank-3 {
    background-color: rgba(63, 145, 101, 0.85);
}
.strength-rank-box.rank-4 {
    background-color: rgba(63, 145, 101, 0.80);
}
.strength-rank-box.rank-5 {
    background-color: rgba(63, 145, 101, 0.75);
}
.strength-name {
    /*padding: 12px 4px;*/
    /*padding-left: 0 !important;
    padding-right: 0 !important;*/
}
.strength-name .open-strength {
	display: flex;
	justify-content: center;
	align-items: center;
}
.teamgrid-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10%;
}
.group-tree {
}
.group-content {
    padding-right: 16px;
}
.group-actions {
    display: flex;
}
.group-actions .fluid {
    flex-grow: 1;
}
.group-actions *:not(:last-child) {
    margin-right: 5px;
}

/* Users */
#users-toolbar {
    float: left;
    margin-top: 10px;
}
/*#users-toolbar *, #users-toolbar {
    margin-right: 5px;
f
}*/
.introduction-group .show-more {
    float: right;
}
.person-panel {
    border: 1px solid #ccc;
}
.person-panel .panel-body {
    position: relative;
}
.person-panel .remove-recipient {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    cursor: pointer;
}
.person-panel .remove-recipient:hover {
    font-size: 20px;
    top: 14px;
}
.preview-hint {
    text-align: center;
    color: #999;
    line-height: 150px;
}
.row-lang {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.not-selected-strengths {
    list-style-type: none;
    margin: 0;
    float: left;
    margin-right: 10px;
    background: #eee;
    padding: 5px;
    width: 143px;
    border-radius: 5px;
}
.selected-strengths {
    list-style-type: none;
    margin: 0;
    float: left;
    margin-right: 10px;
    background: #eee;
    padding: 5px;
    width: 183px;
    border-radius: 5px;
}
.not-selected-strengths li {
    margin: 5px;
    padding: 0;
    width: 120px;
    height: 29px;
    cursor: pointer;
    background-color: white;
    border-radius: 5px;
}
.selected-strengths li {
    margin: 5px;
    padding: 0;
    width: 160px;
    height: 29px;
    cursor: pointer;
    background-color: white;
    border-radius: 5px;
}
.left-align-gallup {
    position: absolute;
    left: 0px;
    padding-left: 5px;
}

#label-journey-reset {
    float: right;
    margin-bottom: 8px;
    position: absolute;
    right: 10px;
    top: 0px;
}

    /* Onboarding */
.onboard-full:before {
    opacity: 0.50;
}
.onboard-full:after {
    background: none !important;
}
.onboard-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.onboard-card > div {
    display: flex;
    justify-content: center;

}
.onboard-card .header {
    display: inline-block;
    background-color: #449168;
    margin-top: -50px;
    position: absolute;
    border-radius: 4px;
    padding: 20px 40px !important;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(68, 145, 104, 0.4)
}
.onboard-card .header .title {
    color: #fff !important;
    font-weight: bold;
}
.onboard-card .content {
    margin-top: 20px;
    flex-basis: 100%;
}
.email-recipients {

}
.email-recipient {
    border: 1px solid #eee;
    border-radius: 10px;
    height: 24px;
    padding: 1px 5px 1px 1px;
    margin: 2px;
    gap: 5px;
    display: inline-flex;
}
.email-recipient img {
    height: 20px;
    border-radius: 10px;
}

.onboard-image {
    border-radius: 6px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.onboard-list {
    max-width: 80%;
    margin: 0 auto;
}
.onboard-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.onboard-list-item.stripped-item {
    padding-top: 7px;
    padding-bottom: 7px;
}
.onboard-list-item.stripped-item:nth-child(even) {
    background-color: #f4f4f4;
}
.onboard-list .icon {
    margin-right: 8px;
    color: #32785d;
    display: flex;
    flex: none;
}
.onboard-list-content {
    display: inline-block;
}
.ritual-content .onboard-list-content {
    padding-right: 12px;
}
.ritual-content .onboard-list-content p {
    line-height: 1.3 !important;
}
.ritual-content .routine-check {
    padding-left: 8px;
}
.ritual-content .onboard-list-item:last-of-type {
    margin-bottom: 0;
}
.onboard-list-content p {
    padding: 0;
    margin: 0;
    font-weight: 300;
}
.onboard-list-content p:not(.lead) {
    font-size: 14px;
}

.onboard-check .icon.fa-square {
    color: #ddd;
}

.onboard-check .icon.fa-check-square {
    color: #32785d;
}
.onboard-check .icon:not(.active) .checked {
    display: none;
}
.onboard-check .icon:not(.active) .unchecked {
    display: inline-block;
}
.onboard-check .icon.active .checked {
    display: inline-block;
}
.onboard-check .icon.active .unchecked {
    display: none;
}
.onboard-check .icon.waves {
    color: #ccc;
}
.onboard-check .icon.active {
    color: #32785d;
}
.onboard-check .check-item {
    cursor: pointer;
}
.onboard-list .icon-text {
    width: 2em;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
}
.waves:not(.active):before {
    position: absolute;
    background: #f0f0f0;
    margin-left: -1px;
    margin-top: -9px;
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    animation: wave-animate 3s infinite ease-out;
}
.waves:not(.active):after {
    position: absolute;
    background: #f0f0f0;
    margin-left: -1px;
    margin-top: -9px;
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    animation: wave-animate 3s 1.5s infinite ease-out;
}
@keyframes wave-animate {
    0% {
        transform: scale(0);
        opacity: 1;
        transform-origin: center;
    }
    100% {
        transform: scale(3);
        opacity: 0;
        transform-origin: center;
    }
}

.btn-brand.btn-onboard {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(68, 145, 104, 0.4);
}
.btn-brand.btn-onboard:hover {
    margin-top: -1px;
    margin-bottom: 1px;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 10px 10px -5px rgba(68, 145, 104, 0.4);
}

.btn-default.btn-onboard {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.07), 0 7px 10px -5px rgba(136, 136, 136, 0.2);
}
.btn-default.btn-onboard:hover {
    margin-top: -1px;
    margin-bottom: 1px;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.07), 0 10px 10px -5px rgba(136, 136, 136, 0.2);
}
.btn-default.btn-fill:hover {
    background-color: #999 !important;
    border-color: #adadad !important;
}
/* Grow */
.grow-tree {
    text-align: center;
}
.grow-branch {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.grow-branch > div {
    /*flex-grow: 1;*/
}
.grow-subbranch {
    /*flex-grow: 1;
    flex-wrap: wrap;*/
}
.grow-branch:nth-of-type(2n) {
    background-color: #fbfbfb;
}
.grow-subbranch:first-child {
    border-right: 2px dashed #e0e0e0;
}
.grow-leaf {
    margin: 10px 20px 10px;
    padding: 10px 50px;
    border-radius: 4px;
}
.grow-leaf .grow-indicator {
    margin-top: 5px;
    display: none;
}
.grow-leaf.active .grow-indicator,
.grow-leaf.finished .grow-indicator {
    display: block;
}
.grow-leaf .grow-indicator span {
    height: 8px;
    width: 12px;
    display: inline-block;
    border-radius: 2px;
}
.grow-leaf.active .grow-indicator span:not(.done) {
    background-color: #ccc;
}
.grow-leaf {
    cursor: pointer;
}

.grow-journey-leaf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.grow-leaf:hover i, .grow-leaf:hover .leaf-icon {
    margin-top: -1px;
    margin-bottom: 1px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 10px 5px -5px rgba(136, 136, 136, 0.2);
}

.grow-leaf i, .grow-leaf .leaf-icon {
    color: #bbb;
    background-color: #eee;
    font-size: 40px;
    height: 80px;
    width: 80px;
    border: 4px solid #bbb;
    display: inline-block;
    line-height: 72px;
    border-radius: 50%;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.07), 0 10px 5px -5px rgba(136, 136, 136, 0.1);
    flex-shrink: 0;
    text-align: center;
}

.grow-leaf.active i, .grow-leaf.active .leaf-icon {
    color: #FFF;
    line-height: 80px;
    border: none;
}

.grow-leaf.finished i, .grow-leaf.finished .leaf-icon {
    background: linear-gradient(135deg,#fbb430,#fbb430 26%,#faa919 0,#faa919 39%,#fbb430 0,#fbb430 52%,#faa919 0,#faa919 57%,#fbb430 0,#fbb430 78%,#faa919 0,#faa919 90%,#fbb430 0,#fbb430);
    background-color: #fbb430;
    border: none;
    color: #fff;
    line-height: 80px;
}
.grow-leaf.finished .grow-indicator span {
    background-color: #faa919;
}
.grow-leaf .grow-title {
    margin-top: 10px;
}
.grow-leaf h1 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}
.grow-leaf h3 {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 3px;
}
.grow-leaf.active.color1 i,
.grow-leaf.active.color1 .leaf-icon,
.grow-page-title.color1,
.grow-strength-box.color1 {
    background: linear-gradient(135deg,rgba(244, 67, 54, 0.9),rgba(244, 67, 54, 0.9) 26%,#F44336 0,#F44336 39%,rgba(244, 67, 54, 0.9) 0,rgba(244, 67, 54, 0.9) 52%,#F44336 0,#F44336 57%,rgba(244, 67, 54, 0.9) 0,rgba(244, 67, 54, 0.9) 78%,#F44336 0,#F44336 90%,rgba(244, 67, 54, 0.9) 0,rgba(244, 67, 54, 0.9));
}
.grow-leaf.active.color1 .grow-indicator span.done {
    background-color: #F44336;
}
.grow-leaf.active.color2 i,
.grow-leaf.active.color2 .leaf-icon,
.grow-page-title.color2,
.grow-strength-box.color2 {
    background: linear-gradient(135deg,rgba(156, 39, 176, 0.9),rgba(156, 39, 176, 0.9) 26%,#9C27B0 0,#9C27B0 39%,rgba(156, 39, 176, 0.9) 0,rgba(156, 39, 176, 0.9) 52%,#9C27B0 0,#9C27B0 57%,rgba(156, 39, 176, 0.9) 0,rgba(156, 39, 176, 0.9) 78%,#9C27B0 0,#9C27B0 90%,rgba(156, 39, 176, 0.9) 0,rgba(156, 39, 176, 0.9));
}
.grow-leaf.active.color2 .grow-indicator span.done {
    background-color: #9C27B0;
}
.grow-leaf.active.color3 i,
.grow-leaf.active.color3 .leaf-icon,
.grow-page-title.color3,
.grow-strength-box.color3 {
    background: linear-gradient(135deg,rgba(33, 150, 243, 0.9),rgba(33, 150, 243, 0.9) 26%,#2196F3 0,#2196F3 39%,rgba(33, 150, 243, 0.9) 0,rgba(33, 150, 243, 0.9) 52%,#2196F3 0,#2196F3 57%,rgba(33, 150, 243, 0.9) 0,rgba(33, 150, 243, 0.9) 78%,#2196F3 0,#2196F3 90%,rgba(33, 150, 243, 0.9) 0,rgba(33, 150, 243, 0.9));
}
.grow-leaf.active.color3 .grow-indicator span.done {
    background-color: #2196F3;
}
.grow-leaf.active.color4 i,
.grow-leaf.active.color4 .leaf-icon,
.grow-page-title.color4,
.grow-strength-box.color4 {
    background: linear-gradient(135deg,rgba(76, 175, 80, 0.9),rgba(76, 175, 80, 0.9) 26%,#4CAF50 0,#4CAF50 39%,rgba(76, 175, 80, 0.9) 0,rgba(76, 175, 80, 0.9) 52%,#4CAF50 0,#4CAF50 57%,rgba(76, 175, 80, 0.9) 0,rgba(76, 175, 80, 0.9) 78%,#4CAF50 0,#4CAF50 90%,rgba(76, 175, 80, 0.9) 0,rgba(76, 175, 80, 0.9));
}
.grow-leaf.active.color4 .grow-indicator span.done {
    background-color: #4CAF50;
}

.grow-leaf.active.domain1 i,
.grow-leaf.active.domain1 .leaf-icon {
    background: linear-gradient(135deg,rgba(142, 36, 170, 0.9),rgba(142, 36, 170, 0.9) 26%,#8e24aa 0,#8e24aa 39%,rgba(142, 36, 170, 0.9) 0,rgba(142, 36, 170, 0.9) 52%,#8e24aa 0,#8e24aa 57%,rgba(142, 36, 170, 0.9) 0,rgba(142, 36, 170, 0.9) 78%,#8e24aa 0,#8e24aa 90%,rgba(142, 36, 170, 0.9) 0,rgba(142, 36, 170, 0.9));
}
.grow-leaf.active.domain1 .grow-indicator span.done {
    background-color: #8e24aa;
}

.grow-leaf.active.domain2 i, .grow-leaf.active.domain2 .leaf-icon {
    background: linear-gradient(135deg,rgba(255, 145, 0, 0.9),rgba(255, 145, 0, 0.9) 26%,#ff9100 0,#ff9100 39%,rgba(255, 145, 0, 0.9) 0,rgba(255, 145, 0, 0.9) 52%,#ff9100 0,#ff9100 57%,rgba(255, 145, 0, 0.9) 0,rgba(255, 145, 0, 0.9) 78%,#ff9100 0,#ff9100 90%,rgba(255, 145, 0, 0.9) 0,rgba(255, 145, 0, 0.9));
}
.grow-leaf.active.domain2 .grow-indicator span.done {
    background-color: #ff9100;
}

.grow-leaf.active.domain3 i, .grow-leaf.active.domain3 .leaf-icon {
    background: linear-gradient(135deg,rgba(2, 119, 189, 0.9),rgba(2, 119, 189, 0.9) 26%,#0277bd 0,#0277bd 39%,rgba(2, 119, 189, 0.9) 0,rgba(2, 119, 189, 0.9) 52%,#0277bd 0,#0277bd 57%,rgba(2, 119, 189, 0.9) 0,rgba(2, 119, 189, 0.9) 78%,#0277bd 0,#0277bd 90%,rgba(2, 119, 189, 0.9) 0,rgba(2, 119, 189, 0.9));
}
.grow-leaf.active.domain3 .grow-indicator span.done {
    background-color: #0277bd;
}

.grow-leaf.active.domain4 i, .grow-leaf.active.domain4 .leaf-icon {
    background: linear-gradient(135deg, rgba(189, 0, 54, 0.9), rgba(189, 0, 48, 0.9) 26%,#97002b 0,#97002b 39%,rgba(189, 0, 48, 0.9) 0,rgba(189, 0, 48, 0.9) 52%,#97002b 0,#97002b 57%,rgba(189, 0, 48, 0.9) 0,rgba(189, 0, 48, 0.9) 78%,#97002b 0,#97002b 90%,rgba(189, 0, 48, 0.9) 0,rgba(189, 0, 48, 0.9));
}
.grow-leaf.active.domain4 .grow-indicator span.done {
    background-color: #97002b;
}

.grow-leaf.active.brand-leaf i, .grow-leaf.active.brand-leaf .leaf-icon {
    background: linear-gradient(135deg, rgba(68, 145, 104, 0.9), rgba(68, 145, 104, 0.9) 26%,#449168 0,#449168 39%,rgba(68, 145, 104, 0.9) 0,rgba(68, 145, 104, 0.9) 52%,#449168 0,#449168 57%,rgba(68, 145, 104, 0.9) 0,rgba(68, 145, 104, 0.9) 78%,#449168 0,#449168 90%,rgba(68, 145, 104, 0.9) 0,rgba(68, 145, 104, 0.9));
}
.grow-leaf.active.brand-leaf .grow-indicator span.done {
    background-color: #449168;
}

.grow-card {
    width: 100%;
}
.grow-card-title {
    height: 160px;
    border-radius: 4px;
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 2px 9px rgba(0,0,0,.1);
    display: flex;
    justify-content: center;
}
.grow-card-title h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    align-self: center;
}
.grow-subcategory {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.list-group.droptrue {
}
.list-group.droptrue li:not(.not-sortable) {
    cursor: move;
}
.ui-sortable-placeholder {
    list-style: none !important;
    height: 40px;
    background-color: #f4f4f4 !important;
}
.ui-sortable-placeholder.lg {
	height: 80px !important;
}
.ui-sortable-placeholder.xl {
	height: 160px !important;
}

.grow-my-talents-icon-wrapper {
    align-items: center;
    display: flex;
    text-align: center;
    float: left;
}
.grow-my-talents-icon-wrapper .grow-leaf.active {
    cursor: default;
    padding: 10px 20px;
}
.grow-my-talents-content {
    /*display: inline-block;*/
}
.grow-my-talents-content h4 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 2px;
}
.grow-my-talents-strength {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 768px) {
    .grow-my-talents-strength {
        flex-flow: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.grow-my-talents-strength:not(.no-border) {
    border-bottom: 2px dashed #eee;
}
.grow-page-title h5 {
    margin-bottom: 4px !important;
}
.grow-page-title, .grow-page-title h2, .grow-page-title h5 {
    color: #fff !important;
}
.grow-page-title {
    border-bottom: 3px solid rgba(255,255,255,0.5);
    margin-top: -15px;
    padding: 30px 30px 15px;
    margin-bottom: 30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.grow-strength-boxes {
    display: flex;
    flex-direction: row;
}
.grow-strength-box {
    flex-grow: 1;
    text-align: center;
    color: #fff;
    padding: 20px 10px;
}
.grow-strength-box i, .grow-strength-box svg[class*="-fa"] {
    font-size: 40px;
    font-weight: normal !important;
}
.video-grow-progress {
    margin-bottom: 0;
    height: 30px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.video-grow-progress .progress-bar {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.grow-wizard-item {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.grow-wizard-item .score-icon  {
    font-size: 16px;
}
.grow-wizard-item .score-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bolder;
}
.grow-wizard-item .score-button.btn-danger {
    background-color: rgba(251, 64, 75, 0.10);
}
.grow-wizard-item .score-button.btn-danger:hover {
    background-color: rgba(251, 64, 75, 1);
}
.grow-wizard-item .score-button.btn-warning {
    background-color: rgba(255, 165, 52, 0.1);
}
.grow-wizard-item .score-button.btn-warning:hover {
    background-color: rgb(255, 165, 52);
}
.grow-wizard-item .score-button.btn-success {
    background-color: rgba(135, 203, 22, 0.1);
}
.grow-wizard-item .score-button.btn-success:hover {
    background-color: rgb(135, 203, 22);
}
.dominant-divider {
    position: relative;
    padding: 20px 15px;
    cursor: move;
}
.dominant-divider:after {
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    height: 1px;
    border-bottom: 4px dashed #449168;
    content: "";
    width: 100%;
    display: block;
}
.grow-step {
    padding: 10px 30px;
    text-align: center;
}
.grow-icons-check-container {
}
.grow-icons-check {
    text-align: center;
    cursor: pointer;
}
.grow-icons-check p {
    margin-top: 8px;
    font-size: 18px;
    font-weight: normal;
    color: #999;
}
.grow-icons-check i,
.grow-icons-check svg[class*="-fa"],
.grow-icons-check.goals-days .div-icon {
    font-size: 50px;
    border: 3px solid #aaa;
    border-radius: 50%;
    color: #aaa;
    width: 100px;
    height: 100px;
    line-height: 94px;
    font-weight: bold;
}
.grow-icons-check.goals-days .div-icon {
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
.grow-icons-check.goals-days div small {
    display: block;
    font-size: 18px;
}
.grow-icons-check.active p {
    color: #FB404B;
    text-shadow: 0 2px 9px rgba(251, 64, 75, 0.1);
}
.grow-icons-check.active i,
.grow-icons-check.active svg[class*="-fa"],
.grow-icons-check.active .div-icon {
    border: 3px solid #fb404b;
    color: #FB404B;
    box-shadow: 0 2px 9px rgba(76, 175, 80, 0.1);
    text-shadow: 0 2px 9px rgba(251, 64, 75, 0.1);
}
.top-border-dashed {
    border-top: 2px dashed #eee;
}
.right-border-dashed {
    border-right: 2px dashed #eee;
}
.bottom-border-dashed {
    border-bottom: 2px dashed #eee;
}
.word {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 12px;
    background-color: #f4f4f4;
    color: #777;
    border-radius: 10px;
    cursor: pointer;
    margin: 5px;
    display: inline-block;
    font-size: 15px;
}
.word:hover {
    background-color: #e0e0e0;
    color: #666;
}
.word.active {
    background-color: #449168;
    color: #fff;
}

.word.word-sm {
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 6px;
}
.strength-box-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-policy {
    font-size: 11px !important;
    line-height: 1.5 !important;
}

/* Feedback Timeline */
/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

/* --------------------------------

Main components

-------------------------------- */
.cd-header {
    height: 200px;
    line-height: 200px;
    text-align: center;
    background: #303e49;
}
.cd-header h1 {
    color: #ffffff;
    font-size: 18px;
    font-size: 1.125rem;
}
@media only screen and (min-width: 1170px) {
    .cd-header {
        height: 300px;
        line-height: 300px;
    }
    .cd-header h1 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.timeline-content {
    background-color: #f8f8f8;
    padding-top: 0 !important;
}
#cd-timeline {
    position: relative;
    padding: 4em 0 4em 0;
    /*margin-top: 2em;
    margin-bottom: 2em;*/
}
#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #ddd;
}
@media only screen and (min-width: 1170px) {
    #cd-timeline {
        padding: 4em 0 4em 100px;
        /*margin-top: 3em;
        margin-bottom: 3em;*/
    }
    #cd-timeline::before {
        left: 100px;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    z-index: 1;
}
.cd-timeline-block, .timeline-comments {
    position: relative;
    margin: 2em 0;
}
.timeline-comments {
    display: none;
    overflow: visible !important;
    padding-bottom: 10px;
}
.timeline-comments.pre-shown {
	display: block;
}
.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block, .timeline-comments {
        margin: 1em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}
.cd-timeline-buttons {
    display: flex;
	bottom: 0;
	margin-left: 60px;
	margin-right: 60px;
	border-radius: 6px 6px 0 0;
	border: 1px solid #e8e8e8;
	border-bottom: none;
}
.modal .cd-timeline-buttons {
	margin: 0;
}
.cd-timeline-buttons * {
	opacity: 1;
}
.cd-timeline-buttons *:first-child {
	border-radius: 6px 0 0 0;
}
.cd-timeline-buttons *:last-child {
	border-radius: 0 6px 0 0;
}
.modal .cd-timeline-buttons * {
	border-radius: 0;
}
.cd-timeline-buttons.vertical {
    flex-direction: row;
}
.cd-timeline-buttons button, .cd-timeline-button button:focus,
.cd-timeline-buttons a, .cd-timeline-button a:focus{
    flex-grow: 1;
    border-radius: 0;
    border: 0;
    background-color: #eee !important;
    color: #666 !important;
    padding: 8px !important;
    font-weight: bold;
}
.cd-timeline-buttons a.text-red {
    color: #fb3c43 !important;
}
.coaching-task-action, .coaching-task-action:focus {
    flex-grow: 0 !important;
}
button.cd-timeline-button.liked {
    color: #409266 !important;
}
.cd-timeline-buttons button:hover,
.cd-timeline-buttons a:hover{
    background-color: #ddd !important;
}
.cd-timeline-content .timeline-type {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    z-index: 1;
}
.cd-timeline-content.unpublished {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}
.cd-timeline-content.unpublished:hover {
    opacity: 1;
}
.cd-timeline-content.type-feedback .timeline-type, .label-praise {
    background-color: #6fa888;
}
.cd-timeline-content.type-task .timeline-type, .label-task {
    background-color: #a76161;
}
.cd-timeline-content.type-library .timeline-type, .label-library {
    background-color: #619CA7;
}
.cd-timeline-content.type-story .timeline-type, .label-story {
    background-color: #8a74a7;
}
.cd-timeline-content.type-message .timeline-type, .label-message {
    background-color: #7080B5;
}
.cd-timeline-content.type-journey .timeline-type, .label-journey {
    background-color: #b3af55;
}
.cd-timeline-content.type-session-rating .timeline-type, .label-ptool {
    background-color: #8a74a7;
}
.cd-timeline-content.type-challenge .timeline-type, .label-challenge, .label-habit, .label-routine, .label-tool {
    background-color: #597b94;
}
.label-selected {
	color: #fff !important;
	background-color: #6fa888 !important;
}
.timeline-comments-all {
	padding: 7px 20px;
	text-align: center;
	background-color: #f8f8f8;
	font-weight: bold;
	color: var(--accent-color) !important;
	display: block;
	font-size: 13px;
}
.label-count {
	background-color: #fff;
	border-radius: 4px;
	padding: 0 3px;
	margin-right: 2px;
}
.label-brand .label-count {
	color: #478d66;
}
.label-habit .label-count, .label-routine .label-count {
	color: #597b94;
}
.label-journey .label-count {
	color: #b3af55;
}
.label-task .label-count {
	color: #a76161;
}
.label-message .label-count {
	color: #7080B5;
}
.label-ptool .label-count {
	color: #8a74a7;
}
.label-goal {
	background-color: #8a74a7;
}
.label-default .label-count {
	color: #777;
}
/*.cd-timeline-content.type-feedback::before {
    border-color: transparent transparent #6fa888 #6fa888 !important;
}
.cd-timeline-content.type-task::before {
    border-color: transparent transparent #a76161 #a76161 !important;
}
.cd-timeline-content.type-library::before {
    border-color: transparent transparent #619CA7 #619CA7 !important;
}
.cd-timeline-content.type-message::before {
    border-color: transparent transparent #7080B5 #7080B5 !important;
}
.cd-timeline-content.type-session-rating::before {
    border-color: transparent transparent #8a74a7 #8a74a7 !important;
}
.cd-timeline-content.type-journey::before {
    border-color: transparent transparent #b3af55 #b3af55 !important;
}*/

a.cd-library-thumbnail {
    display: flex;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    margin-top: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.video-thumbnail {
	border-radius: 4px;
	border: 1px solid #f0f0f0;
	margin-top: 10px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.cd-library-thumbnail a {
	display: flex;
}

.cd-library-thumbnail .media-object {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 128px;
    flex-shrink: 0;
    align-self: stretch;
    border-right: 1px solid #f0f0f0;
    background-size: cover;
}

.cd-library-thumbnail .media-icon {
    color: #666;
    padding: 8px 16px;
    flex-shrink: 0;
    font-size: 22px;
    display: flex;
    align-items: center;
}

.cd-library-thumbnail .media-body {
    display: flex;
    flex-direction: column;
    color: #666;
    padding: 8px 16px 8px 8px;
    flex-grow: 1;
	min-height: 70px;
}

.cd-library-thumbnail .media-body .media-heading {
    font-weight: bold;
    margin-bottom: 0;
}

.cd-library-thumbnail .media-body p {
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cd-timeline-img {
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-size: cover !important;
	background-position: center !important;
	top: 20px;
	left: -25px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	z-index: 1;
}
.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 0;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}
.cd-timeline-img.cd-picture {
    background: #75ce66;
}
.cd-timeline-img.cd-movie {
    background: #c03b44;
}
.cd-timeline-img.cd-location {
    background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 0;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-side-box {
    position: absolute;
    background-color: white;
    right: -30px;
    width: 30px;
    height: 50px;
    top: 15px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.cd-timeline-content, .timeline-comments-content {
    position: relative;
    /*margin-left: 70px;*/
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.timeline-comments-content {
    cursor: default;
    margin-top: -28px;
    background-color: #fff;
    z-index: 0;
    /*max-height: 0;
    padding: 0;*/
    padding: 1em 0 0;
    transition: max-height 2s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.timeline-comments-content.extended {

}
.timeline-comment-section {
    padding: 12px 20px 12px 60px;
    position: relative;
	min-height: 59px;
}
.timeline-comments.pre-shown .timeline-comment-section:last-of-type {
	border-radius: 0 0 6px 6px;
}
.comment-avatar {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 10px;
	left: 15px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.comment-name {
	font-size: 14px;
	color: #3d6e94 !important;
	font-weight: bold;
}
.timeline-comment-section:nth-of-type(even) {
    background-color: #fbfbfb;
}
.timeline-comment-section .comment-container {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px;
    word-break: break-word;
}
.timeline-comment-section p a {
    font-size: 14px;
}
.timeline-comment-section .comment-time,
.timeline-comment-section .comment-seen {
    color: #999;
    float: right;
    font-size: 10px;
}

.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.timeline-comment-section .comment-edited {
    color: #777;
    font-size: 10px;
}

.timeline-comment-section .comment-liked {
    font-size: 12px;
	padding: 2px 6px;
	border: 1px solid var(--accent-color);
	margin-top: 4px;
	display: inline-block;
	border-radius: 6px;
	background-color: rgba(61, 110, 148, 0.05);
}
.timeline-gif, .timeline-image {
	max-height: 200px;
	border-radius: 6px;
	margin: 5px 0;
}
.timeline-image {
	margin: 5px;
	width: 150px;
	height: 100px;
	background-size: cover;
	background-position: center;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.story-play {
	color: white;
	font-size: 2.5em;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.3));
}
.timeline-image.story-thumbnail {
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.timeline-comment-section .timeline-image {
	width: 200px;
	height: 133px;
}
.timeline-comment-section .comment-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 30px;
    background-color: #eee;
    color: #888;
    padding-top: 10px;
}
.timeline-comment-section .comment-new {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: red;
}
.timeline-comment-new {
    padding: 1em;
}
.timeline-comment-new .revealing-comment-actions {
	max-height: 0;
	transition: 300ms ease-in-out all;
	overflow: hidden;
}
.timeline-comment-new .revealing-comment-actions.shown {
	max-height: 60px;
}
.cd-timeline-content::after {
    clear: both;
    content: "";
    display: table;
}
.cd-timeline-content h2 {
    color: #303e49;
    margin-top: 0;
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: 8px !important;
}
.cd-timeline-content.feed-new {
	border-right: 3px solid red;
}
.cd-timeline-content p, .cd-timeline-content li, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 13px !important;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}
.cd-timeline-content p {
    margin: 0;
    line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #ffffff;
    border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
    padding: 0 0 8px;
    opacity: .5;
    float: left;
    margin-left: 60px;
}
/*.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 100%;
    left: 0;
    height: 0;
    width: 0;
    border: 12px solid transparent;
    box-sizing: border-box;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(45deg);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}*/
.timeline-task-status {
    position: absolute;
    top: 0;
    bottom: 34px;
    right: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 10px;
    border-top-right-radius: 0.25em;
    z-index: 1;
}
.timeline-task-status.done {
    background-color: #3f9165;
}
.timeline-task-status.open {
    background-color: #adadad;
}
.timeline-task-status.late {
    background-color: #a76161;
}
.timeline-task-status.archived {
    background-color: #ddd;
}
.timeline-task-status.draft {
    background-color: #CD9859;
}
.timeline-task-status.unpublished {
    background-color: #b58a16;
}
.block-child > * {
	display: block;
}
/*.interact-item:hover .cd-timeline-content, .interact-item:hover .timeline-comments-content {
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	transform: translateY(-2px);
}*/
/*.cd-timeline-content:hover {

    background-color: #f8f8f8;
}*/
@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.attachments-container {
    display: flex;
    font-size: 12px;
    align-items: center;
    margin-top: 4px;
}
.attachments-container ul {
    padding-left: 8px;
}
.attachments-container li {
    padding: 3px 3px 3px 8px;
    margin-right: 2px;
    margin-top: 2px;
    margin-left: 2px;
}
.attachments-container li svg {
    margin-left: 6px;
}
.timeline-comments-content {
	margin-left: 60px;
	margin-right: 60px;
	width: calc(100% - 120px);
}
@media only screen and (max-width: 1169px) {
    .timeline-comments-content {
        margin-top: -41px;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-buttons {
        display: flex;
    }
    /*.cd-timeline-content {
        margin-left: 60px;
        width: 85%;
    }*/

    .cd-timeline-side-box {
        right: -30px;
    }
    /*.cd-timeline-content::before {
        top: 16px;
        left: 100%;
        border-color: transparent;
        border-left-color: #fff;
    }*/
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100px;
        top: 10px;
        font-size: 16px;
        float: right;
        margin-left: 0;
    }
    /*.cd-timeline-block .cd-timeline-content::before {
        top: 16px;
        left: 1px;
        right: 100%;
    }*/
    .cd-timeline-block .cd-timeline-content .cd-date {
        left: -210px;
        right: auto;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.timeline-content-wrap {
    padding: 15px 30px 15px 45px;
    position: relative;
    overflow: hidden;
}
.interact-more {
	margin: 0;
	text-align: center;
}
.interact-more > a, .interact-more > .btn {
	background-color: white;
	padding: 8px 50px;
	font-size: 14px;
	border-color: #ddd;
}
.timeline-load-more, .timeline-load-all {
    background-color: #f4f4f4;
    margin: 0 -15px -15px;
    text-align: center;
}
.timeline-overdue {
    color: #FB404B !important;
    font-weight: bold;
}
.feedback-tree {
    max-width: 256px;
    max-height: 204px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
}
.tree-0 {  background: url("/assets/img/feedback_tree/tree_0.png");  }
.tree-1 {  background: url("/assets/img/feedback_tree/tree_1.png");  }
.tree-2 {  background: url("/assets/img/feedback_tree/tree_2.png");  }
.tree-3 {  background: url("/assets/img/feedback_tree/tree_3.png");  }
.tree-4 {  background: url("/assets/img/feedback_tree/tree_4.png");  }
.tree-5 {  background: url("/assets/img/feedback_tree/tree_5.png");  }
.tree-6 {  background: url("/assets/img/feedback_tree/tree_6.png");  }
.tree-7 {  background: url("/assets/img/feedback_tree/tree_7.png");  }
.tree-8 {  background: url("/assets/img/feedback_tree/tree_8.png");  }
.tree-9 {  background: url("/assets/img/feedback_tree/tree_9.png");  }
.tree-10 {  background: url("/assets/img/feedback_tree/tree_10.png");  }
.tree-11 {  background: url("/assets/img/feedback_tree/tree_11.png");  }
.tree-12 {  background: url("/assets/img/feedback_tree/tree_12.png");  }
.tree-13 {  background: url("/assets/img/feedback_tree/tree_13.png");  }
.tree-14 {  background: url("/assets/img/feedback_tree/tree_14.png");  }
.tree-15 {  background: url("/assets/img/feedback_tree/tree_15.png");  }
.tree-16 {  background: url("/assets/img/feedback_tree/tree_16.png");  }
.tree-17 {  background: url("/assets/img/feedback_tree/tree_17.png");  }
.tree-18 {  background: url("/assets/img/feedback_tree/tree_18.png");  }
.tree-19 {  background: url("/assets/img/feedback_tree/tree_19.png");  }
.tree-20 {  background: url("/assets/img/feedback_tree/tree_20.png");  }


.feedback-tree-content {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.feedback-tree-more {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 30px;
    color: #aaa;
    font-weight: bold;
}
.others-trees.empty {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blur {
    filter: blur(1.5px);
}
.tree-blured {
    filter: blur(2px) grayscale(100%);
}
.corner-ribbon{
    width: 200px;
    background: #449168;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-weight: bold;
}
.corner-ribbon.top-left{
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
    top: 25px;
    right: 0;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.timeline-new-indicator {
    display: flex;
    flex-basis: 86%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin-left: 7%;
    width: 86%;
	margin-bottom: 30px;
}
.timeline-new-indicator span {
    background-color: #f8f8f8;
    padding: 6px;
}
.timeline-new-indicator:after,
.timeline-new-indicator:before {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin: 0 8px;
}

/* Library */
.or-field {
    display: flex;
    align-items: center;
    justify-content: center;
}
.or-field:before,
.or-field:after {
    background-color: #ddd;
    content: "";
    display: inline-block;
    width: 1px;
    position: absolute;
    left: 50%;
    vertical-align: middle;
    height: 100%;
}
.or-field span {
    color: #999;
    text-align: center;
    padding: 4px;
    background-color: #fff;
    z-index: 1;
}

.library-image {
    display: block;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
}
.library-item-box {
    display: flex;
    min-height: 150px;
    background-color: #f8f8f8;
    border-radius: 6px;
    border: 6px solid #f4f4f4;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.library-item-box i,
.library-item-box svg[class*="-fa"] {
    font-size: 40px;
    margin-bottom: 10px;
    width: 100%;
}
.library-item-image {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 6px solid #f4f4f4;
}
.library-thumbnail {
    position: relative;
    width: 100%;
    height: 175px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 4px solid #f4f4f4;
    border-bottom: 4px solid #f4f4f4;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.library-thumbnail-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.library-content {
    height: 175px;
    position: relative;
    overflow: hidden;
}
.library-thumbnail.icon {
    display: flex;
    background-color: #f4f4f4;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.library-thumbnail.icon i,
.library-thumbnail.icon svg[class*="-fa"] {
    font-size: 40px;
    margin-bottom: 10px;
    width: 100%;
}
.library-thumbnail .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}
.library-thumbnail .overlay svg {
    font-size: 40px;
}
.library-thumbnail .overlay.coachee-shared {
    background-color: rgba(0, 0, 0, 0.5);
    color: #00dd00;
}
.library-thumbnail .overlay.coachee-not-shared {
    background-color: rgba(0, 0, 0, 0.5);
    color: #d80e0e;
}
.library-cell {
    margin-top: -15px;
}
.library-cell .card {
    cursor: pointer;
}
.library-cell .title {
    max-height: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
.library-footer {
    padding: 10px 15px;
    width: 100%;
    bottom: 0;
    flex-grow: 1;
    align-items: flex-end;
}
.card-sidebar {
    width: 40px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 26px;
}
.card-sidebar.success {
    background-color: #6fa888;
}
.card-sidebar.danger {
    background-color: #a76161;
}
.card-sidebar.info {
    background-color: #619CA7;
}
.card-main {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.library-rating-fabs {
    position: absolute;
    top: 20px;
    left: 10px;
    display: flex;
    align-items: center;
    z-index: 5;
}
.library-rating-fab {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    display: flex;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px 1px rgba(63, 63, 68, 0.2);
}
.library-rating-fab svg {
    height: 44px;
    width: 44px;
}
.library-rating-fab svg .st0 {
    fill: #ffffff;
}
.library-item-coachees {
    position: absolute;
    bottom: 20px;
    right: 10px;
    display: flex;
    align-items: center;
}
.library-seen {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.library-seen svg {
    font-size: 60px;
    color: #449168;
}
.library-person-shared {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    right: 10px;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px 1px rgba(63, 63, 68, 0.2);
}
.library-coachee {
    height: 32px;
    width: 32px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px 1px rgba(63, 63, 68, 0.2);
}
.library-fabs * {
    z-index: 5;
}
.library-coachee.library-fab-share {
    background-color: #a76161;
    height: 44px;
    width: 44px;
}
.library-coachee.library-fab-more-coachees {
    background-color: #619CA7;
    font-weight: bold;
}
.library-person-shared.success,
.library-rating-fab.fab-success {
    background-color: #6fa888;
}
.library-rating-fab.fab-warning {
    background-color: #c9843b;
}
.library-person-shared.danger,
.library-rating-fab.fab-danger {
    background-color: #a76161;
}
.library-card {
    color: #333 !important;
    position: relative;
    display: flex;
    flex-direction: column;
}
.library-card:hover {
    margin-bottom: 32px;
    margin-top: -2px;
    background-color: #fcfcfc;
    box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
}
.library-new-tag {
    width: auto;
    background-color: red;
    color: #ffffff;
    margin-top: 6px;
    padding: 4px 16px 4px 8px;
    font-weight: bold;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
}
.library-rating-overview > * {
    padding: 4px 12px;
}

#contactModal form p.lead {
    font-size: 14px;
    font-weight: normal;
}
.library-rate .svg-inline--fa {
    font-size: 2em;
}
.library-rate {
    display: flex;
}
.library-rate > * {
    flex-grow: 1;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
}
.library-rate.rate-comment > * {
    padding-top: 8px;
    padding-bottom: 8px;
}
.library-rate.rate-comment .svg-inline--fa {
    font-size: 1.5em;
}
.library-rate-stat {
    display: flex;
}
.library-rate-stat .score-stat {
    cursor: default !important;
    flex-grow: 1;
    flex-basis: 0;
   /* border: 1px solid #fff;*/
    text-align: center;
    position: relative;
}
.library-rate-stat .score-stat:not(:last-of-type) {
    border-right: none;
}
.library-rate-stat .score-danger {
    color: #FB404B;
    border-color: #FB404B;
}
.library-rate-stat .score-warning {
    color: #FFA534;
    border-color: #FFA534;
}
.library-rate-stat .score-success {
    color: #87CB16;
    border-color: #87CB16;
}
.library-rate-stat .score-percentage {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.library-rate-stat .score-content {
    z-index: 2;
}
.library-rate-stat .score-stat:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.library-rate-stat .score-stat:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.library-download {
    background-color: #f4f4f4;
    padding-bottom: 8px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.library-detail-boxes {
    padding-top: 10px;
    padding-bottom: 10px;
}
.library-detail-boxes .detail-box {
    margin-bottom: 0 !important;
}
.library-detail-boxes:not(:first-of-type) {
    border-top: 1px solid #eee;
}
.library-detail-boxes:last-of-type {
    border-bottom: 1px solid #eee;
}
#newProgramModal h2.title {
	color: #666;
}
.library-create-type,
.library-create-type-wr,
.library-create-type-aim,
.library-type-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.library-create-type .title {
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 200ms ease-in-out;
    font-weight: normal;
    color: #666;
}
.library-create-type .detail-icon {
    height: 80px !important;
    width: 80px !important;
    flex-basis: auto !important;
    font-size: 30px;
    background-color: transparent !important;
    border: 3px solid #ccc;
    color: #ccc !important;
    transition: all 200ms ease-in-out;
}
.library-type-container.text-brand-opacity .detail-icon {
    border: 3px solid rgba(68, 145, 104, 0.71);;
    color: rgba(68, 145, 104, 0.71);;
}
.library-type-container.text-brand .detail-icon {
    border: 3px solid #449168;
    color: #449168;
}
.library-type-container.text-brand-opacity .title {
    color: rgba(68, 145, 104, 0.71);
}
.library-type-container.text-brand .title {
    color: #449168;
}
.library-create-type-wr .title {
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all 200ms ease-in-out;
	font-weight: normal;
	color: #666;
}
.library-create-type-wr .detail-icon {
	height: 80px !important;
	width: 80px !important;
	flex-basis: auto !important;
	font-size: 30px;
	background-color: transparent !important;
	border: 3px solid #ccc;
	color: #ccc !important;
	transition: all 200ms ease-in-out;
}
.option-vertical .library-type-container {
    flex-direction: row;
    gap: 10px;
}
.library-create-type-aim .title {
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all 200ms ease-in-out;
	font-weight: normal;
	color: #666;
}
.library-create-type-aim .detail-icon {
	height: 80px !important;
	width: 80px !important;
	flex-basis: auto !important;
	font-size: 30px;
	background-color: transparent !important;
	border: 3px solid #ccc;
	color: #ccc !important;
	transition: all 200ms ease-in-out;
}
.option-vertical  .detail-icon {
    height: 60px !important;
    width: 60px !important;
    font-size: 24px !important;
}
.library-type-container.static-type {
    cursor: default;
}
.library-type-container:not(.static-type).active .detail-icon,
.library-type-container:not(.static-type):hover .detail-icon {
    border-color: #449168 !important;
    color: #449168 !important;
}
.library-type-container:not(.static-type).active .title,
.library-type-container:not(.static-type):hover .title,
.library-type-container:not(.static-type).active p,
.library-type-container:not(.static-type):hover p {
    color: #449168 !important;
}
.library-type-container:not(.static-type).active .title {
	font-weight: bold;
}
.feedback-type-hint {
	padding: 0 20px;
	color: #999;
	text-align: center;
	line-height: 1.3;
	transition: all 200ms ease-in-out;
}
.library-type-container:not(.static-type).active .feedback-type-hint,
.library-type-container:not(.static-type):hover .feedback-type-hint {
	color: #628a74 !important;
}
/*.library-create-type[data-type="message"]:hover .detail-icon {
    border-color: #7080B5 !important;
    color: #7080B5 !important;
}
.library-create-type[data-type="message"]:hover .title {
    color: #7080B5 !important;
}
.library-create-type[data-type="praise"]:hover .detail-icon {
    border-color: #6fa888 !important;
    color: #6fa888 !important;
}
.library-create-type[data-type="praise"]:hover .title {
    color: #449168 !important;
}
.library-create-type[data-type="suggestion"]:hover .detail-icon {
    border-color: #a76161 !important;
    color: #a76161 !important;
}
.library-create-type[data-type="suggestion"]:hover .title {
    color: #a76161 !important;
}*/
.mce-edit-area label {
	color: #A9A9A9 !important; /* Override text color */
	text-transform: none !important;
	font-size: 14px !important;
	padding: 8px !important;
	line-height: 1.3 !important;
	height: 90% !important;
	top: 0 !important;
}
.suggestion-block {
    color: #449168;
    cursor: pointer;
}
.library-create-suggestion {
    font-weight: bold;
}
.detail-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.detail-box.detail-vertical {
	flex-direction: column;
	justify-content: center;
}
.detail-divider {
	width: 1px;
	height: 16px;
	display: inline-block;
	background-color: #eee;
}
.detail-box .detail-icon,
.library-create-type .detail-icon {
    height: 34px;
    width: 34px;
    color: #666;
    background-color: #e5e5e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    flex-basis: 34px;
    flex-grow: 0;
    flex-shrink: 0;
}
.detail-box.detail-vertical .detail-icon {
	height: 50px;
	width: 50px;
	flex-basis: 50px;
	margin-right: 0;
	font-size: 24px;
	margin-bottom: 5px;
}
.detail-box.detail-vertical .detail-icon.smaller {
	height: 40px;
	width: 40px;
	flex-basis: 40px;
	margin-right: 0;
	font-size: 22px;
	margin-bottom: 5px;
}
.detail-box.db-large .detail-icon {
	height: 60px;
	width: 60px;
	flex-basis: 60px;
	font-size: 28px;
}
.detail-box.db-large p {
	font-size: 20px;
}
.detail-box.detail-vertical .detail-content {
	text-align: center;
}
.detail-box.detail-vertical p {
	font-size: 20px;
}
.detail-box.detail-vertical small {
	font-size: 12px;
	color: #666;
}

.detail-icon-success {
    color: #fff !important;
    background-color: #449168 !important;
}

.detail-icon-info {
    background-color: #7080B5 !important;
    color: #fff !important;
}
.library-create-type .detail-icon {
    margin-right: 0;
}
.detail-box .detail-icon.red {
    background-color: #fb3c43;
    color: #fff;
}

.detail-box .detail-icon-danger {
    background-color: #a76161;
    color: #fff;
}

.detail-box .detail-icon-danger.light {
    background-color: #da8383;
    color: #fff;
}
.detail-box .detail-icon.larger,
.library-create-type .detail-icon.larger {
    height: 42px;
    width: 42px;
    flex-basis: 42px;
    font-size: 16px;
}
.detail-box .detail-icon.largest,
.library-create-type .detail-icon.largest {
	font-size: 18px;
}
.detail-box .detail-icon.start ,
.library-create-type .detail-icon.start {
    align-self: start !important;
}
.detail-box h4.title {
    margin-bottom: 0;
}
.detail-box .detail-content {
    font-size: 13px;
}
.detail-box small {
    font-size: 11px;
    display: block;
    color: #999;
    line-height: 1;
}
.icon-checkmark.absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 10%;
}
.icon-checkmark circle {
    transform-origin: 50% 50%;
    transform: scale(0);
    transition: transform 200ms cubic-bezier(.22, .96, .38, .98);
}

.icon-checkmark path {
   /* //transition: stroke-dashoffset 350ms ease;
    transition-delay: 100ms;*/
    transform: scale(0);
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
}
.status-item:not(.hidden) .icon-checkmark circle,
.icon-parent.active .icon-checkmark circle {
    transform: scale(1);
}
.status-item:not(.hidden) .icon-checkmark path,
.icon-parent.active .icon-checkmark path {
    transform: scale(1);
    animation: checkmark-animation 0.5s linear;
    animation-delay: 100ms;
    animation-fill-mode: forwards;
}
.icon-mail-reset {
    width: 100px;
    height: 100px;
}
@keyframes checkmark-animation {
    from {
        stroke-dashoffset: 300;
    }
    to {
        stroke-dashoffset: 0;
    }
}
#library-share-comment-subheader {
    margin: 0 -15px -15px;
    border-bottom: none;
    border-top: 1px solid #f0f0f0;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f8f8f8;
}
#library-share-comment-subheader .detail-icon {
    align-self: start;
    height: 44px;
    width: 44px;
    flex-basis: auto;
}
.contact-box-avatar {
    flex-basis: auto;
    flex-shrink: 0;
}
.contact-box-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Welcome modal */
#welcomeModal .modal-header {
    display: flex;
    justify-content: center;
    padding: 30px 0 0;
    background-color: #e8edeb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#welcomeModal .modal-header svg {
    font-size: 50px;
    color: #449168;
}
#welcomeModal #welcome-modal-sidebar {
    margin-top: -15px;
    margin-bottom: -15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: flex;
    justify-content: center;
    padding: 25px;
    background: url(../img/bg-pattern.png), #409266;
    background: url(../img/bg-pattern.png), -webkit-linear-gradient(to left, #409266, #306E4D);
    background: url(../img/bg-pattern.png), linear-gradient(to left, #409266, #306E4D);
}
/*body.modal-open {
    overflow: hidden;
}*/
body.modal-open .modal.modal-centered.in {
    display: flex !important;
    align-items: center;
}
.modal::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    top: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background-color: rgba(0,0,0,0.6);
}

.modal.dimmed * {
    z-index: 0;
}
.modal.dimmed::after {
    width: 100%;
    opacity: 1;
    height: 100%;
}
.modal.dimmed .modal-close {
	opacity: 0.5;
}
.sidebar-container {
    min-width: 200px;
    max-width: 300px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation: 0.8s bounceUp forwards;
    animation: 0.8s bounceUp forwards;
}
.sidebar-container h5 {
    font-weight: bold;
    color: #444;
}
.container-strength {
    font-weight: bold;
}
.container-profile {
    padding: 0 25px 25px;
}
.container__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 30px auto 15px;
    border-radius: 50%;
    background: #449168;
    box-shadow: 0px 0px 0px 5px #e5e5e5;
    -webkit-animation: 0.8s bounceUp forwards;
    animation: 0.8s bounceUp forwards;
    background-size: cover;
}
.container__logo svg {
    font-size: 72px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-animation: 0.6s bounceUpOnce 0s forwards;
    animation: 0.6s bounceUpOnce 0s forwards;
}
@-webkit-keyframes bounceUp {
    0% {-webkit-transform: translateY(100%);transform: translateY(100%);}
    60% {-webkit-transform: translateY(-18%);transform: translateY(-18%);}
    70% {-webkit-transform: translateY(8%);transform: translateY(8%);}
    85% {-webkit-transform: translateY(-6%);transform: translateY(-6%);}
    100% {-webkit-transform: translateY(0%);transform: translateY(0%);}
}
@keyframes bounceUp {
    0% {-webkit-transform: translateY(100%);transform: translateY(100%);}
    60% {-webkit-transform: translateY(-18%);transform: translateY(-18%);}
    70% {-webkit-transform: translateY(8%);transform: translateY(8%);}
    85% {-webkit-transform: translateY(-6%);transform: translateY(-6%);}
    100% {-webkit-transform: translateY(0%);transform: translateY(0%);}
}
@-webkit-keyframes bounceUpOnce {
    0% {-webkit-transform: translateY(0%);transform: translateY(0%);}
    35% {-webkit-transform: translateY(45%);transform: translateY(45%);}
    70% {-webkit-transform: translateY(-16%);transform: translateY(-16%);}
    90% {-webkit-transform: translateY(10%);transform: translateY(10%);}
    100% {-webkit-transform: translateY(0%);transform: translateY(0%);}
}
@keyframes bounceUpOnce {
    0% {-webkit-transform: translateY(0%);transform: translateY(0%);}
    35% {-webkit-transform: translateY(45%);transform: translateY(45%);}
    70% {-webkit-transform: translateY(-16%);transform: translateY(-16%);}
    90% {-webkit-transform: translateY(10%);transform: translateY(10%);}
    100% {-webkit-transform: translateY(0%);transform: translateY(0%);}
}
@-webkit-keyframes nextButtonAnimation {
    0% {-webkit-transform: translateX(0%);transform: translateX(0%);}
    50% {-webkit-transform: translateX(10%);transform: translateX(10%);}
    100% {-webkit-transform: translateX(0%);transform: translateX(0%);}
}
@-webkit-keyframes backButtonAnimation {
    0% {-webkit-transform: translateX(0%);transform: translateX(0%);}
    50% {-webkit-transform: translateX(-10%);transform: translateX(-10%);}
    100% {-webkit-transform: translateX(0%);transform: translateX(0%);}
}
@-webkit-keyframes finishButtonAnimation {
    0% {-webkit-transform: translate(0%, 0%);transform: translate(0%, 0%);}
    25% {-webkit-transform: translate(-5%, 5%);transform: translate(-5%, 5%);}
    75% {-webkit-transform: translate(5%, -5%);transform: translate(5%, -5%);}
    100% {-webkit-transform: translate(0%, 0%);transform: translate(0%, 0%);}
}

.icon-rotate {
    transform: rotate(180deg);
}

/* Routines */
.goal-header {
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.goal-header .grow-image {
    position: absolute;
    background-position: center;
    background-size: cover;
    height: 150px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
a.goal-header:hover .grow-image  {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
}
.goal-header-line {
    display: block;
    width: 75%;
    margin-left: 12.5%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
.goal-progress-line {
    display: block;
    width: 75%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.5);
}
.goal-footer {
    padding: 15px 15px 10px !important;
    background-color: #fcfcfc !important;
    border-top: 1px solid #f0f0f0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.grow-content .detail-box {
    margin: 0 !important;
}
.goal-header .overlay {
    background: rgba(0,0,0,0.65);
}
.grow-navigation {
    padding: 0 !important;
}
.grow-navigation .grow-nav-item {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.detail-icon {
    height: 34px;
    width: 34px;
    color: #777;
    background-color: #e5e5e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    flex-basis: 34px;
    flex-grow: 0 !important;
    flex-shrink: 0;
    font-size: 14px;
}
.detail-icon.danger {
    color: #fff;
    background-color: #fb3c43;
}
.detail-icon.warning {
    color: #fff;
    background-color: #c9843b;
}
.grow-navigation .grow-nav-item.active {
    background-color: #f4f4f4;
}
.grow-navigation .grow-nav-item:hover {
    background-color: #fafafa;
}
.grow-navigation .grow-nav-item:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}
.grow-navigation .grow-nav-item span {
    flex-grow: 1;
    font-size: 16px;
    font-weight: lighter;
}
.grow-navigation .grow-nav-item.active span {
    font-weight: normal;
}
.grow-navigation .grow-nav-item.active .grow-nav-indicator {
    background-color: #449168;
}
.grow-navigation .grow-nav-item.active .detail-icon {
    background-color: #d6d6d6;
}
.grow-navigation .grow-nav-item:not(.active):hover .grow-nav-indicator {
    background-color: rgba(108, 177, 145, 0.58);
}
.grow-navigation .grow-nav-indicator {
    position: absolute;
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 0 4px;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #64927a40;
}

.e2grow-navbar {
    position: sticky;
    margin: -30px -30px 20px !important;
    background-color: #f8f8f8;
    z-index: 2;
    top: 0;
}
.header-navbar {
	background-color: #f8f8f8;
	z-index: 2;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.top-navbar {
	position: sticky;
	top: 0;
	background-color: #f8f8f8;
	z-index: 2;
	margin: -15px -15px 25px !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
	.top-navbar {
		margin: -30px -30px 30px !important;
	}
}
.header-navbar.subheader-navbar {
	background-color: #fcfcfc;
}
.e2grow-navbar.justified ul.nav,
.header-navbar.justified ul.nav {
	display: flex;
	width: 100%;
}
.e2grow-navbar.justified li,
.header-navbar.justified li {
	flex-grow: 1;
}
.e2grow-navbar.justified li a,
.header-navbar.justified li a {
	display: flex;
	justify-content: center;
	border-radius: 0 !important;
}
.header-navbar li a {
	padding: 8px 12px 6px !important;
	font-size: 15px;
}
.header-navbar li a .detail-icon {
	width: 30px;
	height: 30px;
	flex-basis: 30px;
}
.e2grow-navbar .container-fluid, .header-navbar .container-fluid {
    display: flex;
}
.e2grow-navbar li a, .header-navbar li a, .top-navbar li a {
    display: flex;
    align-items: center;
    margin: 0 !important;
    font-weight: lighter;
    border-bottom: 4px solid transparent;
    line-height: 34px;
	padding: 8px 15px;
	color: #9A9A9A;
}
.e2grow-navbar ul.nav li a.active, .header-navbar ul.nav li a.active, .header-navbar ul.nav li.active a, .top-navbar ul.nav li.active a, .top-navbar ul.nav li a.active, .e2grow-navbar ul.nav li.active a {
    border-bottom: 4px solid #449168;
    margin-bottom: -1px !important;
    font-weight: bold;
    color: #449168 !important;
}
.header-navbar .dropdown.open > a,
.e2grow-navbar .dropdown.open > a {
	border-bottom: 4px solid #449168;
}
.e2grow-navbar li a:hover, .header-navbar li a:hover , .header-navbar li:hover a, .top-navbar li:hover a {
    border-radius: 0 !important;
}
.e2grow-navbar ul.nav > li > a:not(.active):hover, .header-navbar ul.nav > li > a:not(.active):hover, .header-navbar ul.nav > li:not(.active):hover > a, .top-navbar ul.nav > li:not(.active):hover > a {
    border-bottom: 4px solid rgba(68, 145, 104, 0.50);
    /*margin-bottom: -1px !important;*/
}
.e2grow-navbar ul.nav li a:not(.active):hover .detail-icon, .header-navbar ul.nav li a:not(.active):hover .detail-icon, .header-navbar ul.nav li:not(.active):hover .detail-icon, .top-navbar ul.nav li:not(.active):hover .detail-icon , .card-nav ul.nav a:not(.active):hover .detail-icon {
    background-color: rgba(68, 145, 104, 0.50);
    color: #fff;
}
.e2grow-navbar ul.nav li a.active .detail-icon, .header-navbar ul.nav li a.active .detail-icon, .header-navbar ul.nav li.active .detail-icon, .top-navbar ul.nav li.active .detail-icon, .card-nav ul.nav a.active .detail-icon {
    background-color: #449168;
    color: #fff;
    font-weight: normal;
}
.navbar li a[data-nav-dropdown="true"], .navbar li:hover a[data-nav-dropdown="true"], .navbar li a[data-nav-dropdown="true"]:hover {
	background-color: #f4f4f4 !important;
}
.e2grow-navbar .navbar-header, .header-navbar .navbar-header {
    display: flex;
    align-items: center;
    font-weight: lighter;
    background-color: #f0f0f0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}
.e2grow-navbar .navbar-header .title, .header-navbar .navbar-header .title {
    font-weight: lighter;
}

.nav-item-highlighted, .nav-item-highlighted:hover {
    background-color: #f0f0f0 !important;
}
.img-picker {
    cursor: pointer;
}
.img-picker:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8;
}
.card-list-group .list-group-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #eee;
}
.card-list-group .list-group-item:last-of-type {
    border-bottom: none;
}
.card-list-group .goal-or-item {
    background-color: #fafafa;
    border-bottom: 2px solid #eee !important;
}

.routine-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.routine-item.flex {
    justify-content: space-between;
    align-items: center;
}
.routine-item:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}
.routine-item:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.routine-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.3;
}
.routine-item p {
    margin-bottom: 2px;
}
.routine-history .fa-check-square {
    color: #449168;
}
.routine-check {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grow-ritual-progress {
    flex-basis: 40%;
    padding-left: 10%;
    padding-right: 10%;
}
.grow-ritual-progress > div {

}
.grow-ritual-stats {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.progressbar-text {
    font-weight: bold;
}
.modal-dialog.scrollable-body .grow-content {
    max-height: 50vh;
    overflow-y: auto;
}
.coach-routines-ritual {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    margin-right: 15px;
    border-right: 1px solid #eee;
}
.coach-routines-ritual .subheader {
    margin-bottom: 0;
    /*flex-grow: 1;*/
    border-bottom-left-radius: 0px;
}
.coach-routines-ritual .goal-header,
.coach-routines-ritual .subheader {
    border-top-right-radius: 0;
}
#grow-routines-card .card {
    margin-bottom: 10px;
}
.routine-suggestion {
    font-size: 14px;
    line-height: 1.3;
}
.goal-editor-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
}
#print-manager-dropzone {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#print-manager-dropzone .dz-message {
    margin: 0 !important;
    font-size: 1em;
}
.files-header-row th {
    padding-bottom: 2px !important;
    border-top-width: 0 !important;
}
.webui-popover i.icon-refresh{
    display:block;width:30px;height:30px;font-size:20px;top:50%;left:50%;position:absolute;margin-left:-15px;margin-right:-15px;background:url('../img/loading.gif') no-repeat !important;
}
.webui-popover-content {
    border-radius: 5px;
}
.webui-popover-inverse {
    background-color: rgba(0,0,0,0.85) !important;
}
/*.webui-popover-inverse .webui-arrow:after {
    border-bottom-color: rgba(0,0,0,0.75) !important;
}*/
.dz-preview.dz-error .dz-error-message {
	opacity: 1 !important;
	color: white !important;
}
.dz-button {
	background: none;
	border: none;
}

.task2-container {
    display: flex;
    cursor: pointer;
    transition: all 100ms ease-in-out;
}
.task2-container.highlighted {
    outline: 2px solid #ffa534;
}
.task2-container:nth-of-type(odd) {
    background-color: #f8f8f8 ;
}
.task2-container:hover {
    background-color: #eee;
}
.task2-container:nth-of-type(odd):hover {
    background-color: #f0f0f0 ;
}
.task2-container.rounded:hover {
	background-color: #eee !important;
}
#reviewChangedProgramModal .task2-container.rounded:hover {
	background-color: #fff !important;
}
.task2-container .task2-strip {
    width: 4px;
    display: flex;
}
.task2-container .task2-strip.colored {
    background-color: #ff9002;
}
.task2-container .task2-content {
    padding: 8px 12px;
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.task2-container .task2-content > *:not(p) {
	flex-shrink: 0;
}

.task2-container.manager .task2-content {
    align-items: initial;
    flex-direction: column;
}

.task2-container .task2-content p:not(.small) {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 14px;
    color: #444;
    line-height: 1.3;
}
.task2-divider {
	background-color: #ccc;
	height: 100%;
	width: 1px;
	margin: 0 10px;
	min-height: 20px;
	vertical-align: middle;
}
.task2-divider.sm {
	margin: 0 5px;
}
.task2-container .task2-content p.small {
    font-size: 12px;
    color: #666;
    line-height: 1.3;
}
.task2-container .task2-status {
    font-size: 24px;
}
.task2-container.active {
	background-color: #eee;
}
.task2-icons {
    display: flex;
    align-items: center;
    padding: 0 14px;
    flex-shrink: 0;
}
.task2-nudge {
	cursor: pointer;
}
.wr-group-share {
	display: flex;
	box-shadow: none;
	background: #ffffff;
	width: 100%;
	padding-bottom: 8px;
}
.wr-group-share .wr-group-share-content {
	padding: 8px 12px;
	flex-grow: 1;
	display: flex;
	align-items: center;
	background-color: #f8f8f8;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
}
.wr-group-share .wr-group-share-content p:not(.small), .aim-group-share .aim-group-share-content p:not(.small) {
	font-weight: bold;
	margin-bottom: 0;
	font-size: 14px;
	color: #444 !important;
	line-height: 1.3;
}
.wr-group-share .wr-group-share-content p.small, .aim-group-share .aim-group-share-content p.small {
	font-size: 12px;
	color: #666 !important;
	line-height: 1.3;
}
.wr-group-share-icons {
	font-size: 18px !important;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	display: flex;
	background-color: #f8f8f8;
	color: #ccc;
	align-items: center;
	padding: 8px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
}
.aim-group-share {
	display: flex;
	box-shadow: none;
	background: #ffffff;
	width: 100%;
	padding-bottom: 8px;
}
.aim-group-share .aim-group-share-content {
	padding: 8px 12px;
	flex-grow: 1;
	display: flex;
	align-items: center;
	background-color: #f8f8f8;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
}
.aim-group-share-icons {
	font-size: 18px !important;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	display: flex;
	background-color: #f8f8f8;
	color: #ccc;
	align-items: center;
	padding: 8px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
}
.icon-group {
    margin: auto 14px;
    color: #777;
    font-size: 13px;
}
.icon-group-flex {
	 display: flex;
	justify-content: flex-end;
	align-items: center;
}
.icon-group span {
    font-size: 15px;
    font-weight: bold;
}

.icon-group.highlighted {
    background-color: #f0f0f0;
    padding: 6px;
    border-radius: 8px;
    color: #666;
    margin: auto 10px;
}
.icon-group.highlighted.brand {
	background-color: #6fa888;
	color: #fff;
}
.icon-group.highlighted.danger {
	background-color: #FB404B;
	color: #fff;
}
.task2-individ-icons {
	font-size: 18px !important;
	border-radius: 4px !important;
	display: flex;
	background-color: #f8f8f8;
	color: #ccc;
	align-items: center;
	padding: 8px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
}
.task2-icon-base {
    font-size: 18px !important;
    border-radius: 0 !important;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 8px;
}
.task2-icon-base:focus {
    outline: none !important;
}
.task2-target {
    background-color: #6fa888;
}
.task2-target.idle {
	background-color: transparent;
	color: #ccc;
}
.task2-target.idle .icon-active, *.active .task2-target.idle .icon-idle {
	display: none;
}
*.active .task2-target {
	background-color: #6fa888 !important;
	color: #fff !important;
}
.task2-target.idle .icon-idle, *.active .task2-target.idle .icon-active {
	display: block;
}
.task2-language i {
    font-size: 14px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .2);
}
.task2-type-library {
    background-color: #619CA7;
}
.task2-target.shadowing {
    background-color: #976fa8;
}
.task2-rating:not(.transparent) {
    background-color: #f6f6f6;
}
.task2-rating.inverted {
    color: #fff !important;
}
.task2-rating.angry,
.task2-rating.tired,
.reflection-1 {
    color: #fb4651;
}
.task2-rating.angry.inverted,
.task2-rating.tired.inverted {
    background-color: #fb4651;
}
.task2-rating.frown,
.task2-rating.frown-open,
.reflection-2 {
    color: #ef7b07;
}
.task2-rating.frown.inverted,
.task2-rating.frown-open.inverted {
    background-color: #ef7b07;
}
.task2-rating.meh,
.reflection-3 {
    color: #b58a16;
}
.task2-rating.meh.inverted {
    background-color: #b58a16;
}
.task2-rating.smile,
.reflection-4 {
    color: #98ad40;
}
.task2-rating.smile.inverted {
    background-color: #98ad40;
}
.task2-rating.grin-stars,
.task2-rating.grin-beam,
.reflection-5 {
    color: #409266;
}
.reflection--1, .reflection-0 {
	color: #999;
}
.task2-rating.grin-stars.inverted,
.task2-rating.grin-beam.inverted {
    background-color: #409266;
}
.task2-rating.meh-blank {
    background-color: transparent;
    color: transparent;
}
.task2-rating.meh-blank.inverted {
    background-color: #ccc;
    color: #fff;
}
.task2-rating.meh-blank.muted {
    color: #ccc;
}
.task2-rating.scheduled {
	color: #6d7fa6;
}
.task2-status.quick-draft {
    background-color: #ef7b07;
}
.task2-status.draft {
    background-color: #b58a16;
}
.task2-status.scheduled {
    background-color: #6d7fa6;
}
.task2-status.recommendation {
    background-color: #d2ce2e;
}
.task2-status.archived {
    background-color: #f8f8f8;
    color: #ccc;
}
.task2-status.resolved {
    background-color: #409266;
}
.task2-status.overdue {
    background-color: #fb4651;
}
.task2-status.open {
    background-color: #999;
}
.task2-status.journey {
    background-color: #b3af55;
}
.task2-status.overdue-text {
	color: #fb4651 !important;
}
.task2-menu {
    color: #999;
}
.task2-menu svg {
    transition: all 400ms ease-in-out;
}
.task2-menu:hover, .task2-menu:focus, .task2-menu:active {
    background-color: #e4e4e4;
}

.coach-tasks-container .task2-label:first-of-type {
	margin: 0 10px;
}
.task2-label {
	color: #777;
	font-size: 12px;
	margin: 6px 10px 0;
}
.task2-container.rounded {
	background-color: #f8f8f8;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
	margin: 4px 4px 0px;
}
.task2-container.rounded:first-of-type {
	margin: 0 4px 4px;
}
.task2-container.rounded:last-of-type {
	margin: 4px;
}
.task2-container.rounded .task2-icon-base:first-of-type {
	border-bottom-left-radius: 4px !important;
	border-top-left-radius: 4px !important;
}
.task2-container.rounded .task2-icon-base:last-of-type {
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
}

.task2-progress {
	width: 150px;
	margin-bottom: 0;
}
.task-modal-help {
    display: flex;
	align-items: center;
}
.task-modal-help .task2-status {
    cursor: pointer;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
	align-self: normal;
}
.program-assignment-status {
	align-self: normal;
}
.task-modal-help .task2-status:not(.program-assignment-status):hover {
	opacity: 0.9;
}
.task-modal-help .task-modal-help-text {
    font-weight: bold;
}
.task-modal-help .task-modal-help-heading {
	font-weight: 200;
	font-size: 24px;
	display: block;
}
#taskDetailsModal .modal-content {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.task-details-header {
    color: #333333;
    font-weight: 300;
    background-color: #fcfcfc;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    flex-grow: 1;
}
.task-details-header > div {
    display: flex;
    flex-direction: column;
}
.task-details-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.task-details-sidebar > *:first-of-type {
    border-top-right-radius: 4px !important;
}
.task-details-sidebar > *:last-of-type {
    border-bottom-right-radius: 4px !important;
}
.task-details-sidebar > * {
    flex-grow: 1;
}
.task-details-header .btn:first-of-type {
    border-bottom-left-radius: 6px;
}
.task-details-header .btn:last-of-type {
}
.task-detail-container {
    display: flex;
    flex-direction: row;
}
#challengeModal .modal-suptitle {
	margin-bottom: 2px !important;
	margin-top: 4px !important;
}
.challenge-detail-container-header {
	min-height: 170px;
	display: flex;
	color: white;
	flex-direction: column;
	justify-content: flex-end;
	padding: 15px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.challenge-detail-container-header h3.challenge-header-title {
	font-weight: 500;
}
.challenge-detail-container-header .challenge-header-title {
	padding: 0;
	z-index: 2;
	margin: 10px 0 0;
}
.challenge-detail-container-header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	border-radius: 6px;
}
.challenge-slides {
	display: flex;
}
.challenge-slides .challenge-content {
	padding: 0 50px;
	min-height: 300px;
}
.challenge-slides .arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
}
.challenge-slides .arrow:first-of-type {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	left: 0;
}
.challenge-slides .arrow:last-of-type {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	right: 0;
}
.challenge-slides .arrow:hover {
	background-color: #f4f4f4;
}
.challenge-slides .arrow svg {
	margin: 10px;
}
.task-details-interaction-header {
    margin: 0;
    padding: 10px 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.task-details-interaction-header .title {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
.task-details-reviewed {
    font-size: 14px;
    font-weight: normal;
    color: #777;
}
.icon-rotate-180 {
    transform: rotate(180deg);
}

.clearable-input {
    position: relative;
}
.clearable-input > input {
    padding-right: 1.4em;
}
.clearable-input > [data-clear-input] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1em;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 10px 0 0.2em;
    color: #888;
}
.clearable-input > input::-ms-clear {
    display: none;
}

.alert {
	border-radius: 4px;
}
.alert.alert-new {
	display: flex;
	padding: 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.alert .alert-icon {
	padding: 10px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.15);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.alert .alert-content {
	flex-grow: 1;
	padding: 10px 15px;
}
.alert-warning {
	background-color: #f7af53;
}
.alert-brand {
	background-color: var(--brand-color);
}
.alert-accent {
	background-color: var(--accent-color);
}
.alert-default svg {
	color: #888;
}
.alert-default .alert-content {
	color: #333;
	font-weight: 400 !important;
}
.alert-container {
    display: flex;
    margin: 0;
    color: #d63740;
    font-weight: bold;
    align-items: stretch;
    width: 100% !important;
}
.alert-sidebar.danger {
    padding: 15px 10px;
    background-color: rgba(216, 67, 20, 0.65);
    color: #fff;
    font-size: 16px;
}
.alert-text.danger {
    flex-grow: 1;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    color: #fff;
}
.alert-container:not(:last-of-type) .alert-text.danger {
    border-bottom: 1px solid #e4e4e4;
}
.event-item {
    display: flex;
    padding: 0 16px;
    color: #333;
}
.event-item:hover {
    background-color: #f9f9f9;
    color: #444;
}
.event-title {
	/*border-left: 2px solid #ccc;
	padding-left: 5px;*/
	margin: 3px 0;
}
.events-container {
    width: 100% !important;
}
.events-header {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
	position: sticky;
	top: 0;
}
.events-list {
	max-height: 70vh;
}
.event-content {
    padding: 10px 0;
    display: flex;
    flex-grow: 1;
    margin-left: 12px;
    justify-content: center;
    flex-direction: column;
}
.event-item:not(:last-of-type) .event-content {
    border-bottom: 1px solid #eee;
}
.event-time {
    font-size: 12px;
    color: #888;
}
.event-new-badge {
    font-size: 12px;
    color: #409266;
}
.event-pic .img-profile {
    border: none;
    margin: 10px 0;
}
.events-section-title {
    background-color: #f0f0f0;
    padding: 6px 12px;
    font-size: 12px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}

/* Coach Index Dashboard */
.coach-index-chart-container {
    padding: 30px 20% !important;
    display: flex;
    justify-content: center;
}

.area-details {
    padding-top: 20px;
}
.index-areas .category,
.index-areas .title {
    display: block;
    text-align: center;
    font-weight: normal;
}

.coach-index-info-button {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.index-areas {
    cursor: pointer;
}

.index-area svg {
    color: #888;
    margin-top: 10px;
    margin-bottom: 5px;
    transition: margin .1s;
}

.index-area.active * {
    color: #409266 !important;
}

.index-area.active svg {
    color: #409266;
}

.index-area:hover svg {
    margin-top: 15px;
    margin-bottom: 0;
}

.program-stage-box {
    padding: 15px 20px;
    overflow: hidden;
}

.program-stage-box:nth-of-type(even) {
    background-color: #f8f8f8;
}
.program-stage-box .session-goal {
    visibility: hidden;
}

.program-stage-box:hover .session-goal {
    visibility: visible;
}
.programs-container small {
    color: #777;
    font-weight: normal;
}

.programs-container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 -15px;
}

.programs-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 36px;
    height: 100%;
    width: 2px;
    background: #eee;
}

.programs-container .detail-box .detail-icon {
    z-index: 1;
}

.program-heading {
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.documents-filter {
    margin-bottom: 40px;
}

.documents-filter-item {
    cursor: pointer;
    font-size: 14px;
    margin: 10px 0;
}

.documents-filter-item .svg-inline--fa {
    font-size: 16px;
    margin-right: 10px;
}

.documents-filter-item:not(.active) .svg-inline--fa {
    color: #777;
}

.documents-filter-item.active {
    color: #409266;
    font-weight: bold;
}

.documents-filter-item:hover {
    color: #409266;
}

.documents-table td:hover .file-edit-name {
    display: inline-block !important;
}

.documents-table .file-edit-name {
    cursor: pointer;
}

.documents-table td.muted {
    font-size: 12px;
    color: #777;
}

.type-cell {
    text-align: center;
}

.type-cell .svg-inline--fa {
    margin-right: 12px;
}

.type-cell.type-image {
    color: #7080B5;
}

.type-cell.type-other {
    color: #777;
}

.type-cell.type-document {
    color: #a76161;
}

.file-action {
    cursor: pointer;
    color: #999;
}

.file-action.file-share {
    margin-right: 10px;
}

.active .file-action.file-share, .active .file-action.file-make-report {
    color: #619CA7;
}

.file-action.file-edit-name:hover {
    color: #FFA534;
}

.file-action.file-remove:hover {
    color: #d80e0e;
}

.file-row td {
    border-top: none !important;
    white-space: nowrap;
}

.file-row:nth-of-type(odd) td {
    background-color: #fafafa;
}

.file-row:hover td {
    background-color: #f0f0f0;
}

.file-row td:first-of-type {
    padding-left: 15px !important;
}

.file-row td:last-of-type {
    padding-right: 15px !important;
}

.documents-table th {
    border-top: none !important;
    border-bottom: 1px solid #eee;
    padding: 20px 8px 4px !important;
    font-weight: 500;
}

.files-filter-subheader {
    padding: 10px;
}

.clear-button {
    cursor: pointer;
}

.file-row .type-cell {
    width: 40px;
}

.file-row .file-created {
    padding-right: 10px;
    padding-left: 10px;
}

.file-row .file-name-cell {
    width: 100%;
}
/*
.cd-timeline-content.type-feedback .timeline-type {
    background-color: #6fa888;
}
.cd-timeline-content.type-task .timeline-type {
    background-color: #a76161;
}
.cd-timeline-content.type-library .timeline-type {
    background-color: #619CA7;
}
.cd-timeline-content.type-message .timeline-type {
    background-color: #7080B5;
}*/
.batch-filter-container > *:not(:first-of-type) {
    margin-top: 10px;
}

.batch-filter-container {
    position: absolute;
    margin-top: -15px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    z-index: 2;
    width: 100%;
    padding: 10px 20px 20px 20px;
    top: 0;
    left: 0;
    border-bottom-right-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.batch-filter-backdrop {
    position: absolute;
    width: 100%;
    height: calc(100% + 15px);
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    bottom: -15px;
    top: -15px;
}
.fc-timeGridWeek-view .fc-day-grid, .fc-timeGridDay-view .fc-day-grid {
	display: none;
}

#modalSessionRate .side-image-container {
    padding: 0;
}

#modalSessionRate .side-image-overlay {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: linear-gradient(to bottom, rgba(64, 146, 102, 0.7) 100%, rgba(48, 110, 77, 0.9) 0%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modalSessionRate .side-image-overlay blockquote {
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

#modalSessionRate .side-image-overlay footer {
    color: #fff;
    font-size: 16px;
}

#modalSessionRate .side-image-overlay p {
    font-size: 24px;
}

#modalSessionRate .side-image {
    position: relative;
    background-position: 27%;
    background-size: initial;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 100%;
    width: 100%;
    background-color: #478d66;
}

#modalSessionRate .modal-body {
    padding: 0 30px;
    display: flex;
    justify-items: center;
    flex-direction: column;
}

#modalSessionRate .modal-body,
#modalSessionRate .modal-footer {
    max-height: 0;
    opacity: 0;
    transition: 300ms ease-in-out;
}

#modalSessionRate .modal-footer {
    display: none;
}

#modalSessionRate .modal-body.shown {
    max-height: 5000px;
    opacity: 1;
    padding: 40px 30px;
}

#modalSessionRate .modal-footer.shown {
    max-height: 5000px;
    opacity: 1;
    display: block;
}
#modalSessionRate .rating-title {
    text-align: center;
}

.rating-title span, .rated-title span {
    color: #409266;
    font-weight: bold;
}

#modalSessionRate h3.rating-title, #modalSessionRate h3.rated-title {
    color: #666;
    font-weight: normal;
}

#modalSessionRate .rating-emotions {
    display: flex;
    justify-content: center;
    -ms-flex-flow: row wrap;
}

#modalSessionRate .rating-emotions .rating-emotion {
    flex-basis: 0;
    text-align: center;
    padding: 20px;
    cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
    #modalSessionRate .rating-emotions .rating-emotion {
        flex-basis: auto;
    }
}

#modalSessionRate .rating-emotions .rating-emotion p {
    font-size: 14px;
    font-weight: 500;
}

#modalSessionRate .rating-emotions .rating-emotion:not(:hover):not(.active) p {
    color: #777;
}

#modalSessionRate .rating-emotions .rating-emotion .svg-inline--fa {
    font-size: 4em;
    margin-bottom: 5px;
}

#modalSessionRate .rating-emotions .rating-emotion:not(:hover):not(.active) .svg-inline--fa {
    color: #bbb;
}

#modalSessionRate .rating-emotions .rating-emotion.neg2:hover,
#modalSessionRate .rating-emotions .rating-emotion.neg2.active {
    color: #fb4651;
}

#modalSessionRate .rating-emotions .rating-emotion.neg:hover,
#modalSessionRate .rating-emotions .rating-emotion.neg.active {
    color: #ef7b07;
}

#modalSessionRate .rating-emotions .rating-emotion.pos:hover,
#modalSessionRate .rating-emotions .rating-emotion.pos.active {
    color: #98ad40;
}

#modalSessionRate .rating-emotions .rating-emotion.pos2:hover,
#modalSessionRate .rating-emotions .rating-emotion.pos2.active {
    color: #409266;
}

#modalSessionRate .rating-emotion-selected .svg-inline--fa {
    font-size: 15em;
}

#modalSessionRate .rating-question-more,
#modalSessionRate .rating-question {
    max-height: 0;
    opacity: 0;
    transition: 300ms ease-in-out;
    margin-bottom: 0;
}

#modalSessionRate .rating-question-more *,
#modalSessionRate .rating-question * {
    display: none;
}
#modalSessionRate .rating-question-more.shown,
#modalSessionRate .rating-question.shown {
    max-height: 200px;
    opacity: 1;
    margin-bottom: 15px;
}

#modalSessionRate .rating-question-more.shown *,
#modalSessionRate .rating-question.shown * {
    display: initial;
}

#modalSessionRate .icon-back {
    background-color: #da5151;
    border-radius: 50%;
    padding: 20px;
}

#modalSessionRate .icon-back.message-neg {
    background-color: #669a7e;
}

#modalSessionRate .icon-back.message-canceled {
    background-color: #aaa;
}

#modalSessionRate #session-rating-message .icon-back .svg-inline--fa {
    font-size: 3em;
    color: white;
    height: 1.5em;
}

.session-rating-progress {
    background: #fb4651;
    background: -moz-linear-gradient(left, #fb4651 0%, #ef7b07 33%, #98ad40 66%, #409266 100%);
    background: -webkit-linear-gradient(left, #fb4651 0%, #ef7b07 33%, #98ad40 66%, #409266 100%);
    background: linear-gradient(to right, #fb4651 0%, #ef7b07 33%, #98ad40 66%, #409266 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb4651', endColorstr='#409266', GradientType=1);
}

#rating-stats-icons > div {
    display: flex;
    align-items: center;
}

.session-rating-count {
    font-size: 14px;
    font-weight: bold;
}

.session-rating-progress::after {
    position: absolute;
    content: '';
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
}

#sessionChecklistModal .subheader {
    font-weight: 300;
    font-size: 16px;
}

.checklist-item {
    cursor: pointer;
}

tr.checked .checklist-item, tr.line-through td {
    color: #777;
    text-decoration: line-through;
}
tr.line-through td {
	opacity: 0.7;
}
#sessionChecklistModal tr:first-of-type td {
    border-top: none;
}

.session-future {
    background-color: #478d66;
}

.session-future a {
    color: white;
}

/*
* Start of My Growth
*/
.j-task-category {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.j-task-category .title {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

.j-task-category .j-task-icon {
    color: #478d66;
    font-size: 2em;
    display: inline-block;
    border: 4px solid #478d66;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 15px;
}

.j-task-category .j-task-content .j-task-name {
    font-weight: bold;
    font-size: 16px;
}

.j-task-category .card.j-task-finished {
    background-color: #478d66;
    color: #fff;
}

.j-task-category .card.j-task-finished .j-task-icon {
    color: white;
    border-color: white;
}

.j-task-contacts {
    display: flex;
}

.j-task-card .j-task-status {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 1.75em;
    background-color: #ccc;
    color: white;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    flex-shrink: 0;
}
.j-actions-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.j-actions-container .divider {
	width: 100%;
	height: 1px;
	background-color: #eee;
}
.j-task-card .j-hidden-actions {
	max-width: 0;
	transition: 200ms ease-in-out all;
	overflow: hidden;
	display: flex !important;
}
.j-task-card:hover .j-hidden-actions {
	max-width: 1000px;
}
.card.j-task-card.done {
	opacity: 0.65;
	transition: all ease-in-out 200ms;
}
.card.j-task-card.done:hover {
	opacity: 1;
}

.j-task-status.highlighted {
	background-color: #f0ad4e;
}
.j-task-card.recommended .j-task-status {
    background-color: #f0ad4e;
}
#assignmentCopyModal .j-task-card.recommended:not(.selected) .content {
	background-color: #f8f8f8;
}
.j-task-card.selected .content {
	background-color: var(--brand-color-mid);
	color: white;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.j-task-card.selected .content .text-muted {
	color: white !important;
}
.j-task-card.selected .j-task-status {
	background-color: var(--brand-color);
	color: white;
}
.j-task-card.selected.recommended .j-task-status {
	color: #f0ad4e;
}
#assignmentsRearrangementModal .j-task-card.recommended .j-task-status, #program-execution .j-task-card.recommended .j-task-status {
    background-color: #478d66;
}
#assignmentsRearrangementModal .j-task-card.recommended .j-task-status {
	font-size: 16px;
}
.j-task-card.not-accepted .j-task-status {
    background-color: #3d6e94;
}
.j-task-card[data-type="challenge"].not-accepted .btn-habit-nudge,
.j-task-card[data-type="challenge"]:not(.not-accepted) .btn-habit-accept {
	display: none;
}
.j-task-card[data-type="challenge"]:not(.not-accepted) .btn-habit-nudge,
.j-task-card[data-type="challenge"].not-accepted .btn-habit-accept {
	display: block;
}


.j-task-card.done .j-task-status {
    background-color: #478d66;
}

.j-task-card {
    margin-bottom: 10px;
    display: flex;
    flex-grow: 1;
	align-self: normal;
}

.j-task-card .content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.j-task-card.coach {
    cursor: pointer;
    margin-bottom: 0;
    z-index: 2;
}
.j-task-card.coach:not([data-type="habit"]):hover {
	background-color: #f8f8f8;
}

.j-task-card.coach .content {
    justify-content: space-between;
    align-items: baseline;
    flex-direction: row;
    padding: 8px 15px;
}

.j-task-card.coach .content p {
    margin-bottom: 0;
}

.j-task-card .content .description {
    flex-grow: 1;
}

.j-task-card.mini {
    margin: 0 -10px;
    border-radius: 0;
}

.j-task-card.mini .content, .j-task-card.medium .content {
    padding: 8px;
}
.execution-journey-structure .j-task-card {
	margin-bottom: 5px;
}
.execution-journey-structure .j-task-card .content {
	flex-direction: row;
	align-items: center;
	padding: 10px 15px;
}
.execution-journey-structure .j-task-card .content .j-task-title {
	flex-grow: 1;
	margin-bottom: 0 !important;
}

.j-task-card-hover:not(.recommended):hover {
	cursor: pointer;
}

.j-task-results {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 60px;
    margin-right: 10px;
    margin-top: -5px;
    z-index: 1;
    padding-top: 5px;
}

.j-task-results .panel-group {
    margin-bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.j-task-results .panel-group .panel {
    border: none;
    margin-top: 0;
}

.j-task-results .panel-group .panel .panel-heading {
    background-color: white;
    border: none;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.j-task-results .panel-group .panel .panel-title a {
    display: block;
}

.j-task-results {
    max-height: 0;
    opacity: 0;
    transition: 500ms ease-in-out;
    margin-bottom: 10px;
}

.j-task-results.shown {
    max-height: 2000px;
    opacity: 1;
    overflow: scroll;
}

.j-task-results > .panel-group {
    display: none;
}

.j-task-results.shown > .panel-group {
    display: block;
}

.j-sessions {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; /* [1] */
    overflow-y: hidden; /* [1] */
    -ms-overflow-style: none;
}

.j-highlight .highlight {
    background-color: #478d66;
    color: white;
    border-radius: 4px;
}

.j-highlight-2 .highlight {
	background-color: #478d66;
	color: white;
	border-radius: 2px;
}

.search-highlight {
    background-color: #2e8eab;
    color: white;
    border-radius: 4px;
}

.j-session {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    min-width: 12.5%;
}

.j-session.notice, .j-session.completed {
    cursor: pointer;
}
.j-session:not(:last-of-type) {
    border-right: 1px dotted #aaa;
}

.j-session-rating-box {
    margin: -20px -25px 0;
    padding: 20px 25px 15px;
    background-color: #f1f6f4;
    border-bottom: 1px solid #d9dedc;
}
.j-session-divider {
    width: 1px;
    border-left: 1px dotted #aaa;
}

.webui-popover-session-rating .webui-arrow:after {
    border-bottom-color: #f1f6f4 !important;
}
.j-session-icons {
    display: flex;
    align-items: flex-end;
}

.j-session-icons.popup {
    align-items: center;
    flex-direction: column;
}

.j-session-rating {
    color: white;
    border-radius: 50%;
}

.j-session-tag {
    background-color: #ccc;
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    position: relative;
}

.j-session-tag.small {
    width: 40px;
    height: 40px;
    font-size: 18px;
}

.j-session-notice {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 42px;
}

.j-session-notice.notice-alert {
    color: #909090;
}

.j-session-tag.workshop {
    border-radius: 10px;
}

.j-session-tag.completed {
    background-color: #509871;
}

.j-session-tag.canceled {
    background-color: red;
}

.j-session-date {
    font-weight: bold;
    margin-top: 5px;
    color: #555;
}

/* Journey */
.j-direction {
    padding: 20px 30px 0;
    flex-basis: 100%;
    max-width: 100%;
}

.j-direction .title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.j-direction p {
    margin-bottom: 0;
    font-size: 15px;
}

.j-raw_mature-level {
    text-align: center;
    font-size: 24px;
    padding: 6px !important;
}
.table-maturity-condensed .j-raw_mature-level {
	font-size: 18px;
}
.table-maturity-condensed td, .table-maturity-condensed th {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
p.j-subtask-title {
	font-weight: 500;
}

.j-statement-cell {
    font-size: 20px;
}

.j-statement-row.active .unchecked,
.j-raw_mature-level.active .unchecked {
    display: none;
}

.j-statement-row:not(.active) .checked,
.j-raw_mature-level:not(.active) .checked {
    display: none;
}

.j-raw_mature-level.active {
    color: white;
}

.j-raw_mature-level[data-position="1"].active {
    background-color: #409266;
}

.j-raw_mature-level[data-position="2"].active {
    background-color: #98ad40;
}

.j-raw_mature-level[data-position="3"].active {
    background-color: #777;
}

.j-raw_mature-level[data-position="4"].active {
    background-color: #ef7b07;
}

.j-raw_mature-level[data-position="5"].active {
    background-color: #fb4651;
}

.j-raw_mature-talent {
    background-color: #f4f4f4;
}

.j-raw_mature-talent:last-of-type {
    text-align: right;
}

.j-statement-table {
    min-width: 70%;
}

.j-statement-row {
    font-size: 16px;
}

.j-statement-row:first-of-type td {
    border-top: none;
}

.j-statement-row.active td {
    background-color: #478d66 !important;
    color: white;
    font-weight: bold;
}

.j-statement-cell,
.j-raw_mature-level {
    text-align: center;
    font-size: 24px;
    padding: 6px !important;
    cursor: pointer;
}

.j-statement-cell {
    font-size: 20px;
    cursor: default !important;
}

.j-task-card.highlighted:not(.done) {
    /*box-shadow: 0 2px 10px 1px rgba(71, 141, 102, 0.53);*/
}

.j-sessions-footer {
    display: flex;
    justify-content: space-between;
    margin: 15px -15px -15px;
    background-color: #f8f8f8;
    padding: 6px 12px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #eee;
}

.j-sessions-footer button {
    font-weight: bold;
}

/* Journey - end */


.translate-content {
    max-height: 800px;
    overflow: scroll;
}

.manager-task-filters {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 15px;
}

.manager-task-templates {
    max-height: 50vh;
    overflow-y: scroll;
}

.manager-task-filters .form-group {
    margin-bottom: 10px;
}

.manager-task-filters .form-group:last-of-type {
    margin-bottom: 0;
}
#stages tr {
    background-color: white;
}
.print-container {
    display: flex;
    flex-direction: column;
}
.print-sortable {
    border: 1px solid #ddd;
    flex-grow: 1;
    border-radius: 4px;
    margin: 10px 0;
    background-color: #fbfbfb;
}
.print-sortable .list-group-item {
    padding-left: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    margin-bottom: 0;
}
.print-sortable .list-group-item:not(:last-of-type) {
    border-bottom: 1px solid #ddd !important;
}
.panel-placeholder {
    border: 1px dotted black;
    border-radius: 4px;
    padding: 0;
    height: 50px;
}
.i-shadow {
    box-shadow: 0 0px 5px 1px rgba(0,0,0,.14), 0 10px 5px -5px rgba(136, 136, 136, 0.2);
}
.panel-dash .panel-body {
    text-align: center;
}
.panel-dash .dash-positive {
    color: #478d66;
    font-size: 3em;
}
.panel-dash .dash-negative {
    color: #ef7b07;
    font-size: 3em;
}
.routine-box {
	padding: 20px;
	min-height: 150px;
	border-radius: 6px;
	margin-bottom: 15px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	background-position: center;
	background-size: cover;
	position: relative;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.routine-box > *:not(.routine-overlay) {
	z-index: 2;
}
.routine-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 1;
	border-radius: 6px;
}
.routine-divider {
	height: 1px;
	width: 60%;
	background-color: rgba(255, 255, 255, 0.35);
	margin: 5px 0;
}
.routine-name {
	font-size: 18px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	font-weight: bold;
}
.routine-sub {
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	color: rgba(255, 255, 255, 0.75);
}
.routine-bottom-arrow {
	position: absolute;
	bottom: 3px;
}
.language-tabs.wide {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
}
.challenge-translations {
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #ddd;
}
.challenge-translations.border-right {
	border-right: 1px solid #ddd;
}
.content-editor-sidebar {
	background-color: #f8f8f8;
	border-right: 1px solid #ddd;
	max-height: 75vh;
	overflow: scroll;
}
.content-editor-page {
	background-color: #fff;
	border: 1px solid #f4f4f4;
	padding: 12px 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	font-size: 18px;
	margin: 7px 0;
	font-weight: 300;
	min-height: 100px;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.08);
	position: relative;
	cursor: pointer;
}
.content-editor-page:hover {
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	background-color: #fbfbfb;
}
.content-editor-page.active {
	background-color: #449168;
	color: #fff !important;
}
.content-editor-page .drag-icon {
	position: absolute;
	top: 10px;
	left: 5px;
	font-size: 12px;
	color: #777;
}
.content-editor-page.active .drag-icon {
	color: #fff !important;
}
.content-editor-page.page-new {

}
.content-editor-sidebar .page-new-back {
	background-color: #f8f8f8;
	position: sticky;
	bottom: 0;
	margin-bottom: 0;
}
.execution-placeholder {
	position: relative;
	min-height: 60px;
	padding: 5px 20px 5px 50px !important;
	border-radius: 4px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.batch-tasks {
	position: relative;
	padding-left: 34px;
}
.batch-tasks.batch-session {
	padding-left: 0;
}
.batch-tasks div[class^='col']:nth-of-type(odd) .j-task-card {
	background-color: #f8f8f8;
}
.execution-placeholder.before {
	background: repeating-linear-gradient( 45deg, #ffffff, #ffffff 10px, rgba(71, 141, 102, 0.1) 10px, rgba(71, 141, 102, 0.1) 20px );
}
.execution-placeholder.after {
	background: repeating-linear-gradient( 45deg, #ffffff, #ffffff 10px, rgba(61, 110, 148, 0.1) 10px, rgba(61, 110, 148, 0.1) 20px );
}
.batch-tasks.before .execution-placeholder-when {
	background-color: rgba(71, 141, 102, 0.70);
}
.batch-tasks.after .execution-placeholder-when {
	background-color: rgba(61, 110, 148, 0.70);
}
.batch-tasks .j-task-card {
	cursor: pointer;
}
.batch-task-status-subheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
}
.batch-task-status-subheader p {
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 0;
}
.task-show-result {

}
.batch-task-results-section {
	padding: 15px 40px 15px 0;
}
.batch-task-person td {
	/*position: sticky;
	top: 0;*/
}
.batch-task-results-bar {
	position: absolute;
	height: 100%;
	width: 10px;
	background-color: #449167;
	left: 0;
}
.batch-task-results-section p {
	margin-bottom: 0;
	font-size: 14px;
}
.execution-placeholder > p {
	font-weight: 300;
	margin-bottom: 0;
	padding: 6px;
	font-size: 16px;
}
.execution-placeholder .droppable-placeholder {
	display: none;
}
.execution-placeholder.ui-droppable-hover .droppable-placeholder {
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #777;
	flex-grow: 1;
	align-self: normal;
	margin-bottom: 10px;
}
.execution-placeholder .j-task-card, .batch-tasks .j-task-card {
	align-self: auto !important;
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}
.execution-placeholder .j-task-card .j-task-status, .batch-tasks .j-task-card .j-task-status {
	border-radius: 0 !important;
}
.table.stages tbody {
	background-color: white;
}
.table.stages .row:not(.batch-tasks) .icon-group {
	font-size: 13px !important;
	color: #888 !important;
}
.table.stages .stage-name {
	font-size: 16px;
	font-weight: 500;
}
.table.stages td {
	border-top: none;
	position: relative;
}
.program-stage {
	display: flex;
	align-items: center;
	background-color: #fff;
	/*background-color: rgb(61 110 148 / 0.95);*/
	padding: 5px;
	margin: 5px 0px 5px -3px;
	border-radius: 8px;
	min-height: 54px;
	box-shadow: 0 0px 5px 0 rgba(0,0,0,0.2);
	border: 2px solid var(--brand-color);
}
.program-stage .icon-group .btn:hover {
	background-color: #ddd;
	border-radius: 6px;
}
/*.table-striped-tbody > tbody:not(.no-stripe):nth-of-type(even) > tr .program-stage {
	background-color: #ffffff;
}*/
#program-execution table tr {
	background-color: #f9f9f9;
}
#program-execution .stage-tbody .j-task-title {
	display: flex;
	align-items: center;
}
.program-stage > p {
	flex-grow: 1;
	padding: 0 15px;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.7;
}
.program-stage .program-stage-type-box {
	align-self: stretch;
	border-radius: 8px;
	padding: 0;
	box-shadow: 0 0px 5px 0 rgba(0,0,0,0.2);
}
.program-stage .program-stage-type-icon {
	height: 100%;
	display: flex;
	justify-content: center;
	margin: 0;
	align-items: center;
	background-color: var(--brand-color);
	/*background-color: #5288af;*/
	color: white;
	border-radius: 8px;
}
/*tr.program-stage td::before*/
.stage-background {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	bottom: 12px;
	background-color: #eee;
}
.table-side-padding tr td:first-of-type, .table-side-padding tr th:first-of-type {
	padding-left: 25px !important;
}
.table-side-padding tr td:last-of-type, .table-side-padding tr th:last-of-type {
	padding-right: 25px !important;
}
.execution-journey-structure {
	background-color: #f4f4f4;
	border-radius: 6px;
	padding: 8px 15px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#program-execution .j-task-status {
	font-size: 1.2em;
}
#program-execution .j-task-title, #program-execution .j-task-title p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: left;
}
#program-execution #execution-journey .btn-preview-small {
	display: inline-block;
	flex-shrink: 0;
	padding-left: 5px;
}
#program-execution #execution-journey .recommended-buttons {
	display: none;
}
#program-execution .execution-placeholder .btn-preview-small {
	display: none;
}
#program-execution #execution-journey .chapter:last-of-type .btn-move-down {
	display: none;
}
#program-execution #execution-journey .chapter:first-of-type .btn-move-up {
	display: none;
}
/*#program-execution .show-on-hover {
	!*transition: all 500ms;
	max-width: 0;
	overflow: hidden;*!
	flex-shrink: 0;
	display: none;
	align-items: center;
}*/
/*#program-execution .execution-placeholder .j-task-card .execution-task-more.hidden {

}*/

#program-execution .hidden-not-recommended {
	display: none;
}
#program-execution .execution-placeholder .hidden-not-recommended {
	display: flex;
}
#program-execution .execution-placeholder .j-task-card .execution-task-more:not(.hidden) {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
#program-execution .execution-placeholder .j-task-card .content, .batch-tasks .j-task-card .content {
	align-items: baseline;
	padding: 7px 10px;
	flex-direction: row;
	align-items: center;
}
#program-execution .execution-placeholder .j-task-card .j-task-title, .batch-tasks .j-task-card .j-task-title {
	flex-grow: 1;
}
.batch-tasks .j-task-card .j-task-title {
	margin-bottom: 0;
}
#program-execution .not-sortable td {
	background-color: #fcfcfc;
}
#program-execution table.stages {
	position: relative;
}
#interactiveTaskPreview iframe {
	width: 100%;
	height: 85vh;
	border: none;
	border-radius: 6px;
}
.dash-circle-container {
	justify-content: center;
	align-items: center;
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	flex-direction: column;
}
.dash-circle {
	padding: 8px 12px;
	border-radius: 10px;
	color: #fff;
	display: flex;
	align-items: center;
}
.dash-circle > * {
	margin: 0 3px;
}
.dash-circle span {

}
.dash-circle svg {
	font-size: 22px;
	color: rgba(255,255,255, 0.8);
}
.dash-circle.bluish {
	background-color: #619CA7;
}
.dash-circle.greenish {
	background-color: #6fa888;
}
.dash-circle.light-greenish {
	background-color: rgba(111, 168, 136, 0.5);
}
.dash-circle.reddish {
	background-color: #a76161;
}
.dash-circle.grayish {
	background-color: #ccc;
}
.dash-desc {
	margin-top: 5px;
	font-weight: 500;
	font-size: 16px;
}
.dash-desc.bluish {
	color: #619CA7;
}
.dash-desc.greenish, .dash-desc.light-greenish {
	color: #6fa888;
}
.dash-desc.reddish {
	color: #a76161;
}
.dash-desc.grayish {
	color: #777;
}
.tooltip {
	z-index: 9998;
}
.tooltip-warning.top .tooltip-arrow {
	border-top-color: #FFA534 !important;
}
.tooltip-warning.bottom .tooltip-arrow {
	border-bottom-color: #FFA534 !important;
}
.tooltip-warning .tooltip-inner {
	background-color: #FFA534;
}
.batch-subheader {
	padding: 15px 0 !important;
}
.tooltip-brand.top .tooltip-arrow {
	border-top-color: #478d66 !important;
}
.tooltip-brand.bottom .tooltip-arrow {
	border-bottom-color: #478d66 !important;
}
.tooltip-brand .tooltip-inner {
	background-color: #478d66;
}
.tooltip-accent.top .tooltip-arrow {
	border-top-color: #3d6e94 !important;
}
.tooltip-accent.bottom .tooltip-arrow {
	border-bottom-color: #3d6e94 !important;
}
.tooltip-accent .tooltip-inner {
	background-color: #3d6e94;
}

.tooltip-gray.bottom .tooltip-arrow {
	border-bottom-color: #ccc !important;
}
.tooltip-gray .tooltip-inner {
	background-color: #ccc;
}
.batch-task-title {
	font-weight: normal;
	margin: 20px 0 0 !important;
}
.content-batch {
	padding: 0 !important;
}
.content-batch tr td:first-of-type {
	padding-left: 30px;
}
.content-batch tr td:last-of-type {
	padding-right: 30px;
}
.content-batch table:not(#participants-table) tbody:first-of-type td {
	padding-top: 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.content-batch table:not(#participants-table) tbody:last-of-type td {
	padding-bottom: 20px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.program-batch-suptext {
	margin-top: -10px;
	color: #888;
	display: block;
	font-size: 11px;
}
.program-batch-suptext.program {
	margin-top: -5px;
}
.batches-header {
	background-color: #ccc;
	color: white;
	padding: 5px 10px;
	margin: 0 20px;
	text-align: center;
}
.program-header .label {
	margin: 0 0 4px 10px;
	align-self: flex-end;
}
.program-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-left: 10px solid #3c6e94;
	padding: 15px 25px 15px 15px;
}
.batch-items {
	margin: 0 20px 40px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 1px solid #eee;
	background-color: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.company-items {
	margin: 0 20px 40px;
	border-radius: 8px;
	border: 1px solid #eee;
	background-color: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.batch-item, .batch-dash-item {
	padding: 10px 30px 10px 20px;
	cursor: pointer;
	border-left: 10px solid #478d66;
}
.company-item {
	padding: 10px 30px 10px 20px;
	cursor: pointer;
	border-left: 10px solid #ccc;
}
.company-items .batch-link:not(:last-of-type) {
	border-bottom: 1px solid #eee;
}
.batch-items a:last-of-type .batch-item {
	border-bottom-left-radius: 4px;
}
.company-items a:last-of-type .company-item {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.company-items a:first-of-type .company-item {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.batch-items .no-data-container,
.company-items .no-data-container{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #888;
	background: repeating-linear-gradient( 45deg, #ffffff, #ffffff 10px, #f8f8f8 10px, #f8f8f8 20px );
}
.program-details {
	border-bottom: 1px solid #eee;
	background-color: #f3f3f3;
	padding: 8px 20px 8px 10px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: 10px solid #3c6e94;
}
.batch-details {
	border-bottom: 1px solid #eee;
	background-color: #f3f3f3;
	padding: 8px 20px 8px 10px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: 10px solid #3c6e94;
}
.batch-subheader {
	background-color: #f3f3f3;
	padding: 8px 20px 8px 10px !important;
	border-bottom: 1px solid #eee;
}
.batch-item:hover, .company-item:hover {
	background-color: #f8f8f8;
}
a:not(:last-of-type) .batch-item,
a:not(:last-of-type) .company-item {
	border-bottom: 1px solid #eee;
}
#invite-preview {
	width: 100%;
	margin-bottom: -20px;
	border: 1px solid #ddd;
	border-bottom: none;
	min-height: 75vh;
	border-radius: 6px;
}
.execution-placeholder-when {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	color: #fff;
	padding: 6px;
	width: 33px;
	writing-mode: tb-rl;
	transform: rotate(180deg);
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	text-shadow: 0 -1px 4px rgba(0,0,0,0.3);
	font-weight: bold;
	text-align: center;
	line-height: 21px;
}
.batch-tasks {
	min-height: 60px;
}
.batch-tasks.one-only {
	display: flex;
}
.batch-tasks.one-only .j-task-card {
	height: 100%;
}
.batch-tasks .execution-placeholder-when {
	left: 15px;
}
.execution-placeholder.after .execution-placeholder-when {
	background-color: rgba(62, 112, 148, 0.45);
}
.execution-placeholder.before .execution-placeholder-when {
	background-color: rgba(71, 141, 102, 0.45);
}
.execution-placeholder.after .execution-placeholder-when:after, .batch-tasks.after .execution-placeholder-when:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: rgba(62, 112, 148, 0.45);
	border-width: 10px;
	margin-left: -12px;
}
.execution-placeholder.before .execution-placeholder-when:after, .batch-tasks.before .execution-placeholder-when:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(71, 141, 102, 0.45);
	border-width: 10px;
	margin-left: -12px;
}
.table.stages .execution-placeholder .task2-icons {
	align-self: center;
}
.table.stages .execution-placeholder .icon-group {
	font-size: 13px !important;
	border-radius: 8px;
	line-height: 15px;
	margin-right: 15px !important;
}
.btn-circle {
	width: 50px;
	height: 50px;
	padding: 10px;
	border-radius: 35px;
	font-size: 18px;
	line-height: 1.33;
	align-content: center;
	border-width: 1px;
}
.btn-circle.btn-fill {
	border-width: 0;
}
.habit-slide-circle {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: #ddd;
	cursor: pointer;
	transition: all 200ms;
}
.habit-slide-circle:not(:last-of-type) {
	margin-right: 5px;
}
.habit-slide-circle.selected {
	background-color: #32785d;
}
.cursor-not-allowed {
	cursor: not-allowed;
}
#mapping-table-container {
	overflow-x: scroll;
}
.preview-habit.white-border {
	border-color: white;
	color: white;
}
.batch-tasks .icon-group {
	/*min-width: 80px;*/
}
.batch-tasks .icon-group, .batch-tasks .icon-group span {
	font-size: 13px !important;
	text-align: center;
}
.batch-tasks .icon-group svg {
	color: #aaa
}
.task-funnel-status {
	display: flex;
	flex-direction: row;
	align-items: center;
}
/* e2grow Learn - Start */
#e2-learn-container {
	position: fixed;
	right: 50px;
	bottom: 50px;
	display: flex;
	flex-direction: column;
	z-index: 110;
}
.e2-learn-btn {
	position: relative;
	border-radius: 21px;
	padding: 8px 32px;
	font-weight: bold;
	height: 42px;
	box-shadow: 4px 4px 6px #00000029;
	align-self: flex-end;
	z-index: 110;
}
.e2-learn-btn .badge {
	background-color: white;
	color: #3d6e94;
	position: absolute;
	top: -7px;
	right: 0;
	box-shadow: 1px -1px 6px #00000029;
}
#e2-learn-popup {
	max-width: 0;
	position: relative;
	margin-bottom: 15px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 400ms;
	z-index: 110;
	opacity: 0;
}
#e2-learn-popup.shown {
	max-height: 1000px;
	max-width: 400px;
	overflow: visible;
	opacity: 1;
}
.e2-learn-popup-container {
	background-color: #fff;
	box-shadow: 0 0 13px #00000029;
	border-radius: 8px;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
#e2-learn-popup .arrow {
	width: 50px;
	height: 20px;
	position: absolute;
	top: 100%;
	right: 0px;
	transform: translateX(-50%);
	overflow: hidden;
}
#e2-learn-popup .arrow::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background: #fff;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	top: 0;
	left: 50%;
	box-shadow: 0 0 13px #00000029;
}
#e2-learn-popup .learn-header {
	padding: 24px;
	position: relative;
}
#e2-learn-popup .learn-close {
	position: absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
	padding: 6px;
	color: #aaa;
	font-size: 16px;
}
#e2-learn-popup .learn-header .learn-title {
	margin-top: 0;
	color: #666666;
}
#e2-learn-popup .learn-header p {
	color: #8B8B8B;
	font-size: 14px;
}
#e2-learn-popup .learn-header .progress {
	margin: 0;
	height: 10px;
	border-radius: 5px;
	background-color: #f5f5f5;
}
#e2-learn-popup .learn-header .progress-bar {
	border-radius: 5px;
}
#e2-learn-popup .learn-divider {
	height: 2px;
	background-color: #f5f5f5;
	width: 70%;
	margin: 0 15%;
}
#e2-learn-popup .learn-content {
	padding: 24px 0;
}
#e2-learn-popup .learn-chapter {
	display: flex;
	align-items: center;
	padding: 6px 16px;
	color: #8B8B8B;
}
#e2-learn-popup .learn-chapter .learn-chapter-name {
	flex-grow: 1;
}
#e2-learn-popup .learn-chapter .learn-status-icon {
	color: #ededed;
	font-size: 22px;
	width: 40px;
	text-align: center;
}
#e2-learn-popup .learn-chapter.completed {
	color: #478d66;
}
#e2-learn-popup .learn-chapter.completed .learn-status-icon {
	color: #478d66;
	font-size: 26px;
}
#e2-learn-popup .learn-more-icon {
	visibility: hidden;
}
#e2-learn-popup .learn-chapter:hover {
	background-color: #f5f5f5;
	cursor: pointer;
}
#e2-learn-popup .learn-chapter:not(.completed):hover .learn-status-icon {
	color: #fefefe;
}
#e2-learn-popup .learn-chapter:hover .learn-more-icon {
	color: #478d66;
	visibility: visible;
}
#learnModal .learn-media {
	border-bottom: 2px solid #eee;
}
#learnModal .learn-media .img-responsive {
	max-width: calc(100% + 2px);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin: -1px -1px 0;
}
#learnModal .learn-body {
	padding: 0 !important;
}
#learnModal .learn-body ul {
	padding-left: 20px;
}
#learnModal .learn-body .learn-title {
	color: #478d66;
	margin-top: 0;
	font-weight: normal;
}
#learnModal .learn-slide-content {
	padding: 30px 40px;
}
#learnModal .learn-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f5f5f5;
	padding: 5px 15px;
}
#learnModal .learn-footer .learn-indicators {
	display: flex;
	align-items: center;
}
.learn-slide-circle {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background-color: rgba(71, 141, 102, 0.3);
	cursor: pointer;
	transition: all 200ms;
}
.learn-slide-circle:not(:last-of-type) {
	margin-right: 5px;
}
.learn-slide-circle.selected {
	background: #478d66;
	box-shadow: 1px 1px 4px #00000029;
	height: 11px;
	width: 11px;
}
.main-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	z-index: 100;
	transition: all 400ms;
}
.main-overlay.shown {
	display: block;
	background-color: rgba(0,0,0,0.4);
}

/* What's new start */
.label-type {
	background-color: #409266;
}
.label-device {
	background-color: #3d6e94;
}
.label-person {
	background-color: #409266;
}
.margin-right-auto {
	margin-right: auto;
}
.margin-left-auto {
	margin-left: auto;
}
.whats-new-image {
	display: block;
	margin: auto;
	max-width: calc(100% + 2px);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.whats-new-dropdown-item {
	border-top: 1px solid lightgray;
}
.whats-new-dropdown-item:hover {
	background-color: #f9f9f9;
	cursor: pointer;
}
.text-unread {
	color: #FB404B;
}
.whats-new-dropdown-text-collapsed {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#loginForm .card {
	min-height: 300px;
}
#progress-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 350px;
	height: 100px;
	flex-flow: row wrap;
}

.emoji-picker__tab svg {
	padding: 0.15rem !important;
}
.emoji-picker__tab.active {
	background-color: #3d6e94 !important;
}
.emoji-picker__preview-emoji {
	padding: 0.2rem !important;
}
.emoji-picker__search {
	font-size: 11px !important;
}
.emoji-picker__tab-body h2 {
	font-size: 12px !important;
	padding: 5px 0;
	border-top: 1px solid #eee;
}
.fc-event {
	box-shadow: 0 1px 4px 1px rgba(0,0,0,0.2);
	padding: 4px 8px !important;
	margin-bottom: 2px !important;
}
.fc-event.calendar-individual {
	background-color: #478d66;
	border: 1px solid #478d66;
}
.fc-event.calendar-workshop {
	background-color: #3d6e94;
	border: 1px solid #3d6e94;
}
.fc-event.calendar-google {
	background-color: #f0ad4e;
	border: 1px solid #f0ad4e;
}
.fc-event.calendar-outlook {
	background-color: #e66707;
	border: 1px solid #e66707;
}

[data-toggle="coaching-calendar"] {
	margin-top: 3px;
}
.overlay-loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
	display: flex;
	justify-content: center;
	align-items: center;
}
.overlay-loading img {
	max-height: 100%;
}
.ticket {
	margin: 10px 0 20px;
}
.ticket .ticket-content {
	border-radius: 4px;
	flex-grow: 1;
	overflow: hidden;
	padding: 5px 20px;
	cursor: pointer;
}
.ticket .ticket-content .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: nowrap;
	margin-bottom: 5px;
	font-size: 20px;
}
.ticket .ticket-content .ticket-content-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ticket-voting {
	border: 1px solid #ccc;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 6px;
	margin-left: 15px;
	font-size: 16px;
	align-self: flex-start;
	border-radius: 6px;
	line-height: 1;
	transition: all 500ms;
	cursor: pointer;
}
.ticket-voting .ticket-upvote {
	color: #ccc;
}
.ticket-voting:hover .ticket-upvote {
	color: #999;
}
.ticket-voting.upvoted,
.ticket-voting.upvoted .ticket-upvote {
	color: #478d66 !important;
}
.ticket-comments-count {
	flex-shrink: 0;
	color: #666;
}
.ticket-comments-count svg {
	color: #999;
}
.ticket:not(:last-of-type) .ticket-content {
	border-bottom: 1px solid #eee;
}
.ticket-info span {
	margin: 0 5px;
	display: inline-block;
	font-size: 12px;
}
.ticket-info span svg[data-prefix="fab"],
.ticket-info span svg[data-prefix="fas"] {
	opacity: 0.75;
}

.ticket-info span:first-of-type {
	margin-left: 0;
}
.ticket-info span:last-of-type {
	margin-right: 0;
}
.dropdown-menu svg {
	color: #777;
	margin-right: 5px;
}
.talent-circle {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1);
}
.program-template-locales {
	filter: grayscale(100%);
	opacity: 0.5;
}
.list-group-item.selectable:hover .program-template-locales {
	filter: grayscale(25%);
	opacity: 0.75;
}
.list-group-item.selectable.selected .program-template-locales {
	filter: grayscale(0%);
	opacity: 1;
}
.program-template-content {
	display: flex;
	justify-content: space-between;
}
.program-template-content > * {
	padding: 0 15px;
	align-self: center;
}
.program-template-content > *:not(:last-of-type) {
	border-right: 1px solid #ccc;
}
.program-template-content .program-template-check {
	color: #ccc;
}
.program-context {
	display: flex;
	justify-content: center;
	margin: 10px 40px 40px;
}
.program-context span {
	text-align: center;
	background-color: #f0f0f0;
	padding: 10px 15px;
	border-radius: 6px;
}
.program-context b {
	color: #478d66;
}
.icon-label {
	font-size: 10px;
	color: #777;
	max-height: 0;
	transition: max-height 300ms ease-in-out;
	overflow: hidden;
}
.batch-items:hover .icon-label {
	max-height: 100px;
}
.company-items:hover .icon-label {
	max-height: 100px;
}
.batch-stage-info {
	font-size: 12px;
	color: #888;
	text-align: right;
}
.modal-sidebar-vector {
	max-width: 220px;
	align-self: stretch;
	padding: 20px;
	font-size: 60px;
	flex-basis: 220px;
	flex-shrink: 0;
	display: flex;
	background-color: #3d6e94;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: white;
	justify-content: center;
	align-items: center;
}
.modal-sidebar-vector.certificate {
	background-color: #d4af37;
}
.modal-sidebar-vector.brand {
	background-color: var(--brand-color);
}
#search .panel {
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
}


input.inline-input {
	border: none;
	max-width: 2em;
	text-align: center;
	border-bottom: 2px solid #3d6e94;
	color: #3d6e94;
	font-weight: bold;
	padding: 0px;
	line-height: 1.1;
}
.dropdown .inline-dropdown {
	border-bottom: 2px solid #3d6e94;
	color: #3d6e94;
	font-weight: bold;
	cursor: pointer;
}
#search .panel {
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
}
.batch-participant-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
#navbar-journey-filter {
	border-radius: 4px;
}
#navbar-journey-filter .container-fluid {
	display: flex;
	align-items: center;
	padding: 0 20px;
}
#navbar-journey-filter .navbar-header p {
	font-weight: normal;
	font-size: 16px;
	cursor: default;
}
.filter-value {
	font-weight: bold;
}

#stages-timeline {
	position: relative;
}
#stages-timeline .j-session {
	margin: 0 0 30px 35px;
	align-items: normal;
	border: none;
}
#stages-line {
	position: absolute;
	top: 0;
	left: 30px;
	bottom: 0;
	height: 100%;
	width: 1px;
	background-color: #ddd;
}
.stage-circle {
	height: 20px;
	width: 20px;
	background-color: #ccc;
	border-radius: 50%;
	position: absolute;
	left: 20px;
}
.j-session.completed .stage-circle {
	background-color: #478d66;
}
.j-session.notice .stage-circle {
	background-color: #3d6e94;
}
.j-session.not-rated .stage-circle {
	background-color: red;
}
.stage-subcircle {
	height: 10px;
	width: 10px;
	background-color: white;
	border-radius: 50%;
	margin: 5px;
}
.stage-details {
	border: 1px solid #e4e3e3;
	padding: 10px;
	border-radius: 4px;
	background-color: #f8f8f8;
}
.j-session.not_rated:hover .stage-details.bottom,
.j-session.completed:hover .stage-details{
	background-color: #f4f4f4;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.1);
}
.j-session.canceled .stage-title, .j-session.canceled .stage-coach {
	text-decoration: line-through;
	opacity: 0.75;
}
.stage-details .stage-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.stage-details .stage-coach {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
/* Start of program simulator */
.simulator-header {
	text-align: center;
}
.program-simulator-timeline {
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #ccc;
	left: 5px;
	top: 20px;
}
.simulation-stages, .simulation-stages .form-group {
	position: relative;
}
.program-simulator-dot {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #3d6e94;
	position: absolute;
	left: -20px;
	top: 15px;
}
label.program-simulator-stage-label {
	font-weight: bold;
	font-size: 14px !important;
	text-transform: unset !important;
	color: #3d6e94;
}
.program-simulator-line {
	position: absolute;
	height: 1px;
	width: 75%;
	background-color: var(--accent-color);
	top: 20px;
	left: -10px;
}
#simulator-dates-timeline {
	height: 24px;
	flex-grow: 1;
	position: relative;
}
#simulator-dates-timeline .timeline-line {
	width: 100%;
	height: 1px;
	background-color: #eee;
	top: 12px;
	left: 0;
	position: absolute;
}
.simulator-timeline-date {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 5px;
	background-color: #ccc;
	margin-left: -7px;
	border-radius: 50%;
	cursor: pointer;
}
.simulator-timeline-date:hover {
	z-index: 20;
	width: 18px;
	height: 18px;
	top: 3px;
	background-color: #899aa7;
	margin-left: -9px;
}
.simulator-timeline-stage {
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: #ddd;
	margin-left: -12px;
	border-radius: 50%;
	cursor: pointer;
}
.simulator-timeline-stage.active {
	background-color: #3d6e94;
}
.simulator-timeline-date.active {
	background-color: #3d6e94;
	z-index: 20;
	width: 18px;
	height: 18px;
	top: 3px;
	margin-left: -9px;
}
#simulator-start-end-hints {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 5px;
}
#simulator-start-end-hints span:not(.simulator-date-hint) {
	font-size: 14px;
	font-weight: 500;
}
#simulator-start-end-hints .simulator-date-hint {
	display: block;
	line-height: 1;
	font-size: 12px;
}
#simulator-timeline-title .title {
	margin: 0;
	font-weight: 300;
	font-size: 22px;
}
.simulator-timeline-container {
	padding: 30px 30px 20px;
}
#simulator-my-growth-date {
	margin: 0;
	text-align: center;
}
#simulator-my-growth-date b {
	color: #3d6e94;
}
.simulator-main .modal-body {
	background-color: #f4f4f4;
	border-radius: 6px;
}
#assignmentsRearrangementModal .title {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
#assignmentsRearrangementModal .j-task-card {
	cursor: move;
}

.stage-rearrange .icon-group {
	margin-right: 20px !important;
}
.batch-tasks-time-section {
	box-shadow: 0 2px 5px 0px rgba(0,0,0,0.125);
	border-radius: 4px;
}
.batch-tasks-time-section .j-task-card:first-of-type {
	border-top-right-radius: 4px !important;
	border-top-left-radius: 4px !important;
}
.batch-tasks-time-section .j-task-card:first-of-type .j-task-status {
	border-top-left-radius: 4px !important;
}
.batch-tasks-time-section .j-task-card:last-of-type {
	border-bottom-right-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}
.batch-tasks-time-section .j-task-card:last-of-type .j-task-status {
	border-bottom-left-radius: 4px !important;
}
#assignments-timings-header {
	position: sticky;
	top: 0;
	z-index: 10;
	background-color: white;
	margin: 20px 0 30px;
	text-align: center;
}
.batch-tasks-time-section .overlay {
	position: absolute;
	left: 15px;
	top: 0;
	width: calc(100% - 30px);
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	border-radius: 4px;
}
.batch-tasks-time-section .item-sequence {
	background-color: #ddd;
	margin-left: 10px;
	height: 100%;
}
#assignmentsRearrangementModal .j-task-title {
	text-align: left;
}
#assignmentsRearrangementModal .j-task-status {
	font-size: 14px !important;
}
.swal2-popup.swal2-toast {
	box-shadow: 0 0 50px 15px rgba(0,0,0,0.3) !important;
}
.swal2-container {
	padding: 100px !important;
}
.batch-session-circle {
	position: absolute;
	width: 14px;
	height: 14px;
	background-color: rgba(255,255,255,0.3);
	border-radius: 50%;
	top: 3px;
	margin-left: -7px;
}
.batch-session-circle.today {
	background-color: #7d9cb6;
}
.batch-session-circle.future {
	background-color: rgba(0,0,0,0.3);
}
.simulator-header p b {
	color: #3d6e94;
}
.dropdown-participants li.active small {
	color: #f0ad4e !important;
}
.simulator-timeline-today {
	position: absolute;
	width: 2px;
	height: 24px;
	background-color: #478d66;
	margin-left: -1px;
}
.maintenance-toast {
	position: fixed;
	right: 20px;
	bottom: 110px;
	z-index: 1000;
	border-radius: 10px;
	background-color: white;
	display: flex;
	box-shadow: 0 3px 10px 1px rgba(0,0,0,0.3);
}
.maintenance-toast .maintenance-icon {
	color: white;
	background-color: #f7af53;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	padding: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: relative;
	overflow: hidden;
}
.maintenance-content {
	padding: 20px 40px 20px 20px;
	position: relative;
}
.maintenance-toast p {
	margin: 0;
}
.maintenance-toast .title {
	font-size: 18px;
	font-weight: bold;
	color: #ce8b34;
}
.maintenance-close {
	position: absolute;
	font-size: 14px;
	top: 5px;
	right: 5px;
	padding: 5px;
	color: #888;
	cursor: pointer;
}
.last-modal {
	z-index: 9990 !important;
}
.dropdown-menu {
	z-index: 9999 !important;
}
/*.dropdown-menu.bs-modal, .webui-popover.in.bs-modal {
	z-index: 10001 !important
}*/
.modal-languages {
	position: absolute;
	left: -510px;
	top: 10px;
	width: 500px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.modal-languages.right {
    left: 920px;
    align-items: flex-start;
}
.modal-dialog.modal-xl .modal-languages.right {
    left: 1220px;
}
.modal-language.active, .modal-language:hover {
	background-color: #f4f4f4;
	max-width: 500px;
	padding: 5px 10px;
}
.modal-language, .modal-language i {
	transition: all ease-in-out 400ms;
}
.modal-language {
	background-color: #fff;
	border-radius: 18px;
	padding: 5px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	border: 1px solid rgba(0, 0, 0, .2);
	outline: 0;
	cursor: pointer;
	margin-bottom: 10px;
	height: 36px;
	max-width: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	min-width: 36px;
}
.modal-language.lang-warning {
	background-color: var(--domain-influencing-color);
	color: white;
}
/*.modal-avatars {
	position: absolute;
	left: -60px;
	top: 10px;
	width: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}*/
.modal-avatars {
/*	position: absolute;
	left: -60px;*/
/*	top: 10px;
	width: 50px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.modal-avatar-pic {
	height: 40px;
	width: 40px;
	/*margin-bottom: 10px;*/
	margin: 5px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 50%;
	outline: 0;
	cursor: pointer;
	background-size: cover;
	background-position: center;
}
.modal-feedback-message-container {
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.modal-language .language-name {
	max-width: 0;
	overflow: hidden;
	padding-left: 0;
    white-space: nowrap;
}
.modal-language.active .language-name,
.modal-language:hover .language-name {
	max-width: 500px;
	padding-left: 5px;
}
#coach-container .j-task-category .title {
	font-size: 18px;
}
#coach-container .j-task-card .title {
	font-size: 16px;
	padding: 2px 5px;
}
fieldset {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px 15px 10px;
}
fieldset legend {
	padding: 0 10px;
	display: inline;
	width: auto;
	border: none;
	font-size: 14px;
	margin: 0;
}

#certification-center .cert-item {
	min-height: 120px;
	position: relative;
	display: flex;
	cursor: pointer;
	transition: all 100ms ease-in-out;
}
#certification-center .file-card {
	transition: all 100ms ease-in-out;
}
#certification-center .file-card:hover {
	transform: translateY(-2px);
}
#certification-center .cert-item:hover {
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
}
#certification-center .cert-thumbnail {
	background-color: #f8f8f8;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 150px;
	flex-grow: 0;
	flex-shrink: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#certification-center .cert-body {
	padding: 15px 15px 5px;
	flex-grow: 1;
	word-break: break-word;
	display: flex;
	flex-direction: column;
}
#certification-center .cert-body p {
	flex-grow: 1;
	font-size: 13px;
}
#certification-center .cert-body h4 {
	margin: 0 0 5px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
}
#certification-center .cert-center-image {
	display: block;
	width: 150px;
	height: 100%;
	background-size: cover;
	background-position: center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: 1px solid #ddd;
}
#certification-center input[name="name"] {
	text-align: left;
}
#certification-center input[name="name"]::placeholder {
	color: rgba(61, 110, 148, 0.6);
}
.drive-preview {
	padding: 0 20px 20px;
	height: 85vh;
	width: 100%;
	border: none;
	border-radius: 4px;
	overflow: scroll;
}
.drive-preview .title {
	text-align: center;
	position: sticky;
	top: 0;
	z-index: 2;
	background: white;
	padding: 20px 20px 10px;
}
#drive-preview-sidebar .title {
	word-break: break-word;
	font-weight: normal;
}
.files-same-height .card, .files-same-height .content, .files-same-height .cert-item {
	height: 100%;
}
.has-switch span.switch-left,
.has-switch span.switch-right {
	background-color: #478d66;
}
.calendar-item {
	display: flex;
}
.calendar-item-icon-container {
	background-color: #f6f6f6;
	border: 1px solid #e5e5e5;
	padding: 20px;
	vertical-align: top;
	width: 110px;
	border-radius: 4px 0 0 4px;
}
.calendar-item-icon > * {
	font-weight: bold;
	position: absolute;
	text-align: center;
	width: 70px;
}
.calendar-item-icon {
	background: url(//ssl.gstatic.com/ui/v1/icons/mail/smart_mail_conv_icons.png) no-repeat 0 0;
	height: 80px;
	position: relative;
	width: 70px;
	line-height: 15px;
}
.calendar-item-month {
	color: #fff;
	font-size: 11px;
	top: 2px;
}
.calendar-item-day {
	color: #222222;
	font-size: 26px;
	top: 30px;
}
.calendar-item-day-word {
	color: #222222;
	font-size: 11px;
	top: 58px;
}
.calendar-item-content {
	padding: 15px 20px;
}
.calendar-item-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#session-invite-preview {
	width: 100%;
	border: 1px solid #ddd;
	border-bottom: none;
	min-height: 60vh;
	border-radius: 6px;
}
.modal-suptitle {
	text-shadow: 0 1px 5px black;
}
.session-email-disabled {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	border-radius: 6px;
	left: -5px;
	right: -5px;
	top: -5px;
	z-index: 1;
	color: white;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow: 0 1px 3px black;
}
.banner-flex {
	flex-grow: 1;
	display: flex;
	align-items: center;
}
@media all and (max-width: 1200px) {
	.banner-flex {
		flex-direction: column;
		align-items: flex-end;
	}
}
.stage-rating {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
}
.stage-ratings-stat {
	position: sticky;
	bottom: 0;
	background-color: white;
	padding: 20px;
	box-shadow: 0 0px 6px 0px rgba(0,0,0,0.3);
	border-radius: 0 0 6px 6px;
}
.stage-ratings-stat p {
	font-size: 14px;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	color: #666;
}
.team-cover {
	height: 150px;
	background-size: cover;
	background-position: center;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    overflow: hidden;
}
.team-cover:hover .team-tree-circle {
	transform: translateY(-3px);
	box-shadow: 0 4px 12px 0 rgba(0,0,0,0.4);
}
.team-cover .overlay {
    position: absolute;
    top: -45px;
    right: -45px;
    width: 140px;
    height: 140px;
    background: rgba(0, 0, 0, 0.5);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%);
}
#codeigniter_profiler fieldset {
	margin-left: 80px !important;
}
.team-tree-circle {
    height: 40px;
    top: 8px;
    right: 8px;
    position: absolute;
    width: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    transition: all ease-in-out 300ms;
}
.team-members {
	display: flex;
}
.team-member {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	display: inline-block;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	margin-right: 5px;
}
.team-member.count {
	background-color: #478d66;
	color: white;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 13px;
	font-weight: bold;
}
.team-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px dotted #ccc;
	margin: 0 -15px;
	padding: 12px 15px 0;
}
.image-picker-divider {
	display: flex;
	align-items: center;
	width: 60%;
}
.image-picker-divider .line {
	height: 1px;
	flex-grow: 1;
	background-color: rgba(255, 255, 255, 0.35);
}
.image-picker-divider .or {
	padding: 0 10px;
}
.warning-ie {
	text-align: center;
	padding: 8px;
	background-color: #99040c;
	color: white;
	font-weight: bold;
}
.card .image {
	height: 150px;
	background-size: cover;
	background-position: center;
	display: flex;
}
.card .image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 100%);
}
.card .image .overtext {
	color: white;
	z-index: 2;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	align-self: flex-end;
	text-align: center;
	width: 100%;
}
.card .image .image-actions {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
}
.card .image .contact-insight {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
}
.card .image .image-actions > * {
	opacity: 0;
	transform: translateX(200px);
	transition: all ease-in-out 300ms;
}
.card:hover .image .image-actions > * {
	opacity: 1;
	transform: translateX(0px);
}
.card .image .contact-favorited {
	display: none;
	color: yellow;
}
.card .image .contact-favorited.active, .card:hover .image .contact-favorited {
	display: inline-block;
}
.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }
.sticky-0 {
	position: sticky;
	top: 0px;
}
.sticky-10 {
	position: sticky;
	top: 10px;
}
.sticky-20 {
	position: sticky;
	top: 20px;
}
.sticky-30 {
	position: sticky;
	top: 30px;
}
.contact-card {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin-bottom: 15px;
	transition: all ease-in-out 200ms;
	cursor: pointer;
}
.contact-card:hover {
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	transform: translateY(-2px);
}
.card-raise {
	transition: all ease-in-out 200ms;
}
.card-raise:hover {
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	transform: translateY(-2px);
}
.contact-card-footer {
	padding: 10px 15px;
	display: flex;
	align-items: center;
}
.form-group.sl-wd-fit .dropdown-menu {
	width: 100%;
}
.form-group.sl-wd-fit .dropdown-menu li a span.text {
	white-space: normal;
}
.document {
	max-height: 10000px;
	position: relative;
	overflow: hidden;
	transition: all ease-in-out 500ms;
}
.plan-collapsed {
	max-height: 100px;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	cursor: pointer;
}
.plan-collapsed:hover {
	max-height: 140px;
}
#giveFeedbackModal .feedback-load-more {
	margin-top: 20px;
	background-color: #eee;
}
.feedback-contact-box .panel-body {
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.popover-400 .popover {
	min-width: 400px;
}
.language-dots {

}
.language-dots .language-dot {
	height: 24px;
	width: 24px;
	filter: grayscale(30%);
	border-radius: 50%;
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
}
.language-dots .language-dot:hover {
	filter: grayscale(15%);
}
.language-dots .language-dot.active {
	filter: grayscale(0%);
}
input.no-top-border, input.no-top-border:focus {
	border-top: none;
	border-radius: 0px 0px 4px 4px;
}
#signature-field {
	width: 100%;
	height: 105px;
	border-radius: 6px;
	border: 1px solid #ddd;
	background-color: white;
}
.card-numbers-icon {
	text-align: right;
	font-size: 40px;
}

/* New interact */
.interact-item {
	padding: 0 30px;
	margin-bottom: 20px;
}
.interact-item .card {
	position: relative;
	min-height: 100px;
	border-radius: 8px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.175);
}
.interact-item .card .content {
	padding: 10px 40px;
}
.interact-avatar {
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-size: cover !important;
	background-position: center !important;
	top: 20px;
	left: -25px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.interact-item .card .interact-title {
	font-weight: bold;
	margin: 0;
}
.interact-item .interact-status {
	position: absolute;
	top: -20px;
	right: 40px;
	height: 40px;
	width: 40px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}
.interact-item .interact-status.status-overdue {
	color: white;
	background-color: red;
}
.interact-item .interact-status.status-done {
	color: white;
	background-color: #478d66;
}
.interact-item .interact-status.status-open {
	color: #777;
	background-color: #ddd;
}
.interact-item .interact-status.status-seen {
	color: white;
	background-color: #3d6e94;
}
.interact-buttons {
	display: flex;
	justify-content: flex-end;
	margin: 10px 0 20px;
}
.interact-item[data-status="open"] .cd-timeline-content {
	border-top: 3px solid #ddd;
}
#giveFeedbackModal .feedback-load-more {
	margin-top: 20px;
	background-color: #eee;
}
.textarea-new-comment {
	transition: height 0ms;
}
.interact-item[data-status="done"] .cd-timeline-content {
	border-top: 3px solid #478d66;
}
.interact-item[data-status="overdue"] .cd-timeline-content {
	border-top: 3px solid red;
}
.interact-item[data-status="default"] .cd-timeline-content {
	border-top: 3px solid #3d6e94;
}
.interact-item .interact-last-event {
	position: absolute;
	top: 0;
	padding: 5px 10px;
	background-color: #ff0400;
	color: white;
	border-radius: 10px;
	font-weight: bold;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.interact-avatars {
	float: right;
}
.interact-avatars .interact-grouped {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: inline-block;
	background-size: cover;
	background-position: center;
	background-color: var(--brand-color);
	color: white;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.interact-group-hint {
	text-align: center;
	color: #888;
	margin: 0;
	font-size: 12px;
}
.blured {
	filter: blur(2px);
}
.filters-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.filters-grouped-banner {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	margin-left: 15px;
	margin-right: 15px;
}
.filters-grouped-banner .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	font-weight: 500;
}
.reactions-panel, .gif-panel {
	background-color: white;
	z-index: 1;
	border-radius: 6px;
	box-shadow: 0 2px 10px 1px rgba(0,0,0,0.2);
}
.gif-panel {
	width: 300px;
	max-height: 400px;
	overflow: auto;
	z-index: 10000;
	position: relative;
	border: 1px solid #ddd;
}
.reactions-panel {
	padding: 10px 20px;
	display: flex;
	justify-content: space-evenly;
	position: relative;
}
.reactions-panel:after, .reactions-panel:before, .gif-panel:after, .gif-panel:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.reactions-panel:after, .gif-panel:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.reactions-panel:before, .gif-panel:before {
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #eee;
	border-width: 11px;
	margin-left: -11px;
}
.reactions-panel span {
	padding: 10px;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	border-radius: 8px;
}
.reactions-panel span:hover {
	background-color: #f8f8f8;
}
.gif-container {
	column-count: 2;
	column-gap: 0;
	overflow: auto;
	padding: 0 5px;
	background-color: #f4f4f4;
}
.gif-container img {
	width: 140px;
	margin: 5px 2.5px 0;
	border-radius: 6px;
	cursor: pointer;
}
.gif-panel .gif-search {
	padding: 8px 5px;
	position: sticky;
	background-color: white;
	top: 0;
}
.gif-panel .gif-search input {
	border-radius: 15px;
	border-left: none;
	border-right: none;
	/*width: calc(100% - 10px);*/
}
.gif-panel .form-control:focus + .input-group-addon, .gif-panel .form-control:focus ~ .input-group-addon, .gif-panel .gif-search input:focus {
	border-color: rgb(227, 227, 227) !important;
}
.gif-attachment {
	max-height: 140px;
	border-radius: 6px;
	margin: 10px;
}
.gif-attachment-container {
	position: relative;
	display: inline-block;
}
.gif-attachment-remove {
	position: absolute;
	right: 15px;
	top: 15px;
	height: 20px;
	width: 20px;
	background-color: white;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	border-radius: 50%;
	color: #777;
	transition: all ease-in-out 300ms;
	cursor: pointer;
}
.gif-attachment-remove:hover {
	transform: translateY(-2px);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
}
#sprint {
	display: flex;
	flex-direction: column;
}
#sprint > .row {
	min-height: 80vh;
}
.sprint-col-name {
	font-size: 16px;
	margin: 10px;
}
.sprint-col {
	height: 100%;
}
.sprint-col-parent {
	padding: 0 10px;
}
.sprint-col-parent:not(:first-of-type) {
	border-left: 1px dotted #ccc;
}
.sprint-placeholder {
	border-radius: 6px;
	border: 2px dashed #ccc;
	margin-bottom: 10px;
	min-height: 100px;
}
.sprint-story {
	background-color: #fff;
	border-radius: 6px;
	border-spacing: 10px 0;
	box-shadow: rgba(9,30,66,.31) 0 0 1px 0,rgba(9,30,66,.25) 0 2px 4px -1px;
	cursor: move;
	display: block;
	font-size: 14px;
	line-height: 1.4;
	padding: 15px;
	position: relative;
	min-height: 100px;
	margin-bottom: 10px;
}
.sprint-story:hover {
	background-color: #fbfbfb;
	box-shadow: rgba(9,30,66,.41) 0 0 1px 0,rgba(9,30,66,.35) 0 2px 4px -1px;
}
.sprint-story .sprint-main {
	display: flex;
}
.sprint-story .title {
	overflow: hidden;
	overflow-wrap: break-word;
	padding-bottom: 1px;
	text-align: left;
	word-wrap: break-word;
	font-size: 15px;
	flex-grow: 1;
}
.sprint-assignee {
	float: right;
	height: 34px;
	width: 34px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	border: 1px solid #ccc;
	flex-shrink: 0;
}
.sprint-priority.highest, .sprint-priority.high {
	color: red;
}
.sprint-priority.medium {
	color: orange;
}
.sprint-priority.low, .sprint-priority.lowest {
	color: var(--accent-color);
}
.session-ratings {
	column-count: 3;
	column-gap: 20px;
}
.session-rating {
	break-inside: avoid;
	page-break-inside: avoid;
	will-change: transform;
	margin-bottom: 20px;
}
.session-rating-person {
	font-weight: bold;
	margin-left: 15px;
}
.session-rating-comment {
	margin: 15px 0;
	border-radius: 8px;
	padding: 10px 20px;
	/*color: white;*/
	background-color: #f8f8f8;
	position: relative;
	box-shadow: 0 2px 5px 1px rgba(0,0,0,0.25);
}
.session-rating-comment:after {
	bottom: 100%;
	left: 33px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(251, 70, 81, 0);
	border-width: 10px;
	margin-left: -10px;
}
.session-rating-comment[data-rating="1"]  {
	/*background-color: #fb4651;*/
	border-top: #fb4651 5px solid;
}
.session-rating-comment[data-rating="1"]:after {
	border-bottom-color: #fb4651;
}
.session-rating-comment[data-rating="2"] {
	/*background-color: #ef7b07;*/
	border-top: #ef7b07 5px solid;
}
.session-rating-comment[data-rating="2"]:after {
	border-bottom-color: #ef7b07;
}
.session-rating-comment[data-rating="3"] {
	/*background-color: #98ad40;*/
	border-top: #98ad40 5px solid;
}
.session-rating-comment[data-rating="3"]:after {
	border-bottom-color: #98ad40;
}
.session-rating-comment[data-rating="4"] {
	/*background-color: #409266;*/
	border-top: #409266 5px solid;
}
.session-rating-comment[data-rating="4"]:after {
	border-bottom-color: #409266;
}
.progress-top {
	position: fixed;
	top: 0;
	z-index: 1000;
	left: 0;
	right: 0;
}
.progress-bar-striped, .progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .30) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .30) 50%, rgba(255, 255, 255, .30) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .30) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .30) 50%, rgba(255, 255, 255, .30) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .30) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .30) 50%, rgba(255, 255, 255, .30) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.ekko-lightbox .modal-body {
	padding: 2px;
}
.ekko-lightbox-container img {
	border-radius: 6px;
}
.files .btn {
	white-space: normal;
}
.report-file-container h5 {
	word-break: break-word;
}
#assignmentCopyModal .list-group-item-heading {
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
}
.modal-list-group {
	margin: 0;
}
.modal-list-group .list-group-item:first-of-type {
	border-radius: 0;
}
.modal-list-group .list-group-item {
	border-radius: 0;
}
.modal-list-group .list-group-item:not(.hidden):last-of-type {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#assignmentCopyModal #assignments-container, #assignmentCopyModal #programs-container {
	height: 80vh;
	overflow: auto;
}
#assignmentCopyModal #assignments-container {
	display: flex;
	flex-direction: column;
	position: relative;
}
#assignmentCopyModal #assignments-container #assignments-list, #assignmentCopyModal #assignments-empty {
	flex-grow: 1;
}
#assignmentCopyModal #assignments-empty {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#assignmentCopyModal #assignment-preview {
	max-height: 80vh;
	overflow: auto;
}
#assignmentCopyModal #programs-container .subheader {
	position: sticky;
	top: 0;
	padding-top: 0;
	z-index: 10;
}
#assignmentCopyModal #assignments-container .subheader {
	position: sticky;
	bottom: 0;
	z-index: 10;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 1px solid #e5e5e5;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-content: center;
}
#assignmentCopyModal .category {
	margin: 0;
}
.assignment-check {
	font-size: 16px;
	padding: 10px 5px;
}
.assignment-check:hover {
	border-radius: 6px;
	background-color: rgba(0,0,0,0.075);
}
.assignments-load-icon {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 3em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}
#assignmentCopyModal .j-task-card.recommended {
	cursor: pointer;
}
#assignmentCopyModal .modal-close {
	right: -50px;
}
.progress-thick {
	height: 15px;
}
.wizard-content {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	flex-direction: column;
	padding: 15px 30px !important;
	text-align: center;
}
#gallup-main .card {
	position: sticky;
	top: 0;
	z-index: 1;
}
#gallup-main .panel-heading {
	position: sticky;
	top: 60px;
	z-index: 1;
}
.stories {
	display: flex;
	overflow-x: auto;
	margin: 0 10px 10px;
	padding-bottom: 10px;
}
.story {
	text-align: center;
	margin: 0 5px;
	width: 120px;
	height: 200px;
	flex-shrink: 0;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
	background-size: cover;
	background-position: center;
}
.story:hover {
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}
.story-avatar {
	display: block;
	position: absolute;
	height: 35px;
	width: 35px;
	top: 10px;
	left: 10px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	border: 3px solid #ccc;
	margin: 0 auto;
}
.story-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0) 100%);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.story-avatar.new {
	border: 3px solid var(--brand-color);
}
.story-name {
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
	color: white;
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-shadow: 0 2px 3px rgba(0,0,0,0.3);
	right: 10px;
}
.story-backdrop {
	opacity: 1 !important;
}
#storyViewerModal .modal-dialog {
	height: 94vh;
	margin-top: 3vh;
	margin-bottom: 3vh;
	display: table;
	overflow-y: auto;
	overflow-x: auto;
	width: auto;
	max-width: 400px;
}
#storyViewerModal .modal-content {
	background-color: transparent;
	max-width: 400px;
}
#storyViewerModal .modal-body {
	padding: 0;
	height: 94vh;
}
#storyViewerModal .story-image, #storyViewerModal .story-video {
	height: 100%;
	border-radius: 6px;
	width: 100%;
}
.story-next, .story-previous {
	position: absolute;
	background-color: #ffffff22;
	border-radius: 50%;
	padding: 10px;
	top: 50%;
	color: white;
	opacity: 1;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	border: 1px solid rgba(0, 0, 0, .2);
	outline: 0;
	cursor: pointer;
	transition: all ease-in-out 300ms;
}
.story-next {
	right: -50px;
}
.story-previous {
	left: -50px;
}
#storyViewerModal .modal-close {
	background-color: #ffffff22;
	box-shadow: none;
	color: white;
	font-size: 14px;
	top: 0;
	padding: 10px;
	cursor: pointer;
	right: -50px;
}
.story-next:hover, .story-previous:hover, #storyViewerModal .modal-close:hover {
	background-color: #ffffff44;
}
.story-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 150px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0) 100%);
}
.story-indicators {
	display: flex;
	justify-content: space-evenly;
}
.story-indicator {
	flex-grow: 1;
	height: 4px;
	background-color: rgba(255,255,255,0.2);
	margin: 5px;
	position: relative;
	border-radius: 2px;
}
.story-progress {
	background-color: rgba(255,255,255,0.4);
	height: 100%;
	border-radius: 2px;
}
.story-author {
	display: flex;
	color: white;
	padding: 10px 15px;
	align-items: center;
}
.story-author-pic {
	height: 32px;
	width: 32px;
	background-size: cover;
	border-radius: 50%;
	border: 1px solid #ccc;
}
.story-author-name {
	margin: 0 10px;
	font-weight: bold;
	flex-grow: 1;
	flex-shrink: 0;
}
.story-time {
	font-size: 12px;
	color: #ddd;
}
.story-heading {
	color: #666;
	padding: 5px 20px;
	font-weight: 500;
}
.billing-support-content p {
	display: inline;
	padding-right: 3px;
}
.billing-support-content br {
	display: none;
}
#billing-client-users-table-body tr {
	cursor: pointer;
}
.goal-lang {
	font-size: 14px;
	font-weight: 500;
	padding: 5px 15px;
}
.goal-panels {
	display: flex;
	padding: 6px 5px;
}
.goal-panels .panel {
	margin-bottom: 0;
	width: 100%;
}
.panel-danger .text-danger {
	color: #c3929a !important;
}
.goal-actions, .goal-edit-actions {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
}
.goal-actions .btn, .goal-edit-actions .btn {
	padding: 3px 10px;
}
.goal-panels .form-control {
	border: none;
	border-bottom: 2px solid #ccc;
	padding: 0;
	border-radius: 0;
}
.goal-row:nth-of-type(even) {
	background-color: #f8f8f8;
	border-radius: 6px;
}
.content-disabled {
	pointer-events: none;
	opacity: 0.4;
}

span.ripple {
	position: absolute;
	border-radius: 50%;
	transform: scale(0);
	animation: button-ripple 600ms infinite;
	background-color: rgba(255, 255, 255, 0.7);
}

@keyframes button-ripple {
	to {
		transform: scale(4);
		opacity: 0;
	}
}

.tool-content {
	background-color: #f8f8f8;
	margin: 10px 0;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
	position: relative;
	cursor: pointer;
	overflow: hidden;
	transition: background-color ease-in-out 300ms;
}
.tool-content[data-type="slides"], .tool-content[data-type="online_task"], .tool-content a {
	padding: 0 12px;
	display: block;
}
.tool-content:hover {
	background-color: #eee;
}
.tool-indicator {
	position: absolute;
	left: 0;
	width: 6px;
	top: 0;
	bottom: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #ccc;
}
.tool-content {
	color: #666;
}
.tool-content .tool-content-icon {
	color: #aaa;
}
.tool-content .tool-indicator,
.tool-box .tool-indicator {
	background-color: #ccc;
}
.tool-content.tool-open, .tool-content.tool-open .tool-content-icon {
	color: var(--accent-color);
}
.tool-content.tool-open .tool-indicator,
.tool-box.tool-open .tool-indicator {
	background-color: var(--accent-color);
}
.tool-content.tool-done, .tool-content.tool-done .tool-content-icon {
	color: var(--brand-color) !important;
}
.tool-content.tool-done .tool-indicator,
.tool-box.tool-done .tool-indicator {
	background-color: var(--brand-color);
}
.tool-content .tool-content-header {
	display: flex;
	padding: 12px 0;
}
.tool-content .tool-content-header .tool-content-title {
	flex-grow: 1;
	font-size: 16px;
	margin: 0 5px;
}
.tool-content-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	transition: all ease-in-out 200ms;
}
.tool-content-slide .tool-content-slide-icon {
	max-width: 35%;
	flex-grow: 1;
}
.tool-content-box .tool-content-slide-icon {
	max-width: 25%;
}
.tool-content-slide .tool-content-slide-text {
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
	max-width: 80%;
}
.tool-content-action-slide {
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -7px;
	transition: all ease-in-out 200ms;
	overflow: hidden;
}
.tool-content.content-expanded .icon-collapsed,
.tool-content.content-collapsed .icon-expanded {
	display: none;
}
.tool-content.content-expanded .icon-expanded,
.tool-content.content-collapsed .icon-collapsed {
	display: block;
}

.tool-content.content-expanded .tool-content-slide {
	max-height: 400px;
	margin: 16px;
}
.tool-content.content-expanded .tool-content-action-slide {
	max-height: 20px;
}
.tool-content.content-collapsed .tool-content-slide,
.tool-content.content-collapsed .tool-content-action-slide {
	max-height: 0;
	margin: 0;
}
.tool-header {
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
}
.tool-subtitle {
	margin: 0;
	font-size: 13px;
	color: var(--accent-color)
}
.tool-title {
	margin: 5px 0 0 0;
	font-size: 22px;
	font-weight: 500;
	color: var(--accent-color)
}

.tool-box-wrapper {
	position: relative;
	margin: 5px 0;
}
.tool-box {
	cursor: pointer;
	transition: all ease-in-out 200ms;
}
.tool-box, .tool-content-box {
	background-color: white;
	border-radius: 6px;
	border: 1px solid #eee;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}
/*.tool-box.active {
	z-index: 1;
	position: absolute;
	right: -21px;
	left: 0;
	padding-right: 22px;
	border-right: none;
}
.tool-box.active::after {
	content: " ";
	position: absolute;
	background: white;
	bottom: -5px;
	top: -5px;
	right: -5px;
	width: 9px;
	border-radius: 6px;
}*/
.tool-box-content .tool-subtitle {
	font-size: 12px;
	color: #707070;
	margin: 0;
}
.tool-box-content .tool-title {
	font-weight: bold;
	font-size: 16px;
	color: #555;
	margin: 0;
}
.tool-box:hover {
	transform: translateX(5px);
	background-color: #f8f8f8;
}

.tool-box span {
	color: #999;
}
.tool-box.active {
	/*background-color: #f4f4f4;*/
	transform: translateX(10px);
	color: var(--accent-color) !important;
}
.tool-box.active p, .tool-box.active span {
	color: var(--accent-color) !important;
}
.tool-box.active .tool-indicator {
	background-color: var(--accent-color);
}
.tool-box.done p, .tool-box.done span {
	color: var(--brand-color) !important;
}
.tool-box.done .tool-indicator {
	background-color: var(--brand-color);
}
.tool-box .tool-stats-check {
	color: var(--brand-color);
	font-size: 20px;
	display: none;
}
.tool-box.done .tool-stats-check {
	display: block;
}
.tool-content-box {
	padding: 10px 15px;
}
.tool-box-content {
	padding: 10px 15px;
	display: flex;
	align-items: center;
}
.toolbox-slider-parent {
	overflow: hidden;
	margin: 30px 50px;
}
.toolbox-slider-parent .toolbox-slider {
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.toolbox-slider {
	display: flex;
}
.toolbox-slider .tool-content-slide {
	float: left;
	flex-shrink: 0;
	justify-content: normal;
}
.tool-content-slide-header {
	display: flex;
	align-self: flex-start;
	margin-bottom: 30px;
	align-items: center;
}
.slide-index {
	font-size: 18px;
	font-weight: 500;
	color: var(--accent-color);
	padding: 10px;
	border-right: 1px solid #eee;
}
.slide-titles {

	padding-left: 10px;
}
.slide-titles .slide-title {
	font-size: 18px;
	font-weight: 500;
	color: var(--accent-color);
	margin: 0;
	line-height: 1.2;
}
.slide-titles .slide-subtitle {
	font-size: 13px;
	color: var(--brand-color);
	margin: 0;
	line-height: 1.2;
}
.email-matcher-input {
	min-height: 300px;
	overflow: auto;
}
.email-label {
	background-color: var(--brand-color);
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
	display: inline-block;
}
.email-label img {
	border-radius: 50%;
	height: 20px;
	width: 20px;
}
[placeholder]:empty::before {
	content: attr(placeholder);
	color: #777;
}
[placeholder]:empty:focus::before {
	content: "";
}
.email-matcher-input-container {
	position: relative;
}
#email-matcher-input-progress {
	background-color: var(--accent-color);
	padding: 8px 12px;
	color: white;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-radius: 6px;
}
#matches-text {
	margin-top: 15px;
}
.email-item .mail-delete {
	opacity: 0.7;
}
.email-item:hover .mail-delete {
	opacity: 1;
}
.email-item .mail-make-primary {
	opacity: 0;
	cursor: pointer;
	background: transparent;
	color: var(--accent-color);
	border: 1px solid var(--accent-color);
}
.email-item:hover .mail-make-primary {
	opacity: 0.7;
}
.settings-section td {
	line-height: 1 !important;
}
#user-settings .tab-pane {
	padding: 0;
}
#user-avatar {
	position: relative;
}
#user-avatar .user-avatar-upload {
	display: none;
}
#user-avatar:hover .user-avatar-upload {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 30px;
	flex-direction: column;
	cursor: pointer;
}
#user-avatar .user-avatar-upload small {
	font-size: 12px;
}

.dropdown-attention {
	background-color: pink;
}
.navbar.navbar-absolute {
	position: absolute;
	width: 100%;
	z-index: 1030;
}
.login-page > .content, .lock-page > .content {
	padding-top: 22vh;
}
.login-page .card {
	box-shadow: 0 25px 30px -13px rgb(40 40 40 / 40%);
	border-radius: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.login-page .card .header {
	padding-bottom: 30px;
}
.login-page .card .header {
	padding: 15px 15px 0px;
	color: #333333;
	font-weight: 300;
	font-size: 22px;
}
.login-page .card .btn-wd {
	min-width: 180px;
}

.progress-text-blend {
	position: relative;
}
.progress-label-left, .progress-label-right {
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 2;
	font-size: 12px;
}
.progress-label-left {
	left: 0;
	color: white;
}
.progress-label-right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.progress-label-left *, .progress-label-right * {
	display: block;
	text-align: center;
	padding: 2px 0;
}
.progress-label-right * {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.average-icon {
	position: relative;
}
.average-icon:before {
	content: "";
	height: 1px;
	background-color: #aaa;
	display: block;
	position: absolute;
	left: 4px;
	right: 4px;
	top: 2px;
}
#pickerModal td {
	cursor: pointer;
}
#pickerModal table[data-condensed="false"] td {
	padding-top: 8px;
	padding-bottom: 8px;
}
#pickerModal tr:hover td {
	background-color: #f8f8f8;
}
#pickerModal tr:not(:last-of-type) td {
	border-bottom: 1px solid #ddd;
}
.overview-bottom-buttons {
	position: sticky;
	background-color: white;
	bottom: 15px;
	padding-bottom: 15px;
}

.reflection-week {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 2px;
	margin: 0 2px;
}

.wr-good-title b {
	color: var(--brand-color);
}
.wr-bad-title b {
	color: #e75442;
}
.wr-header {
	display: flex;
	padding: 15px 40px;
	text-align: left;
}
.wr-header .title {
	text-align: left !important;
}
.wr-header small {
	font-size: 13px;
	color: #777;
}
.wr-categories {
	padding: 20px 40px;
}
.wr-category {
	outline: 1px solid #BFBFBF;
	padding: 10px 15px;
	height: 100%;
	border-radius: 6px;
	background-color: #f4f4f4;
	cursor: pointer;
	font-size: 16px;
	color: #444;
	display: flex;
	align-items: center;
}
.wr-category .wr-cat-icon {
	font-size: 20px;
	color: #777;
	margin-right: 5px;
}
.wr-categories[data-type="positive"] .wr-category.active {
	outline: 2px solid var(--brand-color);

	background-color: white;
	font-weight: 500;
}
.wr-categories[data-type="positive"] .wr-category.active .wr-cat-icon {
	color: var(--brand-color) !important;
}

.wr-categories[data-type="negative"] .wr-category.active {
	outline: 2px solid #e75442;

	background-color: white;
	font-weight: 500;
}
.wr-categories[data-type="negative"] .wr-category.active .wr-cat-icon {
	color: #e75442 !important;
}
.wr-slider {
	margin-bottom: 10px;
	background: rgb(251,70,81);
	background: linear-gradient(90deg, rgba(251,70,81,0.6) 0%, rgba(255,160,65,0.6) 25%, rgba(255,213,98,0.6) 50%, rgba(186,211,81,0.6) 75%, rgba(64,146,102,0.6) 100%);
	border: none;
	border-radius: 3px;
	height: 6px;
	box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
	margin-top: 40px;
}
.wr-slider .noUi-handle {
	border-radius: 50%;
	width: 26px;
	height: 26px;
	box-shadow: 0 4px 12px rgb(0 0 0 / 24%);
	cursor: pointer;
	top: -10px;
}
.wr-slider .noUi-handle:before, .wr-slider .noUi-handle:after {
	display: none;
}
.wr-rating, .wr-comment {
	padding: 20px 40px;
}
.wr-rating .title, .wr-comment .title {
	text-align: center;
}
.wr-rating .title b {
	color: var(--accent-color);
}
.wr-comment textarea {
	height: 200px;
	margin-top: 25px;
	box-shadow: 0 4px 7px rgb(0 0 0 / 10%);
	border-radius: 8px;
}
.wr-date-range {
	margin: -15px -15px 10px;
	padding: 15px;
	text-align: center;
	background: #fafafa;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
	color: #888;
}
.contact-header {
	display: flex;
	padding: 15px;
	flex-grow: 1;
}
.contact-card .btn-pct-suggestion {
	display: flex;
	align-items: center;
}
.contact-card .btn-pct-suggestion:hover {
	/* background-color: rgba(0,0,0,0.05); */
	padding: 3px 5px;
	border-radius: 5px;
	margin: 0 -6px;
	border: 1px solid rgb(71 141 102 / 49%);
	box-shadow: 0 1px 2px 1px rgb(0 0 0 / 10%);
}
.contact-header .contact-avatar-container {
	flex-shrink: 0;
}
.contact-header .contact-avatar-container .contact-avatar {
	height: 60px;
	width: 60px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 20%);
}
.contact-header .contact-name {
	flex-grow: 1;
	padding-left: 10px;
}
.contact-header .contact-name h5 {
	margin: 5px 0;
	font-weight: 500;
	color: #555;
	display: inline-block;
	cursor: pointer;
}
.contact-header .strengths-inline {
	background: none;
	border: none;
	box-shadow: none;
	justify-content: flex-start;
	padding: 0;
	margin: 0 -5px;
}
.contact-header .strengths-inline li {
	font-weight: 500;
	font-size: 13px;
}
.contact-insight {
	color: var(--brand-color);
	display: flex;
	overflow: hidden;
}
/*.contact-insight:hover {
	border: 1px solid var(--brand-color);
	border-radius: 4px;
}*/
.image .contact-insight {
	color: white;
	text-shadow: 0 2px 3px rgb(0 0 0 / 75%);
}
.contact-insight svg {
	font-size: 16px;
}
.contact-insight span {
	display: inline-block;
	max-width: 0;
	transition: 400ms ease-in-out all;
	white-space: pre;
	font-size: 13px;
	margin-left: 5px;

}
.contact-card:hover .contact-insight span {
	max-width: 200px;
}

.contact-reflection {
	border-top: 1px solid #eee;
	margin: 0 15px;
	padding: 15px 0;
}
.contact-reflection-stats {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.contact-reflection-stats svg {
	font-size: 24px;
}
.contact-reflection-stats img {
	height: 22px;
}
.contact-reflection-stat b {
	font-size: 18px;
	color: #666;
	padding: 0 5px;
}
.contact-reflection .contact-reflection-stats {
    flex-grow: 1;
}
.contact-reflection .contact-reflection-stat {
    flex-grow: 1;
    justify-content: center;
}
.contact-reflection-stat {
	display: flex;
	align-items: center;
}
.contact-reflection-warning {
	display: flex;
	justify-content: space-between;
	align-items: center;
    text-align: center;
	padding: 0 15px;
}
.contact-reflection-warning .btn {
    margin-top: 5px;
}
#team-pulse .contact-reflection-stats {
	border-bottom: 1px solid #eee;
	padding: 10px 15px 20px;
	margin-bottom: 15px;
}
#team-pulse .profile-header, #team-pulse .overlay {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.pct-suggestion {
	display: flex;
	position: relative;
	padding: 20px 0;
}
.pct-suggestion:not(:last-of-type) {
	border-bottom: 1px solid #eee;
}
.pct-suggestion .pct-suggestion-icon {
	width: 20%;
	flex-shrink: 0;
	padding: 10px;
}
.pct-suggestion .pct-suggestion-content {
	padding: 0 15px 0 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.pct-suggestion .pct-suggestion-content p {
    flex-grow: 1;
}
.profile-modal-header  {
	display: flex;
	align-items: center;
	padding: 8px 15px;
}
.profile-modal-header .modal-title {
	flex-grow: 1;
	margin-left: 10px;
}
#invite-message {

}
#invite-message textarea {
	min-height: 200px;
}
.invite-comment-hint {
	padding: 5px 15px;
	text-align: center;
	font-size: 17px;
}
.invite-suggestion {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	padding: 10px;
	background-color: #cfe5ee;
	border: 1px solid #0075A340;
	border-radius: 6px;
	color: #444;
	cursor: pointer;
}
.invite-suggestion-actions {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
}
.invite-suggestion-actions span {
	color: var(--accent-color);
	font-weight: bold;
}
.invite-suggestion-text {
	font-size: 15px;
}
.invite-contacts-list {
	margin: 15px 0 10px;
	max-height: 70vh;
	overflow: auto;
	border-top: 1px solid #eee;
	padding-top: 15px;
}
.batch-company {
	border-radius: 8px;
	background-color: transparent;
	margin-bottom: 30px;
}
.batch-company-header {
	/*position: sticky;
	top: 0;*/
	padding: 12px 20px;
	background-color: white;
	z-index: 1;
	border-radius: 8px;
	line-height: 1.4;
	border-left: 10px solid var(--purple-color);
	margin: 0;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.batch-company-header .company-name a {
	font-size: 22px;
	font-weight: 500;
	color: var(--purple-color);
}
.batch-company-header .program-batch-suptext {
	margin-top: 0;
}
.batch-company-content {
	/*background-color: #fbfbfb;*/
	margin: 0 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
}
.batch-dash-item {
	background-color: white;
	display: flex;
	gap: 15px;
	padding: 10px 10px 10px 20px;
}
.batch-dash-item[data-type="program"] {
	border-left: 10px solid var(--accent-color);
}
.batch-dash-item[data-type="program"] .d-batch-name {
	color: var(--accent-color);
}

.batch-dash-item:hover {
	background-color: #fbfbfb;
}
.batch-dash-item:hover .batch-dash-progress {
	background-color: #f4f4f4;
}
.batch-dash-item:hover .batch-progress-icon {
	background-color: #eee;
}
.batch-company-content .batch-dash-item:not(:last-of-type) {
	border-bottom: 1px solid #eee;
}
.batch-company-content .batch-dash-item:last-of-type {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.batch-dash-item .batch-dash-name {
	flex-grow: 2;
	flex-shrink: 0;
	flex-basis: 0;
	display: flex;
	flex-direction: column;
}
.batch-dash-item .batch-dash-progress {
	flex-grow: 3;
	flex-shrink: 0;
	flex-basis: 0;
	background-color: #fafafa;
	border-radius: 6px;
	display: flex;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
}
.batch-dash-progress.smaller {
	flex-grow: 1;
}
.batch-dash-progress.medium {
	flex-grow: 2;
}
.batch-dash-progress.smaller .batch-progress-content {
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.batch-dash-item .batch-dash-progress .progress {
	margin-bottom: 5px;
}
.batch-progress-icon {
	background-color: #f0f0f0;
	padding: 10px;
	justify-content: center;
	display: flex;
	align-items: center;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	flex-shrink: 0;
	color: #777;
	flex-direction: column;
	gap: 5px;
}
.batch-progress-icon span {
	display: block;
	padding: 3px 4px;
	background-color: #e0e0e0;
	border-radius: 4px;
	color: #777;
	font-size: 10px;
	font-weight: bold;
}
.batch-progress-content {
	padding: 10px;
	flex-grow: 1;
}
.batch-company-data {
	display: flex;
	align-items: center;
	gap: 8px;
}
#teamgridModal thead th.strength-name {
	position: sticky;
	top: -1px;
	background-color: #fafafa;
	z-index: 1;
	border-bottom: 1px solid #e3e3e3 !important;
}
/*#teamgridModal thead th.person-name {
    position: sticky;
    top: -1px;
    background-color: #fafafa;
    z-index: 1;
}*/
#carousel-pact-messages .pact-sender {
	display: flex;
	align-items: center;
	flex-direction: column;
}
#carousel-pact-messages .pact-avatar {
	display: block;
	height: 80px;
	width: 80px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	box-shadow: 0 2px 8px 2px rgb(0 0 0 / 20%);
	margin-bottom: 10px;
	/*position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -40px;*/
}
.modal .carousel-indicators {
	bottom: -60px;
}
.modal .carousel-control.left {
	left: -60px;
}
.modal .carousel-control.right {
	right: -60px;
}
.pact-buttons {
	display: flex;
	gap: 10px;
}
.pact-buttons > * {
	flex-grow: 1;
}
.tm-progress-content {
	padding: 5px 0px;
}
.tm-progress-content .tm-name {
	font-size: 16px;
}
.tm-progress-content > * {
	display: block;
}
#team_members-card table {
	width: 100%;
}
#team_members-card td {
	padding: 8px;
}
#team_members-card tr td:first-of-type {
	padding-left: 12px;
}
#team_members-card tr td:last-of-type {
	padding-right: 12px;
}
#team_members-card .img-profile {
	height: 50px;
	width: 50px;
}
#team_members-card tr:not(:last-of-type) td {
	border-bottom: 1px solid #eee;
}
.tm-stat-box {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f4f4;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
	cursor: pointer;
}
.tm-stat-box svg {
	color: #999;
	font-size: 16px;
}
.tm-stat-box.active.accent {
	background-color: #dde4ea;

}
.tm-stat-box.active.accent svg {
	color: var(--accent-color) !important;
}
.tm-stat-box.active.brand {
	background-color: #478D663F;
}
.tm-stat-box.active.brand svg {
	color: var(--brand-color) !important;
}
.aim-ref-card {
	flex-grow: 1;
	display: flex;
}
.aim-ref-card .animation-view {
	display: flex;
	align-items: end;
	min-height: 150px;
	width: 40%;
	background-color: #fafafa;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	background-position: center;
	background-size: cover;
	flex-shrink: 0;
}
.animation-view svg {
	height: 150px !important;
}
.aim-ref-content {
	padding: 15px 10px 10px 15px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.aim-ref-content.empty {
	background-color: #fafafa;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.aim-ref-content.empty  p {
	margin-top: 30px;
}
#carousel-goals {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#carousel-goals .carousel-indicators {
	bottom: 0;
	margin-bottom: 0;
}
#carousel-goals .carousel-indicators li {
	background-color: #ddd;
}
#carousel-goals .carousel-indicators li.active {
	background-color: var(--accent-color);
}
#carousel-goals .carousel-control, #carousel-goals .carousel-indicators {
	position: relative;
	left: unset;
	margin: 0;
}
#carousel-goals .carousel-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#carousel-goals .carousel-control {
	width: auto;
	opacity: 1;
	text-shadow: none;
	color: var(--accent-color);
	font-size: 12px;
	padding: 0 5px;
}
.aim-image {
	height: 150px;
	border-radius: 10px;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
	transition: 200ms all;
	cursor: pointer;
}
.aim-image:hover {
	transform: translateY(-3px);
	box-shadow: 0 1px 5px 2px rgb(0 0 0 / 20%);
}
.aim-image.dimmed {
	opacity: 0.5;
	filter: grayscale(100%);
}
.aim-images-container, .aim-behaviours-container {
	max-height: 60vh;
	overflow: auto;
	margin-top: 10px;
	padding-top: 10px;
}
.aim-behaviour {
	display: flex;
	background-color: #f4f4f4;
	border-radius: 28px;
	padding: 8px 10px;
	margin-bottom: 10px;
	height: calc(100% - 10px);
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
.aim-behaviour .aim-behaviour-toggle {
	width: 28px;
	height: 28px;
	background-color: #ddd;
	flex-shrink: 0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}
.aim-behaviour:not(.active):hover {
	background-color: #f8f8f8;
}
.aim-behaviours[data-type="mature"] .aim-behaviour.active {
	background-color: var(--brand-color);
	color: white;
	font-weight: bold;
}
.aim-behaviours[data-type="mature"] .aim-behaviour.active .aim-behaviour-toggle {
	color: var(--brand-color);
	background-color: white;
}
.aim-behaviours .aim-behaviour .aim-behaviour-toggle svg {
	opacity: 0;
}
.aim-behaviours .aim-behaviour.active .aim-behaviour-toggle svg {
	opacity: 1;
}
.aim-behaviours[data-type="raw"] .aim-behaviour.active {
	background-color: #e75442;
	color: white;
}
.aim-behaviours[data-type="raw"] .aim-behaviour.active .aim-behaviour-toggle {
	color: #e75442;
	background-color: white;
}
.aim-custom-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    padding: 8px 5px;
}
.aim-behaviour-save {
    transform: translateX(41px);
    transition: 300ms all ease-in;
    background-color: var(--brand-color) !important;
    color: white;
    width: auto !important;
}
.aim-behaviour-custom:has(input:not(:placeholder-shown)) .aim-behaviour-save {
    transform: translateX(0);
}
.reflection-rating-title {
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding: 0 5px 2px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
}
.reflection-rating-icon {
	font-size: 60px;
	text-align: center;
	margin-top: 10px;
}
.reflection-rating-icon.aim {
	font-size: 40px;
	line-height: 1.2;
	padding: 5px 0;
}
.reflection-rating-icon.aim b {
	font-size: 20px;
	display: block;
}
.reflection-categories {
	list-style-type: none;
	padding: 10px 10px 0;
}
.reflection-categories svg {
	font-size: 16px;
}
.reflection-category {
	padding: 7px 0;
	color: #444;
	display: flex;
	align-items: center;
	gap: 5px;
}
.reflection-categories[data-type="positive"] .reflection-category svg {
	color: var(--brand-color);
}
.reflection-categories[data-type="negative"] .reflection-category svg {
	color: var(--red);
}
.reflection-aim-card {
	display: flex;
	background-color: #f8f8f8;
	border-radius: 10px;
	gap: 10px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
	overflow: hidden;
	margin-top: 30px;
}
.reflection-aim-card > * {
	flex-grow: 1;
	/*flex-shrink: 0;*/
	min-height: 120px;
}
.reflection-aim-card p {
	padding: 15px;
	font-size: 16px;
	color: #555;
	font-weight: 500;
	width: 100%;
}
.reflection-aim-card .reflection-aim-image {
	background-size: cover;
	background-position: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	min-width: 35%;
}
.reflection-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 5px;
}
.dropdown-menu .selected a {
	color: var(--accent-color) !important;
	font-weight: bold;
	background-color: #f4f4f4;
}
.aim-header-image, #aimDetailsModal .animation-view {
	height: 200px;
	background-size: cover;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-position: center;
	background-color: #f4f4f4;
	position: relative;
}
.aim-header {
	text-align: center;
}
.aim-goal {
	/*margin: 15px -15px;*/
	padding: 20px 40px 0;
	/*background-color: #f8f8f8;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
}
.webui-popover-content .panel.panel-default {
	width: 100% !important;
	border: none;
	margin-bottom: 0;
}
.company-card {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin-bottom: 15px;
	transition: all ease-in-out 200ms;
	cursor: pointer;
}
.company-card-selected {
	background: rgba(71, 141, 102, 0.25);
	border: 1px solid var(--brand-color);
}
.company-card:hover {
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	transform: translateY(-2px);
}
.company-header {
	display: flex;
	padding: 15px;
	flex-grow: 1;
}
.company-header .company-name {
	flex-grow: 1;
	padding-left: 10px;
}
.company-header .company-name h5 {
	margin: 5px 0;
	font-weight: 500;
	color: #555;
	display: inline-block;
	cursor: pointer;
}
.company-insight {
	color: var(--brand-color);
	display: flex;
	overflow: hidden;
}
/*.company-insight:hover {
	border: 1px solid var(--brand-color);
	border-radius: 4px;
}*/
.image .company-insight {
	color: white;
	text-shadow: 0 2px 3px rgb(0 0 0 / 75%);
}
.company-insight svg {
	font-size: 16px;
}
.company-insight span {
	display: inline-block;
	max-width: 0;
	transition: 400ms ease-in-out all;
	white-space: pre;
	font-size: 13px;
	margin-left: 5px;
}
.company-card:hover .company-insight span {
	max-width: 200px;
}

/*program results report*/

.result-wrapper {
	padding: 10px;
	font-size: 14px;
}
.result-container {
	display: flex;
	flex-direction: column;
}
.result-row {
	margin-bottom: 5px;
	padding-left: 12px;
}
.result-title {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 8px;
}
.result-name {
	display: inline-block;
	padding: 5px;
}
.result-value {
	display: inline-block;
	border: 1px solid black;
	border-radius: 4px;
	background-color: #f5f5f5;
	padding: 5px 10px;
}
#aim-ideas .title {
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
    font-size: 20px;
}

.aim-idea {
	display: flex;
	gap: 20px;
	align-items: center;
}
.aim-idea:not(:last-of-type) {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 30px
}
.aim-idea img {
	max-width: 20%;
}
.aim-idea p {
	font-size: 16px;
}
.aim-ideas-close {
	position: absolute;
	font-size: 24px;
	top: 20px;
	right: 20px;
}
.btn-redo-aim, .btn-redo-aim:active, .btn-redo-aim:focus {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgb(87 87 87 / 80%);
	border: none;
	color: white;
}
.btn-redo-aim:hover {
	background-color: rgb(87 87 87 / 60%);
	border: none;
	color: white;
}
.reflection-cat-empty {
	font-size: 16px;
	text-align: center;
	padding: 20px 15px 0;
	color: #666;
}
.reflection-cat-empty svg {
	color: #999;
}
.admin-plan-table {
	position: relative;
}
.admin-plan-table td {
	text-align: left !important;
}
.admin-plan-table th {
	position: sticky;
	top: 0;
}
.expand-indicator {
	-moz-transition: all 400ms;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
.progress-circle {
	position: relative;
	margin: 4px;
	text-align: center;
}
.bar-overflow {
	position: relative;
	overflow: hidden;
	width: 80px; height: 40px;
	margin-bottom: -14px;
    margin: 0 auto -14px;
}
.bar {
	position: absolute;
	top: 0; left: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 5px solid #eee;
	border-bottom-color: var(--accent-color) !important;
	border-right-color: var(--accent-color) !important;
}
.progress-circle.large {
    padding: 20px;
    margin: 0;
}
.progress-circle.large .bar-overflow {
    width: 100px; height: 50px;
}
.progress-circle.large .bar {
    width: 100px;
    height: 100px;
    border: 10px solid #eee;
}
.progress-circle.small h5 {
    font-size: 14px;
    padding-top: 5px;
}
.progress-circle.small .bar-overflow {
    width: 60px; height: 30px;
}
.progress-circle.small .bar {
    width: 60px;
    height: 60px;
    border: 5px solid #eee;
}
.card-nav-small {
	margin: -15px -15px 15px !important;
	min-height: 10px;
	background: white;
	border-radius: 6px 6px 0 0;
}
.card-nav {
    margin: -15px -15px 15px !important;
    background: #f8f8f8;
    border-radius: 6px 6px 0 0;
}
.card-nav-small li a {
	font-size: 12px;
	padding: 3px 10px 2px !important;
}
.tl-reflection-status {
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}
.tl-reflection-status svg {
	font-size: 18px;
}
.tl-reflection-status b {
	font-size: 14px;
	padding: 0 5px 0 1px !important;
}

.ph-progress {
	display: flex;
	gap: 8px;
	font-size: 12px;
	font-weight: bold;
	align-items: center;
}
.ph-progress .progress {
	flex-grow: 1;
	margin-bottom: 0;
	height: 10px;
}
.ph-count {
	min-width: 25px;
}
.huddle-progress {
	display: flex;
	flex-grow: 1;
}
.huddle-progress > div {
	flex-grow: 1;
	flex-shrink: 0;
	display: flex;
}
.huddle-progress > div:first-of-type {
	justify-content: flex-end;
}
.huddle-progress-bar {
	height: 10px;
}
.huddle-progress-bar[type="boosters"] {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color: var(--brand-color);
}
.huddle-progress-bar[type="killers"] {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background-color: var(--red);
}
.yo-coaching-company {
	background-color: transparent;
	margin-bottom: 30px;
}
.yo-coaching-company-header {
	height: 100%;
	background-color: white;
	padding: 12px 20px;
	border-radius: 8px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 4px 2px rgb(63 63 68 / 10%);
	border-left: 10px solid var(--purple-color);
	display: flex;
}
.yo-coaching-company-header-name {
	font-size: 22px;
	font-weight: 500;
	color: var(--purple-color);
	cursor: pointer;
}
.yo-header-buttons-container-3 {
	margin-left: auto;
	background-color: #f5f5f5;
	border-radius: 8px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 4px 2px rgb(63 63 68 / 10%);
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 5px;
}
.yo-header-buttons-container-2 {
	margin-left: auto;
	background-color: #f5f5f5;
	border-radius: 8px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 4px 2px rgb(63 63 68 / 10%);
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 5px;
}
.yo-coaching-company-years {
	background-color: white;
	padding: 12px 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 4px 2px rgb(63 63 68 / 10%);
	border-left: 10px solid #3d6e94;
}
.yo-coaching-company-years-header-name {
	font-size: 20px;
	font-weight: 500;
	color: #3d6e94;
	cursor: pointer;
}
.yo-cc-year-header-name {
	font-size: 18px;
	font-weight: 500;
	color: #3d6e94;
	cursor: pointer;
}
.yo-cc-year,.yo-year {
	background-color: white;
	border-radius: 8px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 4px 2px rgb(63 63 68 / 10%);
	margin-bottom: 8px;
	padding: 12px 20px;
}
.yo-cc-year-table-simple {
	background-color: #3d6e9422;
	margin-top: 10px;
	flex: 1 1 0px;
}
.yo-cc-year-table {
	background-color: #3d6e9422;
	width: 100%;
}
.graph-container {
	background-color: #f5f5f5;
	border-radius: 8px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 4px 2px rgb(63 63 68 / 10%);
	margin-left: 10px;
	flex: 1 1 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 8px;
}
.yo-coaching-company-clients {
	background-color: white;
	padding: 12px 20px;
	border-radius: 8px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 4px 2px rgb(63 63 68 / 10%);
	border-left: 10px solid #478d66;
}
.yo-coaching-company-clients-header-name {
	font-size: 20px;
	font-weight: 500;
	color: #478d66;
	cursor: pointer;
}
.yo-client {
	background-color: white;
	padding: 12px 20px;
	border-radius: 8px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 4px 2px rgb(63 63 68 / 10%);
	margin-bottom: 8px;
}
.yo-client-header-name {
	font-size: 18px;
	font-weight: 500;
	color: #478d66;
	cursor: pointer;
}
.yo-year-header-name {
	font-size: 18px;
	font-weight: 500;
	color: #478d66;
	cursor: pointer;
}
.yo-year-table-simple {
	background-color: #478d6622;
	margin-top: 10px;
	flex: 1 1 0px;
}
.yo-year-table {
	background-color: #478d6622;
	width: 100%;
}
.batch-stats {
    gap: 15px;
}
.batch-stats > div:not(:last-of-type) {
    border-right: 1px solid #eee;
}
.row.fix .batch-stat-item {
    height: calc(100% - 20px);
}
.batch-stat-item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
}
.batch-stat-item .content {
    position: relative;
}
.batch-stat-action {
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
.batch-stat-action .btn {
    font-size: 12px;
    font-weight: 500;
}
.btn-clear {
    font-size: 10px !important;
    padding: 4px 4px;
    line-height: 1;
    position: absolute;
    right: 5px;
    z-index: 2;
    min-height: 24px !important;
    top: 50%;
    margin: -12px 0 0 !important;
    background-color: #bbb !important;
    border-color: #aaa;
    transition: padding-left 300ms, padding-right 300ms, max-width 300ms;
    max-width: 200px;
}
.btn-clear.inactive {
    max-width: 0;
    padding: 0;
    border: none;
    overflow: hidden;
}
.right-sidebar {
    width: 65px;
    background-color: white;
    height: 100%;
    position: sticky;
    margin-right: -15px;
    top: 70px;
    z-index: 2;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), 0 0 0 1px rgb(63 63 68 / 10%);
    border-radius: 6px;
    float: right;
    margin-top: 0px;
}
.top-sidebar {
    display: flex;
}
.right-sidebar-header {
    font-size: 10px;
    text-align: center;
    margin-top: 8px;
    color: #777;
}
.top-sidebar-header {
    font-size: 10px;
    text-align: center;
    color: #777;
    writing-mode: vertical-rl;
    padding: 10px;
    max-height: 80px;
    transform: rotate(180deg);
    align-self: center;
    margin-left: -10px;
    border-left: 1px solid #eee;
}
.sidebar-item {
    text-align: center;
    padding: 10px 0;
}
.right-sidebar .sidebar-item:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}
.top-sidebar .sidebar-item {
    max-width: 100px;
    align-self: center
}
.right-sidebar .sidebar-item:has(.btn-fill) {
    padding-left: 4px;
    padding-right: 4px;
}
.top-sidebar .sidebar-item:not(:last-of-type) {
    border-right: 1px solid #eee;
}
.sidebar-item .btn {
    font-size: 22px;
    padding: 8px;
}
.sidebar-item small {
    display: block;
    font-size: 9px;
    white-space: break-spaces;
    font-weight: 500;
}
.d-habit-cell {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    background-color: #eee;
    transition: all ease-in-out 300ms;
    border-radius: 2px;
    position:relative;
    border: 1px solid hsl(206deg 42% 70%);
}
.d-habit-show-indicator .d-habit-cell:last-of-type:after {
    content: '▼';
    font-size: 8px;
    position: absolute;
    top: -9px;
    left: 1.5px;
    text-align: center;
    color: var(--brand-color);
}
.d-habit-cell:hover {
    transform: scale(1.4);
    border: 1px solid hsl(206deg 42% 80%);
    z-index: 2;
}
td > .d-habit-cell {
    width: 20px;
    height: 20px;
}
.d-habits-table {
    margin: 5px auto 10px;
}
.d-habits-month {
    font-size: 12px;
    padding-right: 6px;
    text-align: right;
    color: #555;
}
.d-habits-legend small {
    display: block;
    font-weight: 500;
    color: #777;
    font-size: 10px;
    text-align: center;
}
.d-habits-legend span {
    font-size: 10px;
    color: #777;
    font-weight: 500;
}
.d-habits-legend .fields {
    display: flex;
    justify-content: center;
    background-color: #f8f8f8;
    border-radius: 6px;
    width: fit-content;
    margin: 0 auto;
    gap: 10px;
    border: 1px solid #f4f4f4;
    padding: 5px 20px;
}
.d-habits-legend .fields > div {
    display: flex;
    gap: 5px;
    align-items: center;
}
.d-habit-now {
    margin: 20px auto 20px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    background-color: #f8f8f8;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #f4f4f4;
}
.d-habit-now p {
    padding: 0 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    display: inline-block;
}
.d-habit-now p b {
    color: var(--accent-color);
}
.d-habit-empty {
    height: 100%;
    width: 100%;
    background-image: url(/assets/img/habits_empty.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555;
    font-size: 24px;
    padding: 30px;
    text-align: center;
    font-weight: 100;
}

.d-stage-overview {
    border-bottom: 1px solid #eee;
    padding: 10px 10px 15px;
}
.d-stage-overview:last-of-type {
    border-bottom: none;
}
.d-stage-overview .title {
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.d-stage-overview table {
    width: 100%;
}
.d-stage-overview th {
    font-size: 10px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 3px;
}
.d-stage-overview .progress-bar {
    overflow: hidden;
}
.tl-no-tm {
    display: block;
    position: relative;
}
.tl-no-tm span {
    z-index: 99;
    position: relative;
    padding: 6px 15px;
    background-color: hsl(356deg 80% 70%);
    border-radius: 10px;
    color: white;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.tl-no-tm-line {
    background-color: hsl(356deg 80% 70%);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}
.progress-bar-segments {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.progress-bar-segment:not(:last-of-type) {
    width: 10%;
    height: 100%;
    display: inline-block;
    border-right: 1px solid white;
}
.batch-stat-hint {
    position: absolute;
    left: 10px;
    bottom: 5px;
}
#batchParticipantsReviewModal .panel {
    margin-bottom: 15px;
    border-radius: 8px;
}
.modal .e2grow-navbar ul.nav li a.active,
.modal .header-navbar ul.nav li a.active,
.modal .header-navbar ul.nav li.active a,
.modal .top-navbar ul.nav li.active a,
.modal .top-navbar ul.nav li a.active,
.modal .e2grow-navbar ul.nav li.active a {
    background-color: rgb(68 145 104 / 10%);
}
.icon-disabled {
	opacity: 0.25;
	cursor: not-allowed;
	pointer-events: none;
}
#export-tool-dropdown {
	background-color: #ffffff;
	position: absolute;
	z-index: 3;
	border-radius: 10px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
	font-size: 14px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 6px 0;
    width: max-content;
}
#export-tool-dropdown:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid transparent;
    border-left: 9px solid #fff;
     margin-top: -5px;
    z-index: 1;
}
#export-tool-dropdown:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, .15);
    z-index: 0;
    margin-top: -6px;
}
#export-tool-dropdown .export-option {
	cursor: pointer;
    padding: 8px 16px;
    color: #333333;
    font-weight: 400;
    line-height: 1.42857143;
}
#export-tool-dropdown .export-option.not-available {
	background-color: #fcfcfc;
	color: #ccc;
	cursor: not-allowed;
}
.chat-box {
    border-radius: 10px;
    width: 80%;
    margin-bottom: 15px;
    padding: 15px 20px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
}
.chat-box:nth-of-type(odd) {
    background-color: white;
}
.chat-box:nth-of-type(even) {
    background-color: #fcfcfc;
    margin-left: 20%;
}
.chat-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    border: 15px solid transparent;
    border-top-color: white;
    border-bottom: 0;
    border-left: 0;
    margin-left: -10px;
    margin-bottom: -15px;
}
.chat-box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    border: 17px solid transparent;
    border-top-color: #dddddd;
    border-bottom: 0;
    border-left: 0;
    margin-left: -11px;
    margin-bottom: -17px;
    z-index: 0;
}
.chat-box:nth-of-type(even):after {
    border-right-color: #fcfcfc;
    border-top: 0;
    border-bottom: 15px solid transparent;
    left: unset;
    right: 30px;
}
.chat-box:nth-of-type(even):before {
    left: unset;
    right: 29px;
    border-top: 0;
    border-bottom: 16px solid transparent;
    margin-left: -9px;
    border-right-color: #ddd;
}
#export-tool-dropdown .export-option:not(.not-available):hover {
	background-color: #F5F5F5;
}
.p-child-no-margin p {
	margin: 0;
}

 .btn.btn-e2g, .btn.btn-e2g:focus {
	 box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
	 background-color: #449168;
	 color: #FFFFFF;
	 width: 100%;
 }
.btn.btn-e2g:hover, .btn.btn-e2g:active, .btn.btn-e2g.active  {
	background-color: #4caf50;
}

.knb-item-container {
	background-color: white;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
}
.knb-item-content {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 5px 20px;
}
.support-ticket {
    background-color: rgba(71, 141, 102, 0.10);
}