* {
	margin: 0;
	padding: 0;
}
/* Reset any default margin */
{
margin:0;
padding:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

}

html {
	height: 100%;
}

body {
	color: #525252;
	font-family: Roboto, "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 400;
	background-color: #DFDFDF;
}
p {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	line-height: 25px;
	font-size: 15px;
	color: #777777;
}


div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	color: #828282;
}

h2 {
	color: #828282;
	text-align: left;
	font-size: 1.3em;
}

h3 {
	color: #828282;
	text-align: left;
	font-size: 1.2em;
}

.title-rating
{
	margin-top: 10px;	
	font-size: 0.5em;
	text-align: right;	
}

.brand {
	font-size: 1.4em;
}

li {
	list-style-position: inside;
	 
}

hr {
	height: 12px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
	margin-top: -5;
	//margin-bottom: -35;
}

a {
	text-decoration: none !important;
}

textarea {
	height: 100px;
	width: 100%;
	margin-bottom: 5px;
}

.siteTitle {
	display: block;
	margin-top: 50px;
	margin-bottom: 20px;
}

.main-container {
	max-width: 1024px;
	margin: 0 auto;
}

.content-block
{
	background-color: #FFFFFF;
	margin-left:-10px;
	margin-right:-10px;
	padding: 10px;	
	border-radius: 10px;
}

.tab-gap
{	
	height: 50px;		
	margin-left:-10px;
	border-radius: 10px;	
}

.tab{
	display:inline-block;
	background-color: #FFFFFF;
	padding: 10px;
	margin-right:5px;
	color: #828282;
	text-align: left;
	font-size: 1.2em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
	height: 40px;
}

.selected-tab{
	height: 60px;
	font-weight: 900;
}

#outer-search-form-container
{
	margin-top: -25px;
}

.search-form-container {
	position:relative;
	z-index:1;
	display:block;
	margin-left: auto;
	margin-right: auto;
	width:95%;	
	background-color: #FFFFFF;
	padding: 3px;
	/* Generated by http://www.cssmatic.com/box-shadow */
	-webkit-box-shadow: 0px 2px 12px 10px rgba(2,2,3,0.58);
	-moz-box-shadow: 0px 2px 12px 10px rgba(2,2,3,0.58);
	box-shadow: 0px 2px 12px 10px rgba(2,2,3,0.58);
	
	
}

.add-mark-form-container {
	display: block;
	z-index:1;
	padding: 3px;
	margin-top: -15px;
	background-color: #FFFFFF;
	/* Generated by http://www.cssmatic.com/box-shadow */
	-webkit-box-shadow: 0px 2px 12px 10px rgba(2,2,3,0.58);
	-moz-box-shadow: 0px 2px 12px 10px rgba(2,2,3,0.58);
	box-shadow: 0px 2px 12px 10px rgba(2,2,3,0.58);
}

.menubar {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 40px;
	background-color: #454545;
	opacity: 1;
}

.navbar-custom {
	z-index: 1;
	color: #FFFFFF;
	background-color: #CC3333;
}

.scoreselect {
	display: block font-size :1.1em;
}

#detailsTitle {
	display: block;
}

.titleLink {
	color: DarkSlateGray;
	text-decoration: none;
}

.titleLink:hover {
	color: grey;
}

.error {
	color: red;
}

.display-tag {
	height: 26px;
	display: inline-block;
	border: 1px;
	background-color: #E0EAF2;
	margin: 2px;
	float: left;
	padding: 4px;
	line-height: 1.4;
	text-decoration: none !important;
	font-size: 0.9em;
	color: #0077cc;
	cursor: pointer;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px;
	border-bottom: 1px solid #a3aaa2;
	border-right: 1px solid #a3aaa2;
}

.display-tag:hover, .removeaction:hover {
	background-color: #a0EAF2;
	border-bottom: 1px solid #a3cee2;
	border-right: 1px solid #a3cee2;
	-moz-box-shadow: inset 0px 2px 4px 0px #888888;
	-webkit-box-shadow: inset 10px 8px 15px 40px #888888;
	box-shadow: inset 0px 2px 4px 0px #888888;
	border-bottom: 1px solid #a3cee2;
	border-right: 1px solid #a3cee2;
}

.removeaction {
	height: 26px;
	border: 1px;
	background-color: #E0EAF2;
	border-bottom: 1px solid #a3aaa2;
	border-right: 1px solid #a3aaa2;
	margin: 2px;
	margin-left: -2px;
	float: left;
	padding: 4px;
	line-height: 1.4;
	font-size: 0.9em;
	color: #C9302C;
	text-decoration: none !important;
	cursor: pointer;
	width: 24px;
	text-align: center;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px;
}

.removeaction a {
	text-decoration: none;
}

