html {
	width: 100%;
	height: 100%;
	text-rendering: optimizeLegibility;
}

body {
	background-color: #ffffff;
	margin: 0px;
	font-family: 'Roboto', Arial;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

div.titlebar {

	height: 50px;
	position: fixed;
	width: 100%;
	border-bottom: 1px solid #aaaabb;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	font-family: 'Titillium Web';
	background-color: #ffffff;
	z-index: 100;

	/* Status bar height on iOS 10 */
    padding-top: 0px;
    /* Status bar height on iOS 11.0 */
    padding-top: constant(safe-area-inset-top);
    /* Status bar height on iOS 11+ */
    padding-top: env(safe-area-inset-top);

}

div.titlebar_inner {
	text-align: center;
}

div.topbar_margin { 
	height: 50px;
	/* Status bar height on iOS 10 */
    padding-top: 0px;
    /* Status bar height on iOS 11.0 */
    padding-top: constant(safe-area-inset-top);
    /* Status bar height on iOS 11+ */
    padding-top: env(safe-area-inset-top);
}

div.titlebar_right {
	position: absolute;
	right: 10px;
	top: 5px;
    /* Status bar height on iOS 11.0 */
    top: calc(constant(safe-area-inset-top) + 5px);
    /* Status bar height on iOS 11+ */
    top: calc(env(safe-area-inset-top) + 5px);
}

div.document_links {
	width: 220px;
	background-color: #ffffff;
	box-shadow: 2px 2px 10px -3px rgba(0,0,0,0.5);
	position: absolute;
	right: 10px;
	top: 90px;
	top: calc(constant(safe-area-inset-top) + 90px);
    /* Status bar height on iOS 11+ */
    top: calc(env(safe-area-inset-top) + 90px);
	border: 1px solid #cccccc;
	box-sizing: border-box;
	padding: 10px;
	font-size: 9pt;
	overflow-y: auto;
	overflow-x: hidden;
}

h1 {
	margin:0;
	font-family: "Titillium Web";
	color: #1a508b;
	font-size: 20pt;
	padding-left: 10px;

}

a {
	color: #1a508b;
	text-decoration: none;
}

#canvas {
	width:100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	background-color: #fbfbfb;
}

.canvas-wrap{
	position:relative;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #fbfbfb;
}

input.login {
	padding: 10px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 5px;
	font-family: 'Roboto', Arial, sans-serif;
	transition-delay: 0s;
	transition-duration: 0.1s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);

}

input[type="button",type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input.login::placeholder {
	color: #aaaaaa;
}

input.login:hover {
	border: 1px solid #65acdf;
	box-shadow: 0px 0px 5px #3389af;
}

div.document_link {
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

div.document_link:hover {
	background-color: #ffffcc;
}

div.scene_link {
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	font-size: 9pt;
	padding-left: 5px;
	padding-right: 5px;
}

div.scene_link:hover {
	background-color: #ffffcc;
}

div.document_tab {
	float: left;
	font-size: 10pt;
	border-left: 1px solid #b2b2b2;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #b2b2b2;
	line-height: 30px;
	cursor: pointer;
}

div.document_tab:last-of-type {
	border-left: 0px;
}

div.document_tab_selected {
	background-color: #f6f6f6;
}

div.scenes_landscape {
	width: 190px;
	overflow-x: hidden;
	overflow-y: scroll;
	border-bottom: 0px;
}

div.scenes_landscape div.scene_link {
	width: 180px;
}

div.scenes_portrait {
	height: 70px;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #f6f6f6;

}

div.scenes_portrait div.scene_link {
	float: left;
	margin-right: 10px;
}

div.scenes_container {
	float: left;
	margin-top: 50px;
}

div.scenes_container_portrait {
	//float: none;
	border-top: 1px solid #aaaaaa;
	margin-top: 0px;
}

div.model_container {
	float: right;
}

div.scenes_inner_container {
	box-sizing: border-box;
	padding: 10px;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	z-index: 2;
	top: 0px;
	left: 0px;
	border: 1px solid #bbbbbb;
	border-top: 0px;
	background-color: #f6f6f6;
}

div.model_viewer {
	position: relative;
	top: 0px;
	left: 0px;
}


div.left_title {
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

div.left_search {
	padding: 10px;
	padding-top: 0px;
	font-weight: bold;
}

a.project {
	display: block;
	padding: 4px;
	padding-left: 10px;
	text-decoration: none;
}

a.project_sel {
	display: block;
	padding: 4px;
	padding-left: 10px;
	text-decoration: none;
	color: #ffffff;
	background-color: #2175c8;
}

div.docs_left_selected {
	padding: 4px;
	color: #ffffff;
	background-color: #2175c8;
	font-family: -apple-system,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
	font-size: 11pt;
}

div.docs_left_selected a {
	text-decoration: none;
	color: #ffffff;
}

div.docs_left_selected a:hover, div.docs_left a:hover {
	text-decoration: none;
}

div.docs_left {
	padding: 4px;
	//font-family: 'Open Sans', 'Segoe UI', Arial;
	font-family: -apple-system,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
	font-size: 11pt;
	color: #333333;
}

div.docs_left a {
	text-decoration: none;
	color: #333333;
}

.table_title_text {
	padding-left: 3px;
	//font-family: 'Open Sans', 'Segoe UI', Tahoma;
	font-family: -apple-system,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
	font-size: 9pt;
	padding: 4px;
}

.table_title {
	background-image: url('../images/white_gradient.png');
	border-bottom: 1px solid #cccccc;
	background-color: #dfdfdf;
	background-repeat: repeat-x;
	color: #000000;
}

.table_title a {
	text-decoration: none;
}

.sortable {

	font-family: -apple-system,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
	font-size: 11pt;
}

.sortable th {
	padding: 5px;
	padding-left: 4px;
	padding-right: 0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #bbbbbb;
	background-color: #dfdfdf;
	background-image: url('../images/gradient_med_gr.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	text-align: left;
	font-weight: bold;
}

.sortable th:last-of-type {
	border-right: 0px solid #bbbbbb;
}

.sortable th.sorttable_nosort {
	border-right: 0px solid #cccccc;
	border-left: 0px solid #eeeeee;
}

.sortable td {
	padding: 5px;
	border-bottom: 1px solid #dddddd;;
}

.sortable tr:nth-child(odd) {
	background-color: #fafafa;
}

.sortable tr:nth-child(even) {
	background-color: #f5f5f5;
}

.sortable tr.doc_selected {
	background-color: #2175c8;
}

.sortable tr.doc_selected td, .sortable tr.doc_selected td a {
	color: #ffffff;
}

.docs_nav_container_small {
	box-shadow: 7px 0px 20px -10px rgba(0,0,0,0.5);
	z-index: 10;
	position: absolute;
	top: 0px;
	left: -284px;
	width: 320px;
	background-color: #ffffff;
	border-right:1px solid #cccccc;
}

.docs_nav_container {
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
}

