
html,body,div,input,span,a,p,button,select,option,th,td,ul,li {
  font-family: Helvetica, sans-serif; 
  font-size: 14px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  text-indent: 5px;
}


html {
  height: 100%; /* ; calc(100vh - 4px) */
}


/*
@font-face { 
	font-family: myFont;
	src:url("/fonts/Montserrat-Regular.ttf");
}
*/





body {
  /*display: flex;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100%;
  background: lightgray;/*silver;/*lavender;/*#EaEaEa; /* pozadina forme*/
  background: url("../pict/background.jpg") ; 
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover; /*contain; */
  /*padding: 20px 0px 0px 0px; /* nije bas na centru */
  
 }

/*
@keyframes greska { /* funkcija za fade in 
	from {color: white;}
	to {color: red;}
}
*/

/*
@-moz-document url-prefix() {
	
	a.input { line-height: 11px;} 
	
 input.login-input { height: 22px; } 
	
}*/

::placeholder {
 color: LightGray;
}





/*
.login > header h4 {  
  font-size: 18px;
  animation: text_opacity 1.5s cubic-bezier(.55, 0, .1, 1);
  color: rgba(255, 255, 255, 0.4);
}
*/

/* Form */
form.login-form {
  padding: 10px 10px 10px 10px;
  /*box-sizing: border-box;*/
  /*text-align: left;
  color: FireBrick; /* boja za error */
  /*animation-name: greska;  
  animation-duration: 1.5s; ZA ANIMACIJU  */
}

a.input {
	display: inline-block;
	vertical-align: middle;
	color: black;
	border-bottom: 1px solid lightgray;/*rgba(0, 0, 0, 0.2);*/
	width: 75px;
	/*margin: 0px 0px 11px 0px;*/
	height: 19px;
	line-height: 24px;
	/*line-height: 2.9;*/
	
}

a.box {
	display: inline-block;
	vertical-align: bottom;
	color: black;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	width: 75px;
	margin: 0px 0px 15px 0px;

}

a.eyePass {
	position: absolute;
	cursor: pointer;
	z-index: 3;	
	font-size: 30px;
	color: gray;
}

a.errorNormal {
	display: inline-block; /* nchor links (a elements) are inline elements, they can't have paddings */
	padding: 10px 0px 0px 10px; /* top right bottom left */	
	width: 280px; /* manje od sirine prozora */
	text-indent: 0px;
}



a.log-in {
	display: block;
	color: white;
	background: navy;
	width: 240px;
	height: 25px;
	padding: 10px 0px 0px 20px;
	margin:0px 0px 0px -10px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 0px;
	cursor: grab;  /* move; */
}

a.errorHeader {
	display: block;
	color: white;
	background: navy;
	width: 290px;
	height: 25px;
	padding: 7px 0px 0px 10px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 0px;
	cursor: grab;  /* move; */
}

p.input {
	margin: 0px 0px 0px -5px;
	color: dimgray;/*gray;*/
	width: 200px;
}

span.tooltip {
	visibility: hidden;
	position: absolute;
	text-align: left;/*center;*/
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	background: white;
	color: black;
	z-index: 5;
	border: 1px solid royalblue;
	transition: 0s visibility;
	text-indent: 0px;
}

span.tooltip::after { /*strelica na dole*/
	content: "";
	position: absolute;
	left: 50%;
	top:100%;
	margin-left: -6px;
	border-width: 6px;
	border-style: solid;
	border-color: royalblue transparent transparent transparent;
}

/* box*/
select.box-input {	
  /*position: relative; /*absolute;*/
  cursor: pointer;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 0px 0px 0px 2px; */
  margin: 0px 0px 15px 0px;
  border: 1px solid silver; /*lightgray;*/
  /*border:none; /* vazno da ovo bude iznad bordser-bottom*/
  /*border-bottom: 1px solid lightgray; /*rgba(0, 0, 0, 0.2);*/
  /*border-top: 1px solid lightgray; /*rgba(0, 0, 0, 0.2);*/
  /*border-left: 1px solid lightgray; /*rgba(0, 0, 0, 0.2);*/
  /*border-right: 1px solid lightgray; /*rgba(0, 0, 0, 0.2);*/
  background: white;
  text-indent: 0px;
  height:24px; /* ovde ne dodaje px */
  outline: none;
}



select.box-input:hover {
   border: 1px solid royalblue;
   /*border:none; /* vazno da ovo bude iznad bordser-bottom*/
   /*border-bottom: 1px solid Navy;
   /*border-top: 1px solid Navy;
   /*border-left: 1px solid Navy;
   /*border-right: 1px solid Navy;   
  /*border:none;*/
  outline: none;
}


