* {
	box-sizing: border-box;
}

*:disabled{
   cursor: not-allowed;
   pointer-events: none;
}

html {
	width:100%;height:100%;
	font-family: Arial;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

body {
	width:100%;height:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-color:#435868;
}

div {
	position: absolute;
	background-color: transparent;
}
p {
	margin-block-start: 0em;
	text-align:justify;
}
label {
	white-space:nowrap;
}

button {
	position: absolute;
	cursor:pointer;
	border:none;
	background-color: #1C3334;
}

button:focus 
{
	outline:0;
}


color-scheme
{
}

#mobile-top
{
	position:absolute;background-color:green; opacity:0.2;
}
#logo-div {
    position: absolute; top:-25px; left: -25px;
	transform-origin:25px 25px;
    display: block;
	width:155px;height:155px;margin:0px;
	border-radius: 50%;
	border-style: inset;
    border-width: 2px;
    border-color: white;
	background-color: #6D747A;
	z-index:2000;
}
#logo-3d {
    position: absolute; top:25px; left: 25px;
    width:100px;height:100px;margin:0px;
	border-radius: 50%;
	background-color:gray;
}
#logo-txt {
	position: absolute; top:77px; left: 77px;
	display: inline-block;
	background-color: red;
	padding:0px;
    font-size: 25px;
    font-weight: 900;
    z-index: 2000;
	box-sizing:content-box;
	width:auto;height:auto;
}

#cadtoweb {

}

#title {
  background-color: #2F4454;
  color:#FFFFFF;
  text-align: center;
}

.services {
  background:  #4B77BE url('/resources/icons/services.png') no-repeat 0% 0%;
  background-size:contain;
}
.contact {
  background: #4B77BE url('/resources/icons/contact.png') no-repeat 0% 0%;
  background-size:contain;
}
.settings {
   background: #4B77BE url('/resources/icons/settings.png') no-repeat 0% 0%;
   background-size:cover;
}

.check-mark {
	color:green;
	background:transparent;
	font-weight: bold;
}
#full-screen {
	cursor:pointer;
	z-index:950;
	padding:0px;
	background-color: #376E6F;
	border: 0;
	border-top: 2px solid #457E80;
	-webkit-box-shadow: inset 0 -2px #457E80;
	box-shadow: inset 0 -2px #457E80;
}

#full-screen:hover{
	background-color:#457E80;
}
#help {
	z-index:950;
	padding:0px;
	background-color: #376E6F;
	border: 0;
	border-top: 2px solid #457E80;
	-webkit-box-shadow: inset 0 -2px #457E80;
	box-shadow: inset 0 -2px #457E80;
}
#help:hover{
	background-color:#457E80;
}
.menu-lbl {
	cursor:pointer;
	margin-left:0px;
	margin-right:100%;
}
.rounded {
	border-radius:0px;
}
.main-tab {
	transform : scale(0);
	z-index:1000;
	overflow:hidden;
}

.close-tab-btn {
	top:0px; right:0px;
}
.centered-tab {
	overflow:hidden;
	z-index:1000;
	border-radius:5px;
	transform : scale(0);
	/*transition: width 2s, height 2s, left 2s, top 2s, border-radius 2s;*/
	/*transition: width 2s, height 2s, left 2s, top 2s;*/
	/*transition: all 2s;*/
}

.transitionable {
	transition: all 2s;
}
#cadtoweb-tab {
	left:0px;top:0px;right:0px;height:100%;background-color:blue;
}
#services-tab {
}
#contact-tab {
	
}
.vertical-lbl {
	writing-mode: vertical-rl; 
	transform: rotate(180deg);
	text-align: right;	
}

.image-btn-h {
	background: url('folder.png') no-repeat 2% 0%;
	background-size:contain;
	width: 100%;
	height: 100%;
}
.image-btn-v{
	background: url('folder.png') no-repeat 0% 2%;
	background-size:contain;
	width: 100%;
	height: 100%;
}
#footer {
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	font-family: Garamond;
	font-weight: bold;
	border: 0;
	border-top: 2px solid #457E80;
	-webkit-box-shadow: inset 0 -2px #457E80;
	box-shadow: inset 0 -2px #457E80;
	min-width:0px;
	padding:0px;
	white-space: nowrap;
	overflow:hidden;
	z-index:900;
}

