html {
	min-height:100%;
	position: relative;
}
#bg-bar-top {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:244px;
	/*background:URL(/assets/wwc2023/images/bg-top.png);*/
	z-index:5;
	opacity:0;
}
#bg-tile {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	height:calc(100%);
	background-image: url(/assets/olympics2026/images/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	z-index:4;
}
#global-background {
	display: none;
	position: absolute;
	top:0;
	left:0;
	right:0;
	margin-right: auto;
	margin-left: auto;
	z-index: 3;
}

@media (min-width: 992px) {
	#wrap_back_to_top {
		position: fixed;
		right:0px;
		bottom:100px;
		z-index:22;
	}
	#inner_back_to_top {
		border-radius: 25px 0 0 25px;
		box-shadow: -1px 0px 15px 0px rgba(125,125,125,0.5);
		background:white;
		padding:15px;
	}
	#btn_back_to_top {
	}
	#header-bg {
		position: fixed;
		top: 0;
		left: 0;
		width:100%;
		z-index:29;
	}
	#header-bg #header-fill {
		float:left;
		width:100%;
		height:133px;
		background: #173A5A;
		background: linear-gradient(90deg, rgba(23, 58, 90, 1) 0%, rgba(31, 87, 138, 1) 100%);
	}
	#header-top-nav {
		 position:absolute;
		 top:0;
		 left:50%;
	}
	nav.navbar {
		position: fixed;
		top: 0;
		padding-top:0;
		z-index:30;
	}
}
@media (min-width: 992px) and (max-width:1199px) { #header-top-nav { width:465px; margin-left:0px; } ul.main-nav { margin-top:65px; } }
@media (min-width: 1200px) {                       #header-top-nav { width:555px; margin-left:0px; } ul.main-nav { margin-top:65px; } }
@media (min-width: 992px) {
	nav.navbar.hasactive #header-top-nav ul.navbar-nav {
		position: relative;
		top:-11px;
	}
	#navbarToggler {
		 flex-flow: row wrap;
/*height:125px;*/
	}
	.subnavbar_wrap {
		position: relative;
		top:-20px;
	}
	@media (min-width: 992px) { a.navbar-brand { position: absolute; top: 0px; } }
	@media (min-width: 992px) and (max-width:1199px) {
		.navbar-brand img { width:300px; position: relative; }
	}
	@media (min-width: 1200px) {
		.navbar-brand img { width:420px; position: relative; }
	}
	a.navbar-brand {
	}
	#project_counter,
	#subnavbar_indicator {
		display:none;
		position:fixed;
		z-index:25;
		left:-10000px;
	}
	#subnavbar_indicator {
		display:none;
		top:110px;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;

		border-bottom: 10px solid #020202;
	}
	#project_counter {
		height:31px;
		top:55px;
	}
	#project_counter.singlewide { width:21px }
	#project_counter.doublewide { width:32px }
	#project_counter.singlewide.active { background-image:url(../images/badge_active_1.png) }
	#project_counter.doublewide.active { background-image:url(../images/badge_active_2.png) }
	#project_counter.singlewide.inactive { background-image:url(../images/badge_inactive_1.png) }
	#project_counter.doublewide.inactive { background-image:url(../images/badge_inactive_2.png) }
	#project_counter span {
		float:left;
		width:100%;
		color:white;
		text-align:center;
	}
	#project_counter.active span { font-weight:bold; }
}
@media (max-width: 991px) {
	.nav-item.active a.nav-link {
		padding-left:0.5rem;
	}
	.subnavbar_wrap {
		display:none;
	}
	nav.navbar {
		z-index:20;
		position: relative;
		background: #173A5A;
		background: linear-gradient(90deg, rgba(23, 58, 90, 1) 0%, rgba(31, 87, 138, 1) 100%);
		margin-bottom: 1rem;
	}
	#project_counter,
	#subnavbar_indicator { display:none; }
}