select.box-input:focus {
  border: 1px solid navy;
  /*border:none; /* vazno da ovo bude iznad bordser-bottom*/
  /*border-bottom: 1px solid Navy; /*#0800a3; */
  /*border-top: 1px solid lightgray; /*rgba(0, 0, 0, 0.2);*/
  /*border-left: 1px solid lightgray; /*rgba(0, 0, 0, 0.2);*/
  /*border-right: 1px solid lightgray; /*rgba(0, 0, 0, 0.2);*/
  outline: none;
}

/* Inputs */
input.login-input {
  /*position: relative;*/
  /* dodaje 2px */
  /*padding: 0px 0px 0px 5px;*/
  margin: 0px 0px 15px 0px;
  border: 1px solid silver;/*lightgray;*/
  /*border: none; 
  /*border-bottom: 1px solid lightgray;/*rgba(0, 0, 0, 0.2);*/
  /*border-left: 1px solid lightgray; /*rgba(0, 0, 0, 0.2);*/
  /*border-top: 1px solid lightgray; /*rgba(0, 0, 0, 0.2);*/
  /*border-right: 1px solid lightgray; /*rgba(0, 0, 0, 0.2);*/
  /*box-sizing: border-box;*/
  background: white;
  opacity: 1;
  height: 22px; /* dodaje 2px */
  /*line-height: 2.5;
  /*animation: input_opacity 0.8s cubic-bezier(.55, 0, .1, 1);*/
  /*transition: border-bottom 0.2s cubic-bezier(.55, 0, .1, 1);*/
  
}


input.login-input:focus {
  border: 1px solid navy;	
  outline: none;
  /*border-bottom: 1px solid Navy; 
  /*border-top: 1px solid Navy;
  border-left: 1px solid Navy;
  border-right: 1px solid Navy;*/
}


input.login-input:hover {
  border: 1px solid royalblue;	
  outline: none;
  /*border-bottom: 1px solid Navy; 
  border-top: 1px solid Navy;
  border-left: 1px solid Navy;
  border-right: 1px solid Navy;*/
}

#companyid:hover + #companyToolTip { /* VAZNO DA JE SPAN IZA !! hover active=ok dok drzis click, checked, focus=hover target */
	visibility: visible;
	transition-delay: 0.7s;
}

/*
#companyid:focus + #companyToolTip { 
	visibility: hidden;
	transition-delay: 0s;
}
*/

#userid:hover + #userToolTip { visibility: visible;	transition-delay: 0.7s; }
/* #userid:focus + #userToolTip { visibility: hidden; transition-delay: 0s; } */

#passid:hover + #passToolTip { 	visibility: visible; transition-delay: 0.7s; }
/* #passid:focus + #passToolTip {	visibility: hidden;	transition-delay: 0s; } */

#loginid:hover + #loginToolTip { visibility: visible; transition-delay: 0.7s; }
/* #loginid:focus + #loginToolTip { visibility: hidden;	transition-delay: 0s; } */

#passEye:hover + #passEyeToolTip { visibility: visible;	transition-delay: 0.7s; }

#daButton:hover + #buttonYesTT { visibility: visible; transition-delay: 0.7s; }

/*
#passEye:active + #passEyeToolTip { /* VAZNO DA JE SPAN IZA !! 
	visibility: hidden;
	transition-delay: 0.7s;
}
*/
/*
input.login-input:hover span.tooltip {
	visibility: visible; 
}*/


/* Submit Button */
div.submit-container {
  /*display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative; */
  width: 245px;
  padding: 7px 15px 27px 0px;
  margin: 0px 0px 0px -20px;
  border-top: 1px solid lightgray;/*rgba(0, 0, 0, 0.1);*/
}

div.inputs {
	width: 100%;
}

div.error {
	width: 100%;
	height: 12px;
	/*margin: 0px 0px 10px 65px;*/
	padding: 0px 0px 15px 0px; 
	text-indent: 0px;	
}

div.errorHide {
	display: none;
}

div.errorShow {
	border: 1px solid Navy;
	position: absolute;
	top: calc(50vh - 100px); /* oduzmi polovinu visine */
	left: calc(50vw - 150px); /* oduzmi polovinu sirine */
	background: white;
	width: 300px;
	height: 200px;
	z-index: 10;
}


div.showContent {
	width: 0px;
	height: 0px;
}

div.hideContent {
	position: absolute;
	top: 0px; /* 38px */
	left: 0px;
	background: black;
	width: 100vw;/*calc(100vw - 5px);*/
	height: 100vh; /* 70px calc(100vh - 6px)*/
	z-index: 5; /* gore */
	opacity: 0.6;
}


div.bottomButtons {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
}

