html {
	height: 100%;
}
body {
	background: url('./images/dataways_white.png') bottom 20px right 20px no-repeat, url('./images/blue_balloons.jpg'), #1a4175 !important;
	background-size: 250px auto, cover !important;
	background-attachment: fixed !important;
	height: 100%;
	min-height: 550px;
	padding: 0 0 100px 0;
	margin: 0;
}

#cover {
	min-height: 400px;
	/*box-shadow: 0px 0px 10px 1px #0c0c39;*/
	border-radius: 30px;
	margin-left: 6%;
}

#cover-left, #cover-right {
	position: relative;
	box-shadow: 0px 0px 10px 1px #0c0c39;
}

#cover-left {
	background-color: #052233;
	color: #ffffff;
	padding: 40px 30px 60px 30px;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	min-height: 600px;
	font-size: 18px;
}

#cover-left h3 {
	font-weight: 600;
	font-size: 44px;
}

div.position-absolute-bottom {
	position: absolute;
	bottom: 20px;
}

div.need-help {
	font-size: 16px;
	color: #fff;
}

div.need-help a {
	color: #fff;
	text-decoration: underline;
}

#cover-left .orange-separator {
	display: block;
	border-bottom: 10px solid #fa6703;
	width: 150px;
	margin: 20px 0;
}

#cover-left .groupware-text {
	max-width: 280px;
}


#cover-right {
	background-color: #fff;
	padding: 30px 30px 50px 30px;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}

#cover-left .inode-logo img {
	width: 154px;
	margin-bottom: 10px;
}

#cover-wrapper {
	width: 100%;
	position: absolute;
	top: 10%;
	/*-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

.login-form-wrapper td.title {
	display: none;
	color: #8d8d8d;
	font-size: 18px;
}

.login-form-wrapper td.input input {
	background-color: #f4f8f7;
	border-radius: 0;
	border: 1px solid #dbf8f5;
	margin: 2px 0 15px;
	padding: 12px 7px;
	width: 100%;
}

.login-form-wrapper .message-box-form {
	display: block;
	margin-bottom: 10px;
}

.login-form-wrapper table,
.login-form-wrapper tbody,
.login-form-wrapper tr,
.login-form-wrapper td {
	display: block;
	width: 100%;
}

.login-form-wrapper .message-box-form #message > div {
	vertical-align: middle;
    text-align: left;
	line-height: 16px;
	white-space: normal;
    padding: 18px 18px 18px 25px;
    border-radius: 10px;
    color: white;
    font-weight: normal;
    width: 100%;
    background: rgba(24, 64, 132, .5);
}

.bottom-text {
	color: #fff;
	margin-top: 60px;
	padding: 20px 0;
}

.bottom-text a {
	color: #fff;
	text-decoration: underline;
}

button.mainaction {
	background-color: #0a3e73;
	color: #fff;
	padding: 7px 50px;
	border-radius: 30px;
	border: 1px solid #fff;
	font-size: 24px;
	font-weight: normal;
	margin-top: 30px;
}

button.mainaction:hover {
	background-color: #fa6703;
	color: #fff;
	border: 1px solid #fff;
}

.groupware-logo img {
	width: 100%;
	margin-bottom: 10px;
}

#eulaModal .modal-body {
	padding: 40px;
}

#eulaModal .modal-content {
	border: 4px solid #fa6703;
	border-radius: 10px;
	position: relative;
}

#modal-body-eula {
	height: 520px;
	color: #555;
}

#modal-body-eula h3 {
	color: #004080;
	font-weight: 700;
	font-size: 20px;
}

#eulaModal .modal-body .close {
	color: #777;
	position: absolute;
	right: 15px;
	top: 7px;
}

a.show-eula:hover,
.need-help a:hover {
	color: #fa6703;
}

h3.sign-in {
	color: #fa6703;
	font-size: 34px;
	font-weight: bold;
}

div.customer-logo {
	height: 128px;
	width: 100%;
	margin-bottom: 20px;
}

div.customer-logo img {
	max-width: 90%;
	max-height: 128px;
}

.customer-logo-enabled {
    position: relative;
    height: 100%;
}

.customer-logo-enabled img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* nano slider */
.nano {
	position : relative;
	width    : 100%;
	height   : 100%;
	overflow : hidden;
}
.nano > .nano-content {
	position      : absolute;
	overflow      : scroll;
	overflow-x    : hidden;
	top           : 0;
	right         : 0;
	bottom        : 0;
	left          : 0;
	padding-right: 30px;
}
.nano > .nano-content:focus {
	outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
	display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
	display: block;
}
.nano > .nano-pane {
	background : #e8e8e8;
	position   : absolute;
	width      : 10px;
	right      : 0;
	top        : 0;
	bottom     : 0;
	visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
	opacity    : .01;
	-webkit-transition    : .2s;
	-moz-transition       : .2s;
	-o-transition         : .2s;
	transition            : .2s;
	-moz-border-radius    : 5px;
	-webkit-border-radius : 5px;
	border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
	background: #b8b8b8;
	position              : relative;
	margin                : 0 1px;
	-moz-border-radius    : 3px;
	-webkit-border-radius : 3px;
	border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
	visibility : visible\9; /* Target only IE7 and IE8 with this hack */
	opacity    : 0.99;
}

