.hide {
	display: none !important;
}

body.cursor-wait * {
	cursor: progress !important;
}

p a {
	color: #fac100;
}

p a:hover {
	text-decoration: underline;
}

/********************** LOGIN STYLING *************************/

body input[type=checkbox]:checked:before {
	margin: 0 0 0 -1px !important;
	width: 15px !important;
	padding: 0 !important;
	height: 15px !important;
}

/**************************** GENERAL STYLING ******************************/

body {
	position: relative;
}

body #main {
	background: black !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: bottom center !important;
	background-repeat: no-repeat !important;
	min-height: 85vh !important;
}
/* #main themes further down */

body .fusion-title h1.title-heading-center {
	text-align: center;
}

body .fusion-title h1, body .fusion-title h2, body .fusion-title h3 {
	font-family: museo, sans-serif;
	font-weight: 900 ;
	color: white;
	background: transparent;
	max-width: 100%;
}
body #subtitle p {
	color: #999999;
	font-style: italic;
	text-align: center;
}
body .width-100 .fusion-fullwidth {
	box-sizing: content-box !important;
}

img.fusion-standard-logo {
    max-width: 100px;
}

div .content-box-wrapper {
    border-radius: 10px !important;
    overflow: hidden;
}

.post-content p.status {
	padding: 9px 15px 7px;
    border-radius: 4px;
    background: rgb(58, 89, 92);
    font-size: 16px;
    margin: 0;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);
    height: 42px;
    color: white;
    transition: 0.3s all;
    opacity: 1 !important;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    max-width: 195px;
}

.post-content p.status i {
	color: rgba(255,255,255,0.5);
    margin: 0 0 0 8px;
    line-height: 27px;
	transition: 0.3s all;
}

.post-content p.status i:hover {
	color: white;	
}

.post-content p.status:hover {
	background: rgb(58, 89, 92);
	color: white;
}

body .ui-text {
	color: white;
	text-align: center;
}

body a.ui-link {
	color: #fac100;
}

body a.ui-link:hover {
	text-decoration: underline;
}

nav.awb-menu button {
	border-radius: 3px;
	transform: scale(1);
	transition: 0.3s all;
}

nav.awb-menu button:hover {
	transform: scale(0.97);
}


/* redundant spacer that Avada adds 

.fusion-sticky-spacer {
	display: none !important;
}*/

/* Font Awesome */
.fa, .fab, .fal, .far, .fas {
	font-family: "Font Awesome 5 Free";
}

/* Reset default select styling */
select {
	appearance: none;
}

/* Logo styling */

div#logo_wrap {
	max-width: 200px;	
}

div#logo {
	/*
    align-items: center;
    display: flex;
	position: relative !important;
	*/
}

li.menu-item.no-text.notifications a {
	padding-left: 20px !important;	
}

li.menu-item.no-text a {
	padding-left: 7px !important;
}

li.menu-item.no-text a span {
	padding: 0 5px !important;	
}

li.menu-item.no-text span.menu-text {
	display: none;
}

.grow-wrap {
	display: grid;
}

.grow-wrap > textarea,
.grow-wrap::after {
	font-size: 17px !important;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 40%) inset;
    padding: 14px 15px 13px 18px;
    color: #aaa;
    transition: .3s all;
    border: 2px solid #555;
	border-radius: 6px;
	cursor: text;
	font-family: "Fira Sans", arial, sans-serif !important;
    font: inherit;
    line-height: 1.4;
    grid-area: 1 / 1 / 2 / 2;
	font-weight: 400;
	letter-spacing: 0;
	word-break: break-word;
}

.grow-wrap > textarea {
    resize: none;
    overflow: hidden;
}
	
.grow-wrap::after {
    content: attr(data-replicated-value) " ";
    white-space: pre-wrap;
    visibility: hidden;
}


/**************************** USER DATA STYLING ******************************/

