@charset "utf-8";
/* CSS Document */

body.index {
	background: #000 url(../images/bg_login_petroline.jpg) no-repeat center top;
	background-size: cover;
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.wrap-bg {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.container.container-index {
	max-width: 1200px;
	text-align: center;
}

header {
	padding: 10px 0px 0px;
}

.logo-hectronic {
	margin-top:15px;
	max-width: 100%;
	padding-left: 10px;
}

.logo-cityline {
	padding-right: 10px;
}

a.logo-cityline {
	padding-right: 10px;
	float: right;
}

.content {
	float: left;
	width: 100%;
}

.content-inner {
	padding: 15px 2px;
	display: block;
	text-align: center;
	vertical-align: middle;
}

footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

form#select_language {
	padding: 20px 10px;
}

.col-xs-12 {
	padding: 2px;
}

select#language_cb {
	min-width: 100px;
	margin-top: 10px;
	padding: 2px 10px 1px 1px;
	background: none;
	color: #7C7B79;
	border: 1px solid #7C7B79;
	font-size: 16px;
}

.index-login-form, .welcome-login-form {
	margin-top: 100px;
}

.login-title {
	padding: 10px 20px 10px 20px;
	background: #fff;
	color: #D15B47;
	font-size: 20px;
	line-height: 26px;
	width: 100%;
	text-align: left;
	font-weight: bold;
	border-radius: 3px 3px 0px 0px;
}

.login-inner, .welcome-login-inner {
	background-color: rgba(255, 255, 255, 0.6);
	min-height: 232px;
	width: 100%;
	padding: 25px 20px;
	display: inline-block;
	border-radius: 0px 0px 3px 3px;
}

.welcome-login-inner {
	padding: 10px 20px;
}

.index-login-form input[type="text"], .index-login-form input[type="password"], .index-login-form input[type="email"] {
	background: #ffffff;
	border: 1px solid #ADADAD;
	font-size: 14px;
	margin: 5px 0 18px;
	padding: 7px;
	width: 100%;
	color: #818181;
}

.index-login-form input.new-password[type="text"] {
	margin: 15px 0 30px;
}

form#change_language {
	margin-top: 20px;
}

#change_language select {
	height: 24px !important;
	float: left;
}

.index-login-form input[type="submit"], .welcome-login-form input[type="submit"], .welcome-login-form input[type="button"] {
	background: #D15B47;
	border-radius: 2px !important;
	color: #fff !important;
	display: inline-block;
	font-size: 14px !important;
	margin: 10px 0px 15px 0px!important;
	padding: 6px 12px !important;
	text-align: center !important;
	text-decoration: none;
	width: auto;
	border: none;
}

.index-login-form input[type="submit"]:hover, .welcome-login-form input[type="submit"]:hover, .welcome-login-form input[type="button"]:hover {
	background: -moz-linear-gradient(center top, #c43131 10%, #e60000 80%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	background: -webkit-linear-gradient(center top, #c43131 10%, #e60000 80%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	background: -o-linear-gradient(center top, #c43131 10%, #e60000 80%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	background: linear-gradient(center top, #c43131 10%, #e60000 80%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	background-image: linear-gradient(to bottom, #990000 0%, #e60000 100%);
}

input:focus, textarea:focus {
	border: 1px solid #7ac0da !important;
}

*::-moz-placeholder {
	font-style: italic;
}

.index-login-form a {
	color: #333 !important;
	outline: medium none;
	text-decoration: underline !important;
}

div.copyright {
	padding: 10px 10px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.welcome-login-form select {
	width: 100%;
	margin: 5px 0 15px;
	padding: 6px 6px;
	font-size: 14px;
	color: #818181;
}

.welcome-checkboxes {
	margin: 7px 0px 17px;
	clear: both;
}

.welcome-login-form label {
	font-weight: normal;
	margin-bottom: 3px;
	font-size: 13px;
}

.help {
	background: url(../images/help.png) no-repeat center top;
	height: 22px;
	margin-left: 12px;
	margin-right: 2px;
	width: 22px;
	float: right;
	margin-top: 10px;
}

.help:hover {
	background: url(../images/help.png) no-repeat center bottom;
}

.validation_error, .error {
	margin-bottom: 0 !important;
	font-size: 11px;
	color: #ff0000;
	float: left;
}

#select_language .icon-caret-dowm {
	border-left: 1px solid #292929;
	color: #808080;
	display: inline-block;
	font-size: 16px;
	height: 54px;
	padding-top: 20px;
	text-align: center;
	width: 19px;
}

/* changed select lang with div*/

#content {
	margin: 0px;
	padding: 5px 0px 0px;
	list-style-type: none;
	display: none;
	position: absolute;
	top: 55px;
	/*75*/
	right: 0px;
	z-index: 9999;
	background: rgba(224, 224, 225, 0.9);
	color: #000;
}

#content li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#content li a {
	display: inline-block;
	padding: 2px 5px;
	text-align: left;
	text-decoration: none;
	width: 150px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

#content li:hover {
	background: #A50013;
}

#content li:hover a {
	color: #fff;
}

.div-lang {
	position: relative;
	text-align: right;
}

.english-lang {
	display: inline-block;
	line-height: 18px;
	padding-right: 5px;
	position: relative;
	text-align: right;
	top: 18px;
	vertical-align: top;
	white-space: nowrap;
	color: #bbb4b4;
	font-size: 16px;
	min-width: 123px;
}

i.icon-caret-down {
	border-left: 1px solid #292929;
	color: #bbb4b4;
	display: inline-block;
	font-size: 16px;
	height: 34px;
	padding-top: 20px;
	text-align: center;
	width: 19px;
}

.select-div-lang {
	max-width: 200px;
	float: right;
	position: relative;
}

.red-hover {
	background: #000 !important;
	color: red !important;
}

#t {
	display: none;
}

.eula-popup-content {
	background-color: #ffffffc7;
	flex: 1;
	padding: 10px 20px 10px 20px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.eula-popup-footer {
	background-color: #ffffffc7;
	border-radius: 0 0 3px 3px;
	flex: 1;
	padding: 10px 20px 10px 20px;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	align-content: space-around;
	justify-content: space-around;
}
