﻿/* Note: AZZO brand-specific */
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color:#000;
    background-color:#132650;

    overflow: hidden;
	
	background-image: url("Background.jpg");
    background-size: cover;
    background-position: center 0;
	-webkit-transition: background-image 5s;
	
	
    opacity: 0;

    -webkit-animation: fadeInFeature 2s 1s;
            animation: fadeInFeature 2s 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
/*
a:hover {
	
    text-decoration: none;
}


a:active {
    color: #12eb87;
}
*/
.editor-field
{
    margin:0 0 8px 0;
    height:32px;
}

.editor-field > input 
{
    
	
	float:right;
    width:100%;
    height:50px;
	margin: 0 0 8px 0;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    vertical-align:middle;
	
    border: 0px solid #aaa;
	border-radius: 30px;
	background-color:#F5F5F5;
}

.editor-field > input[type="text"], .editor-field > input[type="password"]
{
    padding: 0 4px 0 16px;
    font-style: normal;
    font-size: 14px !important;
}
/*
.editor-field > input[type="text"]:hover, .editor-field > input[type="password"]:hover
{
	border: 1.5px solid #203543; 
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
*/


.field-validation-error,
.validation-summary-errors
{
    color: #ff0000;
    float: right;
    font-size: 12px;
}

.validation-summary-errors > ul
{
    margin: 0;
}

/* Login Page START */

.login_dlg 
{
    /* Layout box parent to the white box */
	position:absolute;
    top:0;
    bottom:100px;
    left:0;
    right:0;
    width: 100%;
    height: 440px;
    max-width: 500px;
    min-width: 400px;

    margin: auto;

    background-color: #289695;
	border-radius: 30px;
	
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
            box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}

.login_dlg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
	border-radius: 30px;
	
	background-color:white;
    /*background-image: url("Background.jpg");*/
    background-size: cover;
    background-position: center 0;
	
    opacity: 0;
    /*
    -webkit-animation: fadeInFeature 1s 0.3s;
            animation: fadeInFeature 1s 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; 
	*/
}

.azzosupport 
{

	width: 100%;
    height: 25%;
	margin-top:15px;
	margin-left:10px;
	
	background-image: url("RangeLogo.png");
    background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
	background-color: transparent;
}
/*
.dropbtn {
  background-color: ;
  border-radius: 35px;
  
  position: absolute;
  bottom:10px;
  right: 10px;
  
  color: grey;
  padding: 5px 12px;
  font-size: 13px;
  border: 1.5px solid #F5F5F5;
}

.dropdown {
  position: absolute;
  bottom:10px;
  right: 10px;
}

.dropdown-content {
  display: none;
  position: absolute;
  bottom:30px;
  right: 10px;
  
  border-radius: 10px;
  background-color: #f1f1f1;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  
}
.dropdown-content a {
  color: #203543;
  padding: 10px 16px;
  font-size: 12px;
  border-radius: 10px;
  text-decoration: none;
  display: block;
}


.dropdown-content a:hover {background-color: #289695; color:white;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-image: linear-gradient(to right, #49BB8B, #168783); color:white;}
*/

/*
.gradient {
	/* This gradient has been removed as a part of AZZO UI */
  /*  position: absolute;
    bottom: 0;

    width: 100%;
    height: 0%;

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.15)),to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.5) 100%);
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.5) 100%);
}
*/

/*
.gradient:after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 32px;

    width: 50%;
    height: 54px;
    
    background-image: url("RangeLogo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}
*/
/*
.topBar {
	
    position:absolute;
    bottom:0px;
    left:0;

    width: 100%;
    height: 0px;

    background-color: #3dcd58;
    background-image: url("ProductLogo_White.png");
    background-repeat: no-repeat;
    background-position: 32px 64px;
    background-size: 42%;

    border-top: 0px solid rgba(61,201,85,0.8);
    background-clip: padding-box;

    -webkit-transition: height ease-in-out .2s, top ease-in-out .2s, background-position ease-in-out .2s;
    -o-transition: height ease-in-out .2s, top ease-in-out .2s, background-position ease-in-out .2s;
    -webkit-transition: height ease-in-out .2s, bottom ease-in-out .2s, background-position ease-in-out .2s;
    -o-transition: height ease-in-out .2s, bottom ease-in-out .2s, background-position ease-in-out .2s;
    transition: height ease-in-out .2s, bottom ease-in-out .2s, background-position ease-in-out .2s;
}

.login_dlg.active .topBar {
    bottom: 343px;
    height: 20px;
    background-position: 32px 150px;
}
*/
.loginBox 
{
	/* Originally white strip by Schneider in PME21 Login UI, now it's the white background*/
    background: #fff;
    /*position:absolute;
    bottom:104px;
    top: 334px;
    left:0;*/
	
	position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width: 100%;
    height: 470px;
    max-width: 500px;
    min-width: 200px;
	border-radius: 20px;

    margin: auto;

    width: 100%;
	
	display:grid;
	
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -ms-flex-pack: distribute;
        -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/

    padding: 16px 16px 16px 16px;

    overflow: hidden;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    /*webkit-transition: top .2s, bottom .2s;
    -o-transition: top .2s, bottom .2s;
    transition: top .2s, bottom .2s;*/
   text-align:right;
}