.cs-footer-blue {
	background-color: #6D747A;
	color: white;
}
.cs-footer-white {
	background-color:white;
	color: #457E80;
}

#full-screen-img {
	width:100%;
	height:100%;
	cursor:pointer;
}
#corner {
	grid-area: corner;
	background-color: yellow;
}


.base-btn {
	background-color: #376E6F;
	border: 0;
	-webkit-box-shadow: inset 0 -2px #29558A;
	box-shadow: inset 0 -2px #457E80;
	min-width:0px;
	padding:0px;
	
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	font-family: Garamond;
	font-weight: bold;
	font-size: inherit;
	
	width:auto;
	height:auto;
	overflow:hidden;
}
.menu-btn 
{ 
	/*border-left:2px solid #29558A;*/
	background-clip: padding-box;
	overflow:hidden;
}

.menu-btn:hover {
  background-color: #DA7B93; 
}
.menu-btn:focus {
  background-color: #1C3334; 
}

.bottom-border {
	-webkit-box-shadow: inset 0 2px #457E80;
	box-shadow: inset 0 -2px #457E80;
	padding:1px;
}
.main-btn {
	cursor:pointer;
}
.main-btn:hover {
  background-color: #3764AA; 
}

.base-btn-h {
	margin-right:2px;
	border-bottom: 2px solid #29558A;
}
.base-btn-v {
	margin-bottom:2px;
	border-right: 2px solid #29558A;	
}
.main-label{
	cursor:pointer;
	font-size:inherit;
}

#cadtoweb-main-tab {
	display: grid;
	grid-template-columns:calc(100% - 30px) 30px;
	grid-template-rows:30px calc(100% - 30px);
	grid-template-areas: "path search" "navigator-content3d navigator";
}

#path-search {
	grid-area: path-search;
	display: grid;
	grid-template-rows:100%;
	grid-template-columns:30px calc(100% - 60px) 30px;
	grid-template-areas: "left-btn path search";
	
}

#left-btn {
	grid-area: left-btn;
}

#path {
	grid-area: path;
	background-color:#435868;
	padding:0px;
	padding-top:5px;
	overflow:hidden;
	margin-right:2px;
	text-align:left;
}

#search {
	grid-area: search;
	width:28px;
	border-width:0px;
	padding:0px;
	cursor:pointer;
}
#search-img {
	width:100%;
	height:calc(100% - 4px);
}
#search-div {
	position:absolute;
	right:2px;
	width:0px;height:auto;
	background-color:#5F8BD2;
	transition: width 1s ease;
}
#search-pattern {
	width:100%;
	border-width:0px;
}
#search-results-div {
	width:100%;height:auto;
}
#content3D {
	position:absolute;
	z-index:1990;
	background-color:#376E6F;
}

#navigator {
	display:grid;
	
	grid-template-columns: repeat(4, calc(25% - 1px));
	-ms-grid-columns: repeat(4, calc(25% - 1px));
	grid-auto-rows: min-content;
	-ms-grid-auto-rows: 30px;
	max-height:100%;
	overflow-y:scroll;
	z-index:2000;
	background-color:#457E80;
}
#presenter {
	padding:10px;
	display:grid;
	grid-template-columns: repeat(3, calc((100% - 20px)/3));
	grid-auto-rows: min-content;
	grid-row-gap : 10px;
	grid-column-gap : 10px;
	overflow-x:hidden;
	height:100% !important;
	overflow-y:auto;
	margin:0px;
}
#presenter > div {
   
}
.dh {
	position:relati
	width:100px;
	height:100px;
	background-color:blue;
	padding-bottom: calc(100% * 9 / 16);
}
#presenter > * {
  border: 2px solid rgb(214,232,182);
}
#content3d {
	background-color: orange;
	float:left;
	width:100%;
	height:100%;
	max-width:100% !important;
	transition: width 2s;
}
.lang-content {
	background-color: #8DD7DA;
	color:white;
}