@media screen and (max-height: 768px) {
	#cover-wrapper {
		top: 8%
	}

	#cover-left {
		min-height: 530px;
		padding: 30px 30px 60px 30px;
	}

	#cover-left h3 {
		font-size: 40px;
	}

	.bottom-text {
		margin-top: 25px
	}

	.groupware-logo img {
		width: 90%
	}

	div.customer-logo {
        height: 100px;
		width: 100%;
		min-height: 74px;
		margin-bottom: 0;
	}

	div.customer-logo img {
		max-height: 80px;
        max-width: 90%;
		margin-bottom: 10px;
	}

	.login-form-wrapper td.input input {
		padding: 11px 7px;
	}

	#mobile-need-help {
		margin-top: 70px;
	}
	#mobile-groupware-logo + #mobile-need-help {
		margin-top: 10px;
	}
}

@media screen and (max-height: 640px) {
	#cover-left {
		min-height: 480px;
	}

	.bottom-text {
		margin-top: 15px;
	}
}

@media screen and (max-width: 1400px) and (max-height: 768px), (max-width: 1200px) {

	#cover-left h3 {
		font-size: 32px;
	}

	#cover-left .inode-logo img {
		width: 144px
	}

	h3.sign-in {
		font-size: 30px;
	}

	button.mainaction {
		font-size: 24px;
		padding: 6px 50px;
	}
}

@media screen and (max-width: 1200px) {
	div.need-help {
		font-size: 16px;
	}
}

@media screen and (max-width: 992px) {

}


@media screen and (max-width: 767px) {
	body {
		min-height: 360px;
		min-width: 320px;
		padding: 0 0 20px 0px;
	}

	#cover-wrapper {
		top: 0;
		position: initial;
	}

	#cover-right, #cover-left {
		background: transparent;
		background-color: transparent;
		text-align: center;
		padding: 0;
		border-radius: 0;
		min-height: 100px;
		box-shadow: none;
	}

	#cover {
		box-shadow: none;
		margin: 20px auto 0;
		text-align: center;
		min-height: 270px;
	}

	#cover-left h3 {
		display: inline-block;
		vertical-align: text-bottom;
	}

	#cover-left h3 {
		font-size: 30px;
		height: 90px;
		width: 60%;
		min-width: 170px;
	}

	.welcome-title-wrapper {
		min-width: 290px;
		max-width: 350px;
		margin: auto;
	}

	#mobile-groupware-logo {
		text-align: center;
	}

	div.need-help {
		margin: 10px auto 20px auto;
		text-align: center;
		color: #fa6703;
		padding: 0 20px;
	}

	div.need-help a {
		color: #fa6703;
	}

	.groupware-logo {
		max-width: 360px;
		margin: auto;
	}

	.login-form-wrapper {
		padding: 10px 15px;
		max-width: 400px;
		margin: 0 auto;
	}

	.login-form-wrapper td.input input {
		width: 100%;
	}

	*:not([id^='mobile-']) > [id^='desktop-'] {
		display: none;
	}

	.bottom-text {
		margin-top: 5px;
		font-size: 12px;
	}

	#eulaModal .modal-body {
		padding: 40px 15px;
	}

	h3.sign-in {
		text-align: left;
	}

	.groupware-logo img {
		width: 90%;
	}

	.mobile-bottom-groupware-logo {
		margin-top: 30px;
	}

	.copyright-text {
		border-top: 1px solid #fff;
		font-size: 12px;
		padding: 10px 0;
		width: 80%;
		max-width: 400px;
		margin: auto;
	}

	div.customer-logo .customer-logo-enabled {
		background: #fff;
		/* background: linear-gradient(180deg, rgba(20,65,117,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 85%, rgba(20,65,117,1) 100%);;*/
		box-shadow: 0 0px 10px 15px #fff;
		margin-bottom: 10px;
		text-align: center;
	}

	div.customer-logo img {
        max-width: 330px;
		max-height: 80px;
		margin: 20px 0;
	}

	div.customer-logo .customer-logo-enabled img {
		margin: 5px 0 10px 0;
	}

	.login-form-wrapper .message-box-form #message > div {
		background: rgba(250, 103, 3, 0.7);
	}
}

@media screen and (max-width: 767px), (max-height: 620px) and (max-width: 1350px) {
	body {
		background: url('./images/blue_balloons.jpg'), #1a4175 !important;
		background-size: cover !important;
		background-attachment: fixed !important;
	}
}