.login_dlg.active .loginBox 
{
    top: 0px;
}

.loginBox:before {
	content: "";
	position: absolute; 
	top: 30px;
	left: 43px;
	width: 85%;
	height: 170px;
	
    /*content: "";
    display: block;
    width: 45%;
    min-width: 300px;
    height: 170px;

    margin: 0 32px 8px 16px;*/

    /*-ms-flex-item-align: start;

        align-self: flex-start;*/

    background-image: url("ProductLogo.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    
}

.customerRegistrationInfoBox {
    
	position:absolute;
    bottom:16px;
    left:30px;
    
    max-width: 700px;
    text-align: left;
    font-family: "Arial";
    font-size: 12px;
    color: #9fa0a4;
}

.customerRegistrationText {
    height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.customerRegistrationTextBold {
    font-weight: bold;
    color: #203543;
}

#logOnForm {
    position:absolute;

    width: 70%;
    height: 500px;
    max-width: 330px;
	margin: 200px 18%;
    
	/*max-width: 240px;
    width: 100%;
    margin: 0 16px 0 16px;
    -ms-flex-item-align: start;
        align-self: flex-start;*/
}

div.login_dlg input[type="submit"]
{
    color: #fff;
    width: 100%;
    padding:8px 40px;
	height:50px;
    border-radius: 30px;
    background-color: transparent;
    background-image: linear-gradient(to right, #183E9A, #5DA9E9);
    border: 0px solid #aaa; 
    cursor: pointer;
    font-size: 14px !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
    font-style: normal;
	transition-property: box-shadow, width, height;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	
}


div.login_dlg input[type="submit"]:hover
{
	/*background-image: linear-gradient(to right, #49BB8B, #168783);*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 100.5%;
	height:51 px;
	/*transform: scale(1.01);*/

}
div.login_dlg div.logOnValidationSummary 
{
    margin-top: -100%;
    margin-bottom: 8px;
    font-size: 14px;
    display: inline-block;
}

div.validation-summary-errors
{
    width:100%;
}

div.login_dlg div.logOnValidationSummary ul
{
    list-style-type:none;
    text-align:center;
    width:100%;
    padding:0;
}



.copyrightBox {
    
    bottom:40px;
    left:32px;
  
	content: "";
    position: absolute;

    width: 50%;
    height: 100px;
    font-size:0px;
    background-image: url("ClientLogo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}


div.login_dlg div.noJavaScriptMessage 
{
    padding-bottom: 7px;
}
/* Login Page END */



@-webkit-keyframes fadeInBackground {
            from { opacity: 0; }
            to   { opacity: 0.5; }
}

@keyframes fadeInBackground {
            from { opacity: 0; }
            to   { opacity: 0.5; }
}

@-webkit-keyframes fadeInFeature {
            from { opacity: 0; }
            to   { opacity: 1; }
}

@keyframes fadeInFeature{
            from { opacity: 0; }
            to   { opacity: 1; }
}

/*Authorization Dialog START*/

.auth_dlg 
{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width: 100%;
    height: 600px;
    max-width: 960px;
    min-width: 650px;
    margin: auto;

    background-color: white;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
            box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
}

.auth_dlg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center 0;
    background-color: white;

    opacity: 0;

    -webkit-animation: fadeInFeature 0.5s 0.2s;
            animation: fadeInFeature 0.5s 0.2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;

}

.auth_inner{
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.cont_btn{
    height: 35px;
    width: 105px;
    border-radius: 3px;
    margin-bottom: 60px;
    left: 485px;
    position: absolute;
    top: 505px;
    cursor: pointer;
}

.exit_btn{
    height: 35px;
    width: 105px;
    border-radius: 3px;
    margin-bottom: 60px;
    left: 370px;
    position:absolute;
    top:505px;
    cursor: pointer;
}

#WinAuth {
    margin-top: 16px;
    font-family: Arial;
    font-size: 12px;
    color: #0087cd;
    text-align: left;
}

#WinAuth a {
    color: #0087cd;
}

/* This ensures the validation summary takes up one line of space even when blank */
div.validation-summary-errors:empty::after { content: "."; visibility: hidden;}

#Authenticating {
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    color: #9fa0a4;
    margin-top: 16px;
}

/*Authorization Dialog END*/