body {
	font-family: 'segoe UI';
	background: rgb(251, 251, 251);
	background: #003545;
	color:white;
}

html, body {
	font-size: 14px;
	max-width: 100%;
	overflow-x: hidden;
}



.theme-svg path, .theme-svg circle, .theme-svg polygon {
	stroke: none;
	fill: white;
}

.theme-svg {
	height: 60px;
	width: 60px;
	margin-left: 25px;
	margin-top: 5px;
}

.button-round .theme-svg {
	height: 30px;
	width: 30px;
	margin-left: 0px;
	margin-top: 0px;
}

.simplebox {
	outline: none;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

h4 {
	margin-right: 10px;
	padding-right: 10px;
	height: 21px;
}

.hide-overflow {
	overflow-x: hidden;
	overflow-y: hidden;
	padding-right: 2px;
}

.member-menu {
	height: 45px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .member-menu.selected
{
	outline: none !important;
	outline-style: none;
}

.link {
	float: left;
	margin-left: 5px;
	cursor: pointer;
}

.l{
	cursor: pointer;
	color: #40C2D8;
}


.search-menu {
	background: #003545;
	width: 100%;
	height: 47px;
	display: none;
}



.transparent {
	color: white;
	background-color: rgba(0, 53, 69, 0.7);
}

.solid {
	color: white;
	background-color: #054052;
	max-width: 500px;
	padding: 10px;
}

.solid-bubble {
	color: white;
	background-color: #054052;
	max-width: 500px;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}

.unread {
	fill: #FF9400 !important;
}

.center {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
}

.ignoreMouse {
	pointer-events: none;
}

.venue {
	margin-bottom: 10px;
	padding-bottom: 15px;
	text-align: left;
}

.venue-title {
	font-size: 16px;
	width: 100%;
	margin-bottom: 5px;
	margin-left: 40px;
}

.venue-subtitle {
	font-size: 11px;
	margin-left: 40px;
}

.venue-tips {
	font-size: 13px;
	width: 100%;
	margin-top: 5px;
	margin-left: 40px;
}

.venue-rating {
	text-align: center;
	width: 30px;
	height: 30px;
	padding: 5px;
	float: left;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2)
}

.venue-attribution {
	font-size: 14px;
	width: 100%;
	margin-top: 10px;
}

.button-round {
	padding: 5px;
	border-radius: 50%;
	cursor: pointer;
	min-width: 33px;
	display: inline-block;
	text-align: center;
}

.button-round.marked {
	background: rgba(255, 255, 255, 0.2)
}

.button-round:hover {
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2)
}

.button {
	height: 44px;
	background-color: rgba(0, 0, 0, 0.0);
	border-bottom: 4px solid transparent;
}

.button:hover, .button.marked {
	cursor: pointer !important;
	border-bottom: 4px #428bca solid;
}

.top-menu{
	position: absolute; 
	top: 0; 
	width: 100%; 
	padding-left: 5px;
	padding-right: 5px; 
	height: 47px; 
	z-index: 900000;
	background: #003545;
}

.top-menu .button {
	margin-top: 3px;
}

.top-menu .button:hover, .top-menu .button.marked {
	cursor: pointer !important;
	color: rgba(230, 255, 230, 1.0);
	border-bottom: 4px #428bca solid;
	background-color: rgba(0, 53, 69, 0.7);
}

.help-block {
	color: white;
}

.project {
	border-top: 2px rgba(230, 255, 230, 0.0) solid;
	border-bottom: 2px rgba(230, 255, 230, 0.0) solid;
	border-radius: 10px;
	min-height: 70px;
}

.confirmBox{
    position: absolute;
   	text-align: center;
	width: 100%;
    z-index: 200000;
    color: white;
    top:-300px;
}

.confirmBox .btn{
	width: 100%;
	margin-top:5px;
}

#notification, .options {
	display: none;
	color: white;
	text-align: center;
	width: 100%;
	min-height: 40px;
	position: absolute;
	z-index: 15000;
	top:47px;
}

.options {
	top:-300px;
}

.top-bubble-blue{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: inline-block;
	background: rgb(63, 135, 197);
	cursor: pointer;
	padding: 10px;
}

.top-bubble-blue.transparent{
	background:rgba(63, 135, 197, 0.75);
}

#notification .content, .options .content, .confirmBox .content {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: inline-block;
	background: rgb(63, 135, 197);
	cursor: pointer;
	padding: 10px;
}

.confirmBox .content{
	background: #B12D2D;
}

.project:hover {
	cursor: pointer !important;
	background: #3F5C74;
}

.project.marked {
	background: rgba(0, 53, 69, 0.7);
}

.project.marked-white {
	background: #428bca;
}

.media-object.center {
	padding: 10px;
}

.theme {
	padding: 5px;
	/* border-radius:5px; */
}

