/*@charset "UTF-8";*/

@font-face{
	font-family: orbitron;
	src: url("/CSS/Fonts/Orbitron-Regular-19b2f334900bf462d165704c8792fa1c.ttf"),
		 url("/CSS/Fonts/Orbitron-Medium-22cc64f6388397a1ca48b13b04eed018.ttf"),
		 url("/CSS/Fonts/Orbitron-Bold-cfa3aa044a32b52e3b218ba6f4e3d2c0.ttf"),
		 url("/CSS/Fonts/Orbitron-Black-cc55bc646abe558109eecc2d4f4cfa78.ttf");
}
html{
	height:100%;
}
body.bg {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background:rgb(33,33,33);
    background: radial-gradient(circle, rgba(17,17,17,1) 0%, rgba(33,33,33,1) 51%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    justify-content: center;
	align-items: center;
} 



body.gradient{
  	background: rgb(81,81,81);
	background: radial-gradient(circle, rgba(81,81,81,1) 0%, rgba(11,11,11,1) 100%);
}

body.czarny{
	background:rgb(36,35,36);
}

.waiting {
    cursor: wait;
} 

div.toolCont{
	display: block;
	position:fixed;
	margin:auto auto;
}


div.passLink{
	margin-left:auto;
	margin-right:auto;
	width:480px;
	height:auto;
  	visibility:inherit;
  	text-align: right;
  	display: inline-block;

}

div.headerIMG{
	position: absolute;
	top:0;
	left: 50%;
	width: 30%;
	height: 20%;
	transform: translate(-50%,0%);
    /*background: url('/IMG/blomLogo2-d71cd8ca5a4ef7a81550ed52438a61b9.png');*/
    background-size: contain, cover;
    background-repeat: no-repeat;
    opacity: 0.8;
	/*border: 1px solid blue;*/ 
}

div.logo{
	display: block;
	position: relative;
	z-index: -1;
	top:15%;
	margin: auto;
	font-family:orbitron;
	color: white;
	text-align:center;
	font-size:250%;
	font-weight: bold;
	width: 100%;
	height: 70%;
}

@media screen and (min-width: 1900px) {
	div.logo{
		display: block;
		position: relative;
		z-index: -1;
		top:15px;
		margin: auto;
		font-family:orbitron;
		color: white;
		text-align:center;
		font-size:40px;
		font-weight: bold;
		width: 570px;
		height:40px;
	}
}

div.sideLogo{
	position:relative;
	left: 10px;
	top: 5%;
	font-family:orbitron;
	color: white;
	text-align:left;
	font-size:325%;
	font-weight: bold;
	width: 30%;
	height: 0%;
	padding-bottom:3.3%;
}

@media screen and (min-width: 1900px) {
	div.sideLogo{
		position:absolute;
		left: 10px;
		top: 5%;
		font-family:orbitron;
		color: white;
		text-align:left;
		font-size:52px;
		font-weight: bold;
		width: 370px;
		height: 0%;
		padding-bottom:65px;
	}
}

div.centralPassWidget{
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%,-00%);
	width:500px;
	height: 330px;
	z-index: 10;
    background-color: rgba(94,120,145,0.0); /*dim the background*/
    justify-content: center;
	align-items: center;
	/*border: 1px solid red;*/
} 
div.centralWidget{
	position: fixed;
	top: 70px;
	left: 0%;
	width:100%;
	bottom: 70px;
	min-height: 530px;
	min-width: 800px;
	z-index: 10;
    background-color: white; /*dim the background*/
    justify-content: center;
	align-items: center;
	
} 

div.hidden{
	visibility:hidden;
	/*border: 1px solid blue;*/
	
} 

div.visible{
	visibility:visible;
}

div.adminCentralWidget{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-00%);
	width:500px;
	height: 330px;
	z-index: 10;
    background-color: rgba(255,120,145,0.9); /*dim the background*/
    justify-content: center;
	align-items: center;	
} 

div.userDetailCentralWidget{
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translate(-50%,-00%);
	width:500px;
	height: 500px;
	z-index: 10;
    background-color: rgba(94,120,145,0.9); /*dim the background*/
    justify-content: center;
	align-items: center;
} 
/* elementy strny projektu*/

@media screen and (min-width: 1900px) {
	div.iName{
		position: relative;
		width: 100%;
		height:0;
		padding: 38px;
		font-family:orbitron;
		color: white;
		text-align:center;
		font-size: 65px;
		font-weight: bold;
		/*border: 1px solid blue;*/
	}
}

div.spaceLimitDsc{
	position: relative;
	float:left;
	text-align: center;
	width:100%;
	height:40%;
}

input.limitInput{
	height:20px;
	width: 20%;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.8);
	font-family: "Arial Nova",Arial, sans-serif;
	color: rgba(100,100,100,0.8);
	font-size:15px;
	visibility:inherit;
}

div.checkBoxTile{
	position: relative;
	float:left;
	width:30%;
	height:100%;
	margin-left:2.0%;
	/*border: 1px solid blue;*/
}


.tile{
	position: relative;
	float:left;
	width:30%;
	max-width:500px;
	padding-bottom:20%;
	height:100%;
	margin-left:3.33%;
	/*border: 1px solid blue;*/
}

div.pageTitle{
	position: relative;	
	width:30%;
	padding-bottom:1%;
	margin-left:7.5%;
	margin-right:auto;
	font-family: "Arial Nova",Arial, sans-serif;
	color: rgba(0,0,0,1);
	text-align:left;
	font-size:3vw;
	/*border: 1px solid red;*/
}

div.infoMessage {
	position: relative;	
	width:100%;
	top: 0px;
	height:80%;
	font-family: "Arial Nova",Arial, sans-serif;
	color: black;
	background-color: white;
	text-align:center;
	font-size:3vw;
	/*border: 1px solid red;*/
}


div.pageFootter{
	position: relative;	
	width:30%;
	padding-bottom:1%;
	margin-left:7.5%;
	margin-right:auto;
	font-family: "Arial Nova",Arial, sans-serif;
	/*color: rgba(0,0,0,1);*/
	text-align:left;
	font-size:1vw;
	/*border: 1px solid red;*/
}

div.userDetailPanel{
	position: absolute;	
	width:80%;
	height :20%;
	margin-left:10%;
	margin-right:auto;
	font-family: "Arial Nova",Arial, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: rgba(255,255,255,0.8);
	visibility:inherit;
	text-align:left;
	/*border: 1px solid red;*/
}