.tag-item {
	display: block;
	float: left;
}

ul {
	list-style: none;
}

.mark-description ul {
	 list-style: circle inside !important;
	 text-indent: 40px;
	 margin:0 0 0 0; 
}


#addActionForm {
	margin-bottom: 5px;
}

#actionName {
	display: inline-block;
	float: left;
	width: 70%;
	margin-right: 5px;
}

#placeActions {
	display: inline-block;
	width: 60%;
	float: left;
}

.avg-rate-container {
	padding-bottom: 2%;
	padding-top: 2%;
}

.avg-rate-title {
	padding-right: 2%;
}

.font-large-size {
	font-size: large
}

/************ File Browser *********/

#addImagesForm {
	display: block;
	padding-top: 10px;
	padding-bottom: 50px;
}

#fileBrowser {
	display: inline-block;
	float: left;
}

.userinfolabel {
	display: block;
	margin: 5 auto;
	width: 90%;
}

.mark-score {
	display: inline-block;
	position: relative;
}
.scoreIndicatorContainer {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 15px;
	background-color: #A1A1A1;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-moz-box-shadow: inset 0px 4px 4px 0px #777777;
	-webkit-box-shadow: inset 0px 4px 4px 0px #777777;
	box-shadow: inset 0px 4px 4px 0px #777777;
}

.scoreMarker {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	background-color: #008000;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-moz-box-shadow: inset 0px 4px 4px 0px #00FF00;
	-webkit-box-shadow: inset 0px 4px 4px 0px #00FF00;
	box-shadow: inset 0px 4px 4px 0px #00FF00;
}

.scoreValueInd {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #525252;
	width: 100px;
	height: 15px;
	text-align: center;
	vertical-align: top;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFF00;
	line-height: 15px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.comment {
	display: inline-block;
	margin-top: 15px;
	width: 100%;
	background-color: #D9EDF7;
	border-radius: 10px;
	padding:5px;
}

.commentUser {
	display: inline-block;
	width: 50%;
	height:28px;
	float: left;
	color: #285E8E;
	font-weight: bold;
	font-size: 1.2em;
}

.deleteComment {
	display:none;
	width: 28px;
	height: 28px;
	float: right;
}

.comment:hover .deleteComment
{
	display:inline-block;
}
.commentContent {
	display: block;
	width: 100%;
	float: right;
}

.logincontainer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #eee;
}

.form-signin {: 400px;
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-signin button {
	margin-top: 10px;
}
.form-signin .new-user-link {
	margin-top: 10px;
}

.mark-btn-group
{
	display:block;
	float:right;		
	margin-bottom: 10px;	
}

.mark-edit-button {
	display:inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url("../res/edit.png") no-repeat;
	overflow: hidden;
	background-position: 0px 0px;	
	background-size: 90%;	
	opacity: 0.5;
	padding-left: 5px;
}
.mark-edit-button:hover {
	opacity: 1;
}

.mark-save-button {
	display:inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url("../res/save.png") no-repeat;
	overflow: hidden;
	background-position: 0px 0px;	
	background-size: 95%;	
	opacity: 0.5;
	margin-left: 10px;
}
.mark-save-button:hover {
	opacity: 1;
}

.mark-done-button {
	display:inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url("../res/done.png") no-repeat;
	overflow: hidden;
	background-position: 0px 0px;	
	background-size: 95%;	
	opacity: 0.5;
	margin-left: 10px;
}
.mark-done-button:hover {
	opacity: 1;
}

.mark-cancel-button {
	display:inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url("../res/cancel.png") no-repeat;
	overflow: hidden;
	background-position: 0px 0px;	
	background-size: 100%;	
	opacity: 0.5;
	margin-left: 10px;
}
.mark-cancel-button:hover {
	opacity: 1;
}

.visited-mark-flag {
	display: inline-block;
	height: 24px;
	width: 24px;
	cursor: pointer;
	background: url("../res/visited-mark.png") no-repeat;
	overflow: hidden;
	background-position: 0px 0px;
	background-size: 90%;
	margin-left: 10px;
}

.mark-delete-btn
{
	display: inline-block;
	height: 24px;
	width: 24px;
	cursor: pointer;
	background: url("../res/delete-mark.png") no-repeat;
	overflow: hidden;
	background-position: 0px 0px;
	background-size: 90%;
	opacity: 0.7;
	margin-left: 10px;
}
.mark-delete-btn:hover {
	opacity: 1;
}

.unvisited-mark-flag {
	display: inline-block;
	height: 24px;
	width: 24px;
	cursor: pointer;
	background: url("../res/unvisited-mark.png") no-repeat;
	overflow: hidden;
	background-position: 0px 0px;
	background-size: 90%;
	margin-left: 10px;		
}

.unvisited-mark-flag:hover {
	background-image: url("../res/visited-mark.png");
}

.wide-container {
	width: 666px;
	margin: 0 auto;
	background-color: #222222;
}

.evaluationTitle {
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
}

.evaluationOption {
	display: inline-block;
}

#mapcontainer {
	display: block;
	padding-top: 10px;
	padding-right: 5%;
	padding-left: 5%;
}