.theme:hover {
	cursor: pointer !important;
}

.theme:hover .regular, .theme:hover .theme-svg path, .theme:hover .theme-svg circle,
	.theme:hover .theme-svg polygon, .theme-svg rect {
	fill: #78BA00;
}

.theme.selected .regular, .theme.selected .theme-svg path, .theme.selected .theme-svg circle,
	.theme.selected .theme-svg polygon, .theme-svg rect {
	fill: #78BA00;
}

.privacy.selected .regular {
	fill: #78BA00;
}

.toolbox {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	line-height: 26px;
	display: block;
	text-align: right;
	text-decoration: none;
	color: black;
	z-index: 6;
}

.toolbox:hover {
	cursor: pointer;
	min-width: 38px;
}

.toolbox svg {
	width: 36px;
	height: 36px;
}

.toolbox svg path {
	fill: #666666;
}

.notifications {
	display: none;
	z-index: 10000;
	position: fixed;
	top: 47px;
	width: 250px;
	right: 55px;
	background-color: white;
	height: 400px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px;
	color:black;
}

.msg {
	border-bottom: 1px solid #d4d4d4;
}

.msg-title {
	font-size: 16px;
}

.msg-content {
	font-size: 12px;
}

.msg-date {
	font-size: 10px;
}

.msg:hover {
	background: #F4F7FF;
}

/*

	SVG coloring and animation

*/
.svg-rotate {
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}

.blue {
	stroke: none;
	fill: white;
}

.svg-color {
	stroke: none;
	fill: rgba(255, 255, 255, 0.9);
}

.svg-white {
	stroke: none;
	fill: #fff;
}

.regular {
	stroke: none;
	fill: white;
	cursor: pointer;
}

.regular:hover, .regular.selected {
	fill: #78BA00;
}


/*

	Video and images

*/
.video-add, .video-keep, .video-to-remove, .video-remove, .image-zoom,
	.image-link {
	padding: 1px 8px;
	color: #666666;
	background-color: rgba(0, 53, 69, 1);
	position: absolute;
	top: 26px;
	width: 35px;
	cursor: pointer;
	z-index: 1002;
}

.video-remove {
	top: 46px;
}

.image-zoom, .image-link {
	top: 5px;
}

.video-remove.note, .video-to-remove {
	top: 46px;
	left: 5;
	width: 35px;
}

.video-title {
	font-size: 13px;
	padding: 5px;
	color: #666666;
	background: white;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
}

.image-link {
	top: 40px;
}

.video-add.selected, .video-keep.selected {
	background-color: #78BA00;
}


/*


	General

*/
.no-scroll {
	overflow-y: hidden;
	overflow-x: hidden;
}

.no-x-scroll {
	overflow-y: hidden;
	overflow-x: hidden;
}

/*
    
    SPINNER
    
    
    */
.spinner {
	height: 60px;
	width: 60px;
	margin: 0px auto;
	position: relative;
	-webkit-animation: rotation 1.2s infinite linear;
	-moz-animation: rotation 1.2s infinite linear;
	-o-animation: rotation 1.2s infinite linear;
	animation: rotation 1.2s infinite linear;
	border-left: 6px solid rgba(0, 174, 239, .15);
	border-right: 6px solid rgba(0, 174, 239, .15);
	border-bottom: 6px solid rgba(0, 174, 239, .15);
	border-top: 6px solid rgba(0, 174, 239, .8);
	border-radius: 100%;
}

@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(359deg);
}

}
@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);
}

to {
	-moz-transform: rotate(359deg);
}

}
@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);
}

to {
	-o-transform: rotate(359deg);
}

}
@keyframes rotation {
	from {transform: rotate(0deg);
}

to {
	transform: rotate(359deg);
}

}
.timeline-note {
	margin-bottom: 25px;
	margin-left: 40px;
	position: relative;
	float: left;
	padding: 5px;
	cursor: pointer;
}

.timeline-note:after {
	background: #428bca;
	border: 2px solid #fff;
	border-radius: 50%;
	content: "";
	text-align: center;
	height: 32px;
	left: -32px;
	position: absolute;
	top: 0;
	width: 32px;
}

.timeline-vertical::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 21px;
	bottom: 0;
	width: 4px;
	background: #d4d4d4;
	background: rgba(0, 0, 0, 0.2);
}

.timeline-vertical:last-child:before {
	background: transparent;
}

.peri {
	background: #428bca;
	border: 2px solid #fff;
	border-radius: 50%;
	z-index: 1003;
	height: 32px;
	left: -32px;
	padding: 3px;
	position: absolute;
	top: 0;
	width: 32px;
}

.peri.selected {
	background: #5cb85c;
}

.title {
	font-size: 14px;
	font-weight: 600;
}

.time {
	opacity: 0.75;
	font-size: 11px;
	font-weight: 400;
}