#armory-user-data-panel {
	z-index: 10001;
	transition: 0.4s all;
	margin: 0 auto;
	max-width: 550px;
	width: 80%;
}
#armory-user-data-panel.maximized {
	max-width: 500px;
}
#armory-user-data-panel h3 {
	color: white;
	font-size: 18px;
	margin: -10px 0 4px 0;
	text-align: left;
}
#armory-user-data-panel h3 .icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../../../themes/Avada-Child-Theme/images/armory-icon.png);
	margin: 0 8px 0 0;
	vertical-align: -2px;
}
#armory-user-data-panel.maximized h3 {
	margin: 0 0 4px 0;
	text-align: center;
}
#armory-user-data-panel .innerwrap {
	background: #000;
	border-radius: 20px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
	padding: 20px 20px 20px 20px;
	width: auto;
	min-width: 260px;
	position: relative;
	z-index: 11;
	transition: 0.5s all;
	overflow: hidden;
}
#armory-user-data-panel.animate .innerwrap {
	transition: 2s all !important;
}
#armory-user-data-panel a {
	color: white;
}
#armory-user-data-panel a:hover {
	text-decoration: none;
}
body.user-profile.loading #armory-user-data-panel::before {
	background: none;
	box-shadow: none;
}
#armory-user-data-panel .toggle {
	display: block;
	position: absolute;
	right: 12px;
	top: -21px;
	background: white;
	border-radius: 4px 4px 0 0;
	background-color: black;
	cursor: pointer;
	transition: 0.3s all;
	text-align: center;
	padding: 7px 7px;
	font-size: 10px;
	z-index: 100;
	height: 23px;
	overflow: hidden;
}
#armory-user-data-panel .toggle:hover {
	top: -18px;
}
#armory-user-data-panel .toggle i {
	display: none;
	color: white;
}
#armory-user-data-panel ul {
	padding: 0;
	margin: 0;
}
#armory-user-data-panel li {
	position: relative;
	padding: 0 0 10px 44px;
	font-size: 14px;
	list-style: none;
	list-style-position: inside;
	color: white;
	line-height: 34px;
	overflow: hidden;
	transition: 0.3s all;
}
#armory-user-data-panel li:last-of-type {
	padding-bottom: 0;
}
#armory-user-data-panel li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	border: 2px solid rgba(20, 45, 45, 0.8);
	font-family: 'Font Awesome 5 Free';
	width: 30px;
	height: 30px;
	color: black;
	font-weight: 900;
	line-height: 30px;
	text-align: center;
	background: white;
}
#armory-user-data-panel p {
	color: rgba(255, 255, 255, 0.3);
	font-size: 12px;
	font-style: italic;
	border-top: 1px dotted rgba(255, 255, 255, 0.3);
	padding: 10px 0 11px 26px;
	margin: 12px -28px -20px -25px;
	background: rgba(255, 255, 255, 0.1);
}
#armory-user-data-panel.minimized {
	bottom: 52px;
}
#armory-user-data-panel.minimized .innerwrap {
	max-height: 0;
	border-radius: 13px 13px 0 0;
}
#armory-user-data-panel.minimized::before {
	background: none;
	box-shadow: none;
	color: white;
	top: 8px;
	z-index: 100;
	font-size: 16px;
	left: 15px;
}
#armory-user-data-panel.minimized .toggle {
	z-index: 100;
	top: 7px;
}
#armory-user-data-panel.minimized .toggle:hover {
	top: 6px;
}
#armory-user-data-panel.minimized .toggle i {
	font-size: 13px;
}
#armory-user-data-panel.minimized .toggle i.fa-window-maximize {
	display: block;
}
#armory-user-data-panel.maximized .toggle i.fa-window-minimize, #armory-user-data-panel.animate .toggle i.fa-window-minimize {
	display: block;
}
#armory-user-data-panel.inactive {
	bottom: -260px;
}
#armory-user-data-panel.animate {
	animation: metrics-panel-animation 8s 1;
	transition: 2s all;
}
@keyframes metrics-panel-animation {
	0% {
		bottom: -260px;
	}
	25% {
		bottom: -260px;
	}
	50% {
		bottom: 20px;
	}
	100% {
		bottom: 20px;
	}
}
#armory-user-data-panel table {
	margin-top: 0px;
	width: 100%;
}
#armory-user-data-panel.minimized table {
	margin-top: 20px;
}
#armory-user-data-panel th {
	text-align: left;
	color: #C24B23;
	font-weight: bold;
}
#armory-user-data-panel tr > td:first-of-type {
	text-align: left;
	padding-right: 20px;
}
#armory-user-data-panel thead {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
#armory-user-data-panel tbody {
	padding-top: 12px;
	width: 100%;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.armory-option label:hover input ~ .style {
	background-color: rgba(50, 90, 100, 0.3);
}
.armory-option label input:active ~ .style {
	background-color: white;
}
.armory-option label input:checked ~ .style {
	background-color: rgba(50, 90, 100, 1);
}
.armory-option label .style:after {
	content: "";
	position: absolute;
	display: none;
}
.armory-option label input:checked ~ .style:after {
	display: block;
}
.armory-option label .style:after {
	left: 8px;
	bottom: 28px;
	width: 6px;
	height: 12px;
	opacity: 0;
	border: solid rgba(50, 90, 100, 1);
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.5s all;
}
.armory-option label.checkbox-saved .style:after {
	opacity: 1;
	transition: 0.5s all;
	border-color: white;
	bottom: 7px;
}

.armory-dropdown-option.highlight {
	background: rgba(80, 149, 40, 0.15) !important
}

.armory-checkbox-gray {
	accent-color: gray;
}
.armory-checkbox-gray:hover {
	accent-color: initial;
}

#status-users-online {
	position: fixed;
    bottom: 0;
    right: 0;
    background: #182526;
    width: 170px;
    height: 40px;
    z-index: 13;
    padding: 0;
    border-top-left-radius: 5px;
	transition: 0.3s all;
	cursor: pointer;
}

#status-users-online.open {
	width: 260px;
	height: calc(100vh - 150px)	;
}

#status-users-online p {
    padding: 6px 0 8px 15px;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px 0 0 0;
    color: white;
	transition: 0.3s all;
}

#status-users-online.open p {
    color: #fac100;	
}

/*---------------- Armory buttons --------------------*/

#add-task + .armory-buttons {
	padding-top: 25px;
}

.armory-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	clear: both;
}

.armory-buttons p {
    font-size: 16px;
    transition: 0.5s all;
    cursor: pointer;
    background: rgba(58, 89, 92, 0.5);
    margin: 0 4px !important;
    padding: 8px 25px;
    color: white;
    border-radius: 6px;
}

.armory-buttons.show p {
	display: block;
}

.armory-buttons p a {
	color: white;
}

.armory-buttons p.has_anchor {
	padding: 0;
}

.armory-buttons p.has_anchor a {
	padding: 8px 22px;
	display: block;
}

.armory-buttons p.has_anchor a:hover {
	text-decoration: none;	
}

.armory-buttons p:hover {
	color: white;
	transform: scale(0.95);
}

.armory-buttons p:hover a {
	color: #fac100;	
}

.armory-buttons p {
	display: none;
}

.armory-buttons p.show {
	display: flex;	
}

.armory-buttons.add-target {
	margin-bottom: 40px;
} 

.armory-buttons.add-target p {
	cursor: pointer;
}

.armory-buttons.add-target p:hover {
	color: #fac100;	
}

div#task-tracker-ui[data-view='targets'] p.edit-targets {
	display: block;
}

div#task-tracker-ui[data-view='completed'] p.more, div#task-tracker-ui[data-view='completed'] p.all {
	display: block;	
}


/********* INITIATE BATTLE PLAN POPUP **********/

div.armory-popup.confirm-operation.initiate-plan {
	max-width: 500px;
}

div.armory-popup.confirm-operation.initiate-plan h3 {
	margin-bottom: 12px;
	color: #777;
	font-size: 23px;
	font-weight: 700;
} 

.armory-popup.initiate-plan table {
	display: flex;
	justify-content: center;
}

.armory-popup.initiate-plan button {
	justify-content: center;
}

.armory-popup.initiate-plan .ui {
	margin: 10px 0 20px 0;	
}

.armory-popup.initiate-plan .ui + p {
	font-size: 16px;
	color: #999;
}

.armory-popup.initiate-plan .fa-exclamation-triangle {
	color: red;
}

.armory-popup.initiate-plan label {
	text-align: left;
	font-size: 18px;
}

.armory-popup.initiate-plan label + p {
	margin: 15px 0 5px;
	font-size: 16px;
	color: #aaa;
}

.armory-popup.initiate-plan input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin: -4px 10px 0 0;
}

.armory-popup.initiate-plan .settings {
	margin: 4px 0 16px;
	line-height: 33px;
}

/********* WELCOME POPUP **********/

div.armory-popup.welcome h2 {
	font-family: social-gothic-rough, museo-sans, sans-serif;
	color: rgb(58, 89, 92);
}

div.armory-popup.welcome .innerwrap p {
	font-family:  museo-sans, fira-sans, sans-serif;	
	font-size: 21px;
	color: white;
	text-align: left;
	clear: left;
	float: left;
	max-width: 520px;
	margin: 24px auto 0;
}

