html {
	min-height: 100%;
	height: 100%;
}

body {
	margin: 0 auto;
	padding: 0;
	clear: both;
	min-height: 100%;
	height: 100%;
}

.reset-options-fieldset {
	border: 0;
	padding: 10px 0;
}

.reset-options-fieldset h3{
	font-family: sans-serif;
	text-align: left;
	margin: 0 0 10px 15px;
}

.reset-options-fieldset table {
	padding: 0;
	width: 85%;
	margin: 0 auto;
}

.reset-options-fieldset table tr {
	height: 30px;
}

.reset-options-fieldset table tr td {
	text-align: left;
	font-family: sans-serif;
	margin-left: 15px;
	vertical-align: initial;
}

.reset-options-fieldset table tr .radioCell {
	width: 15px;
}

.Login-Error-Message {
	color: #CC0000;
	font-size: 16px;
}

.Login-input-cancel span{
	text-decoration: none;
	color: #f9f9f9;
}

.cancelLink {
	text-decoration: none;
}

.Login-Form-Option {
	font-family: sans-serif;
	font-size: x-small;
	margin: 0 35px;
}

.Login-Form-Option a {
	text-decoration: none;
	color: #2E2E2E;
}

.Login-Form-Option a:hover {
	text-decoration: underline;
}

#userID, #password, #lastName, #answer, #newPassword, #confirmPassword, #oldPassword {
	background-position: 5px 14px;
	background-repeat: no-repeat;
	text-indent: 16px;
}

/** Login Button Background colors **/
.caseih button.Login-input-submit {
	background-color: #AF1E2D;
}

.steyr input.Login-input-submit {
	background-color: #E20A16;
}

.case input.Login-input-submit {
	background-color: #E58E1A;
}

.newhollandag input.Login-input-submit {
	background-color: #004B93;
}

.newhollandce input.Login-input-submit {
	background-color: #FFD100;
}

.iveco input.Login-input-submit {
	background-color: #00297A;
}

.cnhiparts input.Login-input-submit {
	background-color: #AF1E2D;
}

.cnhicapital input.Login-input-submit {
	background-color: #9A351B;
}

.fpt input.Login-input-submit {
	background-color: #FF0000;
}
/** END LOGIN FORM **/




.Language-Selection-Area-Mobile {
	width: 100%;
	text-align: center;
	display: none;
}

.selected-language {
	color: #F4F4F4;
	position: relative;
	background-color: #424242;
	/*padding: 0 5px;*/
	display: inline-block;
	zoom: 1;
	*display: inline;
}


.outage-title:after {
	margin-top: 25px;
}

.Aditional-Information-List-Item a {
	text-decoration: none;
	color: #8d8d8d;
}

.Aditional-Information-List-Item a:hover {
	text-decoration: underline;
}

.Aditional-Information-List-Container-Mobile {
	width: 100%;
	text-align: center;
	display: none;
	background-image: -ms-linear-gradient(left, #E9E9E9 0%, #FAFAFA 25%, #FCFCFC 50%, #FAFAFA 75%, #E9E9E9 100%);
	background-image: -moz-linear-gradient(left, #E9E9E9 0%, #FAFAFA 25%, #FCFCFC 50%, #FAFAFA 75%, #E9E9E9 100%);
	background-image: -o-linear-gradient(left, #E9E9E9 0%, #FAFAFA 25%, #FCFCFC 50%, #FAFAFA 75%, #E9E9E9 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #E9E9E9), color-stop(25, #FAFAFA), color-stop(50, #FCFCFC), color-stop(75, #FAFAFA), color-stop(100, #E9E9E9));
	background-image: -webkit-linear-gradient(left, #E9E9E9 0%, #FAFAFA 25%, #FCFCFC 50%, #FAFAFA 75%, #E9E9E9 100%);
	background-image: linear-gradient(to right, #E9E9E9 0%, #FAFAFA 25%, #FCFCFC 50%, #FAFAFA 75%, #E9E9E9 100%);
}

.Aditional-Information-List-Container-Mobile select, .Language-Selection-Area-Mobile select, .region-selection{
	margin: 10px auto;
	width: 90%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 1px solid grey;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 35px;
	text-indent: 3px;
	overflow: visible;
}

.mobile-logo-container {
	width: 100%;
	height: 120px;
	display: none;
}

.mobile-logo {
	width: 250px;
	height: 100%;
	margin: auto;
	background-repeat: no-repeat
}

.box-mobile-logo {
	height: 30px;
}

.odd {
	background-color: #e5e5e5;
}

.even {
	background-color: #f2f2f2;
}

.bold {
	font-weight: bold;
}

.display-block {
	display: block;
}

.goback {
	width: 90%;
	margin: auto;
	font-family: sans-serif;
}

.selection-container {
	display: block;
	font-family: sans-serif;
}

.selection-container table {
	width: 100%;
	margin: auto;
}

.selection-container .alignLabel {
	text-align: left;
	width: 20%;
}

.selection-container label {
	margin: 0 0 0 20%;
}

.selection-container select {
	margin-left: 5%;
}


.login-left-image{
	background-image: url("../images/Login-img-dflt.jpg");
	background-color: #cccccc;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width: 100%;
	height: 100%;
}

/** Brand Images **/
#div-caseih {
	background-image: url(../images/Logo-CaseIH.png);
}

#div-steyr {
	background-image: url(../images/Logo-Steyr.png);
}

#div-casece {
	background-image: url(../images/Logo-case.png);
}

#div-newhollandag {
	background-image: url(../images/Logo-newholland-ag.png);
}

#div-newhollandce {
	background-image: url(../images/Logo-newhollandce.png);
}