div.buttonContainer{
	position: absolute;	
	width: 100%;
	height: 10%;
	margin-left:0%;
	margin-right:auto;
	font-family: "Arial Nova",Arial, sans-serif;
	/*color: rgba(0,0,0,1);*/
	text-align:center;
	font-size:1vw;
	bottom: 15%;
	/*border: 1px solid red;*/
}
div.userDetailsMessage{
	position: absolute;
	width:100%;
	height:15%;
  	bottom: 12%;
  	justify-content: center;
  	align-items: center;
	text-align: center;
	font-family: "Arial Nova",Arial, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: rgba(255,255,255,0.8);
	visibility:inherit;
	/*border: 1px solid black;*/
}

div.bottomMessage{
	position: fixed;
	width:100%;
 	bottom: 12%;
 	height:10%;
  	justify-content: center;
  	align-items: center;
	text-align: center;
	font-family: "Arial Nova",Arial, sans-serif;
	font-size: 3vw;
	font-weight:normal;
	color: rgba(0,0,0,1);
	visibility:inherit;
}
div.footter{
	position: fixed;
	left: 45%;
	width:10%;
 	bottom: 0%;
 	height: 0%;		   
	padding-bottom:3%;
  	vertical-align:bottom;
  	text-align:center;
	/*border: 1px solid red;*/
}

a.link, a.link:hover, a.link:focus, a.link:active {
     text-decoration: none;
     color: inherit;
 }

@media screen and (min-width: 1900px) {
	div.footter{
		position: fixed;
		left: 45%;
		width:10%;
 		bottom: 0%;
 		height: 0%;
		padding-bottom:57px;
  		vertical-align:bottom;
  		/*border: 1px solid red;*/
	}
}

div.dataContainer{
	overflow: scroll;
	position:absolute;
	width: 100%;
	top: 500px;
	left:0;
  	bottom: 0px; 
  	/*border: 1px solid red;*/
}



div.level{
	display: block;
	height: 0%;
	float: bottom;
	padding-bottom:0.1ev;
}

div.spacer{
	padding-bottom:10%;
}

h3.textHeaderOne{
	font-family: "Arial Nova",Arial, sans-serif;
	font-size: 30px;
	font-weight:normal;
	color: rgba(0,0,0,1);
	visibility:inherit;
}

div.logoCont{
	position: relative;
	top:60px;
	text-align: center;
}

.loginForm{
	position: relative;
	width:100%;
			
  	top: 70px;
  	justify-content: center;
  	align-items: center;
  	justify-content: center;
	align-items: center;
	text-align: center;
	visibility:inherit;
	/*border: 1px solid red;*/
}

.tileContainer{
	
	position: relative;
	margin-top: 30px;
	margin-left: auto;
	margin-right:auto;
	width:90%;
	height:0;
	padding-bottom:20%;
	max-width:1600px;
	max-height: 380px;
}

@media screen and (min-width: 1900px) {
  .tileContainer{
	
		position: relative;
		margin-top: 30px;
		margin-left: auto;
		margin-right:auto;
		width:90%;
		padding-bottom:380px;
		max-width:1600px;
		max-height: 380px;
	}
}

.projTileContainer{
	position: relative;
	margin-top: 30px;
	margin-left: auto;
	margin-right:auto;
	width:90%;
	height:0;
	padding-bottom:22%;
	max-width:1600px;
	/*border: 4px solid green;*/
}




.tile{
	position: relative;
	float:left;
	width:30%;
	max-width:500px;
	padding-bottom:20%;
	height:100%;
	margin-left:2.25%;
}


.projTile{
	position: relative;
	float:left;
	width:30%;
	max-width:500px;
	max-height:100px;
	padding-bottom:22%;
	height:100%;
	margin-left:2.5%;
	/*border: 1px solid blue;*/
}

.tileText{
	position: absolute;
	/*"background-color:black;*/
	bottom:0%;
	left:0%;
	opacity:0.3;
	width:100%;
	max-width:500px;
	padding-bottom:12%;
	height:0;
	font-family:orbitron;
	color: rgba(255,255,255,1);
	text-align:center;
	font-size:2vw;
	/*border-radius: 8px;*/
	/*border: 1px solid red;*/
}
@media screen and (min-width: 1900px) {
  .tileText {
  	position: absolute;
	/*background-color:black;*/
	bottom:0%;
	left:0%;
	opacity:0.3;
	width:100%;
	max-width:500px;
	padding-bottom:12%;
	height:0;
	font-family:orbitron;
	color: rgba(255,255,255,1);
	text-align:center;
	/*border-radius: 8px;*/
    font-size: 40px;
  }
}


.tileText_sqr{
	position: absolute;
	background-color:black;
	top:0%;
	left:0%;
	opacity:0.3;
	width:100%;
	max-width:500px;
	padding-bottom:12%;
	height:0;
	font-family: "Arial Nova",Arial, sans-serif;
	color: rgba(255,255,255,1);
	text-align:center;
	font-size:3vw;
	border-radius: 8px;
	/*border: 1px solid red;*/
}
@media screen and (min-width: 1900px) {
  .tileText_sqr {
  	position: absolute;
	background-color:black;
	top:0%;
	left:0%;
	opacity:0.3;
	width:100%;
	max-width:500px;
	padding-bottom:12%;
	height:0;
	font-family: "Arial Nova",Arial, sans-serif;
	color: rgba(255,255,255,1);
	text-align:center;
	border-radius: 8px;
    font-size: 40px;
  }
}


.userTile{
	position: relative;
	float:left;
	width:15%;
	padding-bottom:15%;
	height:100%;
	margin-left:2.5%;
	/*border: 1px solid blue;*/
}
.userTileText{
	position: absolute;
	background-color:black;
	top:0%;
	left:0%;
	opacity:0.3;
	width:100%;
	padding-bottom:12%;
	height:0;
	font-family: "Arial Nova",Arial, sans-serif;
	color: rgba(255,255,255,1);
	text-align:center;
	font-size:3vw;
	border-radius: 8px;
	/*border: 1px solid red;*/
	
	
}