.tab-title {
	top:0px; text-align:center;position:absolute;
}
.tab-content {
	left:0px;
	right:0px;
	bottom:0px;
}
/*.langs-div {
	background-color: #3764AA;
	transition: height 1s ease;
	overflow:hidden;
}
.langs-btn {
	display: inline-block;
	margin:0px;
	padding: 0px;
	width:28px;
	height:20px;
	cursor: pointer;
}
.lang-btn-h {
	padding-top: 2px;
	margin-right: 0px;
}
.lang-btn {
	cursor: pointer;
}
#lang-img {
	width:24px;height:calc(100%-4px);
	background-color:orange;
}
#langs-div-h {
	position:absolute;
	right:2px;
	padding:0px;
	width:28px;height:auto;
	background-color:transparent;
	display:none;
	line-height: 1.0;
	height:0px;
}
#langs-div-v {
	position:absolute;
	left:2px;
	padding:0px;
	width:auto;height:28px;
	background-color:transparent;
	display:none;
	line-height: 1.0;
}*/

.navi-btn {
	font-family:symbol;
	z-index:2000;
	min-width:0px;
	padding:0px;
	color:#FFFFFF;
	border-color:#457E80;
	border-width:0px;
	font-weight:bold;
}

.navi-btn:disabled{
   cursor: not-allowed;
   pointer-events: none;
   background-color:#435868;
}
.navi-btn:hover {
  cursor:pointer;
  background-color: #457E80; 
}
/*#back-btn-h {
	border-top-right-radius : 15px;
}
#close-btn-h {
	border-bottom-right-radius : 15px;
}
#back-btn-v {
	border-top-left-radius : 15px;
}
#close-btn-v {
	border-bottom-left-radius : 15px;
}
#fav-btn-v {
	grid-area:navigator;
	height:30px;
	padding:0px;
	cursor:pointer;
}

#fav-img-v {
	width:100%;
	height:100%;
}*/
.navi-folder-div {
	position:relative;
	height:auto;
	display:grid;
	grid-auto-rows: min-content;
	grid-template-areas: 'images' 'title';
	grid-row-gap : 4px;
	grid-column-gap : 4px;
	padding:4px;
	overflow:hidden;
}
.navi-images-div {
	position:relative;
	height:auto;
	grid-area: images;
	display:grid;
	grid-auto-rows: min-content;
	grid-template-columns: repeat(2, calc((100% - 6px)/2));
	grid-row-gap : 2px;
	grid-column-gap : 2px;
	padding:2px;
}
.navi-item-img {
	position:relative;
	height:auto;
	width:100%;
}
.navi-prj-div {
	position:relative;
	height:auto;
	display:grid;
	grid-auto-rows: min-content;
	grid-template-areas: 'image' 'title';
	grid-row-gap : 4px;
	grid-column-gap : 4px;
	padding:4px;
	overflow:hidden;
}
.navi-item-title {
	position:relative;
	height:auto;
	box-sizing: border-box;
	width:100%;
	height:auto;
	grid-area: title;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	color:white;
	text-align:center;
}
.navi-prj-img {
	grid-area: image;
	width:100%;
}
.path-btn {
	position:relative;
	color:#FFFFFF;
	border-color:#4B77BE;
	border-width:0px;
    background-color:#2F4454;
	margin:1px;
	margin-right:4px;
	padding:1px;
	vertical-align: center;
	cursor:pointer;
	border-top-right-radius: 5px ;
	border-bottom-right-radius: 5px;
}
.gdpr {
	font-family: sans-serif;
	background: rgba(0,0,0,0.85);
	color:white;
	z-index: 1001;
}
.gdpr .content {
    margin: 0 auto;
  /*  font-size: 16px;
    line-height: 24px;*/
}
.gdpr .link {
    color: #fff;
    text-decoration: underline;
}
.gdpr .cookies-yes {
	background-color: #00FF00;
	color:#092F08;
	border:  2px solid #092F08;
	display: block;
	cursor: pointer;
}
.gdpr .cookies-no {
    position: absolute;
    right: 0px;
    top: 0px;
    text-transform: capitalize;
    cursor: pointer;
}
#gdpr {
	overflow-y:auto;
	padding:10px;padding-top:0px;
	z-index:1002;
}
/* Tooltip container */
.tooltip {
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1005;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.lobster { color: #376E6F; font-family: 'Lobster';}

.centered {

width:auto;
  left: 50%;
  transform: translate(-50%, 0);
}