/* MyDIO Chat CSS Document */

:root{
--top-menu-height: 44px;
--primary-color: #2C559C;
--resource-element-width: 350px;
--border-radius: 10px;
}

body
	{
		font-family: 'Open Sans',Tahoma,Verdana,Arial,sans-serif;
	}

.body-class{
	background-color:var(--primary-color);
	margin: 0;
	border: 0;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

.animate-flicker {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}


@media screen and (max-width:400px){
	.upload_form{
		left:-5px;
	}
}
.pdf_box{
	height:34px;
	width:144px;
	padding:3px;
	background-color:#0FC;
	font-size:12px;
	text-overflow: clip;
	border-radius:0px 0px 10px 10px;
	top: -4px;
	position: relative;	 
	
}

.clickable{
	cursor:pointer;
}

/* Modal for group settings */
.group-settings-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.45);
	z-index: 10050;
}
.group-settings-modal {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10051;
	max-width: 420px;
	width: 90%;
}
.group-settings-content {
	background: #fff;
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.group-settings-header { font-weight:700; margin-bottom:8px; }
.group-settings-footer { text-align: right; margin-top: 12px; }
.group-settings-footer .btn { margin-left: 8px; }

.chat_stat{
	text-align:left;
	    padding-right: 7px;
	}
.full-circle-no-fill {
	background-color: rgba(204, 0, 102, 0);
	border: 3px solid #333;
	height: 20px;
	width: 20px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius: 50%;
}
.full-circle-no-fill:hover {
	border: 3px solid #09F;
}
.status-dropdown {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    min-width: 120px;
}
.status-dropdown-option {
    padding: 8px 16px;
    cursor: pointer;
}
.status-dropdown-option:hover {
    background: #f0f0f0;
}
.btn-not-active
	{
		color:#f7f7f7;
	}
.group-btn
{
	height:45px;
	border-radius: 1px;
	margin-top:5px;
	width: 98%;
	width: 50px;
    display: inline-block;
    position: relative;
    top: -15px;
}
.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
}
i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.group-send-btn
	{
		width: 50px;
		height: 50px;
		display: inline-block;
		position: fixed;
	}
.message-add-btn
	{
		height:45px;
		border-radius: 1px;
		margin-top:5px;
		width: 50px;
		display: inline-block;
		position: relative;
	}
.ra-down
	{
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
.ra-up
	{
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);	
	}
.group-settings-backdrop {
	position: fixed;
	left: 0; right: 0; top: 0; bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 10000;
}
.group-settings-modal {
	position: fixed;
	left: 50%; top: 50%; transform: translate(-50%,-50%);
	z-index: 10001;
	background: white;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	width: 360px;
	max-width: 90%;
}
  border-bottom: 30px solid transparent;
  
  border-left: 30px solid white;
	
}

.arrow-left {
    width: 15px;
    top: 9px;
    position: relative;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #2c559c;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.bottom_chat_submit
	{
		display:none;
		z-index:6;
	}

.chat-btn-submit
	{
		margin-bottom: 8px;
		margin-top: 8px;
		width: 96% !important;
		padding-top: 9px;
		padding-bottom: 10px;
		color: white;
		background-color: #6ac601;
		border-radius: var(--border-radius);
		font-weight: 600;
		font-size: 22px;
		border: 1px solid rgb(0, 0, 0);
	}
.chat-btn-submit:disabled
	{
		opacity: 0.8;
		cursor: not-allowed;
		color: #dedede;
		font-weight: 200;
		background-color: #6ac601f5;
	}
.field, .field input, .field select {
	border-radius: var(--border-radius);
}
.chat-btn-register
	{
		margin-bottom:8px;
		margin-top:25px;
		width:98% !important;
		padding-top: 10px;
		padding-bottom: 9px;
		background-color: rgb(255, 255, 255,0.8);
		border-radius: 10px;
		border: 1px solid rgb(0, 0, 0);
	}
.chat-btn-register:hover
	{
		background-color: rgb(0, 0, 0);
		color: rgb(255, 255, 255);
		-webkit-transition: background-color 60ms ease-out 50ms, color 60ms ease-out 50ms;
		-moz-transition: background-color 60ms ease-out 50ms, color 60ms ease-out 50ms;
		-o-transition: background-color 50ms ease-out 50ms, color 60ms ease-out 50ms;
		transition: background-color 50ms ease-out 50ms, color 60ms ease-out 50ms;
	}

/* Group selection popup button focus styling */
.invoicing-btn.focused {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
    box-shadow: 0 0 0 2px rgba(44, 85, 156, 0.3);
}
.field input:focus ~ label, .field input:valid ~ label, .field select:focus ~ label, .field select:valid ~ label{
	padding-right: 5px !important;
}

/* Default states for arrows */
#active_arrow {
    display: none;
}