#section-indicator {
	display:none;
}
/*
#section-indicator {
	position: absolute;
	top:136px;
	left:50%;
	z-index:22;
	height: 15px;
	background:white;
}
@media (max-width: 991px) {
	#section-indicator { display:none; }
}
@media (min-width: 992px) and (max-width:1199px) { #section-indicator.marketing-materials { width:204px; margin-left:-256.5px; } }
@media (min-width: 1200px) {                       #section-indicator.marketing-materials { width:242px; margin-left:-291px; } }
@media (min-width: 992px) and (max-width:1199px) { #section-indicator.my-projects { width:128px; margin-left:38px; } }
@media (min-width: 1200px) {                       #section-indicator.my-projects { width:150px; margin-left:58px; } }
*/

#bg-solid,
#bg-animated {
	position: fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 1;
	/*background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);*/
	background:white;
	background-size: 200% 200%;
}


.gradient0#bg-animated { background: linear-gradient(-45deg, #FE0050, #D200F9, #7F00FF)!important; } /* MURASANKINO */
.gradient1#bg-animated { background: linear-gradient(135deg, #1452FE, #B2CDFF)!important; }          /* SORA */
.gradient2#bg-animated { background: #263868;/* linear-gradient(-45deg, #434445, #565456, #767778)!important;*/ } /* ORENJI */
.gradient3#bg-animated { background: linear-gradient(-45deg, #1452FE, #767778)!important; }          /* DAKU */
.gradient4#bg-animated { background: linear-gradient(135deg, #011CF1, #847FFF, #0BFFF3)!important; } /* AKARUI */
.gradient5#bg-animated { background: linear-gradient(-45deg, #565456, #767778)!important; }          /* PINKU */

/*
#bg-animated {
	-webkit-animation: Gradient 45s ease infinite;
	-moz-animation: Gradient 45s ease infinite;
	animation: Gradient 45s ease infinite;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
*/
/* --------------- -------------- -------------- ------------- */
@media (min-width: 992px) {
#wrap_login_form {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}
}
@media (max-width: 991px) {
#logo-login {
	max-width:300px;
}
}
#wrap_login ::-webkit-input-placeholder { color:black;font-size:1.2em; position: relative; top:0px; text-transform: uppercase }
#wrap_login :-moz-placeholder { color:black;font-size:1.2em; position: relative; top:0px; text-transform: uppercase }
#wrap_login ::-moz-placeholder { color:black;font-size:1.2em; position: relative; top:0px; text-transform: uppercase }
#wrap_login :-ms-input-placeholder { color:black;font-size:1.2em; position: relative; top:0px; text-transform: uppercase }
#wrap_login .card-body input { /*border:none;*/ margin-top:1rem; margin-bottom:1rem; }
#wrap_login a,
#wrap_login { color:#083a5b; }
#wrap_login a { text-decoration: underline; }
#wrap_login .loginwelcome {  }


@media (min-width: 992px) {
	#lbl_confirm_password {
		position: relative;
		top: -9px;
	}
}


.card { border: none; }
.card a.card-edit { cursor:pointer; }
.card .card-body.form-wrap { display:none; }