div.armory-popup.welcome .innerwrap {
	background: rgb(58, 89, 92);
	padding: 50px 55px 50px 55px;
}

div.armory-popup.welcome .innerwrap h2 {
	color: white;
	margin-bottom: -0.1em;
}

div.armory-popup.welcome .innerwrap p a {
	color: #fac100;	
	text-decoration: none;
}

div.armory-popup.welcome .innerwrap p a:hover {
	text-decoration: underline;
}


/********* CONFIRM OPERATION **********/

div.armory-popup.confirm-operation h3 {
	margin-bottom: 0.5em;
}

div.armory-popup.confirm-operation button {
    display: flex;
    align-items: center;
	margin: 0;
}

div.armory-popup.confirm-operation .ui {
	margin: 16px 0 13px;
}


/**************************** USER PROFILE POPUP STYLING ******************************/

div.armory-popup.user-profile {
	transform: none;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	max-width: 100%;
}

div.armory-popup.user-profile .innerwrap {
	padding: 30px 30px 35px;
	margin: 0 20px;
	max-width: 700px;
	width: 100%;
	text-align: left;
}

div.armory-popup.user-profile.movable .innerwrap {
	position: absolute !important;
    display: block !important;
	/*
    transform: translateX(-50%) !important;
    left: 50% !important;
	*/
}

div.armory-popup.user-profile .innerwrap .portrait {
	float: left;	
	margin-right: 30px;
	border-radius: 100%;
	overflow: hidden;
}

div.armory-popup.user-profile .innerwrap .name h2 {
    font-family: 'museo';
    font-weight: 500;
    color: #333;
    margin: 0 0 0.1em 0;
}

div.armory-popup.user-profile .innerwrap .name h3 {
	margin: 0.2em 0 0.5em 0;	
}

div.armory-popup.user-profile .innerwrap h4 {
	margin: 1em 0 0.05em 0;
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

div.armory-popup.user-profile .innerwrap .map {
	display: none;
	margin: 20px 0 0 0;
}

div.armory-popup.user-profile .innerwrap .map.show {
	display: block;	
}

div.armory-popup.user-profile .innerwrap p.status { 
	background: rgb(58, 89, 92);
	border-radius: 3px;
	width: 100%;
	padding: 8px 14px;
	color: white;
	margin: 0;
	font-style: italic;
	font-weight: 300;
	font-size: 17px;
}

div.armory-popup.user-profile .innerwrap .header { 
	display: flex;	
	align-items: flex-end;
	border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

div.armory-popup.user-profile .innerwrap .portrait { 
    float: left;
    margin-right: 30px;
    border-radius: 100%;
    overflow: hidden;
    width: 30%;
    max-width: 180px;
}

div.armory-popup.user-profile .innerwrap .name { 
    width: 70%;
	margin-bottom: 6px;
}

div.armory-popup.user-profile .innerwrap p {
	margin-left: 0;
}

div.armory-popup.user-profile .innerwrap .main { 
	display: flex;	
}

div.armory-popup.user-profile .innerwrap .content { 
	width: 70%;	
	padding: 20px 7px 0 0;
}

div.armory-popup.user-profile .innerwrap .content h3 { 
	margin: 1em 0 0.2em 0;
	color: #444;
	font-size: 23px;
}

div.armory-popup.user-profile .innerwrap .content p { 
	font-size: 17px;
    color: #6d846e;
    line-height: 1.6em;	
	font-weight: 400;
}

div.armory-popup.user-profile .innerwrap dl {
    margin: 35px 30px 0 0;
    max-width: 180px;
    width: 30%;
    background: rgba(158, 189, 92, 0.1);
    padding: 10px 10px 10px 18px;
    border-radius: 5px;
}

div.armory-popup.user-profile .innerwrap dd {
	margin: 0.2em 0 0.8em 0;
}

div.armory-popup.user-profile .innerwrap dd p {
	font-size: 18px;	
}

div.armory-popup.user-profile .innerwrap .socials {
    display: flex;
    justify-content: space-around;
    margin: 25px 0 0 0;
    background: #f3f3f3;
    padding: 10px 10px 10px 15px;
    border-radius: 3px;
}

div.armory-popup.user-profile .innerwrap .socials div {
	color: white;
	flex: 1;
	font-weight: 400;
	border-radius: 3px;
	width: 20%;
	text-align: center;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	filter: grayscale(1);
	opacity: 0.5;
	transition: 0.2s all;
}

div.armory-popup.user-profile .innerwrap .socials div:hover {
	filter: grayscale(0);
	opacity: 1;
}

div.armory-popup.user-profile .innerwrap .socials div a {
	color: white;
	display: block;
	font-weight: 500;
	width: 100%;
	height: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #aaa;
	border-radius: 2px;
}

div.armory-popup.user-profile .innerwrap .socials div.youtube a:hover {
	background: #FF0000;	
}

div.armory-popup.user-profile .innerwrap .socials div.instagram a:hover {
	background: #C13584;	
}

div.armory-popup.user-profile .innerwrap .socials div.tiktok a:hover {
	background: #69C9D0;	
}

div.armory-popup.user-profile .innerwrap .socials div.facebook a:hover {
	background: #1877F2;
}

div.armory-popup.user-profile .innerwrap .socials div.substack a:hover {
	background: #FF6717;	
}


/**************************** NAVIGATION STYLING ******************************/

ul.awb-menu__sub-ul.awb-menu__sub-ul_main {
    z-index: 3;
}

.awb-menu_desktop .awb-menu__main-li_with-main-arrow:hover:after {
    display: none;
}

/**************************** FOOTER STYLING ******************************/

div.fusion-footer {
	position: relative;
	z-index: 1;
}

div.fusion-footer.custom {
    margin-top: -40px;
	text-align: right;
}

div.fusion-footer.custom footer {
	background: transparent !important;	
	margin: 0;
	padding: 0;
}


/**************************** DASHBOARD STYLING ******************************/

.fusion-content-boxes.stylized .link-type-button-bar .fusion-read-more {
	border-radius: 0 0 6px 6px;
}

body.dashboard .content-container p {
	line-height: 1.5em;
}

.fusion-content-boxes.stylized .heading .content-box-heading {
	margin: 0 0 15px 0;
	font-family: social-gothic-rough, sans-serif;
}

.fusion-content-boxes.stylized.content-boxes-icon-boxed .content-wrapper-boxed {
	box-shadow: 4px 4px 7px rgba(0,0,0,0.4);
	transition: 0.6s all;
	padding-left: 7% !important;
    padding-right: 7% !important;
}

.fusion-content-boxes.stylized.content-boxes-icon-boxed .content-wrapper-boxed:hover {
	transform: scale(0.97);
}

.fusion-content-boxes.stylized .content-wrapper-boxed .heading .fontawesome-icon {
	transition: 0.6s all;
}

.fusion-content-boxes.stylized .content-wrapper-boxed:hover .heading .fontawesome-icon {
	transform: scale(1.15);
}

.fusion-content-boxes.stylized .link-type-button-bar .fusion-read-more {
	padding: 10px 0;
	background: #385a5c;
	transition: 0.6s all;
}

.fusion-content-boxes.stylized .link-type-button-bar.link-area-box:hover .fusion-read-more {
	background: #385a5c;
	padding: 14px 0;
}


/* styling exceptions for coming soon features */

/*
body.dashboard div#strategy div:nth-of-type(3) .fusion-read-more {
	padding: 10px 0 !important;
}

body.dashboard div#strategy div:nth-of-type(3) a, div#tactics div:nth-of-type(3) a {
	cursor: default !important;	
}

body.dashboard div#strategy div:nth-of-type(3) .fusion-read-more {
	background: gray;
}

body.dashboard div#strategy div:nth-of-type(3) .content-wrapper-boxed:hover {
	transform: scale(1) !important;
	cursor: default !important;
}

body.dashboard div#strategy div:nth-of-type(3) .content-wrapper-boxed:hover .heading .fontawesome-icon {
	transform: scale(1) !important;
}

body.dashboard div#strategy div:nth-of-type(3) .content-wrapper-boxed:hover .heading .fontawesome-icon {
	background: #212326 !important;
}

body.dashboard div#strategy div:nth-of-type(3) .content-wrapper-boxed:hover .heading .fontawesome-icon {
	background: #212326 !important;
}
*/

/* Disable assistance menu options */

body.dashboard div#assistance div .fusion-read-more {
	padding: 10px 0 !important;
}

body.dashboard div#assistance > div:nth-child(1), body.dashboard div#assistance > div:nth-child(2) {
	pointer-events: none !important;	
}

