body {
	background-color: #eee;
}

body.hover:after {
	content: "";
	display:  block;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	background-image: url('../../img/drop_upload.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: rgba(34,150,243,0.6);
}

h3 {
	font-size: 30px;
	margin: 0 0 15px 0;
}
.login-form {
	margin: 50px auto;
	max-width: 400px;
}
#infospot_sortable {
	width: calc(100% + 50px);
	overflow: none;
}
.input-group-infospot {
	margin: 0 14px 0 0;
	padding: 0;
	display: inline-block;
	width: calc(33.33% - 28.5px);
}
.upload_target {
	margin: 0;
	padding: 0;
}
.fs-upload-target {
	width: 100%;
	height: 131px;
	background-size: cover;
	padding: 40px 20px;
}
#video-upload-target {
	width: 100%;
	height: 131px;
	background-size: cover;
	padding: 40px 20px;
	border: 1px dashed #dddddd;
	background-size: cover !important;
	background-position: center !important;
	color: #2196f3;
	font-size: 2em;
	cursor: pointer;
	text-align: center;
}
.video-upload-dropping {
	background: #2196f3 !important;
	border-color: #2196f3 !important;
	color: #ffffff !important;
}
.glyphicon.slow-right-spinner {
	-webkit-animation: glyphicon-spin-r 3s infinite linear;
	animation: glyphicon-spin-r 3s infinite linear;
}
@keyframes glyphicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.glyphicon.wiggle {
	-webkit-animation: wiggle 2s infinite linear;
	animation: wiggle 2s infinite linear;
}
@keyframes wiggle {
    0% {
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    100% {
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
}
#tab2 .fs-upload-target, #tab3 .fs-upload-target {
	width: 100%;
	height: 100px;
	padding: 30px;
}
#logo {
	margin: 35px auto;
	width: 300px;
	height: 121px;
	display: block;
}
.userpage_title {
	width: 100%;
	text-align: center;
	margin: 50px 0;
	display: block;
	font-size: 50px;
	color: #009FE3;
}
.fixedwidth {
	width: 80px;
	display: inline-block;
}
.image_delete {
	display: none;
	position: absolute;
	right: -14px;
	top: -14px;
	text-align: center;
	border-radius: 30px;
	color: white;
	padding: 5px 9px 3px 9px;
	font-size: 12px;
	background: #e51c23;
	cursor: pointer;
}
.infospot_text {
	position: absolute;
	right: -14px;
	top: -14px;
	text-align: center;
	border-radius: 30px;
	color: white;
	padding: 5px 9px 3px 9px;
	font-size: 12px;
	background: #2196f3;
	cursor: pointer;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
.infospot_text:hover {

	background: #0d87e9;

}
button:focus {
	outline: 0 !important;
}
.modal {
	text-align: center;
	padding: 0!important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal.fade .modal-dialog
{
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
}
.qrbut {
	margin: 0 3px;
}
img.thumb {
	width: 100%;
	filter: saturate(130%);
	-webkit-filter: saturate(130%);
	-moz-filter: saturate(130%);
	-o-filter: saturate(130%);
	-ms-filter: saturate(130%);
}
img.thumb:hover {}
#hover-cap-4col .thumbnail {}
.caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 100%;
	color: #444 !important;
	cursor: pointer;
	padding: 0 auto;
	vertical-align: center;
}

/* Overview pages */

*, *:before, *:after {
	box-sizing: border-box !important;
}
.userpage-row {
	-moz-column-width: 18em;
	-webkit-column-width: 18em;
	column-width: 18em;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
	column-gap: 1em;
	margin: 0px;
}
.userpage-item {
	display: inline-block;
	padding: .25rem;
	width: 100%;
}
.masonry {
	position: relative;
	display: block;
	padding: 0;
	/*border: 1px solid #CCC;*/
}
.masonry a {
	display: block;
	padding: 20px;
	color: #444;
}
.masonry a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #009FE3;
}
.masonry .title {
	font-size: 15px;
	font-weight: bold;
	margin: 12px 0 5px 0;
	display: block;
}
.masonry p {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	color: #444;
}
.dropdown-menu {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	 -khtml-user-select: none; /* Konqueror */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
								  not supported by any browser */
}

.noselect div {
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}

.popover {

  max-width: 800px;

}

.popover.right .arrow {
	display: none;
}

h4 {
	font-size: 17px;
	padding-top: 5px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#scenes-list span {
	display: block;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.panoholder {
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	border-radius: 2px;
}

#scenes-list {
	max-height: 532px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	border-radius: 2px;
	overflow:  scroll;
	margin-bottom: 23px;
}
.scene-selector {
	border-width: 1px 0 1px 0;
}

.usereditor {
	margin: 0px;
	margin-bottom: 10px;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #2196f3;
}

.form-control {
	box-shadow: none !important;
	border: 1px solid #ddd !important;
	padding: 7px !important;
	border-radius: 3px !important;
	background-color: #fff !important;
}
.form-control:focus {
	box-shadow: none !important;
	border: 1px solid #2196f3 !important;
}

.without_margin {
	margin: 0;
	
}
.small_margin {
	margin: 5px 0 0 0;
}
.rotate-180 {
	transform: rotate(180deg);
}
.overflow_visible {
	overflow: visible !important;
}

.circle {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 1px solid #555;
	margin-right: 2px;
	/* width and height can be anything, as long as they're equal */
}
.grey {
	color: #666666;
}
.icon {
	width: 100px;
	height: 100px;
}
.icon-col {
	cursor: pointer;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
.icon-col:hover {
	color: #009fe3;
}

.sevenfifty {
	max-width: 650px;
	margin: 50px auto;
	 text-align: center;
}
.ninehundred {
	max-width: 950px;
	margin: 50px auto;
}
.blue {
	margin: 0;
	/*color: #000;*/
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.spacious {
	margin-top: 50px;
	margin-bottom: 50px;
}

div.list-group-item:hover {
	background-color: #fafafa;
	cursor: pointer;
}

div.list-group-item:hover h4 {
	color: #2196f3;
}

.list-group-item-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tourOptions {
	display: block;
	height: 75px;
	width: 75px;
	line-height: 75px;
	text-align: center;
	margin: -25px -10px;
	font-size: 15px;
	color: #bbb;
}

.tourOptions:hover, .open .tourOptions {
	color: #333;
}

canvas{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.chartjs-tooltip {
	opacity: 1;
	position: absolute;
	background: rgba(0, 0, 0, .7);
	color: #eee;
	border-radius: 5px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	pointer-events: none;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	padding: 5px 7px;
	text-align: center;
	width: 110px;
}

.chartjs-tooltip::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 50px;
	top:-10px;
	box-sizing: border-box;
	border: 5px solid black;
	border-color:  transparent transparent rgba(0, 0, 0, .7) transparent;
  }

.chartjs-tooltip-key {
	display: inline-block;
	width: 10px;
	height: 10px;
}

.tussenkopje {
	margin: 40px 0 10px 0;
}

div.floor {
	padding: 20px;
	margin: 10px 0;
	background-color: #ddd;
	border-radius: 10px;
}

div.floor label.tour_name {
	font-size: 16px;
	color: #000;
	cursor: pointer;
}

div.floor input.short_name {
	width: 50px;
	margin-top: 10px;
	display: inline-block;
}
div.floor input.long_name {
	margin-top: 10px;
	width: calc(100% - 60px);
	display: inline-block;
}



@media only screen and (max-width: 767px) {

	.show_thumbnails_panel {
		display: none;
	}

	#scenes-list img {
		display: none;
	}
	
	.top_button {
		display: none;
	}
}