#followingBallsG{
position:relative;
width:80px;
height:6px;
}

.followingBallsG{
background-color:#E6E6E6;
position:absolute;
top:0;
left:0;
width:6px;
height:6px;
-moz-border-radius:3px;
-moz-animation-name:bounce_followingBallsG;
-moz-animation-duration:2s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:normal;
-webkit-border-radius:3px;
-webkit-animation-name:bounce_followingBallsG;
-webkit-animation-duration:2s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:normal;
-ms-border-radius:3px;
-ms-animation-name:bounce_followingBallsG;
-ms-animation-duration:2s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:normal;
-o-border-radius:3px;
-o-animation-name:bounce_followingBallsG;
-o-animation-duration:2s;
-o-animation-iteration-count:infinite;
-o-animation-direction:normal;
border-radius:3px;
animation-name:bounce_followingBallsG;
animation-duration:2s;
animation-iteration-count:infinite;
animation-direction:normal;
}

#followingBallsG_1{
-moz-animation-delay:0s;
}

#followingBallsG_1{
-webkit-animation-delay:0s;
}

#followingBallsG_1{
-ms-animation-delay:0s;
}

#followingBallsG_1{
-o-animation-delay:0s;
}

#followingBallsG_1{
animation-delay:0s;
}

#followingBallsG_2{
-moz-animation-delay:0.2s;
-webkit-animation-delay:0.2s;
-ms-animation-delay:0.2s;
-o-animation-delay:0.2s;
animation-delay:0.2s;
}

#followingBallsG_3{
-moz-animation-delay:0.4s;
-webkit-animation-delay:0.4s;
-ms-animation-delay:0.4s;
-o-animation-delay:0.4s;
animation-delay:0.4s;
}

#followingBallsG_4{
-moz-animation-delay:0.6s;
-webkit-animation-delay:0.6s;
-ms-animation-delay:0.6s;
-o-animation-delay:0.6s;
animation-delay:0.6s;
}

@-moz-keyframes bounce_followingBallsG{
0%{
left:0px;
background-color:#E6E6E6;
}

50%{
left:74px;
background-color:#F5F2F4;
}

100%{
left:0px;
background-color:#E6E6E6;
}

}

@-webkit-keyframes bounce_followingBallsG{
0%{
left:0px;
background-color:#E6E6E6;
}

50%{
left:74px;
background-color:#F5F2F4;
}

100%{
left:0px;
background-color:#E6E6E6;
}

}

@-ms-keyframes bounce_followingBallsG{
0%{
left:0px;
background-color:#E6E6E6;
}

50%{
left:74px;
background-color:#F5F2F4;
}

100%{
left:0px;
background-color:#E6E6E6;
}

}

@-o-keyframes bounce_followingBallsG{
0%{
left:0px;
background-color:#E6E6E6;
}

50%{
left:74px;
background-color:#F5F2F4;
}

100%{
left:0px;
background-color:#E6E6E6;
}

}

@keyframes bounce_followingBallsG{
0%{
left:0px;
background-color:#E6E6E6;
}

50%{
left:74px;
background-color:#F5F2F4;
}

100%{
left:0px;
background-color:#E6E6E6;
}

}

input[type=range] {
	-webkit-appearance: none;
	border: 0px solid white;
	border-radius: 5px;
	width: 300px;
	background: #ccc;
	height: 5px;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 300px;
	height: 5px;
	background: #ddd;
	border: none;
	border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #fff;
	margin-top: -5px;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #ccc;
}

input[type=range]::-moz-range-track {
	width: 300px;
	height: 5px;
	background: #ddd;
	border: none;
	border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #fff;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
	outline: 0px solid white;
	outline-offset: -1px;
}

input[type=range]::-ms-track {
	width: 300px;
	height: 5px;
	background: transparent;
	border-color: transparent;
	border-width: 6px 0;
	color: transparent;
}

input[type=range]::-ms-fill-lower {
	background: #777;
	border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
	background: #ddd;
	border-radius: 10px;
}

input[type=range]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #fff;
}

input[type=range]:focus::-ms-fill-lower {
	background: #fff;
}

input[type=range]:focus::-ms-fill-upper {
	background: #ccc;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #fff;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}

.modal-backdrop {
	z-index: initial;
}

.modal-dialog {
	top: 30px;
}
/*
::-webkit-scrollbar-track {
    background: rgba(128,128,128,.3);
}

::-webkit-scrollbar {
    width: 5px;
    height: 12px;
}

::-webkit-scrollbar-thumb element,
::-webkit-scrollbar-thumb {
    background: rgba(0,53,69,0.7);
}
*/

/* ::-webkit-scrollbar {  
    width: 12px;  
}  
::-webkit-scrollbar-track {  
    background-color: rgba(0,53,69,0.7);  
    border-left: 1px solid #ccc;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #ccc;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  */