body.dashboard div#assistance > div:nth-child(1) .fusion-read-more, body.dashboard div#assistance > div:nth-child(2) .fusion-read-more {
	background: gray;
}

body.dashboard div#assistance > div:nth-child(1) .fusion-read-more .content-wrapper-boxed:hover, 
body.dashboard div#assistance > div:nth-child(2) .fusion-read-more .content-wrapper-boxed:hover {
	transform: scale(1) !important;
	cursor: default !important;
}

body.dashboard div#assistance > div:nth-child(1) .content-wrapper-boxed:hover .heading .fontawesome-icon,
body.dashboard div#assistance > div:nth-child(2) .content-wrapper-boxed:hover .heading .fontawesome-icon
{
	transform: scale(1) !important;
	background: #212326 !important;
}

/********************* STATUS BAR *************************/

div#status-bar {
	width: 100%;
    background: rgb(58, 89, 92) !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 45px;
    z-index: 14;
	padding: 9px 0 0 16px;
	transition: 0.4s all;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.3)
}

div#status-bar.large {
	height: 60px;
}

div#status-bar.hide {
	opacity: 0;
	bottom: -49px;
	transition: 0.6s all;
	display: block !important;
}

div#status-bar.closed {
	bottom: -45px;	
}
div#status-bar.large.closed {
	bottom: -60px;
}

div#status-bar div.task-name {
	margin: 0;
	color: white;
}

div#status-bar div.task-name {
    line-height: 24px;
    padding-left: 6px;
    transition: 0.2s all;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

div#status-bar div.task-name i.far {
	font-weight: 900;
	transition: 0.3s all;
	transform: scale(0.93);
}

div#status-bar div.task-name i.far:hover {
	color: #fac100;
	transform: scale(0.93);
	cursor: pointer;
}

div#status-bar div.task-name.hide {
	display: block !important;
	opacity: 0;
}

div#status-bar select:not(.hide) + div.task-name {
	float: left;
	line-height: 40px;
	margin-left: 6px;
	padding-left: 13px;
	border-left: 1px dashed rgba(255,255,255,0.25);
}

div#status-bar div.task-name .name {
	margin: 0 0 0 8px;
	display: inline;
}

div#status-bar div.task-name .name a {
	color: white;
	transition: 0.3s all;
	
}

div#status-bar div.task-name .name a::after {
	transition: 0.2s all;
	vertical-align: -5px;
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	color: white;
	font-weight: 600;
	font-size: 12px;
	margin: 0 0 0 6px;
	opacity: 0;
}

div#status-bar div.task-name .name:hover a::after {
	opacity: 1;
	vertical-align: 0;
}

div#status-bar .fa-pause:before {
    content: "\f04c";
    width: 28px;
    height: 28px;
    display: inline-flex;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: -4px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	font-size: 12px;
}

/*
div#status-bar p:hover {
	cursor: pointer;
}

div#status-bar p::after {
	content: "\f35a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 2px;
	opacity: 0;
	transition: 0.3s all;
}
	
div#status-bar p:hover::after {
	margin-left: 10px;
	opacity: 0.6;
}
*/

div#status-bar i.fa-clock {
	vertical-align: -0.5px;
	font-weight: 900;
}

div#status-bar .status {
	white-space: nowrap;
	width: calc(100% - 300px);
}

div.task-timer {
    transition: .3s all;
    width: 200px;
    height: 27px;
    z-index: 15;
    font-family: "Fira Sans", sans-serif !important;
    margin: 0 5px 0 0;
	position: relative;
	opacity: 1;
}

div.large div.task-timer {
	height: 47px;
	margin-top: -2.5px;
}

div.task-timer[secs="0"], div.task-timer:not([secs]) {
	margin-right: -12px;
	opacity: 0;	
}
div.task-timer[secs="0"] .fa-times {
	display: none;
}