#inactive_arrow {
    display: inline-block;
}

/* Language dropdown controlled by JavaScript only */

.resouces-element{
	width: var(--resource-element-width);
}
.invite-user{
	background: var(--primary-color);
	border-radius: var(--border-radius);
	width: 180px;
	border: 1px solid #8080808c;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
.selectLang:hover #active_arrow {
    display: inline-block;
}
	border-bottom-left-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
	text-transform: uppercase;
	font-weight: 200;
	font-size: 11px !important;
.selectLang:hover #inactive_arrow {
    display: none;
}
	border-spacing: 2px 5px;
	width: 100%;
	margin-top: 30px;
}

.active_arrow{
	display:none;
}

.arrow-down{
	top: 1px;
  position: relative;
}

.arrow-side{
	top: 4px;
  position: relative;
}

.header-detached .bottom_chat_submit {
    position: fixed;
    bottom: 0;
}

.chat-login-form-box{
	margin: 20px auto 0;
	width: 100%;
	max-width: 330px;
	text-align: center;
	display: block;
	position: relative;
}

/* Ensure the signup/login table is centered inside the login box */
.signup-table {
    margin: 0 auto;
}

.links-to{
	font-size:16px;
	color:#d5d5d5
}

.group-create-btn
	{
		height:50px;
		border-radius: 15px;
		margin-top:5px;
		width: 98%;
		bottom: 2px;
		position: relative;
	}