.tileTextProj{
	position: absolute;
	background-color:black;
	top:0%;
	left:0%;
	opacity:0.3;
	width:100%;
	padding-bottom:12%;
	height:0;
	font-family: "Arial Nova",Arial, sans-serif;
	color: rgba(255,255,255,1);
	text-align:center;
	font-size:1vw;
	border-radius: 8px;
	/*border: 1px solid red;*/
	
	
}
.selectAdd{
	position: absolute;
	background-color:gray;
	bottom:0%;
	left:0%;
	opacity:0.6;
	width:100%;
	padding-bottom:15%;
	height:0;
	font-family: "Arial Nova",Arial, sans-serif;
	color: rgba(255,255,255,1);
	text-align:center;
	font-size:3vw;
	/*border-radius:8px;*/
}

@media screen and (min-width: 1900px) {
	.selectAdd{
		position: absolute;
		background-color:gray;
		bottom:0%;
		left:0%;
		opacity:0.6;
		width:100%;
		padding-bottom:15%;
		height:0;
		font-family: "Arial Nova",Arial, sans-serif;
		color: rgba(255,255,255,1);
		text-align:center;
		font-size:55px;
		/*border-radius:8px;*/
	}
}

.selectRemove{
	position: absolute;
	background-color:green;
	bottom:0%;
	left:0%;
	opacity:0.6;
	width:100%;
	padding-bottom:15%;
	height:0;
	font-family: "Arial Nova",Arial, sans-serif;
	color: rgba(255,255,255,1);
	text-align:center;
	font-size:3vw;
	/*border-radius:8px;*/
}

@media screen and (min-width: 1900px) {
	.selectRemove{
		position: absolute;
		background-color:green;
		bottom:0%;
		left:0%;
		opacity:0.6;
		width:100%;
		padding-bottom:15%;
		height:0;
		font-family: "Arial Nova",Arial, sans-serif;
		color: rgba(255,255,255,1);
		text-align:center;
		font-size:55px;
		/*border-radius:8px;*/
	}
}

div.iName{
	position: relative;
	margin-left: auto;
	margin-right:auto;
	width: 90%;
	font-family:orbitron;
	color: white;
	text-align:center;
	font-size:3vw;
	font-weight: bold;
	/*border: 1px solid blue;*/
} 

div.projectContainer{
	position: relative;
	/*overflow: scroll;
	overflow-x: hidden;
	height: 400px;
	*/
	margin-top: 10px;
	margin-left: auto;
	margin-right:auto;
	text-align:center;
	align-items: left;
	font-family:orbitron;
	color: white;
	font-size:1.5vw;
	width:90%;
	/*border: 1px solid green;*/
}

table.projects{
	width:90%;
	margin-left: auto;
	margin-right:auto;
	table-layout: fixed;
	/*border: 1px solid red;*/
}

th.check{
	width: 5%;
}
th.no{
	width: 5%;
}
th.date{
	width: 20%;
}
th.scnNo{
	width: 20%;
}
th.proj{
	width: 40%;
}
th.info{
	width: 10%;
}

div.projTitle{
	position:relative;
	margin-top: 10px;
	font-family:orbitron;
	margin-left: auto;
	margin-right:auto;
	width: 90%;
	color: white;
	text-align:center;
	font-size:2vw;
	font-weight: bold;
	/*border: 1px solid blue;*/
}

.levelContainer{
	position: relative;
	margin-top: 30px;
	margin-left: auto;
	margin-right:auto;
	width:90%;
	/*border: 4px solid green;*/
}

.adminTile{
	position: relative;
	float:left;
	width:25%;
	padding-bottom:25%;
	height:100%;
	margin-left:17%;
	/*border: 1px solid blue;*/
}

.adminTileText{
	position: absolute;
	background-color:black;
	top:0%;
	left:0%;
	opacity:0.3;
	width:100%;
	padding-bottom:12%;
	height:0;
	font-family: "Arial Nova",Arial, sans-serif;
	color: rgba(255,255,255,1);
	text-align:center;
	font-size:3vw;
	border-radius: 8px;
	/*border: 1px solid red;*/
}

.nameTileText{
	position: absolute;
	background-color:black;
	bottom:0%;
	left:0%;
	opacity:0.6;
	width:100%;
	padding-bottom:25%;
	height:0;
	font-family: "Arial Nova",Arial, sans-serif;
	color: rgba(255,255,255,1);
	text-align:center;
	font-size:0.6vw;
	border-radius: 8px;
	/*border: 1px solid red;*/
}
.nameTileText .tooltiptext{
	visibility: hidden;
  	width: 19vw;
  	background-color: #555;
  	color: #fff;
  	text-align: center;
  	padding: 5px 0;
  	border-radius: 6px;
  	position: absolute;
  	z-index: 1;
  	font-size:1vw;
  	bottom: 125%;
  	left: 0%;
  	margin-left: -60px;

 	/* Fade in tooltip */
  	opacity: 0;
  	transition: opacity 0.3s;
}
.nameTileText .tooltiptext::after {
  	content: "";
  	position: absolute;
  	top: 100%;
  	left: 50%;
  	margin-left: -5px;
  	border-width: 5px;
  	border-style: solid;
  	border-color: #555 transparent transparent transparent;
}

.nameTileText:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.companyTileText{
	position: absolute;
	background-color:black;
	top:0%;
	left:0%;
	opacity:0.6;
	width:100%;
	padding-bottom:25%;
	height:0;
	font-family: "Arial Nova",Arial, sans-serif;
	color: rgba(255,255,255,1);
	text-align:center;
	font-size:0.8vw;
	border-radius: 8px;
	/*border: 1px solid red;*/
}

div.square{
	margin: auto;
	width: 75%;
	height: 75%;
	border: 1px solid red;
}

img.logoImg{
	/*position:absolute;*/
	left:0;
	top:0;
	width:100%;
	max-width:550px;
}

img.menuImg{
	position:absolute;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 40px;
}

img.imgFit{
	display: block;
	margin-left: auto;
    margin-right: auto;
    object-fit: cover;
	max-width:50%;
	-webkit-filter: brightness(100%);
	border-radius: 50%;
	border: 5px solid white;
}

img.imgFit:hover{
	display: block;
	margin-left: auto;
    margin-right: auto;
    object-fit: cover;
	transition: .5s ease;
	max-width:50%;
	-webkit-filter: brightness(50%);
	border-radius: 50%;
	border: 5px solid white;
}

img.imgFit_sqr{
	max-width:100%;
	object-fit: scale-down;
	-webkit-filter: brightness(100%);
	border-radius: 8px;
	
}

img.imgFit_sqr:hover{
	transition: .5s ease;
	max-width:100%;
	object-fit: scale-down;
	-webkit-filter: brightness(50%);
	border-radius: 8px;
}