div.task-timer.edit {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

div.task-timer span {
	color: white;
	line-height: 11px;
	display: inline-block;
	margin: 0 6px 0 0;
}

.large div.task-timer span {
	line-height: 30px;
}

div.task-timer i {
    color: rgba(255,255,255,0.5) !important;
    margin: 0;
    vertical-align: -1px;
	cursor: pointer;
	transition: 0.3s all;
}

div.task-timer i:hover {
	color: rgba(255,255,255,1) !important;
}

div.task-timer.hide-anim {
	transform: scaleX(0);
	opacity: 0;
	max-width: 0;
}

div.task-timer.edit {
	padding: 0 3px 8px 3px;
}

div.task-timer .time {
    width: 71px;
    padding: 8px 0;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: left;
	margin: 0;
	transition: 0.3s all;
}

div.task-timer .time:hover {
	cursor: pointer;
}

div.task-timer .time:hover label {
	color: rgba(242, 242, 242, 1.00);
}
div.task-timer input {
	display: none;
}
div.task-timer.edit input {
	display: inline-block;
	margin: -3px 5px;
	width: 40px;
	padding: 3px 5px 0;
	text-align: center;
	font-family: "Fira Sans", "Museo Sans", sans-serif !important;
	font-size: 18px;
	height: 26px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
	background: #eee;
	border-radius: 3px;
	color: #888;
	z-index: 100;
	position: relative;
	border: 2px solid white;
}
div.task-timer.edit input:focus {
	background: white;
	border-color: #fac100;
}
div.task-timer.edit .time {
	width: 90%;
	text-align: right;
	padding: 0 6px 0 0;
}
div.task-timer.edit .label, div.task-timer.edit label {
	display: none;
}

div#status-bar .tab {
    background: rgba(58, 89, 92, 0.68);
	background: -webkit-linear-gradient(rgb(58,89,92) 65%, rgb(48,73,76) 100%);
	background: -o-linear-gradient(rgb(58,89,92) 65%, rgb(48,73,76) 100%);
	background: linear-gradient(rgb(58,89,92) 65%, rgb(48,73,76) 100%);	
    border-radius: 4px 4px 0 0;
    padding: 0 22px 23px;
    position: absolute;
    bottom: 45px;
    left: 15px;
    height: 25px;
	transition: 0.4s all;
}

div#status-bar.large .tab {
	bottom: 60px;
}

div#status-bar .tab:hover {
	height: 30px;
	cursor: pointer;
}

div#status-bar.closed .tab {
	height: 22px;
}

div#status-bar .tab i {
	color: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: 0.4s all;
    font-family: "Font Awesome 5 Free";
    width: 14px !important;
    display: block !important;
    line-height: 24px;
	font-style: normal;
	text-align: center;
}

div#status-bar.closed .tab i {
	line-height: 22px;	
}

div#status-bar .tab i::before {
	content: "\f0d7";	
	font-weight: 900;
}

div#status-bar .tab:hover i {
	color: rgba(255, 255, 255, 0.8);
}

div#status-bar.closed .tab i::before {
	content: "\f0d8";
}

/**************** DATEPICKER STYLING ***********/

div.ui-datepicker {
	z-index: 10000;	
	box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.15);
}

.ui-datepicker select.ui-datepicker-month {
	width: 45%;
    text-align: center;
    background: white;
    height: 30px;
    border-radius: 4px;
}

.ui-datepicker td.ui-datepicker-other-month {
	opacity: 0.4;
}

.ui-datepicker td {
	padding: 0.8px;
}

/* ----------------- UI ELEMENTS ---------------- */

button.task-ui-element {
    max-width: 100px;
    text-align: center;
    line-height: 30px !important;
    display: inline-block;
    margin: 0 4px;
    padding: 4px 15px !important;
    font-family: 'Fira Sans';
    font-size: 17px !important;
    border-radius: 2px;
    border: none;
	cursor: pointer;
	transition: 0.3s all;
    background-color: rgba(58, 89, 92, 0.6);
    color: #6dbf7e;
}

button.task-ui-element:hover {
	transform: scale(0.97);	
}

button.task-ui-element:hover a {
	color: #3a595c !important;
}

button.task-ui-element.selected a {
    color: white !important;
}

button.task-ui-element a {
	text-decoration: none;
    display: block;
	color: #333;
}

button.task-ui-element.selected {
    background: #3a595c !important;
}

button.task-ui-element:hover {
	background: #3a595c !important;
}

button.task-ui-element:hover a {
	color: #fac100;
}

button.task-ui-element.button:first-of-type {
    margin-left: 0;
}

button.task-ui-element.button:last-of-type {
    margin-right: 0;
}

table { 
	border-collapse: collapse;
}

/********************* BATTLE PLAN  ***********************/


/* Container & layout */
#battle-plan {
	display: grid;
	/* grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto 1fr 1fr; */
	gap: 30px;
	max-width: 760px;
	margin: 0 auto;
	padding: 0;
	font-family: "fira sans", sans-serif;
	color: #fff;
	/* background: #000; */
	width: 100%;
	overflow: hidden;
}

/* Quarter selector */
.quart-select {
	grid-column: 1 / -1;
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-bottom: 30px;
	padding: 0;
	max-width: 760px;
}

.quart-select li {
	list-style: none;
	padding: 7px 22px;
	background: rgba(40, 68, 68, 0.8);
	border-radius: 6px;
	cursor: pointer;
	user-select: none;
	transition: 0.3s all;
	color: white;
}

.quart-select li.selected {
	background: #fac100;	
	color: #333;
	font-weight: bold;
}

.quart-select li.active,
.quart-select li:hover {
	background: #F2A900;
	color: #000;
}

/* Dimensions */
#battle-plan .dimension {
	background: rgb(40 57 57 / 50%);
    border-radius: 8px;
    padding: 30px 35px 35px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
	position: relative;
}

#battle-plan .quarter.activated .dimension.empty {
	display: none;	
}

#battle-plan .quarter.disabled .dimension.empty {
	padding-bottom: 15px;
}

#battle-plan .dimension.empty .dropdown,
#battle-plan .dimension.empty .scores, 
#battle-plan .dimension.empty .habits,
#battle-plan .dimension.empty .targets {
	display: none;	
}

#battle-plan .dimension.empty .add-metric {
	display: flex;
	margin-bottom: 0;
}

#battle-plan .dimension:first-of-type {
	border-top-left-radius: 0;
}

#battle-plan .dimension .icon {
    color: white;
    border-radius: 50%;
    float: right;
    font-size: 18px;
	background: none;
}

#battle-plan .dimension div.icon {
	display: flex;
    top: -10px;
    left: -10px;
    justify-content: center;
    align-items: center;
    background: red;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
}

#battle-plan button.add {
	background: rgba(255,255,255,0.1);
	padding: 10px;
	border-radius: 5px;
	border: none;
	color: white;
	align-items: center;
	font-size: 15px;
    font-family: 'Fira Sans';
	flex: 1;
	display: flex;
	justify-content: center;
	max-height: 43px;
	transition: 0.3s all;
}

