/**
* set padding to make room for bootstrap menu
*
*/
body {
	padding-bottom: 30px;
}

/*
* need to set the height for objects
* set top padding to make room for selection toolbar
*/
div.qvobject, div.qvplaceholder {
	padding: 10px 10px 10px 10px;
	height: 70vh;
}

div.qvminiobject {
	height: 100px !important;
}

#main {
	width: 100%;
	padding: 0;
}

.image-header {
	display: table;
	position: relative;
	margin-top: -20px;
	width: 100%;
	height: 30%;
	background: url(leaf.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index: -99;

}

.content-section-a {
	background-color: #ECF0F1;
}

.navbar {
	margin-bottom: 0 !important;
	background-color: #002f4c;
}

.navbar-text{
	color: white !important;
}

.navbar-brand {
	max-width: 345px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*
 * Overrides Bootstrap navbar z-index to avoid conflict with selections bar
 */
.navbar-fixed-top {
	position: relative;
	z-index: 100;
}
.navbar-default .navbar-nav>li>a {
	color: #FFF;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #CCC;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
	color: #FFF;
}
.qcmd {
	cursor: pointer;
}

.default-padding{
	padding-left: 40px;
	padding-right: 40px;
}

#footer {
	background-color: #FEC956;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: -30px;
}

#popup {
	background-color: #7f8c8d;
	color: #FFFFFF;
	position: fixed;
	padding: 10px;
	margin: 10px;
	bottom: 0;
	right: 0;
	display: none;
	border-radius: 5px;
}

.borderShadow {
	margin: 10px 0;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 11px -5px rgba(50, 50, 50, 0.52);
	-moz-box-shadow: 0 0 11px -5px rgba(50, 50, 50, 0.52);
	box-shadow: 0 0 11px -5px rgba(50, 50, 50, 0.52);
}

.fullscreen{
	z-index: 999;
	position: absolute;
	top: 10px;
	right: 30px;
}

.fullscreenButton{
	border: 0;
	background: none;
	box-shadow: none;
	border-radius: 0px;
}

.fullscreenModal{
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	width: 100vw !important;
	height: 100vh !important;
	z-index: 9999999;
}

.fullqvobject {
	width: 100% !important;
	height: 100% !important;
}