img.imgLevel{
	position:relative;
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	max-width:100%;
	-webkit-filter: brightness(100%);
}

img.imgLevel:hover{
	position: relative;
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	transition: .5s ease;
	max-width:100%;
	-webkit-filter: brightness(50%);
}

img.imgEmptyLevel{
	display: block;
	max-width:100%;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	-webkit-filter: brightness(50%);
}

.loginMessage{
	position: absolute;
	width:100%;
	height:15%;
  	top: 85%;
  	justify-content: center;
  	align-items: center;
	text-align: center;
	font-family: "Arial Nova",Arial, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: black;
	visibility:inherit;
	/*border: 1px solid black;*/
}
.userDetailsMessage{
	position: absolute;
	width:100%;
	height:15%;
  	bottom: 12%;
  	justify-content: center;
  	align-items: center;
	text-align: center;
	font-family: "Arial Nova",Arial, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: rgba(255,255,255,0.8);
	visibility:inherit;
	/*border: 1px solid black;*/
}
label.loginLabel{
	width: 480px;
	color: black;
	font-family: "Arial Nova",Arial, sans-serif;
	text-align: left;
	margin-left: auto;
	margin-right:auto;
	display: inline-block;
}

input[type=text].loginTextFill{
	width: 480px;
	height:35px;
	border-radius: 0px;
	background-color: rgba(255,255,255,1);
	font-family: "Arial Nova",Arial, sans-serif;
	color: rgba(100,100,100,1);
	font-size:24px;
	visibility:inherit;
	border: 1px solidrgb(0, 0, 0)

}
input[type=password].loginTextFill{
	width: 480px;
	height:35px;
	border-radius: 0px;
	background-color: rgba(255,255,255,1);
	font-family: "Arial",Arial, sans-serif;
	color: rgba(100,100,100,1);
	font-size:32px;
	visibility:inherit;
	border: 1px solid black

}


.newLogIn {
	background-color:rgba(41,41,41,0.9);
	border-radius:6px;
	border:1px solid #2f3330;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:5px 40px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f3330;
}
.newLogIn:hover {
	background-color:rgba(10,10,10,0.9);
}
.newLogIn:active {
	position:relative;
	top:1px;
}


.logIn{
	box-shadow:inset 0px 34px 0px -15px #2e2e2d;
	background-color:#000000;
									 
				   
	border:1px solid #241d13;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: "Arial",Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:9px 76px;
	text-decoration:none;
	text-shadow:0px -1px 0px #1a0c0a;
}

.logIn:hoover{
	background-color:#242424;
}

logIn:active{
	position:relative;
	top:1px;
}