@media all and (max-width: 699px) {
	#search-mapcanvas, #addmark-mapcanvas {
		display: block;
		position: absolute;
		left: 0px;
		top: 40px;
		width: 100%;
		background-color: black;
		height: 95%;
	}

	#small-mapcanvas {
		display: block;
		left: 0px;
		top: 40px;
		width: 100%;
		background-color: black;
		height: 400px;
	}
	#current-position {
		top: 130px;	
		right: 10px;	
	}
	
	h1 {
		font-size: 2.0em;	  
    }
}

@media all and (min-width: 700px) {
	#search-mapcanvas, #addmark-mapcanvas {
		display: block;
		position: absolute;
		left: 0px;
		top: 40px;
		width: 100%;
		background-color: black;
		height: 95%;
	}

	#small-mapcanvas {
		display: block;
		left: 0px;
		top: 40px;
		width: 100%;
		background-color: black;
		height: 500px;
	}
	#current-position {
		top: 60px;
		right: 10px;
	}
}

.commentsContainer {
	margin-bottom: 20px;
}

.verbatim {
	/*white-space: pre-wrap;*/
}

.mark-description {
	display:block;
	text-align: justify;
	float:right;
}

.input-mark-name {
	width: 100%;
}

.input-mark-description {
	height: 200px;
	margin-top: 40px;
}

.gap {
	height: 10px;
}

.user-details-value {
	color: #828282;
	font-size: 1.2em;
	padding-right: 10px;
}

.user-details {: 400px;
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.modal-dialog {
	margin-top: 100px;
}

.crawlable {
	position: fixed;
	left: 7680px;
}

#current-position {
	position: absolute;
	right: 10;
	display: block;
	margin: 0 auto;
	background-color: #000000;
	z-index: 1;
	opacity: 0.5;
	padding: 7px;
	border-radius: 5px;
}
#current-position:hover {
	opacity: 0.9;
}


.fscreen {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10/*00010000*/;
	background: black;
	margin: 0 auto;
}

.img-info-area {
	height: 22px;
	background-color: #090909;
}

.img-author {
	position: absolute;
	display: inline;
	color: #D0E9C6;
	font-weight: bold;
}

.info-author
{
	font-size: 0.8em;
	
}

.img-counter {
	position: absolute;
	right: 50px;
	display: inline;
	color: #D0E9C6;
	font-weight: bold;
}

.slider-close {
	display: block; /*block;*/
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url("../res/close.png") no-repeat;
	overflow: hidden;
	background-position: 0px 0px;
	right: 10px;
	z-index: 10;
	background-size: 350%;
}


.fullscreen-toolbar
{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 30px;
	background-color:#000000;
	opacity:0.8;
	z-index: 11;
	
	/*-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-ms-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;*/
	/*//opacity: 0;*/	
}


.slider-expand {
	display: inline;
	position: absolute;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url("../res/top_right_expand.png") no-repeat;
	overflow: hidden;
	background-position: 0px 0px;
	right: 10px;
	background-size: 70%;
	top: 5px;
	opacity: 0.5;
}
.slider-expand:hover {
	opacity: 1;
}

.delete-button {
	display: block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url("../res/erase.png") no-repeat;
	overflow: hidden;
	background-position: 0px 0px;
	right: 20px;
	background-size: 80%;
	opacity: 0.5;
	float:right;
}
.delete-button:hover {
	opacity: 1;
}

.edit-button {	
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url("../res/edit.png") no-repeat;
	overflow: hidden;
	background-position: 0px 0px;	
	background-size: 80%;
	opacity: 0.5;
	float:left;
}
.edit-button:hover {
	opacity: 1;
}


#photosphere-viewer
{
	height:600px;	
}

.img-label-editor
{
	position:absolute;
	display:none;
	background-color: #3C3C3C;
	width: 195px;
	height: 75px;	
	padding:5px;	
}

.img-label-editor-btn
{		
	padding-top:5px;
	width: auto;
	height: auto; 		
}

.centered
{
	display:inline-block;
	margin: 0 auto;
    
}

.result-item li
{
	 display: inline-block;
    float: left;
    margin: 5px;
    cursor: pointer;
    background-color: #EEEEEE;
    padding: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}


.navbar-brand
{
	opacity: 0.7;
}
.navbar-brand:hover {
	opacity: 1;
}