#div-kongskilde {
	background-image: url(../images/Logo-Kongskilde.png);
}

#div-miller{
	background-image: url(../images/Logo-Miller.png);
}
#div-fpt {
	background-image: url(../images/Logo-fpt.png);
}

/** END Brand Images **/
.outageTitle{
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 4rem;
}
.outage-title h1{
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 4rem;

}

.outage-title{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 45px;
	margin-bottom: 37px;
}

.alignLabel{
	width: 100% !important;
}
.selection-container label{
	margin-left: 0 !important;
}

.selection-container select{
	margin-left: 0 !important;
}
.region-selection{
	width: 100%;
}

#market-label{
	font-weight: bold;
}
#brand-label{
	font-weight: bold;
}

#app-label{
	font-size: 2rem;
	padding: 20px 0;
}
#app-description{
	font-size: 2rem;
	padding: 20px 0;
}

.outage-links thead {
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}


.odd {
	background-color: white;
	border-bottom: 1px solid #DDDDDD;
}

.even {
	background-color: white;
	border-bottom: 1px solid #DDDDDD;
}
.outage-links a {
	color: black;
}
.outage-links td{
	padding: 20px 0;
}

.footer-section {
	border-top: 1px solid #DDDDDD;
	position: relative;
	bottom:0;
	width:100%;
}

.selected-language{
	color: black;
	background-color: white;
	font-weight: bold;
}

.selected-language:after{
	border: none;
}
.Language-List {
	text-align: center;
	padding: 0 0;
	color: black;
}
.language {
	margin: 0 3% 0 0;
	display: inline-block;
	position: relative;
	line-height: 40px;
	font-family: sans-serif;
	font-size: 14px;
	zoom: 1;
	*display: inline;
}
.language:hover {
	cursor: pointer;
}
.Language-Selection-Area{
	padding: 28px 0;
	align-content: center;
	min-height: 35px;
	height: auto;
	background-color: white;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.Additional-Information-Area{
	background-color: black;
	width: 100%;
	height: auto;
}
.Aditional-Information-List-Container{
	display: block;
	text-align: left;
	background-color: black;
	padding: 47.5px 0 ;
}
.Additional-Information-Area:after{
	content: "";
}

.Aditional-Information-List-Item{
	margin: 0 1%;
	display: inline;
	font-family: sans-serif;
	font-size: x-small;
}

.Aditional-Information-List-Item a {
	color: white;
}

.Main-login-container{
	position: relative;
}

.Aditional-Information-List-Item:first-child{
	margin-left: 64px;
}
.footer-logo{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-55%);
}

.all-rights-container {
	padding: 47.5px 0;
}
.all-rights{
	color: white;
	display: inline;
	font-family: sans-serif;
	font-size: x-small;
}
.brand-inline{
	width: 10%;
	background-size: contain;
	margin: 20px 20px 20px 0;
}
.Brand-Selection-Area{
	text-align: left;
}
#div-allbrands{
	display: none;
}
.outage-links-container{
	border-top: 1px solid #DDDDDD;
	margin: 20px 0;
}

.outage-links{
	display: none;
}

.Login-Body {
 display: initial;
}

.Login-Form-Container-Area, .ChangePassword-Form-Container-Area, .ResetPassword-Form-Container-Area {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: left;
	float: left;
	display: block;
}

.Login-Form{
	padding-right: 15px;
	padding-left: 15px;
	margin: 0;
	background: white;
	width: 100%;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}