.logOut{
border:1px solid #7eb9d0; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 7px 7px 7px 7px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #a7cfdf; background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
 background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
 background-image: linear-gradient(to bottom, #a7cfdf, #23538a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
}

.toolButton{
border:1px solid #7eb9d0; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:0.8vw;font-family:arial, helvetica, sans-serif; padding: 7px 7px 7px 7px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #a7cfdf; background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
 background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
 background-image: linear-gradient(to bottom, #a7cfdf, #23538a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
}
	
a.smallRef{
	font-family: "Arial Nova",Arial, sans-serif;
	color: rgba(0,0,0,1);
	font-size:10px;
	visibility:inherit;
	/*border: 1px solid blue;*/
}

a.smallRefWhite{
	font-family: "Arial Nova",Arial, sans-serif;
	color: rgba(255,255,255,1);
	font-size:10px;
	visibility:inherit;
	/*border: 1px solid blue;*/
}

.srodek {
  position:absolute;
  top:50%;
  left:50%;
  padding:15px;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  /*border: 1;*/
}  

.logoutButton {
	position:absolute;
	top:50%;
  	right:1%;
  	width:80px;
  	height:25px;
}  



.buttonPanel {
	position:relative;
	top:20%;
  	margin-right:10px;
  	width:100%;
  	height:40px;
  	z-index: 1;
  	/*border: 1px solid blue;*/
}  

.menu {
	position: absolute;
	right: 0px;
	top:0;
  	width:40px;
  	height:40px;
  	z-index: 100;
} 

.addButtonPanel {
	position:relative;
	top:30%;
  	margin-right:10px;
  	width:100%;
  	height:40px;
  	/*border: 1px solid green;*/
}

.split {
  height: 50%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}
.splitPasek {
	z-index:1;
	position:fixed;
	min-width:550px;
	width: 100%;
	top: 0;
	left:0;
  	height: 70px;		 
  	z-index: 1;
  	
}
.pasekKontener{
	float:left;
	min-width:305px;
	width:33%;
	height: 100%;
}

.splitPodPaskiem {
	position:fixed;
	min-width: 500px;
	width: 100%;
	top: 70px;
	left:0;
  	height: 100%; 
  	/*border: 1px solid red;*/
}

.splitPodPaskiemOver {
	overflow: scroll;
	position:fixed;
	width: 100%;
	top: 70px;
	left:0;
  	height: 100%; 
  	/*border: 1px solid red;*/
}




/* Control the top side */
.top {
  top: 0;
  
}


/* Control the bottom side */
.bottom {
  top: 50%;

}



/* If you want the content centered horizontally and vertically */
.centered {
  position: relative;
  top: 0%;
  left: 50%;
  text-align: center;
}

.centeredButtons {
  text-align: center;
}

.centeredTop {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}


.generate {
  position: relative;
  top:0%;
  left:0%;
  width: 100%;
  height:auto;
  text-align: center;
   overflow-y: hidden;
}

.titleCenter {
  position: relative;
  top:50%;
  left:0%;
  width: 100%;
  height:auto;
  text-align: center;
  overflow-y: hidden;
  /*border: 1px solid red*/ 
}

.message{
	position: relative;
  	top:50%;
  	left:0%;
  	width: 20%;
  	height:auto;
  	text-align: center;
}

.centeredBottom {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Style the image inside the centered container, if needed */
.centered img {
  width: 150px;
  border-radius: 50%;
}
input[type=text]{
	width: 150px;
}
input[type=password]{
	width: 150px;

}

textarea{
	background-color: yellow;
	color: black;
}

.inputError{
	width: 150px;
	background-color: white;
	color: red;
}

.wait{
	color: blue;
}
.ok{
	color: green;
}
.error{
	color: red;
}

#czerwony{
	color: red;
}
.userTableAera{
	position: relative;
	margin-left: auto;
	margin-right:auto;
	top:0;
	left:0;
	width:90%;
	height:50%;
	overflow-x: hidden;
	overflow-y: scroll;
	/*border: 1px solid green;*/
}

th,td,table.users{
	table-layout:fixed;
	width:100%;
	max-width:100%;
	/*border: 1px solid black*/
}

.mainMenu {
	 position:relative;
	 bottom: 42%;
	 right:47%;
     list-style: none;
     float: right;
     z-index: 1000000006;
}

.mainMenu  > li {
     margin: 0;
     padding: 0;
     float: left; 
     position: relative;
     height: 40px;
     z-index: inherit;
}

.mainMenu  > li > a {
     padding: 10px; 
     color: #444;
     text-decoration: none;
     z-index: inherit;
}

.mainMenu  > li > a:hover, 
.mainMenu  > li:hover > a {
     color: #de5f44;
     text-decoration: underline;
     z-index: inherit;
}

.mainMenu  > li ul {
	 list-style:none;
	 font-family: orbitron;
     padding: 0;
     position: absolute; 
     display: none; 
     right: -20px; 
     top: 40px; 
     width: 200px; 
     text-align: left;
     background-color: #fcfcfc;
     border: 1px solid #ccc;
     z-index: inherit;
}

.mainMenu  li:hover > ul {
     display: block;
}

.mainMenu  > li ul ul {
     left: 200px; 
     top: -1px;
}

.mainMenu  > li ul li {
     margin: 0; 
     padding: 0;
     position: relative; 
     float: none; 
     height: auto;
}

.mainMenu  > li ul li a {
     padding: 10px 20px; 
     color: #505050; 
     text-decoration: none;
     display: block;
}

.mainMenu  > li ul li a:hover,
.mainMenu  > li ul li:hover > a {
     text-decoration: none;
     color: #fff;
     background-color: rgb(0,10,60);
     /*background-color: #f26c4f;*/
}

/* Projekt checkbox*/

 /* Customize the label (the container) */
.pojemnik {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.pojemnik input {
  position: relative;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 30%;
  padding-bottom: 30%;
  background-color: rgba(0,0,0,0);
  border: solid 3px white;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.pojemnik:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.pojemnik input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.pojemnik input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.pojemnik .checkmark:after {
  left: 1%;
  top: 10%;
  width: 50%;
  height: 50%;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

div.wyl{
	display: block;
	top: 0px;
	height: 100%;
	cursor: default;
}

div.wl{
	display: block;
	top: 0px;
	height: 100%;
	cursor: pointer;
}

div.info{
	margin-left: 30%;

	width: 30%;
	height: 0;
    padding-bottom: 30%;
	border: solid 3px white;
	border-radius: 50%;
}

.save-window{
	display: none;
	overflow: auto;
	position:fixed;
	z-index:1000000003;
	padding-top:100px;
	left:0;
	top:0px;
	width: 100%;
	bottom:0px;
	overflow:auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.mange-window{
	display: none;
	overflow: auto;
	position:fixed;
	z-index:1000000002;
	padding-top:100px;
	left:0;
	top:0px;
	width: 100%;
	bottom:0px;
	overflow:auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.message-window{
	display: none;
	overflow: auto;
	position:fixed;
	z-index:1000000004;
	padding-top:100px;
	left:0;
	top:0px;
	width: 100%;
	height:100%;
	overflow:auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}


.popup{
	display: none;
	position:fixed;
	font-family:orbitron;
	z-index:1000000005;
	padding-top:100px;
	left:0;
	top:0px;
	width: 100%;
	height:100%;
	overflow:auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.popup-zawartosc{
	z-index:inherit;
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width:80%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
  	-webkit-animation-duration: 0.4s;
  	animation-name: animatetop;
  	animation-duration: 0.4s
}
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.zamknij{
	color:white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.zamknij:hover,
.zamknij:focus{
	color: #000;
	text-decoration:none;
	cursor:pointer;
}
.popup-header{
	z-index:inherit;
	padding: 2px 16px;
	background-color: rgb(0,10,60);
  	/*background-color: #de5f44;*/
  	color: white;
}

.popup-body{
    z-index:inherit;
	padding: 2px 16px;
}

.popup-mapa{
	z-index:inherit;
	width:100%;
	height:300px;
	border: solid 1px rgb(0,10,60);
}
.popup-margines{
	z-index:inherit;
	width:100%;
	height:300px;
}

.wait{
	z-index:inherit;
	position: relative;
	background-color: rgba(255,255,255,0.8);
	margin: auto;
	padding: 100px;
	border: 1px solid #888;
	width:100px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.wait-header{
	z-index:inherit;
	position: absolute;
	text-align:center;
	top: 5%;
	left: 5%;
	width:90%;
	height:20%;
	background-color: rgb(0,10,60);
  	/*background-color: #de5f44;*/
  	color: white;
}
.wait-loader {
	z-index:inherit;
	position:absolute;
	top: 35%;
	margin: auto;
  	border: 16px solid #f3f3f3;
  	border-radius: 50%;
  	border-top: 16px solid rgb(0,10,60);
  	width: 70px;
  	height: 70px;
  	-webkit-animation: spin 2s linear infinite; /* Safari */
  	animation: spin 2s linear infinite;
}



/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#drag {
	position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    width: 8px;
    cursor: w-resize;
    z-index:20000;
}

a.blomLink{
	color: white;
	text-align:center;
	font-family: "Arial Nova",Arial, sans-serif;
	text-decoration: none;
}


/* blok wyboru typu menu */

div.mode_cont{
	position:absolute;
	top: 25%;
	left: 0%;
	width: 100%;
	height:50%;
	display:block;
	
}
div.mode_butt_cont{
	display:block;
	height: 100%;
	width:45%;
	float: left;
}

label.mode_opt {
	display: block;
	background-color:black;
	border-radius:3px;
	border:1px solid white;
	cursor:pointer;
	color:#ffffff;
	font-family: orbitron;
	font-size:15px;
	width: 99%;	
	padding: 7px;
}

input.mode_opt{
	opacity: 0;
  	position: fixed;
  	width: 0;
}

input.mode_opt:checked + label{
	background:#8a8a8a;
}

input.mode_opt:focus + label{
	background:#8a8a8a;
}

label.mode_opt:hover {
	background:#8a8a8a;
}


select.topBelt-combo{
	display:block;
	left:0px;
	top:0px;
	width:100%;
	height:25px;
	background-color: rgb(36,35,36);
	border: 1px solid rgba(60,80,85,0.85);
	text-align:left;
	-webkit-appearance: none;
  	-moz-appearance: none;
	 background-image:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, rgb(36,35,36), rgb(36,35,36));
  background-position:
    calc(100% - 10px) calc(0.5em + 2px),
    calc(100% - 5px) calc(0.5em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
	color:white;
}

input[type=text].topBelt-line, .topBelt-comboBox{
	position:relative;
	font-family:inherit;
	width:100%;
	height:25px;
	background-color: rgb(36,35,36);
	border: 1px solid rgba(60,80,85,0.85);
	text-align:left;
	color:white;
}


audio::-webkit-media-controls-timeline,
#bgVideo::hover ::-webkit-media-controls-timeline {
    display: none;
}
audio::-webkit-media-controls,
video::-webkit-media-controls {
    display: none;
}

#bgVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

div.obManageWindow{
	display: block;
	overflow:auto;
	z-index:inherit;
	position:absolute;
	font-family: "Arial Nova",Arial, sans-serif;
	width:90%;
	height: 80%;
	min-width: 800px;
    min-height: 450px;
	left:5%;
	top:10%;
	-webkit-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

div.obManageWindow-small{
	display: block;
	overflow:auto;
	z-index:inherit;
	position:absolute;
	font-family: "Arial Nova",Arial, sans-serif;
	width:70%;
	height: 70%;
	min-width: 800px;
    min-height: 450px;
	left:15%;
	top:10%;
	-webkit-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

div.oWindow-header{
	display: block;
	z-index:inherit+1;
	font-family:inherit;
	position: absolute;
	text-align:center;
	width:100%;
	height:40px;
	font-size: 28px;
	background-color: rgb(25,40,44);
  	/*background-color: #de5f44;*/
  	color: white;
  	/*border: 1px solid red;*/
}

div.oWindow-content{
	display: block;
	overflow:auto;
	z-index:inherit;
	font-family:inherit;
	position: absolute;
	text-align:center;
	width: 100%;
	top: 40px;
	bottom: 0px;
	background-color: rgba(25,40,44,0.85);
  	text-align: center;
  	color: white;
  	/*border: 1px solid blue;*/
}

div.oWindow-border{
	display: block;
	position: absolute;
	font-family:inherit;
	overflow:auto;
	top:50px;
	bottom:80px;
	left:20px;
	right:20px;
	scrollbar-color: rgba(60,80,85,0.85) rgb(25,40,44);
  	scrollbar-width: thin;
	border: 1px solid rgba(60,80,85,0.85);
}



div.oWindow-filterContainer{
	position:absolute;
	text-align:left;
	width:90%;
	left:5%;
	height:50px;
	top:0px;
}

div.oWindow-filterTile{
	position: relative;
	font-family:inherit;
	float:left;
	width:33%;
	height:100%;
}

div.oWindow-buttonCont{
	display: block;
	position: absolute;
	font-family:inherit;
	left:20px;
	right: 20px;
	bottom:0%;
	height:80px;
}

div.oWindow-buttonTile{
	position: relative;
	font-family:inherit;
	float:left;
	width:33%;
	height:100%;
}

button.oWindow-button{
	display: block;
	position: absolute;
	font-family:inherit;
	width:100%;
	height:25px;
	top:10px;
	background-color: rgba(25,40,44,0.85);
	border: 1px solid rgba(60,80,85,0.85);
	text-align: center;
  	color: white;
  	cursor:pointer;
}

button.oWindow-button:hover{
	background-color: rgba(9,30,31,1);
}

button.oWindow-button-disabled{
	display: block;
	position: absolute;
	font-family:inherit;
	width:100%;
	height:25px;
	top:10px;
	background-color: rgba(25,40,44,0.85);
	border: 1px solid rgba(60,80,85,0.85);
	text-align: center;
	cursor: default;
  	color: rgba(60,80,85);
}

div.oWindow-item{
	position:relative;
	text-align:left;
	width:90%;
	left:5%;
	top:10px;
	margin-bottom:5px;
	/*border: 1px solid red;*/
}

span.oWindow-info{
	position:relative;
	text-align:left;
	border: 1px solid rgba(60,80,85,0.85);
}


input[type=text], 
[type=email].oWindow-line, 
.oWindow-comboBox{
	position:relative;
	font-family:inherit;
	width:100%;
	height:25px;
	background-color: rgb(25,40,44);
	border: 1px solid rgba(60,80,85,0.85);
	text-align:left;
	color:white;
}

input[type=text]:disabled, 
input[type=email].oWindow-line:disabled, 
.oWindow-comboBox:disabled {
    color: gray;
}

input[type=number].oWindow-line{
	position:relative;
	font-family:inherit;
	width:40%;
	height:25px;
	background-color: rgb(25,40,44);
	border: 1px solid rgba(60,80,85,0.85);
	text-align:left;
	color:white;
}

input[type=number].oWindow-line-red{
	position:relative;
	font-family:inherit;
	width:40%;
	height:25px;
	background-color: rgb(25,40,44);
	border: 1px solid rgba(60,80,85,0.85);
	text-align:left;
	color: red;
}

input[type=text].oWindow-comboBox{
	position:relative;
	font-family:inherit;
	width:80%;
	height:25px;
	background-color: rgb(25,40,44);
	border: 1px solid rgba(60,80,85,0.85);
	text-align:left;
	color:white;
}

input[type=text].oWindow-comboBox:disabled{
	color:gray;
}

input[type=text].oWindow-line_coord{
	position:relative;
	font-family:inherit;
	width:80%;
	height:25px;
	background-color: rgb(25,40,44);
	border: 1px solid rgba(60,80,85,0.85);
	text-align:left;
	color:white;
}

div.oWindow-inputTile{
	position: relative;
	font-family:inherit;
	height:100%;
	left:0%;
	float:left;
	width:33.3%;
	height:100%;
	/*border: 1px solid green;*/
}


select.oWindow-combo{
	width:100%;
	height:25px;
	background-color: rgb(25,40,44);
	border: 1px solid rgba(60,80,85,0.85);
	text-align:left;
	-webkit-appearance: none;
  	-moz-appearance: none;
	 background-image:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, rgb(25,40,44), rgb(25,40,44));
  background-position:
    calc(100% - 10px) calc(0.5em + 2px),
    calc(100% - 5px) calc(0.5em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
	color:white;
}

select.oWindow-combo:disabled{
	color:gray;
}

select.oWindow-combo-disabled{
	width:100%;
	height:25px;
	background-color: rgb(25,40,44);
	border: 1px solid rgba(60,80,85,0.85);
	text-align:left;
	-webkit-appearance: none;
  	-moz-appearance: none;
	 background-image:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, rgb(25,40,44), rgb(25,40,44));
  background-position:
    calc(100% - 10px) calc(0.5em + 2px),
    calc(100% - 5px) calc(0.5em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
	color:rgba(60,80,85);
	pointer-events:none;
}

.cbPojemnik {
  display: block;
  position: relative;
  cursor: pointer;
  width:15px;
  height:15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cbPojemnik-disabled {
  display: block;
  position: relative;
 
  width:15px;
  height:15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cbPojemnik input {
  position: relative;
  opacity: 0;
  cursor: pointer;
  height: 90%;
  width: 90%;
}

.cbPojemnik-disabled input {
  position: relative;
  opacity: 0;
  height: 90%;
  width: 90%;
  
}

/* Create a custom checkbox */
.cbCheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0);
  border: solid 1px white;
}

.cbCheckmark-disabled {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0);
  border: solid 1px rgba(60,80,85,0.85);
}
/* On mouse-over, add a grey background color */
.cbPojemnik:hover input ~ .cbCheckmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cbPojemnik input:checked ~ .cbCheckmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cbCheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cbPojemnik input:checked ~ .cbCheckmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cbPojemnik .cbCheckmark:after {
  left: 1%;
  top: 10%;
  width: 50%;
  height: 50%;
  border: solid rgba(60,80,85,0.85);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 


textarea.oWindow-text{
	position:relative;
	font-family:inherit;
	width:100%;
	background-color: rgb(25,40,44);
	border: 1px solid rgba(60,80,85,0.85);
	text-align:left;
	resize: none;
	color:white;
}


div.oWindow-table-cont{
	position:relative;
	overflow:auto;
	font-family:inherit;
	width:100%;
	height:100px;
	background-color: rgb(25,40,44);
	border: 1px solid rgba(60,80,85,0.85);
	text-align:left;
	color:white;
	scrollbar-color: rgba(60,80,85,0.85) rgb(25,40,44);
  	scrollbar-width: thin;
}

div.oWindow-table-cont::-webkit-scrollbar{
	width:5px;
	height:5px;
}

div.oWindow-table-cont-disabled{
	position:relative;
	overflow:auto;
	font-family:inherit;
	width:100%;
	height:100px;
	background-color: rgb(25,40,44);
	border: 1px solid rgba(60,80,85,0.85);
	text-align:left;
	color:rgba(60,80,85,0.85);
	scrollbar-color: rgba(60,80,85,0.85) rgb(25,40,44);
  	scrollbar-width: thin;
}

div.oWindow-table-cont-disabled::-webkit-scrollbar{
	width:5px;
	height:5px;
}


div.oWidnow-tile-container{
	position:relative;
	text-align:left;
	width:100%;
	height:40px;
	left:0%;
	top:5px;
	margin-bottom:5px;
	/*border: 1px slolid blue;*/
}

div.admincCentralWidget{
	position: fixed;
	top: 70px;
	left: 0%;
	width:100%;
	bottom: 70px;
	min-height: 530px;
	min-width: 800px;
	z-index: 10;
    background-color: white; /*dim the background*/
    justify-content: center;
	align-items: center;
	
} 

div.adminWidgetSection{
	text-align: center;
	justify-content: center;
	align-items: center;
	position: relative;
	font-family: orbitron;
	font-size: 20px;
	margin-top: 5%;
	margin-left: 40%;
	margin-right: 40%;
	height:10%;
}

button.adminButton {
	color: #ffffff;
	background-color: #283236;
	font-size: 26px;
	border: 2px solid #748e90;
	margin: auto;
	width: 100%;
	height: 70%;
	cursor: pointer
}
button.adminButton:hover {
	color: #ffffff;
	background-color: #161b1d;
}

div.userManagerCont{
	position: absolute;
	top: 20%;
	left: 30%;
	width: 40%;
	height: 40%;
	min-width:500px;
	min-height: 330px;
    justify-content: center;
	align-items: center;
	border-radius: 10px;
	font-family:orbitron;
	color: white;
	text-align:center;
	font-size:250%;
	cursor: default;
	
} 

div.messageBoxCont{
	display: block;
	z-index:inherit;
	position:absolute;
	font-family: "Arial Nova",Arial, sans-serif;
	width:40%;
	height: 150px;
	left:30%;
	-webkit-user-select: none; 
  	-ms-user-select: none; 
  	user-select: none; 
}

div.messageBox-header{
	display: block;
	z-index:inherit+1;
	font-family:inherit;
	position: absolute;
	text-align:center;
	width:100%;
	height:25px;
	background-color: rgb(25,40,44);
  	/*background-color: #de5f44;*/
  	color: white;
  	/*border: 1px solid red;*/
}

div.messageBox-content{
	display: block;
	z-index:inherit;
	font-family:inherit;
	position: absolute;
	text-align:center;
	width:100%;
	top:25px;
	bottom: 0px;
	background-color: rgba(25,40,44,0.85);
  	text-align: center;
  	color: white;
  	/*border: 1px solid blue;*/
}

div.toolWindow-border{
	display: block;
	position: absolute;
	font-family:inherit;
	top:10px;
	bottom:10px;
	left:10px;
	right: 10px;
	border: 1px solid rgba(60,80,85,0.85);
}

div.messageBox-info{
	position:relative;
	top:10px;
	width:100%;
	bottom:40px;
	text-align:center;
}

div.messageBox-buttonTile{
	position: absolute;
	font-family:inherit;
	left:35%;
	width:30%;
	height:40px;
	bottom:0px;
}


div.messageBox-twoButtonTile{
	position: absolute;
	font-family:inherit;
	left:20%;
	width:60%;
	height:40px;
	bottom:0px;
}

button.messageBox-button{
	display: block;
	position: absolute;
	font-family:inherit;
	width:100%;
	height:25px;
	top:10px;
	background-color: rgba(25,40,44,0.85);
	border: 1px solid rgba(60,80,85,0.85);
	text-align: center;
  	color: white;
}


th.tableHeadCell{
	user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
	cursor:default;
	max-height:40px; 
  	min-height:40px;
	background-color: rgb(25,40,44);
}

th.share_head { 
	user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
	cursor:default;
  	width:100px;
  	max-width:100px;
  	min-width:100px;
  	max-height:40px; 
  	min-height:40px;
  	background-color: rgb(25,40,44);  
}


table.sessionTable{
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
}

table.attTable{
	width:100%;
	table-layout: fixed;
	border-collapse: collapse;
}

table.usersTable{
	width:100%;
	table-layout: auto;
	font-size: 120%;
}

td.check {    
  width:40px; 
  max-width:40px;
  min-width:40px; 
  max-height:40px; 
  min-height:40px;   
}

th.check_head { 
	user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
	cursor:default;
  	width:40px; 
  	max-width:40px;
  	min-width:40px; 
  	max-height:40px; 
  	min-height:40px;  
  	background-color: rgb(25,40,44); 
}

td.icons {    
  width:40px; 
  max-width:40px;
  min-width:40px; 
  max-height:40px; 
  min-height:40px;  
}

th.icons_head {
	user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
	cursor:default;
  	width:40px; 
  	max-width:60px;
  	min-width:60px; 
  	max-height:40px; 
  	min-height:40px;
  	background-color: rgb(25,40,44);  
}

td.share {    
  width:100px; 
  max-width:100px;
  min-width:100px;
  max-height:100px; 
  min-height:100px; 
}


td.date {    
  width:100px; 
  max-width:110px;
  min-width:110px; 
  max-height:110px; 
  min-height:110px;  
}

td.attName {    
  width:150px; 
  max-width:150px;
  min-width:150px; 
  max-height:110px; 
  min-height:110px;  
}

td.attNameFrame {    
  width:150px; 
  max-width:150px;
  min-width:150px; 
  max-height:110px; 
  min-height:110px;
  border: 1px solid rgba(60,80,85,0.85);
}

td.attCell {    
  width:100px; 
  min-width:100px;
  max-width:200px;
  white-space: nowrap;
  overflow: hidden;        
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 1px solid rgba(60,80,85,0.85);
}

td.typeCell {    
  width:150px; 
  min-width:150px;
  max-width:200px;
  white-space: nowrap;
  overflow: hidden;        
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 1px solid rgba(60,80,85,0.85);
}

td.valCell {    
  width:100px; 
  min-width:100px;
  max-width:200px;
  white-space: nowrap;
  overflow: hidden;        
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 1px solid rgba(60,80,85,0.85);
}

td.valCell .valText{
	visibility: hidden;
	left: 40%;
  	width: 300px;
  	background-color: black;
  	color: #fff;
  	margin: auto;
  	text-align: center;
  	border-radius: 6px;
  	white-space: normal;
  	overflow-wrap: break-word;
  /* Position the tooltip */
  	position: absolute;
  	z-index: inherit;
  	/*right: 5px;*/
}

td.valCell:hover .valText {
  	visibility: visible;
}

td.chckCell {    
  width:50px; 
  min-width:50px;
  max-width:50px;
  cursor:default;
  border: 1px solid rgba(60,80,85,0.85);
}

td.descCell {    
  width:300px; 
  min-width:300px;
  max-width:300px;
  overflow: hidden;        
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 1px solid rgba(60,80,85,0.85);
}

td.icoCell {  
  width:15px;
  max-width:15px;
  height:15px;
  border: 1px solid rgba(60,80,85,0.85);
}

th.type_head { 
	user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
	cursor:default;
  	width:150px; 
  	max-width:150px;
  	min-width:150px; 
  	max-height:40px; 
  	min-height:40px;  
  	background-color: rgb(25,40,44); 
}

td.typeCell {  
  width:150px;
  max-width:150px;
  height:15px;
  border: 1px solid rgba(60,80,85,0.85);
}

th.chck_head{
	user-select: none; /* standard syntax */
  	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
  	cursor:default;
  	width:50px; 
  	max-width:50px;
  	min-width:50px;   
  	background-color: rgb(25,40,44);  
}

th.desc_head {    
	user-select: none; /* standard syntax */
  	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
  	cursor:default;
  	width:300px; 
  	max-width:300px;
  	min-width:300px; 
  	max-height:300px; 
  	min-height:300px;  
  	background-color: rgb(25,40,44);  
}

th.val_head{
	user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
	cursor:default;
	background-color: rgb(25,40,44);
}

th.unit_head{
	user-select: none; /* standard syntax */
  	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
  	cursor:default;
  	width:100px; 
  	max-width:100px;
  	min-width:100px; 
  	max-height:100px; 
  	min-height:100px;  
  	background-color: rgb(25,40,44);  
}

th.type_head{
	user-select: none; /* standard syntax */
  	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
  	cursor:default;
  	width:200px; 
  	max-width:250px;
  	min-width:150px; 
  	max-height:100px; 
  	min-height:100px;  
  	background-color: rgb(25,40,44);  
}

th.date_head {    
	user-select: none; /* standard syntax */
  	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
  	cursor:default;
  	width:110px; 
  	max-width:110px;
  	min-width:110px; 
  	max-height:110px; 
  	min-height:110px;  
  	background-color: rgb(25,40,44);  
}

td.over {
    white-space: nowrap;
	overflow: auto;        
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

td.ellipsis {
    overflow: hidden;
    white-space: nowrap;
	overflow: auto;        
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

td.comment {
	width:60px; 
  	max-width:100px;
  	min-width:60px; 
  	max-height:40px; 
  	min-height:40px; 
    white-space: nowrap;
	overflow: hidden;        
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

td.comment .commentText{
	visibility: hidden;
  	width: 300px;
  	background-color: black;
  	color: #fff;
  	text-align: center;
  	border-radius: 6px;
  	white-space: normal;
  	overflow-wrap: break-word;
  /* Position the tooltip */
  	position: absolute;
  	z-index: inherit;
  	/*right: 5px;*/
}

td.comment:hover .commentText {
  	visibility: visible;
}

img.cellIcon{
	width:15px;
	height:15px;
}
div.cellIcon{
	width:17px;
	height:15px;
	float: right;
}

div.uDetailWindow{
	display: block;
	overflow:auto;
	z-index:inherit;
	position:absolute;
	font-family: "Arial Nova",Arial, sans-serif;
	width:500px;
	height: 800px;
	min-width: 500px;
    min-height: 800px;
    top:80px;
	left:35%;
	/*border: 1px solid green;*/
}
div.mapCont{
	position: fixed;
	font-family: orbitron;
	left: 0;
	top: 70px;
	width: 100%;
	bottom: 0px;
	overflow: auto;
}