div.login {
  /*position: absolute; /*relative;*/
  width: 240px;/*100%;*/
  /*height: 400px;*/
  padding: 0px 10px 0px 10px;
  /*margin: 0 0 10px 0;*/
  /*box-sizing: border-box;*/
  border-radius: 0px;
  background: white;/*#FcFcFc; /* pozadina login*/
  overflow: hidden;
  border: 1px solid Navy;
  /*animation: input_opacity 0.2s cubic-bezier(.55, 0, .1, 1);*/
  /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
              0 1px 5px 0 rgba(0, 0, 0, 0.12),
              0 3px 1px -2px rgba(0, 0, 0, 0.2);*/
}

div.log-in {
  /*position: absolute;/*relative; */
  width: 250px;
  height: 30px;
  padding: 5px 10px 10px 5px;
  margin: -5px 0px 0px -10px; /*-10px -10px 25px -10px;*/
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
  background: Navy; /* #0800a3;/*#4d47ff; /* pozadina header*/
  color: white;/*#FAFAFA; /* boja slova u header*/
  /*animation: scale_header 0.6s cubic-bezier(.55, 0, .1, 1), text_opacity 1s cubic-bezier(.55, 0, .1, 1); */
  /*box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
              0px 1px 5px 0px rgba(0, 0, 0, 0.12),
              0px 3px 1px -2px rgba(0, 0, 0, 0.2);*/
  cursor: default;			  		  
}

/* Login Form */
div.login-container {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: center;*/
  position: absolute; /*relative;*/
  width: 240px;
  /*height: 300px;*/
   padding: 0px 5px 0px 5px;
  /*box-sizing: border-box;*/
  /*opacity: 0.9;*/
  /*margin: 0px 0px 0px -250px;*/
  top: calc(50vh - 140px); /* oduzmi polovinu visine */
  left: calc(50vw - 130px); /* oduzmi polovinu sirine */
  background: white;/*#FcFcFc; /* pozadina login*/
  overflow: hidden;
  border: 1px solid Navy;
}


button.login-button {
  /*margin: 15px 15px 0px 0px;*/
  padding: 5px 5px 5px 5px;
  border: 1px solid royalblue;/*rgba(0, 0, 0, 0.2);/*#0800a3;  none;*/
  border-radius: 0px;
  background: royalblue; /*transparent*/
  /*text-decoration: underline;*/
  color:white; /*#0800a3; /*#E37F00;*/
  cursor: pointer;
  /*opacity: 1;*/
  /*animation: input_opacity 0.8s cubic-bezier(.55, 0, .1, 1);*/
  /*transition: background 0.2s ease-in-out;*/
  width: 95px;
  outline:none;
  float: right;
}

button.login {
 /* margin: 0px 0px 0px 0px; */
  padding: 2px 0px 0px 0px;
  border: none;/*rgba(0, 0, 0, 0.2);/*#0800a3;  none; 1px solid royalblue;*/
  border-radius: 0px;
  background: transparent; /*royalblue; transparent;*/
  /*text-decoration: underline;*/
  color: white;/*black;/*#0800a3; /*#E37F00;*/
  cursor: pointer;
  /*opacity: 1;*/
  /*animation: input_opacity 0.8s cubic-bezier(.55, 0, .1, 1);*/
  /*transition: background 0.2s ease-in-out;*/
  width: 30px;
  /* display: inline-block; */
  text-decoration: none;
  text-align: center;
  outline: none;
  text-indent: 0px;
  float: right;
}


button.smallNew {
  /* margin: 0px 0px 0px 0px; */
  padding: 2px 0px 0px 0px;
  border: none; /*rgba(0, 0, 0, 0.2);/*#0800a3;  none; 1px solid royalblue;*/
  border-radius: 0px;
  background: transparent; /*royalblue; transparent;*/
  /*text-decoration: underline;*/
  color: white;/*black;/*#0800a3; /*#E37F00;*/
  cursor: pointer;
  /*opacity: 1;*/
  /*animation: input_opacity 0.8s cubic-bezier(.55, 0, .1, 1);*/
  /*transition: background 0.2s ease-in-out;*/
  width: 30px;
  /* display: inline-block; */
  text-decoration: none;
  text-align: center;
  outline: none;
  text-indent: 0px;
}

img.normalLogin {
	float: left;
	padding: 1px 0px 0px 1px;
}

img.pict {
	display: inline-block;
	vertical-align: middle;
	width: 75px;
	height: 20px;
	margin: 0px 0px 0px -10px;
}

/*
img.eyePass {
	position: absolute;
	bottom: 115px;
	left: 203px;
	cursor: pointer;
	z-index: 3;	
}
*/