#battle-plan .dimension > button.add {
	font-size: 16px;
	padding: 22px 10px;
}

#battle-plan .dimension button.add-metric {
	margin-top: 10px;	
}

#battle-plan .dimension.empty button.add-metric {
	margin-top: 0;	
}

#battle-plan .dimension.ready button.add-metric,
#battle-plan .dimension.empty button.add-metric {
	display: flex !important;	
	opacity: 1;
	pointer-events: auto;
}

#battle-plan .habits button.add {
	margin: 10px 0 0 0;
}

#battle-plan .targets button.add {
	width: 100%;
}

#battle-plan .targets button.add-target {
	font-size: 16px;	
}

#battle-plan .habits button.add.disabled,
#battle-plan .targets button.add.disabled{
	filter: grayscale(1);
	pointer-events: none;
	opacity: 0.35;
}

#battle-plan .dimension > button.add.disabled {
	opacity: 0.25;
	pointer-events: none;
	cursor: default;
	filter: grayscale(1);
}

#battle-plan button.disable {
	opacity: 0.3;
}

#battle-plan button.disable:hover {
	cursor: not-allowed !important;
}

#battle-plan .quarter:not(.current) button.initiate-plan {
	display: none;
}

#battle-plan .quarter:not(.activated) button.unlock-plan {
	display: none !important;
}

#battle-plan .quarter.activated button.unlock-plan {
	display: flex !important;	
}

#battle-plan .quarter button.export-pdf {
	display: none !important;	
}

#battle-plan .quarter.activated button.export-pdf {
	display: flex !important;	
}

#battle-plan .quarter.activated button.initiate-plan,
#battle-plan .quarter.activated button.save-quarter {
	display: none !important;	
}

/*
#battle-plan button.add.add-habit:not(.disabled) {
	margin-top: 20px;	
} */

#battle-plan .dimension > button.save-metric i {
	font-size: 18px;	
	padding: 0;
	border: none;
}

#battle-plan .dimension > button.save-metric:hover i {
	color: #fac100;
	background: none;
}

#battle-plan .dimension > button.add-metric {
	opacity: 0.35;
}


#battle-plan .dimension:not(.ready) > button.add-metric {
	pointer-events: none;	
}

#battle-plan .dimension:not(.ready).empty > button.add-metric {
	pointer-events: auto;	
}

#battle-plan .quarters {
	width: 3200px;
    display: flex;
    flex-direction: row;
	padding-top: 30px;
}

#battle-plan .quarter {
	width: 760px;
	overflow: hidden;
	margin-right: 40px;
	float: left;
    white-space: nowrap;
	position: relative;
	padding-top: 5px;
}

#battle-plan .quarter.activated {
	margin-top: 20px;	
}

#battle-plan .quarter.activated::before {
    content: "Active";
    background: rgb(58, 89, 92);
    color: white;
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 3px 14px 2px;
    border-radius: 5px 5px 0 0;
}	

#battle-plan .quarter.activated .dimension:first-of-type {
	border-top-right-radius: 0;	
}

#battle-plan .quarter.activated h4 span {
	display: none !important;
}

#battle-plan .quarter.selected {
	display: block;	
}

#battle-plan .quarter.disabled {
	opacity: 0.7;
	filter: grayscale(1);
}

#battle-plan .quarter.disabled > * {
	pointer-events: none;	
}

#battle-plan .quarter.disabled button {
	opacity: 0.4;
}

#battle-plan .quarter.disabled button {
	display: none;
}

#battle-plan .ui-wrap {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#battle-plan .ui-wrap .add {
	max-width: 230px; 	
}


/* Battle plan is activated */
#battle-plan .quarter.activated .dimension button,
#battle-plan .quarter.disabled .dimension button{
	display: none !important;
}

/* Domain heading */
#battle-plan h2 {
	font-size: 18px !important;
    text-align: left;
    font-family: "fira sans", sans-serif;
    margin: 0 0 0 0px;
    background: #fac100;
    display: table;
    padding: 6px 15px;
    color: rgb(40, 68, 68);
	border-radius: 4px 4px 0 0;
}

#battle-plan h3 {
	margin: 0 0 8px;
	color: #fff;
	font-family: museo, sans-serif;
    font-size: 28px;
    text-align: left;
    font-weight: 300;
}

#battle-plan .dimension.empty h3 {
	margin-bottom: 5px;
}

#battle-plan h3 i, #battle-plan .metric-ui i {
	margin: 10px 13px 10px 5px;
    background: #fac100;
    display: inline-flex;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: black;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    vertical-align: 2px;
}

#battle-plan .metric {
	position: relative;	
}

#battle-plan .metric + .metric {
	margin-top: 20px;
}

#battle-plan .metric-ui {
	position: absolute;
	top: -52px;
    right: 0;
}

#battle-plan .metric-ui i.icon {
	margin: 10px 0 0 0;
}

#battle-plan .metric-ui i.fa-trash {
	cursor: pointer;
}

#battle-plan .metric-ui i.fa-trash:hover {
	color: white;	
}

#battle-plan .dimension .metric-ui .icon {
	opacity: 0.15;
	filter: grayscale(1);
	color: #fac100;
}

#battle-plan .metric .metric-ui .fa-check {
	transition: 0.3s all;
}

#battle-plan .metric.ready .metric-ui .fa-check,
#battle-plan .dimension:not(.empty) .metric .metric-ui .fa-trash {
	opacity: 1;	
	filter: grayscale(0);
}

#battle-plan .metric-ui i.fa-lock {
	display: none !important;	
	margin-top: 14px !important;
}

#battle-plan .quarter.activated .metric-ui i.fa-lock,
#battle-plan .quarter.disabled .metric-ui i.fa-lock {
	display: block !important;
	margin-top: 18px;
	opacity: 0.7;
}

#battle-plan .quarter.activated .metric-ui i.fa-trash,
#battle-plan .quarter.disabled .metric-ui i.fa-trash,
#battle-plan .quarter.activated .metric-ui i.fa-check,
#battle-plan .quarter.disabled .metric-ui i.fa-check {
	display: none !important;	
}

#battle-plan h2 i:hover {
	opacity: 1;
	transition: 0.4s all;
}

/* Metric dropdown */
#battle-plan .dropdown {
  position: relative;
  margin-bottom: 15px;
}

#battle-plan .dropdown {
    padding: 0 14px 0 0;
    line-height: 1.2;
    background: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.5);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    height: 55px;
    display: flex;
    align-items: center;
}

