/*
Prosoft Alliance and/or its affiliates. All rights reserved.
*/
/* 
    Created on : 18 03 2014, 17:33:52
    Author     : vmelnychuk
*/

html {
	height: 100%;
}

body,body.x-body {
	margin: 0;
	height: 100%;	
	background-image: url(../images/background.jpg);
	background-size: cover;
	font-family: 'Oxygen',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}

.form-signin-top {
	height: 150px;
}

.form-signin {
	width: 530px;
	margin: 0 auto;
	background: #fff;	
	position:relative;
	padding: 30px  74px 20px 74px ;	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.37);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.37);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.37);
}
.nyhat .form-signin:after {
    position: absolute;
    overflow: auto;
    content: ' ';
    top: -74px;
    right: -44px;
    height: 128px;
    width: 128px;
    background: url(../images/Christmas-Hat-PNG-HD.png) no-repeat;
    background-size: cover;
}

body.ny, body.ny.x-body {	
	background-image: url(../images/ny_bg.jpeg) !important;
	 background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
}
body.ny.i-night, body.ny.x-body.i-night {	
	background-image: url(../images/ny_bg.jpeg) !important;
	 background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
}

.form-signin-heading {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 90px;
	margin-bottom: 20px;
}

.form-signin-icon {
	background-image: url(../images/logo-2/innola.svg);
	height: 64px;
	width: 64px;
	background-size: cover;
	float: left;
}

.form-signin-heading h2 {
	padding-left:15px;
	margin : 0;
	float:left;	
	color : black;	
	font-weight: 400;
	font-size: 41px;
	line-height: 60px;
}
.office {
	text-align: center;
	margin-bottom: 20px;
	color : black;	
	font-weight: 500;
	font-size: 21px;
	line-height: 30px;
}

.form-signin .tb-label {
	float:left;
	font-weight: 300;
	font-size: 16px;
	padding: 10px 5px;
  	width: 126px;
}

.form-signin .form-control { 
  height: auto;
  /*-moz-box-sizing: border-box;*/
  font-size: 16px;
  float: left;   
  font-weight: 400;
  width: 250px;
  border-radius: 1px;
  margin-bottom: 6px;
  padding: 10px;
  background-color: rgb(248,248,248);
  border-color: rgb(229,229,229);
  border-width: 2px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.no-js-cookie body {
	height: 0;
}
.no-js-cookie .tb-row,.no-js-cookie .btn {
	display: none;
}
.tb-row {
	height: 52px;
}
.no-js-cookie .no-js {
	display: block;
}

.no-js{
	text-align: center; 
	color:red; 
	font-size: 20px;
	display: none;
	margin-bottom: 50px;
}
.no-js-caption{
	font-size: 35px;
	font-weight: bold;
	
}
.btn-login {
	width: 129px;
	margin: 30px auto 0px auto;	
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	border-radius: 3px;
}
.btn-login {
	background: #DF4A36;
	border-color: #C63A28;
}
.btn-login:HOVER {
	background: #FAA43A !important;
}
.form-error {
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 5px;
	color: #a94442;
	font-size: 16px;
	text-align: center;
}

.form-lang {
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: center;
}
.form-lang a {
	color: #DF4A36;
	margin-left: 5px;
	margin-right: 5px;
}
.contactus {
	color: rgb(135,135,135);
	font-size: 16px;
	font-weight: 300;
	margin-bottom : 7px;
	margin-top: 10px;
	text-align: center;
}
.copyright {	
	color: rgb(135,135,135);
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}
.version {
	color: rgb(145,145,145);
	font-size: 14px;
}
.contactus a,.copyright a {
	color: rgb(135,135,135);
}
.contactus a:VISITED,.copyright a:VISITED {
	color: rgb(135,135,135);
}
.i-erecords .form-signin-heading {
	margin-left: 80px;
}
.i-erecords .form-signin {
  /*width: 530px;*/
  height: 380px;
}

.i-office-icon {
	display: inline-block;
}

.i-office-closed .i-office-icon {
	background-image: url(../images/svg/icon-padlock-lock-gray.svg) !important;
    background-size: contain;
    width: 24px;
    height: 21px;
    background-repeat: no-repeat;
}