.group-btn-camera
	{
		background-image: url(https://chat.mydropintheoceans.org/images/connect-icons/camera_white.png);
		background-size: contain;
		padding-right: 12px;
		background-repeat: no-repeat;
	}
.group-btn-camera-right
	{
		background-image: url(https://chat.mydropintheoceans.org/images/connect-icons/camera_white.png);
		background-size: 60%;
		padding-left: 12px;
		background-repeat: no-repeat;
		height: 50px;
		margin-right: 12px;
		background-position-x: 9px;
		background-position-y: 0px;
		position: absolute;
	}
.group-btn-camera-blue
	{
		background-image: url(https://chat.mydropintheoceans.org/images/connect-icons/camera_blue.png);
		background-size: 60%;
		padding-left: 12px;
		background-repeat: no-repeat;
		height: 32px;
		margin-right: 12px;
		background-position-x: 13px;
		background-position-y: 7px;
		position: absolute;
		width:36px;
		top: 17px;
		right: 14px;
		cursor: pointer;
	}

.bold-input{
	font-weight:bold;
}

.pointer{
	cursor:pointer;
}

.pointer-none {
    cursor: pointer;
    display: none;
}

.none{
	display:none;
}

.padding-10{
	padding:10px;
}

.btn-active{    
    background-image:none !important; 
	background-color: #5abc75;
	-webkit-transition: background-color 60ms ease-out 50ms;
	-moz-transition: background-color 60ms ease-out 50ms;
	-o-transition: background-color 60ms ease-out 50ms;
	transition: background-color 60ms ease-out 50ms;
}
.group_initiate
	{
		display:none;
	}
.group_chat_table
	{
		display: block;
		height: 360px;
		position:relative;
		top:0px;
		overflow-x: hidden;
		overflow-y: scroll;
		margin-bottom: 10px;
		margin-top: 5px;
		width:100%;
		border-radius: 16px;	
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
.group_chat_table::-webkit-scrollbar {
		display: none;
	  }

.task_table_style
	{
		display: block;
		height:  calc(79vh - 120px);
		overflow-x: hidden;
		overflow-y: scroll;
		margin-bottom: -10px;
		width:100%;
		max-width:350px;
		left: 10px;
		position: relative;
	}
.zip_box
	{
		height:34px;
		width:144px;
		padding:3px;
		background-color: #933;
		font-size:12px;
		text-overflow: clip;
		border-radius:0px 0px var(--border-radius) var(--border-radius);
		top: -4px;
		position: relative;	 
		
	}
.group_chat_screen{
		display:none;
		position: fixed;
		background-color: lightsteelblue;
		padding-top:44px;
		width: 100%;
		left: 0px;
		top: 0px;
		height: 100%;
		z-index: 5;
		scroll-padding-top:0;
		scroll-margin-top:0;
	}
.group_chat
	{
		cursor: pointer;
		width:35px;
		background-size:cover;
		opacity:0.6;
		background-image:url(https://chat.mydropintheoceans.org/images/connect-icons/group_logo.png);
	}
.group_chat:hover
	{
		background-color: #9F9 !important;
	}
a {
    color: #09F;
    text-decoration: none;
}
.hold_menu
{
	height:30px;width:30px;border-radius:50%; background-image: url(https://chat.mydropintheoceans.org/images/icons/IMG_2326.PNG); background-size:contain;
	position:absolute;display:none;
	z-index:5;margin:-4px;
	}
.access_menu
{
	height:50px;width:50px;border-radius:50%; background-image: url(https://chat.mydropintheoceans.org/images/icons/IMG_locked.png); background-size:contain;
	 background-repeat: no-repeat;
	position: absolute;
    top: 340px;
    left: 120px;
	z-index:5;
	margin:-4px;
	}
.curser_on{
	cursor:pointer;
	max-width:150px;
	padding:0px;
	display:inline-block;
	margin:4px;
	z-index:7;
}
.shake{
		animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	animation-iteration-count:infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  }
.doc_box{
	height:34px;
	width:144px;
	padding:3px;
	background-color: #F93;
	font-size:12px;
	border-radius:0px 0px var(--border-radius) var(--border-radius);
	top: -4px;
	position: relative;
	
}
.pic_box{
	height:34px;
	width:144px;
	padding:3px;
	background-color: #39C;
	font-size:12px;
	border-radius:0px 0px var(--border-radius) var(--border-radius);
	top: -4px;
	position: relative;
	
}
.dir_box{
	height:34px;
	width:144px;
	padding:3px;
	background-color: #D4C97F;
	font-size:12px;
	border-radius:0px 0px var(--border-radius) var(--border-radius);
	top: -4px;
	position: relative;
	
}
.doc_thumbframe{
	padding:0px;
	height:90px;
	width:150px;
	background-color: #FFF;
	font-size:10px;
	border-radius:10px 10px 0px 0px;
	
}
.dir_thumbframe{
	padding:0px;
	height:90px;
	width:150px;
	background-color: #F2E58E;
	font-size:10px;
	border-radius:10px 10px 0px 0px;
	
}
#cross {
   width: 30px;
   height: 30px;
   position: relative;
}

#cross:before, #cross:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--primary-color);
}

#cross:before {
  left: 93%;
  width: 8%;
  margin-left: -15%;
  height: 98%;
  background: var(--primary-color);
   top: 11px;
}
.input_popup_frame
{
	margin-left:auto;margin-right:auto;width:98%;
	min-width:290px;
	max-width: 370px;
}
#cross:after {
  top: 93%;
  height: 8%;
  margin-top: -15%;
  width: 98%;
  left: 11px;
}
.msg_stuff{
	display:none;
	height:50px;
	width:60px;
	background-color: #42f492;
	border-radius:20% 20% 20% 20%;
	border-style:solid;
	border-width: medium;
	z-index:9;
	border-color:var(--primary-color);
	position:fixed;
	top:90px;
	right:30px;
	background-image: url(https://chat.mydropintheoceans.org/images/icons/IMG_chat.png);
	background-size:contain;	
	}
.more_stuff{
	height:50px;
	width:50px;
	background-color: #FFF;
	border-radius:50% 50% 50% 50%;
	border-style:solid;
	border-width: medium;
	border-color:var(--primary-color);
	position:fixed;
	bottom:40px;
	right:40px;
	z-index: 10 !important;
	cursor:pointer;
	}
.more_stuff:hover{
	opacity:0.5;

	}
.delete_stuff{
		height:50px;
		width:50px;
		display: none;
		background-color: #FFF;
		border-radius:50% 50% 50% 50%;
		border-style:solid;
		border-width: medium;
		border-color:var(--primary-color);
		position:fixed;
		bottom:100px;
		right:40px;
		}
	.go_back{
	height:50px;
	width:50px;
	background-color: #FFF;
	border-radius:50% 50% 50% 50%;
	border-style:solid;
	border-width: medium;
	border-color:var(--primary-color);
	position:fixed;
	bottom:40px;
	left:40px;
	}
	.center_contents
		{
			text-align: center;
		}
	.upload_form{
		position:relative;
		top:35px;
		display:none;
		z-index:14;
		width:96%;
		max-width:400px;
		margin-left:auto;
		margin-right:auto;
		height:70%;
		max-height:900px;
		min-height: 72vh;
		background-color:#CCC;
		padding:10px;
		border-radius:20px;
		}

		.prevent-select {
			-webkit-user-select: none; /* Safari */
			-ms-user-select: none; /* IE 10 and IE 11 */
			user-select: none; /* Standard syntax */
		  }

		.upload-button-frame{
			width:270px!important;
		}
		.close_button
			{
				left: 88%;
				top: 8px;
				position: absolute;
				height: 30px;
				width: 30px;
				border-radius: 50%;
				/*background-color: #e3e3e3;*/
			}

		/* Overlay to block clicks and scrolling */
		#chat_overlay {
			display: none;
			position: fixed;
			z-index: 9;
			top: var(--top-menu-height); left: 0; right: 0; bottom: 0;
			background: rgba(0,0,0,0.2); /* or transparent if you don't want a dark overlay */
			
		}

		.close_resources
			{
				left: 89%;
				top: 12px;
				position: absolute;
				height: 31px;
				width: 31px;
				border-radius: 50%;
				/*background-color: #e3e3e3;*/
			}
		.close_chat_button
			{
				left: 88%;
				top: 10px;
				position: absolute;
				height: 30px;
				width: 30px;
				border-radius: 50%;
				/*background-color: #e3e3e3;*/
				z-index:6;
			}
			.chat-input-cross{
				bottom: -26px;
				left: 8px;
			}
			.chat_input
				{
					height:45px;
					width:70%;
					margin-bottom: 32px;
					padding-left: 10px;
					border-radius:8px;
				}
			.task_input
				{
					height:45px;
					width:320px;
					margin-bottom: 11px;
					padding-left: 10px;
					border-radius:10px;
				}
			.chat_frame{
				    overflow-x: hidden;
					overflow-y: scroll;
					height:70%;
					}
			.group_teaser_cell
				{
					text-align:left;
					width:75%;
					background-color:#FFF;
					padding-left: 10px;
					border-radius:9px;
				}
			.blue_message_bubble{
				display:block;float:left;position:relative;margin-bottom:15px;background-color:blue;color:white;margin-left:20px;margin-right:auto;padding:6px;border-radius:8px;min-width:120px;text-align:left;min-height:25px;max-width: 270px; 		font-size:14px
				}
				.green_message_bubble{
				display:block;float:right;position:relative;margin-bottom:15px;background-color:green;color:white;margin-right:20px;margin-left:auto;padding:6px;border-radius:8px;min-width:120px;text-align:left;min-height:25px;max-width: 270px;	font-size:14px	
				}
				.chat_fill
				{
					display:inline-block;
					width:100%;
					
				}
				.chat_date
				{
					padding:0px 4px 10px 10px;
					font-size:10px;
					color:  #06C;	
					    vertical-align: top;
					
					}
									.chat_date_bar
				{
					font-size:14px;
					background-color: #bddfffb8;
					    border-radius: 4px;
    vertical-align: middle;
    padding: 5px;
	display:inline-block;
	min-width:50%;
	margin-bottom: 18px;
	color:  #06C;	
					
					}
		.title_text
		{
			position:relative;
			padding-top: 5px;
			padding-right: 10px;
			padding-bottom: 18px;
			padding-left: 10px;
			min-height:10px;
			text-align: left;
			font-weight:bold;
			
		}
	.save_btn 
		{
			float: right;
			top: -6px;
			right: 14px;
			position: relative;
			margin-top: 12px;
			margin-bottom: 5px;
		}
.close_cross
	{
		right: 5px;
		top: 2px;
		width: 26px;
		height: 21px;
		opacity: 0.9;
		position: absolute;
	}
.cancel_btn 
	{
		float:left;
		margin-top: 12px;
		margin-bottom: 5px;
	}
.cancel_btn.close_cross
	{
		right: -6px;
		top: -5px;
		width: 30px;
		height: 30px;
		opacity: 0.9;
		background-color: #C33;
		position: relative;
		border-radius:50%;
	}
.close_tasks_cross
	{
		right: 2.5px;
		top: 10px;
		width: 30px;
		height: 30px;
		opacity: 0.9;
		background-color: rgb(0, 0, 0);
		position: relative;
		border-radius:50%;
	}
.close_tasks_cross:before, .close_tasks_cross:after {
		position: absolute;
		content: ' ';
		height: 24px;
		width: 4px;
		background-color: rgb(0, 0, 0);
	  }
.close_tasks_cross:before {
		transform: rotate(45deg);
		background-color: black;
	  }
.close_tasks_cross:after {
		transform: rotate(-45deg);
		background-color: black;
	  }
.close_tasks_cross:hover {
		opacity: 1;
	  }
.close_cross:hover {
  opacity: 1;
}
.tasks-close{
	background-color: #e3e3e300;
	top:25px!important;
}

.profile-pic{
    display: inline-block;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    transition: box-shadow 0.2s;
	border-radius: 50%;
	background-size: cover;
	height:35px;
	width:35px;	
	border: 2px solid #229518;
	position: absolute;
	margin-top: -19px;
	margin-left: -18px;
}
.pic-overlap {
	height:26px;
	width:26px;	
}
.close_cross:before, .close_cross:after {
  position: absolute;
  left: 7px;
  content: ' ';
  height: 24px;
  width: 2px;
  background-color: #111111;
  top: 6px;
}
.white.close_cross:before, .white.close_cross:after {
  position: absolute;
  left: 13px;
  content: ' ';
  height: 20px;
  width: 4px;
  background-color: #ffffff;
  top: 5px;
}
.close_cross:before {
  transform: rotate(45deg);
}
.close_cross:after {
  transform: rotate(-45deg);
}
.checkmark {
    display:inline-block;
    width: 25px;
    height:25px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark_circle {
 position: absolute;
    width: 30px;
    height: 30px;
    background-color: green;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.checkmark_stem {
position: absolute;
    width: 4px;
    height: 17px;
    background-color: #fff;
    left: 15px;
    top: 5px;
}

.task-form-info-box {
	width:220px;
	padding:5px;
}
.checkmark_kick {
position: absolute;
    width: 7px;
    height: 4px;
    background-color: #fff;
    left: 9px;
    top: 18px;
}
.settings_span_left
{
	float: left;
	padding-left:6px;
	padding-top: 4px;
    padding-bottom: 4px;
    width: 75px;
	line-height:30px;
	font-weight: 700;
}
	.delete_form{
		position:relative;
		top:230px;
		display:none;
		z-index:13;
		width:200px;
		margin-left:auto;
		margin-right:auto;
		height:100px;
		background-color:#CCC;
		padding:10px;
		border-radius:20px;
		pointer-events: auto;
		}
		.folder_form{
		position:fixed;
		top:230px;
		display:none;
		z-index:12;
		width:200px;
		margin-left:auto;
		margin-right:auto;
		height:100px;
		background-color:#CCC;
		padding:10px;
		border-radius:20px;
		}
	#chat_form {
			position: fixed;
			z-index: 9999;
		}
	.chat_form{
		position:fixed;
		top:130px;
		display:none;
		z-index:12;
		width:91%;
		min-width:280px;
		max-width: 350px;
		margin-left:auto;
		margin-right:auto;
		height:420px;
		background-color:#CCC;
		padding:10px;
		border-radius:20px;
		padding-top:20px;
		}
.chat_message{
		position:fixed;
		top:130px;
		display:none;
		z-index:12;
		width:90%;
		max-width:340px;
		margin-left:auto;
		margin-right:auto;
		height:400px;
		background-color:#CCC;
		padding:10px;
		border-radius:20px;
		}
.task_form{
		position:fixed;
		top:92px;
		display:none;
		z-index:12;
		width:100%;
		max-width:340px;
		max-width:300px;
		height:79vh;
		background-color:var(--list-boxes);
		padding:10px;
		border-radius:10px;
		}
	.resource-profile-pic{
		cursor:pointer;
		position:relative;
		width:50px;
	}
	.up_icon {
		position:relative;
		display:inline-block;
		outline: 2px solid grey;
		padding: 1em;
		background-repeat: no-repeat;
		background-size: cover;
		width:40px;
		height:40px;
		margin:8px;
	}

	/* For upload icon */
	.up_icon.upload {
		background-image: url(/images/upload.svg);
	}

	/* For invoicing icon */
	.up_icon.invoicing {
		background-image: url(/images/invoicing-icon.png);
	}

	.chat_icon {
		position:relative;
		display:inline-block;
    outline: 2px solid #CCC;
    padding: 1em;
    background-image: url(/images/chat.svg);
    background-repeat: no-repeat;
	margin-right:auto;
    background-size: cover;
	width:40px;
	/*right:-10px;*/
	height:40px;
	margin:8px;
}
	.folder_icon {
		position:relative;
		display:inline-block;
    outline: 2px solid grey;
    padding: 1em;
    background-image: url(/images/folder.svg);
    background-repeat: no-repeat;
	margin-right:auto;
    background-size: cover;
	width:40px;
	/*right:-10px;*/
	height:40px;
	margin:8px;
}
	.task_icon {
		position:relative;
		display:inline-block;
    outline: 2px solid grey;
    padding: 1em;
    background-image: url(https://chat.mydropintheoceans.org/images/connect-icons/task_icon2.png);
    background-repeat: no-repeat;
	margin-right:auto;
    background-size: cover;
	width:40px;
	/*right:-10px;*/
	height:40px;
	margin:8px;
}

#panel {
    padding:  5px 25px;
    border: solid 1px #c3c3c3;
	background-color: #ffff;
	width: 110%;
	height:190px;
	bottom:0px;
    position: fixed;
    left: -9px;
	z-index:12;
	display:none;
	
}

.user-icon-mobile a:active,.user-icon-mobile a:hover{
	background-image:url(https://chat.mydropintheoceans.org/images/user-active@2x.png);
	}

.user-icon-mobile{background-image:url(https://chat.mydropintheoceans.org/images/user@2x.png);
	background-repeat:no-repeat;background-position:50% 50%;display:block;height:44px;width:40px;
	background-size:19px 18px;position:absolute;right:0;top:1px;
	z-index: 1000;
	}
	
.hamburger {
    background-image: url(https://chat.mydropintheoceans.org/images/hamburger-icon@2x.png);
    background-size: 25px 25px;
    float: left;
    overflow: hidden;
    text-indent: -100px;
    left: 0;
	background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    height: 44px;
    width: 40px;
}
.blank_overlay
		{
			height:1000px;
			width:102%;
			position: fixed;
			top:0px;
			display:none;
			z-index:13;
			left: -9px;
			pointer-events: none;
		}
.blackout
		{
			height:120%!important;
			width:110%;
			opacity: 0.7;
			position: fixed;
			background-color: #000;
			top:0px;
			display:none;
			z-index:11;
			left: -9px;
		}
.slider {
	overflow-y: hidden;
	max-height: 500px; /* approximate max height */

	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#flip{
z-index:3;
}

.slider.closed {
	max-height: 0;
}

.profile-popup-lang-select {
    margin-top: 12px;
    margin-bottom: 8px;
    align-items: center;
    gap: 8px;
	color : var(--primary-color);
}

#profile-lang-select {
    border-radius: 4px;
    border: 1px solid #ccc;
	font-size: 30px;
	background-color: white;
	border: none;
	cursor: pointer;
} 

@media screen and (min-width:630px){
.header nav{padding:0 5px}
.header .logo{position:static;float:left;margin:2px 0 0;z-index:1000}
.header{background-color:#fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}
.account-info .avatar{display:block}
.js .search-icon-mobile{display:none}
.js .main-navigation a:hover,.main-navigation a:hover{background:#f7f7f7}
.js .main-navigation li:after,.main-navigation li:after{width:20px;display:block;content:"Â•";height:1px;line-height:1px;position:absolute;text-align:center;top:50%;color:#e5e9ec;right:-9px}
.js .main-navigation .dropdown-menu li:after,.js .main-navigation li.last-child:after,.js .main-navigation.signed-out li:after,.main-navigation .dropdown-menu li:after,.main-navigation li.last-child:after,.main-navigation.signed-out li:after{content:""}.js .main-navigation li,.main-navigation li{display:inline-block;padding-right:1px;position:relative;width:auto}
.js .main-navigation .dropdown-menu li,.main-navigation .dropdown-menu li{display:block;margin-left:0;padding-right:0;position:relative;width:auto}
.js .main-navigation .dropdown-menu,.main-navigation .dropdown-menu{border-bottom:1px solid #d0d0d0}
.js .main-navigation.signed-out,.main-navigation.signed-out{float:right}
.js .main-navigation,.main-navigation{clear:none;display:block;margin:0 0 0 10px;float:left;width:auto}
.js .account-info{display:block;position:relative}.bdropiceberg .subtitle h1{font-weight:400;font-size:48px}
}
.logo{background:url(https://chat.mydropintheoceans.org/images/logo/mydiologotextsmalla.png) no-repeat;background-size:contain;display:block;height:21px;overflow:hidden;width:220px;bottom:2px}
.header .logo{bottom:9px;background-image:url(https://chat.mydropintheoceans.org/images/logo/mydiologotextsmalla.png)}
.header{display:inline;position:absolute;right:0;top:0;background-color:#f7f7f7;-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);box-shadow:0 0 3px rgba(0,0,0,.3);position:fixed;z-index:9999}
.header-detached{padding-top:44px}
.header-detached .header{position:fixed;top:0}
.header .dropdown-menu{left:auto;right:0}
.header .navbar-inner .nav>li>a{font-size:12px;font-weight:400;padding:10px 8px;color:#4b5c66}
.header .navbar-inner .nav>li>a.emphasis{color:#2d9edc}
.header .navbar-inner .nav>li>a:hover{background:#f7f7f7}
.header .navbar-inner .container{width:825px}
body.navbar-detached{padding-top:45px}
.headerless-page,.signup-page,body.mobile.navbar-detached{padding-top:0}
.header .navbar-search{margin-top:8px;float:right}
.header .dropdown-menu{margin:0;border-radius:0;z-index:1000px}
.header.navbar .nav>li>.dropdown-menu:after,.header.navbar .nav>li>.dropdown-menu:before{content:none}
.header .form-inline{display:inline}
.header .btn-group{position:absolute;right:0;top:0}.header .btn-group.open .dropdown-menu{left:auto;right:0}
.header .navbar-inner{background:#fff;border-bottom:0;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}
.header .navbar-inner .nav>li>a{font-size:12px;font-weight:400;padding:10px 8px;color:#4b5c66}
.header .navbar-inner .nav>li>a.emphasis{color:#2d9edc}.header .navbar-inner .nav>li>a:hover{background:#f7f7f7}.header .navbar-inner .container{width:825px}
.header,.js .search{height: var(--top-menu-height);width:100%}

.header .logo, .totop .logo {
    left: 50%;
    margin-left: -110px; 
     padding: 0; 
    position: absolute;
}
@media screen and (min—moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:144dpi),(min-resolution:1.5dppx)
{
.no-sidebar.full-page .bdropaccounts .david .dio{font-size:11px}
.no-sidebar.full-page .bdropaccounts .david form table tr td .dio{font-size:14px}
.no-sidebar.header-detached .rewards p{color:#633}
.no-sidebar.header-detached .bdropbusiness #reg table tr .col_4{vertical-align:middle;padding-bottom:7px}
.no-sidebar.header-detached,.no-sidebar.header-detached{text-align:left}
}
/* end twitter style */
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,html input[type=button],input[type=reset],input[type=submit]{-moz-appearance: button;appearance: button;-webkit-appearance:button;cursor:pointer}
button,html input[type=button],input[type=reset],input[type=submit]{-moz-appearance: button;appearance: button;-webkit-appearance:button;cursor:pointer}
button,input,select,textarea{font-size:15px;font-weight:400;line-height:25px;min-height:25px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
input[type=button],input[type=reset],input[type=radio],input[type=checkbox],input[type=file],input[type=image]{width:auto}
.no-sidebar.header-detached .bdropabout .david .style3{text-align:left}