#battle-plan .dropdown select {
    width: calc(100% - 88px);
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.5);
    height: 55px;
    font-size: 18px;
    margin-left: 88px;
    background: none;
    border: none;
    padding: 1px 10px 0 10px;
}

#battle-plan .dropdown::before {
    content: "Metric";
    font-family: "Fira Sans", sans-serif;
    position: absolute;
    top: 16px;
    left: 20px;
    padding: 1px 9px 0px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    font-size: 16px;
    background: #fac100;
    color: black;
	font-weight: 700;
}

#battle-plan .dropdown select:focus {
	color: rgba(255,255,255,0.8);	
}

#battle-plan .dropdown select option {
	background: black;
	color: rgba(255,255,255,0.7);
}

#battle-plan .dropdown select option[disabled] {
	padding-left: 20px;
	color: #444;
}

#battle-plan .quarter.activated .dropdown select,
#battle-plan .quarter.disabled .dropdown select,
#battle-plan .quarter.activated p[contenteditable],
#battle-plan .quarter.disabled p[contenteditable]
{
	pointer-events: none;
}

#battle-plan .quarter.activated .dropdown select:hover,
#battle-plan .quarter.disabled .dropdown select:hover,
#battle-plan .quarter.activated p[contenteditable]:hover,
#battle-plan .quarter.disabled p[contenteditable]:hover {
	cursor: default !important;	
}

#battle-plan .quarter.activated .habits i.trash, 
#battle-plan .quarter.activated .targets i.trash {
	display: none !important;
}

/*
#battle-plan .dropdown select option[disabled]::before {
	content: "\f023";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
}
*/

#battle-plan .dropdown select option:hover {
	color: white;	
}

#battle-plan .metric::after {
	content: "";
	display: flex;
	margin: 46px -35px;
	border-top: 2px solid rgba(255,255,255,0.11);
}

#battle-plan .metric:last-of-type::after {
	display: none;	
}

#battle-plan .metric .dropdown::after {
	content: "▼";
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 12px;
	color: rgba(255,255,255,0.6);
}

/* Scores bar */

#battle-plan .scores {
	display: flex;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 25px;
	gap: 20px;
}

#battle-plan .quarter.disabled .scores .locked,
#battle-plan .quarter.current .scores .locked {
	display: none;
}

#battle-plan .quarter.future .scores div:not(.locked) {
	display: none;
}

#battle-plan .quarter:not(.current) .scores {
	opacity: 0.5;
	filter: grayscale(1);
	pointer-events: none;
}

#battle-plan .quarter:not(.current) .scores p {
	pointer-events: none;
}

#battle-plan .scores > div {
	display: flex;
	justify-content: space-between;
	flex: 1;
	text-align: center;
	align-items: center;
	padding: 10px 20px;
	background: rgba(0,0,0,0.25);
	border-radius: 5px;
}

#battle-plan .scores > div p {
    margin: 0;
    font-size: 18px;
    color: #F2A900;
}

#battle-plan .scores .prev p:last-child,
#battle-plan .scores .next p:last-child {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

#battle-plan .scores .next p:last-child:empty {
	min-width: 32px;
	border: 1px solid rgba(255,255,255,0.3);
	background: rgba(255,255,255,0.08);
	border-radius: 4px;
}

/* Habits lists */

#battle-plan .habits {
	display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 15px 0 0 0;
}

#battle-plan .habits.hide:last-of-type {
	margin-bottom: 0;	
}

#battle-plan .habits > div,
#battle-plan .targets {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
}

#battle-plan .targets {
	margin-top: 30px;
}

#battle-plan h4 {
	display: flex;
    margin: 0;
    color: #F2A900;
    font-family: 'museo';
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(250 193 0 / 20%);
    font-size: 18px !important;
    padding-bottom: 5px;
    font-weight: 300;
    justify-content: space-between;
}

#battle-plan h4 span {
	font-size: 14px;
	text-transform: none;
	color: rgba(255,255,255,0.5);
}

#battle-plan textarea {
	
}

#battle-plan .habits ul,
#battle-plan .targets ul{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#battle-plan .habits ul:empty {
	margin: 0;	
}

#battle-plan button.add i {
	margin: 1px 0 0 10px;
    font-size: 11px;
    border: 1px solid white;
    padding: 5.5px 4px 4px 4px;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    text-align: center;
}

#battle-plan button:not(.empty):not(.disable).add:hover {
	cursor: pointer;
	background: rgba(255,255,255,0.15);
}

#battle-plan button:not(.disable).add:hover i {
	border: none;
	background: #fac100;
    color: black;
}

#battle-plan .habits li,
#battle-plan .targets li{
	position: relative;
	padding-left: 0.9em;
	font-size: 17px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	white-space: normal;
}

#battle-plan .habits li i,
#battle-plan .targets li i{
	font-size: 15px;	
	opacity: 0;
	transition: 0.3s all;
}

#battle-plan .habits li:hover i,
#battle-plan .targets li:hover i{
	opacity: 0.3;
}

#battle-plan .habits li i:hover,
#battle-plan .targets li i:hover{
	color: #fac100;	
	opacity: 1;
	cursor: pointer;
}

#battle-plan .habits li p,
#battle-plan .targets li p{
	line-height: 1.4em;	
	margin-right: 15px;
	width: 100%;
	padding: 6px 5px 6px 5px;
}

#battle-plan .habits li p[contenteditable="true"]:empty::before,
#battle-plan .targets li p[contenteditable="true"]:empty::before {
  content: attr(data-placeholder);
  color: #888; /* or any desired color for the placeholder */
}

#battle-plan .habits li p:focus,
#battle-plan .targets li p:focus{
	background: rgba(255,255,255,0.1);	
	border: none;
	outline: none;
}

#battle-plan .habits li p:last-of-type,
#battle-plan .targets li p:last-of-type{
	margin-bottom: 0;
}

#battle-plan .habits li::before,
#battle-plan .targets li::before{
	content: "–";
	position: absolute;
	left: 0;
	line-height: 1;
}

#battle-plan .survey_json,
#battle-plan .content_json {
	display: none;
}


/************ Life assessment selector *************/

div.quarter.show-selector div#assessment-selector {
	display: flex !important;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

div.quarter.show-selector div#assessment-selector option:selected {
	pointer-events: none;
}

div.quarter.show-selector div#open-survey-selector,
div.quarter.activated div#open-survey-selector{
	display: none !important;	
}

div.quarter[data-survey-id] div#assessment-selector {
	display: none;
}