.Login-Form-Title{
	font-family: sans-serif;
	color: #333333;
	padding: 3px 0px 6px 0px;
	margin-right: 10px;
	line-height: 33px;
	margin-left: 0;
}
.Login-Form-Title:after{
	content: none;
}
.Login-Error-Message-Container{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
	display: none;
}
#user-label{
	display: block;
	margin-top: .5rem;
}
#password-label{
	display: block;
	margin-top: .5rem;
}
.logintext{
	width: 100%;
	margin: 0;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #8D8D8D;
}
.changePasstext{
	width: 100%;
	margin: .53em 0;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	border: 1px solid #8D8D8D;
}
.Login-input-submit {
	margin: 20px auto;
	width: 100%;
	text-transform: uppercase;
	height: 45px;
	cursor: pointer;
	padding: 5px 0px;
	background-color: #AD2624;
	color: #f9f9f9;
	font-size: 20px;
	border: none;
}
.Login-input-cancel{
	width: 100%;
	text-transform: uppercase;
	line-height: 35px;
	margin: 0 auto 5px;
	padding: 5px 0;
	font-size: 20px;
	font-family: sans-serif;
	text-decoration: none;
	background-color: #4C4C4C;
	border: none;
	cursor: pointer;
}
.Main-login-container{
	height: 74.7%;
	display: block;
	overflow: hidden;
	padding: 0;
}
.Content-Box{
	height: 100%;
}
.login-left-image-container{
	height: 100%;
}
.Background-Area {
	width: 100%;
	height: 100%;
	min-height: 450px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}
.Login-Form-Options-Container{
	margin: auto 20px auto 0;
	width: 45%;
	padding: 3px 0px;

}

.last-brand-container {
    margin-top:30px;
}

.last-brand-image{
	margin: 0 0 25px 0;
	width: 18%;
}
_:-ms-fullscreen, :root .Main-login-container {
	height: 75%;
}

.form-instructions{
	margin: 0;
	width: 100%;
	text-align: left;
	font-family: sans-serif;
}

.reset-options-fieldset table{
	width: 100%;
}
.reset-options-fieldset h3{
	margin: 10px 0;
}
.reset-options-fieldset table tr td{
	vertical-align: top;
}

.footer-logo-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
}

@-moz-document url-prefix() {
	.Main-login-container{
		height: 75%;
	}
}

@media not all and (min-resolution:.001dpcm) {
	@media {
		.Main-login-container{
			height: 76%;
		}
	}
}

@media screen  and (min-width: 1441px){
	.Main-login-container{
		height: 78.4%;
	}
}
@media screen  and (max-width: 1280px){
	.Main-login-container{
		height: 78.4%;
	}
}

@media screen  and (max-width: 768px){
	.brand-inline{
		width: 9%;
	}
	.logintext{
		width: 100%;
	}
	.Login-input-submit{
		width: 100% !important;
	}
	.Login-input-cancel{
		width: 100% !important;
	}
	.Background-Area{
		min-height: initial;
	}
	.Language-List{
		text-align: center;
	}
	.language {
		width: 25%;
		margin: 0;
	}
	.Login-Form-Options-Container {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.Language-List{
		text-align: center;
	}
	.language {
		width: 25%;
		margin: 0;
	}

	#app-label{
		font-size: 1rem;
		padding: 10px 0;
	}
	#app-description{
		font-size: 1rem;
		padding: 10px 0;
	}
	.footer-logo{
		width: initial;
		position: initial;
		bottom: 0;
		transform: none;
		display: inline-block;
	}
	.Aditional-Information-List-Item:first-child{
		margin-left: 0;
	}

	.Aditional-Information-List-Container {
		text-align: center;
		padding: 10px 0;
	}

	.all-rights-container{
		text-align: center;
		padding: 10px 0;
	}
	.Background-Area{
		min-height: initial;
	}
	.Main-login-container {
		height: 100%;
	}

}
@media screen and (max-width: 414px){
	.Main-login-container {
		height: calc(100% + 10%);
	}
	.loginForm{
		margin: initial;
	}
	.brand-inline{
		display: none;
	}
	#div-allbrands{
		background-size: contain;
		display: block;
		width: 96%;
		height: 36px;
		margin-bottom: 15px;
	}

	.Background-Area{
		min-height: 300px;
	}
}

/** Media queries **/
@media screen and (max-width: 700px) {
	.Brand-Logo-Container {
		display: none;
	}

	.Login-Form-Container-Area, .ChangePassword-Form-Container-Area, .ResetPassword-Form-Container-Area {
		width: 100%;
	}

	.mobile-logo-container {
		display: block;
	}

	.Login-Body {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.Aditional-Information-List-Item {
		margin: 0px 3%;
	}

	.brand-inline {
		margin: 0 2%;
	}

	.language {
		margin: 0 25px;
	}

	.selection-container {
		width: 100%;
	}
}

@media screen and (max-width: 540px) {
	.Language-List {
		display: none;
	}

	.Language-Selection-Area-Mobile {
		display: block;
	}

	.Aditional-Information-List-Item {
		display: block;
		margin: 10px auto;
	}
}

@media screen and(max-width: 400px) {
	.Login-Form {
		width: 90%;
	}
}


.footer-logo-container img {
    filter: invert(100%);
}

#privacyPolicyNotice {
	background-color: beige;
	color: black;
	padding: 15px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	font-family: Arial, sans-serif;
	font-size: 12px;
  }
