html
{
	background-image: linear-gradient(to bottom, rgba(121, 141, 150), rgba(184, 194, 200));
	height: auto;
	background-attachment: fixed;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	/* 300,500,700 */
	margin: 0;
}

body
{
	margin: 0;
	background-image: url(../graphics/dropshadow-header.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	background-attachment: fixed;
}

h3
{
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #083643;
	display: block;
	text-align: center;
	padding-top: 0;
	margin-top: 0;
}

h4
{
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #083643;
	display: block;
	text-align: center;
	padding-top: 0;
	margin-top: 10;
}

/* COLORS */
.pathr-green { color: #ccdc47; }
.pathr-darkblue { color: #083643; }
.pathr-lightblue { color: #bde5f4; }
.heavy { font-family: "Arial Black", "Arial Bold", Gadget, sans-serif; }

.regular
{
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}

.thin
{
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
}

.thick
{
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
}
.container-sceneTitle
{
	/* border: 1px #B35C33 dotted; */
	font-size: 22px;
	text-transform: uppercase;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 100px;
	display: block;
	height: auto;
	width: 90%;
	min-width: 1080px;
	padding: 5px 40px;
}


}
.sceneTitle
{
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	color: #083643;
	font-size: 22px;
	display: inline-block;
	text-transform: uppercase;
}

.sceneName
{
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	color: #ccdc47;
	text-shadow: 1px 1px 0px #083643;
	display: inline-block;
}

.editScene
{
/* 	border: 1px #B35C33 dotted; */
	display: inline-block;
	background-image: url(../graphics/icon-editScene-blue.svg)!important;
	background-repeat: no-repeat !important;
	background-position: 4px center !important;
	background-size: auto 18px;
	height: 30px;
	width: 30px;
	top: 6px;
	position: relative;
}

.editScene:hover{
	background-image: url(../graphics/icon-editScene-green.svg)!important;
}

/* LAYOUT */
.container-header
{
	top: 0px;
	/* 	border: 1px #B35C33 dotted; */
	width: 100%;
	height: 65px;
	margin: 0;
	display: block;
	right: 0px;
	left: 0px;
	overflow: visible;
	position: sticky;
}

.header
{
	background-color: #083643;
	display: block;
	width: 100%;
	min-width: 1050px;
	height: 65px;
	padding-right: 2%;
	padding-left: 2%;
}

/* LEFT BLOCK */
.header-leftBlock
{
	margin-left: 0;
	margin-top: 0;
	/* border: 1px #eee solid; */
	display: inline-block;
	width: 32%;
	height: 65px;
	min-width: 350px;
	float: left;
}

/* CENTER BLOCK */
.header-centerBlock
{
	/* border: 1px #eee solid; */
	display: inline-block;
	width: 32%;
	height: 65px;
	color: #fff;
	text-align: center;
	float: left;
	margin-left: auto;
	margin-right: auto;
	min-width: 350px;
}

/* RIGHT BLOCK */
.header-rightBlock
{
	/* border: 1px #eee solid; */
	display: inline-block;
	width: 32%;
	height: auto;
	color: #bde5f4;
	font-size: 16px;
	text-align: right;
	float: left;
	padding-top: 20px;
	min-width: 350px;
}

.footer
{
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #083643;
	display: block;
	width: 100%;
	height: auto;
}

.displayBlock
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	display: block;
	height: auto;
	width: 90%;
	min-width: 1080px;
	padding: 40px;
	border-radius: 40px 40px 0px 0px;
	background-image: linear-gradient(rgba(8,54,67,.13), rgba(8,54,67,0));
}

/* WINDOWS */
.overlayWindow, .alertWindow, .alertWindow2
{
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #486d5f;
	background-color: #bde5f4;
	border: 1px #486d5f solid;
	text-align: center;
	width: 580px;
	height: auto;
	margin: 0px auto;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
	position: relative;
	display: block;
	padding-bottom: 40px;
}

.alertWindow { padding: 20px; }

.alertWindow2 { padding: 20px; }

.overlayWindowTitle
{
	height: auto;
	width 100%: ;
	background-color: #083643;
	display: block;
	font-size: 18px;
	line-height: 22px;
	padding: 14px;
	float: clear;
}

.overlayWindowTitleLeft
{
	height: auto;
	width 100%: ;
	background-color: #083643;
	display: block;
	font-size: 18px;
	text-align: left;
	line-height: 22px;
	padding: 14px;
	float: clear;
}

.overlayWindow h2
{
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #486d5f;
	text-align: center;
	margin: 3px;
	padding-top: 20px;
}

.overlayWindow h3
{
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 22px;
	color: #486d5f;
	text-align: center;
	margin: 3px;
	padding-top: 10px;
	display: inline-block;
}

.overlayWindow p
{
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #486d5f;
	text-align: center;
}

.alertWindow p
{
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #486d5f;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.alertWindow2 p
{
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #486d5f;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.closeGraphic
{
	position: relative;
	float: right;
	/* 	border: 1px #486d5f solid; */
	background-image: url(../graphics/icon-close-blue.svg);
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: inherit;
	cursor: pointer;
}

.closeGraphic:hover { background-image: url(../graphics/icon-close-green.svg); }

.container-textEntry
{
	background-color: rgba(255, 255, 255, .7);
	padding: 20px;
	width: 85%;
	height: auto;
	display: block;
	border-radius: 20px;
	margin: 0px auto;
}

#sceneLibrary
{
	padding-top: 20px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 40px;
	display: none;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #486d5f;
	background-color: #bde5f4;
	border: 1px #486d5f solid;
	text-align: center;
	width: auto;
	max-width: 30%;
	margin: auto;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
}

.sceneEntry
{
	color: #486d5f;
	padding: 8px;
	display: block;
	text-decoration: none;
}

.addScene
{
	font-size: 18px;
	font-weight: 700;
	color: #486d5f;
	padding: 8px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-decoration: none;
}

.sceneEntry:hover, .addScene:hover { color: #083643; }

.dottedDivider
{
	width: 100%;
	border-top: 1px #486d5f dotted;
	height: 1px;
	margin: 10px auto;
}

.header-leftBlock h1
{
	font-family: "Arial Bold", Gadget, sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 0;
	margin-top: 0;
}

.header-txt-version
{
	font-size: 10px;
	line-height: 10px;
	margin-top: 0;
}

.header-graphic-pathrLogo
{
	height: 26px;
	width: auto;
	display: inline-block;
	/* 	border: 1px #B35C33 dotted; */
	margin-top: 17px;
	float: left;
}

.header-graphic-calibrationIcon
{
	height: 83px;
	width: auto;
	display: inline-block;
	/* 	border: 1px #B35C33 dotted; */
	float: left;
	margin: 0px 10px;
}

.header-textBlock-title
{
	color: #ccdc47;
	display: inline-block;
	/* 	border: 1px #B35C33 dotted; */
	float: left;
	margin-top: 15px;
}

.header-siteName { display: inline-block; }

.header-projectName
{
	display: inline-block;
	font-weight: 700;
}

.header-verticalDivider
{
	display: inline-block;
	font-weight: 700;
}

/* BUTTONS STYLES */
.button-scene-library
{
	background-color: #2d4f59;
	border: none;
	color: #bde5f4;
	padding: 14px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0;
	cursor: pointer;
	border-radius: 12px;
	margin-top: 10px;
	box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.2);
}

.button-scene-library:hover
{
	color: #2d4f59;
	background-color: #bde5f4;
}

.button-scene-library:active
{
	color: #2d4f59;
	transform: translate(1px, 1px);
	/* translate X position, y position */
	box-shadow: 0px 0px 0px;
}

.toolbuttongroup
{
	display: block;
	/* 	border: 1px #fff solid; */
	width: 100%;
	text-align: center;
	height: auto;
	margin: 0 auto;
	padding: 8px;
}

.toolbuttongroup .toolbutton, .viewbutton
{
	background-color: #2d4f59;
	border: none;
	color: #bde5f4;
	padding-left: 34px;
	padding-right: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-decoration: none;
	display: inline-block;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	cursor: pointer;
	height: auto;
	margin: 4px 4px;
	width: auto;
	text-align: center;
	border-radius: 8px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
	background-repeat: no-repeat !important;
	background-position: 7px 4px !important;
}

.addPoint { background-image: url(../graphics/icon-point-light.svg)!important; }
.addCamera { background-image: url(../graphics/icon-camera-light.svg)!important; }
.editPoint { background-image: url(../graphics/icon-edit-light.svg)!important; }
.pointCoordinates { background-image: url(../graphics/icon-coordinates-light.svg)!important; }
.viewOptions { background-image: url(../graphics/icon-view-light.svg)!important; }
.saveProject { background-image: url(../graphics/icon-save-light.svg)!important; }
.testPoint { background-image: url(../graphics/icon-testPoint-green.svg)!important; }
.editTestPoint { background-image: url(../graphics/icon-testPoint-green.svg)!important; }
.generateProjection { background-image: url(../graphics/icon-generateProjection-light.svg)!important; }
.updateProjection { background-image: url(../graphics/icon-generateProjection-light.svg)!important; }

.toolbutton:hover, .viewbutton:hover
{
	color: #2d4f59;
	background-color: #bde5f4;
}

.viewbuttongroup
{
	display: block;
	/* 	border: 1px #fff solid; */
	width: 100%;
	text-align: center;
	height: auto;
	margin: 0 auto;
	padding: 8px;
}

.viewBTN
{
	background-color: #2d4f59;
	border: none;
	color: #bde5f4;
	padding-left: 40px;
	padding-right: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-decoration: none;
	display: inline-block;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	cursor: pointer;
	height: auto;
	margin: 4px 4px;
	width: auto;
	text-align: center;
	border-radius: 8px 0px 0px 0px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
	background-repeat: no-repeat !important;
	background-position: 10px 6px !important;
	background-size: auto 22px;
}

.zoomIn { background-image: url(../graphics/icon-viewZoomIn-light.svg)!important; }
.zoomOut { background-image: url(../graphics/icon-viewZoomOut-light.svg)!important; }
.position { background-image: url(../graphics/icon-viewPosition-light.svg)!important; }

.viewBTN:hover
{
	color: #2d4f59;
	background-color: #bde5f4;
}

.viewBTN:active
{
	transform: translate(1px, 1px);
	box-shadow: 0px 0px 0px;
	background-color: #ccdc47!important;
}

.zoomIn:hover { background-image: url(../graphics/icon-viewZoomIn-dark.svg)!important; }
.zoomOut:hover { background-image: url(../graphics/icon-viewZoomOut-dark.svg)!important; }
.position:hover { background-image: url(../graphics/icon-viewPosition-dark.svg)!important; }
.addPoint:hover { background-image: url(../graphics/icon-point-dark.svg)!important; }
.addCamera:hover { background-image: url(../graphics/icon-camera-dark.svg)!important; }
.editPoint:hover { background-image: url(../graphics/icon-edit-dark.svg)!important; }
.pointCoordinates:hover { background-image: url(../graphics/icon-coordinates-dark.svg)!important; }
.testPoint:hover { background-image: url(../graphics/icon-point-dark.svg)!important; }
.editTestPoint:hover { background-image: url(../graphics/icon-point-dark.svg)!important; }
.viewOptions:hover { background-image: url(../graphics/icon-view-dark.svg)!important; }
.saveProject:hover { background-image: url(../graphics/icon-save-dark.svg)!important; }
.generateProjection:hover { background-image: url(../graphics/icon-generateProjection-dark.svg)!important; }
.updateProjection:hover { background-image: url(../graphics/icon-generateProjection-dark.svg)!important; }

.activeTool
{
	color: #083643!important;
	background-color: #ccdc47!important;
	box-shadow: none !important;
	padding-left: 32px !important;
	padding-right: 14px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin: 6px 6px !important;
	background-image: url(../graphics/icon-active.svg)!important;
}

.activeTool:hover { background-image: url(../graphics/icon-active.svg)!important; }

.BTN-blue, .BTN-blue-overlay
{
	background-color: #2d4f59;
	border: none;
	text-decoration: none;
	font-family: 'Quicksand', sans-serif;
	color: #bde5f4;
	padding: 12px 19px 12px 19px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	border-radius: 12px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	width: auto;
	display: inline-block;
	text-transform: uppercase;
	margin: 4px;
	cursor: pointer;
}

.BTN-blue:hover
{
	background-color: #bde5f4;
	color: #083643;
}

.BTN-blue-overlay:hover
{
	background-color: #28484f;
	color: #ccdc47;
}

.BTN-blue:active
{
	color: #083643;
	transform: translate(1px, 1px);
	/* translate X position, y position */
	box-shadow: 0px 0px 0px;
}

.BTN-green, .BTN-green-delete
{
	background-color: #ccdc47;
	border: none;
	text-decoration: none;
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	color: #083643;
	padding: 25px 40px 25px 40px;
	text-align: center;
	font-size: 20px;
	border-radius: 12px;
	box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.2);
	width: auto;
	height: auto;
	max-width: 250px;
	margin: 5px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 0px;
	cursor: pointer;
}

.BTN-green-delete
{
	background-image: url(../graphics/icon-trash-blue.svg)!important;
	background-repeat: no-repeat !important;
	background-position: 40px center !important;
	padding-left: 70px;
}

.BTN-green-delete:hover { background-image: url(../graphics/icon-trash-green.svg)!important; }

.BTN-green:hover, .BTN-green-delete:hover
{
	background-color: #2d4f59;
	color: #b0d135;
}

.BTN-green:active, .BTN-green-delete:active
{
	color: #b0d135;
	transform: translate(1px, 1px);
	/* translate X position, y position */
	box-shadow: 0px 0px 0px;
}

.buttonSubText
{
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
}