div#assessment-selector {
    display: flex;
	justify-content: center;
    width: 100%;
	margin: 0 0 70px 0;
	flex-direction: column;
}

div#assessment-selector h3 {
	display: flex;
	clear: both;
	font-size: 22px !important;
	font-weight: 700;
	justify-content: center;
}

div#assessment-selector .custom-select {
	max-width: 320px;
    justify-content: center;
    display: flex;
    margin: 0 auto;	
}

div#open-survey-selector {
	position: absolute;
    top: 1px;
    right: 6px;
    background: rgba(40, 68, 68, 0.3);
    padding: 5px 15px;
    border-radius: 4px 4px 0 0;
	cursor: pointer;
	transition: 0.3s all;
}

div.quarter:not([data-survey-id]) div#open-survey-selector {
	display: none !important;
}

div#open-survey-selector:hover {
	background: rgba(40, 68, 68, 0.5);
}

select#assessment-dropdown {
	background: rgba(40, 68, 68, 0.8);
	color: #ddd;
	border: none;
}

select#assessment-dropdown option:first-of-type {
	background: rgb(40, 68, 68);	
}

select#assessment-dropdown option[selected] {
	color: #fac100;
}


/***************** NOTIFICATIONS PANEL *******************/

	/* Basic styling for the notification UI */
	li.notifications { 
		position: relative; 
	}

	li.notifications .bell {
		color: white;
		font-size: 10px;
		background: red;
		width: 13px;
		height: 13px;
		content: "1";
		border-radius: 100%;
		padding: 0;
		line-height: 13px;
		display: flex;
		justify-content: center;
		right: 0;
		position: absolute;
		top: 10px;
		z-index: 100;
		font-family: fira-sans, sans-serif;
		font-weight: 600;
		vertical-align: center;
		pointer-events: none;
	}

/*
    #notification-container { 
		position: relative;
	}*/

	#notification-container {
		position: fixed;
		top: 30px;
		right: 0;
		width: 300px;
		background: #fff;
		border: 1px solid #ccc;
		max-height: 400px;
		overflow-y: auto;
		display: none;
		z-index: 100;
		border-radius: 5px;
		box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
	}

    #notification-panel ul { 
		list-style: none; 
		margin: 0; 
		padding: 13px 15px; 
	}
    
	#notification-panel li {
		padding: 10px 6px;
		border-bottom: 1px solid #eee;
		cursor: pointer;
		font-size: 14px;
		line-height: 1.3;
		font-weight: 400;
    }

	#notification-panel li a {
		color: rgb(58, 89, 92);	
		text-decoration: underline;	
	}

	#notification-panel li a:hover {
		text-decoration: none;	
	}

	#notification-panel li small {
		color: gray;
		font-weight: 400;
		padding-top: 5px;
		display: block;
	}

    #notification-panel li.unread { 
		font-weight: 700;
	}
    #notification-panel li:hover { background: #f1f1f1; }
   
	#notification-panel .actions { 
		display: block; 
		text-align: center; 
		padding: 10px; 
		background: rgb(58, 89, 92); 
		text-decoration: none; 
		color: white;
	}

	#notification-panel .actions button { 
		color: white;	
		border: none;
		background: rgba(255,255,255,0.1);
		border-radius: 2px;
		margin: 0 3px;
		cursor: pointer;
		transition: 0.3s all;
		padding: 6px 10px;
	}

	#notification-panel .actions button.has_anchor { 
		padding: 0;
	}

	#notification-panel .actions button:hover { 
		background: rgba(255,255,255,0.2);		
	}

	#notification-panel .actions button a {  
		padding: 6px 10px;
		color: white;	
		display: block;
	}

	#notification-container .close {
		right: 5px !important;
		top: 5px !important;
		position: absolute;
		font-size: 18px !important;
		color: rgba(0, 0, 0, 0.6);
	}

/********************* PRELOADER ***********************/

div.preloader {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.preloader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
	z-index: 1000;
}

.preloader.center {
	position: fixed;
	left: 45%;
	top: 40%;
}

.preloader.small {
    left: 22px;
    bottom: 30px;
    top: auto;
    -webkit-transform: translateZ(0) scale(0.4);
    -ms-transform: translateZ(0) scale(0.4);
    width: 3em;
    height: 3em;
    margin: 0;
    border-width: 8px;
}

@keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}


/******************** BACKGROUND THEMES ***********************/

body[data-background="plain"] #main {
	background: #141414 !important;
}

body[data-background="metal"] #main {
	background-image: url(../media/page-bg-dark.jpg) !important;
	background-size: contain !important;
	background-position: top center !important;
}

body[data-background="statue"] #main {
	background-image: url(../media/page-bg-statue.jpg) !important;
}

body[data-background="army"] #main {
	background-image: url(../media/page-bg-army.jpg) !important;
	background-size: contain !important;
	background-position: top center !important;
}



/******************** REGISTRATION PAGES ***********************/

#waitlist-show-remaining {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(1.1);
	margin: 20px 0 0 0;
}

span.signal {
	width: 8px;
	height: 8px;
	background: red;
	border-radius: 50%;
	display: inline-flex;
	margin: 0 10px 0 0;
	justify-content: center;
    align-items: center;
}

span.signal.green {
	background: #2ae52a;
}

#waitlist-show-remaining .text {
	color: white;
}

span.signal::before {
	content: "";
	background: rgba(255,0,0,0.3);
	animation-name: pulse;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	border-radius: 50%;
	display: inline-flex;
    position: relative;
	justify-content: center;
    align-items: center;
}

span.signal.green::before {
	background: rgba(0,255,0,0.3);
	animation-name: greenpulse;
	animation-duration: 3s;
}

p.waitlist-text {
	max-width: 450px;
	margin: 0 auto 30px !important;
	text-align: center;
	font-style: italic;
	color: gray;
}

@keyframes pulse {
	0% {
		min-width: 16px;
		height: 16px;
		background: rgba(255,0,0,0.3);
	}
	
	50% {
		min-width: 15px;
		height: 15px;
		background: rgba(255,0,0,0.5);
	}
	
	100% {
		min-width: 19px;
		height: 19px;
		background: rgba(255,0,0,0);
	}
}

@keyframes greenpulse {
	
	0% {
		min-width: 12px;
		height: 12px;
		background: rgba(0,255,0,0.3);
	}
	
	50% {
		min-width: 15px;
		height: 15px;
		background: rgba(0,255,0,0.35);
	}
	
	100% {
		min-width: 19px;
		height: 19px;
		background: rgba(0,255,0,0);
	} 
}