.social_icon span{ font-size: 40px; margin-left: 10px; }
.social_icon span:hover{ color:#353e47; cursor: pointer; }
.social_icon span a:hover{ text-decoration: none; }
.social_icon{ position: absolute; right: 20px; top: -25px; }
/* --------------- -------------- -------------- ------------- */



/* --------------- -------------- -------------- ------------- */
.list-group-hover .list-group-item:hover { background-color: #f5f5f5; }
/* --------------- -------------- -------------- ------------- */



/* --------------- -------------- -------------- ------------- */
.form-col .dropdown.bootstrap-select { width:100%!important; }
.bootstrap-select .dropdown-menu { z-index: 1050; }
button.dropdown-toggle.btn-select {
	border:1px solid #ced4da;
}
/* --------------- -------------- -------------- ------------- */



/* --------------- -------------- -------------- ------------- */
@media (min-width: 768px) {
	.navbar-nav li:hover>.dropdown-menu {
		display: block;
	}
}

ul.navbar-nav.main-nav {
	font-family: sweet-sans-pro;
	font-size:1.1rem;
}
div.subnavbar {
	font-family: sweet-sans-pro;
	font-size:1rem;
}

@media (min-width: 992px) and (max-width:1199px) { /* LG viewport */
	div.subnavbar {
		font-size:0.85em;
	}
}
@media (min-width:1200px) { /* XL viewport */
	ul.navbar-nav.main-nav {
		font-size:1.3em;
	}
}
/* --------------- -------------- -------------- ------------- */



/* --------------- -------------- -------------- ------------- */
a.fa { text-decoration: none; }
/* --------------- -------------- -------------- ------------- */



/* --------------- -------------- -------------- ------------- */
.ui-widget { font-family: inherit!important; }
/* --------------- -------------- -------------- ------------- */


div#masthead_message { position:relative; z-index:20; top:5px; }
div#masthead_message p { margin:0; }


/* --------------- -------------- -------------- ------------- */
@media (min-width: 768px) {
	.vertical-center-desktop {
		min-height: 80%;  /* Fallback for browsers do NOT support vh unit */
		min-height: 80vh; /* These two lines are counted as one :-)       */
		display: flex;
		align-items: center;
	}
}

#site-content {
	position: relative;
	left:0;
	width:100%;
	z-index:21;
	padding-bottom: 400px;
}

body {
	min-height: 100vh;
}
footer.site-footer {
	position: absolute;
	z-index:22;
	color: #083a5b;
	background: white;
	width: 100%;
	height: 140px;
	bottom: 0;
}
footer.site-footer .highlightfont { color: #9A8A5F; }
footer.site-footer .highlightfont a { color: #083a5b; }

a.highlightfont { color: #083a5b; }

@media (min-width: 992px) {
	body.loggedin #site-content {
		top:190px;
	}
}

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

.hover-bg:hover {
	background-color:#eee;
}


div.dataTables_wrapper div.dataTables_filter input { border:1px solid #ccc; }

label.custom-file-label { overflow:hidden; }

div.btn-group .btn_clear_input_in_group { position:absolute; right:5px; top:0; bottom:0; height:14px; margin:auto; font-size:14px; cursor:pointer; color:#ccc; }

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

ul.multiselect-container {
	background:#083a5b;
	border:none;
}
ul.multiselect-container li,
ul.multiselect-container li a {
	color: white;
}
ul.multiselect-container li a label {
	width:100%;
}
ul.multiselect-container li:not(.active):hover {
	background: #accae2;
}
ul.multiselect-container li.active a,
ul.multiselect-container li.active {
	background: #accae2;
	color:white;
}
button.multiselect {
	text-transform:uppercase;
	font-size:1.1em;
}
div.indicators a.indicator {
	float:left;
	width:98%;
	text-align:right;
	font-size:0.9em;
}
@media (min-width: 992px) {
	button.multiselect {
		padding-top:3px;
		padding-bottom:2px;
	}
}

ul.multiselect-container.dropdown-menu { border-radius: 15px!important; border: 1px solid rgba(31, 87, 138, 1); }

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

div.gi_outer {
}
div.gi_outer div.gi_inner ,
div.gi_outer div.gi_inner div.gi_thumb {
	float:left;
	width:100%;
}
div.gi_outer div.gi_inner div.gi_status {
	border-radius: 15px;
}
div.gi_outer div.gi_inner div.gi_thumb {
	position: relative;
	display: flex;
	align-items: center;
}
div.gi_outer div.gi_inner div.gi_thumb.GIF {
	border:1px solid #ccc;
}
div.gi_outer div.gi_inner div.gi_thumb div.gi_image {
	position: absolute;
	z-index:8;
	text-align: center;
	width:100%;
	background:transparent;
}
div.gi_outer div.gi_inner div.gi_thumb div.gi_image:hover {
	background:transparent;
}
div.gi_outer div.gi_inner div.gi_thumb.GIF div.gi_image {
	top:25%;
}
div.gi_outer div.gi_inner div.gi_thumb div.gi_image img {
	width:100%;
	padding:0;
	border-radius: 15px;
}
div.gi_outer div.gi_inner div.gi_thumb div.gi_snipe {
	position: absolute;
	z-index:11;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
div.gi_outer div.gi_inner div.gi_thumb div.gi_icons,
div.gi_outer div.gi_inner div.gi_thumb div.gi_cover {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
div.gi_outer div.gi_inner div.gi_thumb div.gi_icons {
	z-index:11;
}
div.gi_outer div.gi_inner div.gi_thumb div.gi_icons .icon_shared {
	float:right;
	margin-top: 177px;
	margin-right: 14px;
	width: 88px;
}
@media (min-width: 992px) and (max-width:1199px) { /* LG viewport */
	div.gi_outer div.gi_inner div.gi_thumb div.gi_icons .icon_shared {
	}
}
@media (min-width:1200px) { /* XL viewport */
	div.gi_outer div.gi_inner div.gi_thumb div.gi_icons .icon_shared {
		margin-top: 218px;
		margin-right: 14px;
		width: 100px;
	}
}
div.gi_outer div.gi_inner div.gi_thumb div.gi_cover {
	z-index:12;
	display:none;
	background:rgba(255, 255, 255, .7);
	border-radius: 15px;
}
div.gi_outer div.gi_inner div.gi_thumb:hover div.gi_cover {
	display:block;
}
div.gi_outer div.gi_inner div.gi_thumb div.gi_cover div.gi_cover_inner {
	display:table;
	vertical-align: middle;
	text-align:center;
	width:100%;
	height:100%;
}
div.gi_outer div.gi_inner div.gi_thumb div.gi_cover div.gi_cover_inner_content {
	display:table-cell;
	vertical-align: middle;
}

div.gi_outer div.gi_inner div.gi_thumb div.gi_cover div.gi_cover_inner_content .btn {
	width:80%;
}

div.gi_outer div.gi_inner span {
	line-height:1em;
}

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

#wrap_marketing_materials_filter { /*color: black;*/ }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	position: relative;
	padding-left:5px;
}
.bootstrap-select>.dropdown-toggle:after {
	margin-top:-13px!important;
}
.bootstrap-select>.dropdown-toggle.bs-nlaceholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	padding-left:6px;
	padding-right:6px;
}
.bootstrap-select .dropdown-toggle .filter-option {
	padding-left:0px!important;
	padding-right:0px!important;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	padding-left:6px;
	padding-right:6px;
}
.bootstrap-select .dropdown-toggle .filter-option {
	padding-left:0px!important;
	padding-right:0px!important;
}

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

.read_more p.collapse:not(.show) {
    max-height: 31px !important;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.read_more p.collapsing {
    min-height: 31px !important;
}

.read_more a.collapsed:after  {
    content: '+ Read More';
}

.read_more a:not(.collapsed):after {
    content: '- Read Less';
}


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

.box__input strong {
	display: inline-block;
	padding-bottom: 5px;
}

#wrap_upload_logos .box__input {
	background-color: rgba(31, 87, 138, 1);
}

				.box {
					font-size: 1.25rem; /* 20 */
					position: relative;
					padding: 20px 20px 0 20px;
				}
				.box.is-dragover
				{
					background-color: #eee;
				}
					.box__dragndrop,
					.box__icon
					{
						display: none;
					}
					.box.has-advanced-upload .box__dragndrop
					{
						display: inline;
					}
					.box.has-advanced-upload .box__icon {
						width: 100%;
						height: 80px;
						fill: white;
						display: block;
						margin-bottom: 20px;
					}

					.box.is-uploading .box__input,
					.box.is-success .box__input,
					.box.is-error .box__input
					{
						visibility: hidden;
					}

					.box__uploading,
					.box__success,
					.box__error
					{
						display: none;
					}
					.box.is-uploading .box__uploading,
					.box.is-success .box__success,
					.box.is-error .box__error
					{
						display: block;
						position: absolute;
						text-align: center;
						top: 50%;
						right: 0;
						left: 0;

						-webkit-transform: translateY( -50% );
						transform: translateY( -50% );
					}
					.box__uploading progress
					{
						width:80%;
						margin-right:5%;
						float:right;
					}
					.box__success
					{
						-webkit-animation: appear-from-inside .25s ease-in-out;
						animation: appear-from-inside .25s ease-in-out;
					}
						@-webkit-keyframes appear-from-inside
						{
							from	{ -webkit-transform: translateY( -50% ) scale( 0 ); }
							75%		{ -webkit-transform: translateY( -50% ) scale( 1.1 ); }
							to		{ -webkit-transform: translateY( -50% ) scale( 1 ); }
						}
						@keyframes appear-from-inside
						{
							from	{ transform: translateY( -50% ) scale( 0 ); }
							75%		{ transform: translateY( -50% ) scale( 1.1 ); }
							to		{ transform: translateY( -50% ) scale( 1 ); }
						}

					.box__restart
					{
						font-weight: 700;
					}
					.box__restart:focus,
					.box__restart:hover
					{
						text-decoration: underline;
					}

					.box__file
					{
						width: 0.1px;
						height: 0.1px;
						opacity: 0;
						overflow: hidden;
						position: absolute;
						z-index: -1;
					}
					.box__file + label
					{
						width: 100%;
						cursor: pointer;
						text-align: center;
						line-height:1.3em;
					}
					.box__file + label:hover strong,
					.box__file:focus + label strong,
					.box__file.has-focus + label strong
					{
						text-decoration: underline;
					}
					.box__file:focus + label,
					.box__file.has-focus + label
					{
						outline: 1px dotted #000;
						outline: -webkit-focus-ring-color auto 5px;
					}
						.box__file + label *
						{
							/* pointer-events: none; */ /* in case of FastClick lib use */
						}

					.box__button
					{
						font-weight: 700;
						color: #e5edf1;
						background-color: #39bfd3;
						display: none;
						block-size: 8px 16px;
						margin: 40px auto 0;
					}
						.box__button:hover,
						.box__button:focus
						{
							background-color: #0f3c4b;
						}

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


#lbl_reward_ineligible { color:#495057; margin-left:12px; }


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

.bg-unsubmit  { background-color:#9c9c9c; color:white; }
.bg-revision  { background-color:#dc734f; color:white; }
.bg-submitted { background-color:#747adf; color:white; }
.bg-complete  { background-color:#4ea99a; color:white; }
.bg-report    { background-color:#3e9cb3; color:white; }
.bg-archived  { background-color:#5f5f5f; color:white; }
.bg-rejected  { background-color:#4ea99a; color:white; }
.bg-reward-earned { background-color:#0a816d; color:white; }

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

@media (min-width: 992px) and (max-width:1199px) { .project_form_colB { right:2px; } } /* LG */
@media (min-width: 1200px) {                       .project_form_colB { right:5px; } } /* XL */

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

#wrap_search_autocomplete {
	position: absolute;
	z-index: 50;
	background:white;
	left:50%;
	outline:1px solid #aaa;
	text-align: center;

}
@media (max-width: 991px) { #wrap_search_autocomplete { width:0; display:none; visibility:hidden; } }
@media (min-width: 992px) and (max-width:1199px) { #wrap_search_autocomplete { width:930px; margin-left:-465px; } }
@media (min-width: 1200px) { #wrap_search_autocomplete { width:1080px; margin-left:-540px; } }

#wrap_search_autocomplete #search_autocomplete_inner {
	float:left;
	box-sizing: border-box;
	width:100%;
	padding:20px;
	text-align: left;
}
#wrap_search_autocomplete a#btn_close_search {
	color: #2A5B6C;
}


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

#wrap_search_autocomplete .search_result_header {
	float:left;
	width:100%;
	margin-top:4px;
	margin-bottom:8px;
}
#wrap_search_autocomplete .search_result_header span {
	text-transform: uppercase;
	float:left;
	margin-top:3px;
	margin-bottom:2px;
	margin-left:15px;
	font-size:1.2em;
}
#wrap_search_autocomplete .search_results_outer {
	float: left;
	width:100%;
	margin-bottom:10px;
}
#wrap_search_autocomplete .search_results_outer .search_result_item {
	float:left;
	width:50%;
}
#wrap_search_autocomplete .search_results_outer .search_result_item:hover {
	background-color:#efefef;
}
#wrap_search_autocomplete .search_results_outer .search_result_item_inner {
	float:left;
	margin:3px 5px;
}
#wrap_search_autocomplete .search_results_outer .search_result_item_inner .search_result_thumb {
	float:left;
	width:65px;
	height:65px;
	text-align:right;
	margin-right:5px;
}
#wrap_search_autocomplete .search_results_outer .search_result_item_inner .search_result_title,
#wrap_search_autocomplete .search_results_outer .search_result_item_inner .search_result_subtitle {
	float:left;
}
#wrap_search_autocomplete .search_results_outer .search_result_item_inner .search_result_title {
	font-weight:bold;
}
#wrap_search_autocomplete .search_results_outer .search_result_item_inner .search_result_subtitle {
	color:#999;
}
@media (min-width: 992px) and (max-width:1199px) {
	#wrap_search_autocomplete .search_results_outer .search_result_item_inner .search_result_title,
	#wrap_search_autocomplete .search_results_outer .search_result_item_inner .search_result_subtitle {
		width:250px;
	}
}
@media (min-width: 1200px) {
	#wrap_search_autocomplete .search_results_outer .search_result_item_inner .search_result_title,
	#wrap_search_autocomplete .search_results_outer .search_result_item_inner .search_result_subtitle {
		width:300px;
	}
}

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


@media (max-width: 991px) {
	ul.navbar-nav.main-nav {
		background: white;
		padding-left: 10px;
		border: 1px solid #ccc;
		border-radius: 2px;
	}
}


body.action-myprojects.subaction-inenvironment.hideWrap {
	background-color: transparent;
}

#wrap_latest_note {
	background-color: #EAA790;
	color: #173A59;
}
#wrap_latest_note .text-secondary {
	color: #173A59!important;
}


div#wrap_customizer div#wrap_controls_and_tabs {
	color: #2A5B6C;
}

#btn_back_to_top {
	color: #2A5B6C;
}

body.action-press .card {
	color: white;
}

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

.card.dashboard,
.card.dashboard .card-header,
.card.dashboard .card-body,
.card.dashboard .card-footer,
.card.offset-footer.dashboard .card-footer
{
}
.card.dashboard .text-on-card-bg,
.card.dashboard .text-primary {
	color: white!important;
}
.card.dashboard .card-footer a { text-decoration: underline; }
.card.dashboard .card-footer a:hover { color: #9A8A5F!important; }

#btn-search-dashboard { color: #083a5b; }

#dashboard-welcome-text { /*color: white!important;*/ }

#outer-search-dashboard .input-group {
	background: white;
	border-radius: 25px;
	box-shadow: -1px 0px 30px 0px rgba(125,125,125,0.5);
	-webkit-box-shadow: -1px 0px 30px 0px rgba(125,125,125,0.5);
	-moz-box-shadow: -1px 0px 30px 0px rgba(125,125,125,0.5);
}
#outer-search-dashboard .input-group input.form-control {
	border: 0;
	background: transparent;
	border-radius: 25px;
	margin-top: 2px;
}
#outer-search-dashboard .input-group input.form-control::placeholder {
	text-transform: uppercase;
	color: #083a5b;
	font-weight: bold;
}



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

.navbar-dark .navbar-toggler .navbar-toggler-icon {
	/*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(200, 182, 140, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;*/
}


#assetPreview {
	border-radius: 15px;
}

#fd_search_projects {
	border-radius: 20px;
}

.search_result_header {
	color: white;
}
.search_result_item .text-primary {
	color: #333!important;
}

.cc-btn {
	text-decoration: none;
}
.cc-btn:hover {
	background-color: #ddd!Important;
	text-decoration: underline;
}

.cc-revoke, .cc-window.cc-revoke, .cc-window {
	font-family: sweet-sans-pro!important;
}

.form-control.readonly {
	color: #fffffd!important;
}
