body {
  color: #1d3c41;
  overflow-y: scroll;
  font-family: Arial, Calibri, Tahoma;
  padding: 0;
  margin: 0;
}
.componentSeperator {
  width: 292px;
  height: 1px;
  background-color: #72ace5;
  margin-top: 4px;
}
.statusIcon {
  background-image: url(../images/downloading-animation.gif);
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 20px;
  margin-left: 50px;
  margin-right: 10px;
}
.statusIconColumn {
  width: 96px;
}
.installSuccess {
  background-image: url(../images/ok.png);
}
.installFail {
  background-image: url(../images/Icons/failure.png);
  width: 15px;
  height: 15px;
}
.compName {
  width: 129px;
}
.compTableRow {
  font-family: Arial;
  font-size: 10px;
  border: solid;
  border-width: 1px 0;
  border-color: #72ace5;
  border-top: 4px;
  width: 292px;
  height: 25px;
}
.loginui {
  text-align: left;
  position: relative;
  font-family: Calibri, Arial, sans-serif;
  top: 1px;
  padding: 0;
  margin: 0;
  height: auto;
}
.loginui .login {
  /****  input styling ****/
  /* all the input except submit and checkbox */
  /*styling both submit button */
  /*.button input {
            cursor: pointer;
            background: rgb(95, 155, 198);
            padding: 8px 5px;
            color: #fff;
            font-size: 14px;
            border: 1px solid rgb(28, 108, 122);
            margin-bottom: 15px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
            -moz-border-radius: @border-radius;
            border-radius: @border-radius;


            &:hover {
                background: rgb(74, 179, 198);
            }

            &:active,
            &:focus {
                background: rgb(40, 137, 154);
                position: relative;
                top: 1px;
                border: 1px solid rgb(12, 76, 87);
                -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
                box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
            }
        }*/
}
.loginui .login .upperLine {
  background-color: #313131;
  height: 28px;
}
.loginui .login .change-password {
  width: 350px;
  z-index: 1045;
}
.loginui .login .loginForm {
  position: fixed;
  left: 45%;
  margin: 100px 0 0 -100px;
}
.loginui .login .loginForm .ng-dirty.ng-valid {
  border: 2px solid #3a7d34;
}
.loginui .login .loginForm .ng-dirty.ng-invalid {
  border: #ec3f41 1px solid;
}
.loginui .login .loginForm .installerBackground {
  width: 544px;
  height: 524px;
  border-radius: 3px;
  background-color: #c3d2e0;
  opacity: 0.9;
  position: fixed;
  margin: -99px 0px 0px -130px;
}
.loginui .login .loginForm .loginLogo {
  background-image: url(../images/login_logo_illustration.png);
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 100;
  margin: -127px 0px 0px -230px;
  width: 900px;
  height: 282px;
}
.loginui .login .loginForm .loginTitle {
  z-index: 50;
  width: 300px;
  height: 110px;
  color: #424249;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
}
.loginui .login .loginForm .loginTitle .welcome {
  font-size: 22px;
  height: 30px;
  margin-top: 35px;
}
.loginui .login .loginForm .loginTitle .loggedOutTitle {
  font-size: 22px;
  height: 30px;
  margin-top: 35px;
}
.loginui .login .loginForm .loginTitle .productName {
  font-size: 30px;
}
.loginui .login .loginForm .clientServicesTitle {
  z-index: 50;
  width: 350px;
  font-family: Arial;
  font-size: 18px;
  color: #313131;
  margin-top: 30px;
  position: relative;
}
.loginui .login .loginForm .installationFields {
  width: 350px;
  height: 310px;
  position: relative;
  margin-top: 11px;
  z-index: 101;
}
.loginui .login .loginForm .installationFields .seperator {
  width: 292px;
  height: 1px;
  background-color: #72ace5;
  margin-top: 4px;
}
.loginui .login .loginForm .installationFields .userHelper {
  font-family: Arial;
  font-size: 12px;
  color: #313131;
}
.loginui .login .loginForm .installationFields .instructions {
  font-family: Arial;
  font-size: 12px;
  color: #313131;
}
.loginui .login .loginForm .installationFields .requirements {
  font-family: Arial;
  font-size: 10px;
  color: #403f3f;
  margin-top: 13px;
}
.loginui .login .loginForm .installationFields .requirements .requirementsTable {
  width: 292px;
}
.loginui .login .loginForm .installationFields .requirements .requirementsTable .silverlight {
  font-family: Arial;
  font-size: 10px;
  border: solid;
  border-width: 1px 0;
  border-color: #72ace5;
  border-top: 4px;
  width: 292px;
  height: 25px;
}
.loginui .login .loginForm .installationFields .requirements .requirementsTable .silverlight .name {
  width: 129px;
}
.loginui .login .loginForm .installationFields .componentsToDownload .compTable {
  width: 292px;
}
.loginui .login .loginForm .installationFields .componentsToDownload .compTable .components {
  font-family: Arial;
  font-size: 10px;
  border: solid;
  border-width: 1px 0;
  border-color: #72ace5;
  border-top: 4px;
  width: 292px;
  height: 25px;
}
.loginui .login .loginForm .installationFields .serverNotResponding {
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  color: #E41010;
  font-weight: bold;
}
.loginui .login .loginForm .installationFields .serviceIsNotRunning {
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  color: #E41010;
  font-weight: bold;
}
.loginui .login .loginForm .installationFields .serviceIsNotRunning .installationCommand {
  color: #000;
}
.loginui .login .loginForm .installationFields .copyright {
  font-family: Arial;
  font-size: 9px;
  color: #403f3f;
  position: absolute;
  bottom: 11px;
}
.loginui .login .loginForm .loginFields {
  width: 266px;
  height: 200px;
  position: relative;
}
.loginui .login .loginForm .loggedOutOptions .loginOptionButton {
  display: inline-block;
  border-radius: 3px;
  margin-left: 5px;
  line-height: 28px;
  width: 250px;
  margin: 5px;
  text-align: center;
  color: #3D3D3D;
  background-color: #a8df7c;
  float: none;
  border: none;
  cursor: pointer;
}
.loginui .login .loginForm .loggedOutOptions .loginOptionButton.primary {
  font-size: 16px;
}
.loginui .login .loginForm .loggedOutOptions .loginOptionButton.secondary {
  font-size: 12px;
}
.loginui .login .loginForm .bottomSection {
  height: 35px;
  width: 264px;
}
.loginui .login .loginForm .bottomSection .favorites {
  display: inline-block;
  float: left;
  margin-left: 3px;
  cursor: pointer;
  color: #313131;
  font-size: 12px;
  width: 115px;
  height: 35px;
}
.loginui .login .loginForm .bottomSection .favorites:hover {
  color: #00509f;
}
.loginui .login .loginForm .bottomSection .loginButton {
  display: inline-block;
  border-radius: 3px;
  font-size: 16px;
  margin-left: 5px;
  line-height: 28px;
  width: 140px;
  text-align: center;
  color: #3D3D3D;
  background-color: #a8df7c;
  float: right;
  border: none;
  cursor: pointer;
}
.loginui .login .loginForm .bottomSection .loginButton.valid:hover {
  background-color: #87cf4b;
}
.loginui .login .loginForm .bottomSection .loginButton.valid:active {
  background-color: #649938;
}
.loginui .login .loginForm .bottomSection .loginButton.inValid {
  color: #AAAAAA;
  cursor: default;
}
.loginui .login label {
  margin-top: 9px;
  margin-bottom: 2px;
  color: #313131;
  position: relative;
}
.loginui .login input {
  width: 100%;
  padding: 5px 5px 5px 5px;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(168, 168, 168, 0.6) inset;
  -moz-box-shadow: 0px 1px 2px 0px rgba(168, 168, 168, 0.6) inset;
  box-shadow: 0px 1px 2px 0px rgba(168, 168, 168, 0.6) inset;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #e1eaf3;
  font-size: 15px;
  color: #313131;
}
.loginui .login input:active,
.loginui .login input:focus {
  border: 1px solid rgba(91, 90, 90, 0.7);
  background: #f7f1f1;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
  -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
  box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
}
.loginui .login .languages {
  width: 100%;
  cursor: pointer;
  margin-left: 0px;
  float: left;
  border-radius: 3px;
  background-image: url(../images/icons/login_dropdown.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #e1eaf3;
  color: #313131;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(168, 168, 168, 0.6) inset;
  -moz-box-shadow: 0px 1px 2px 0px rgba(168, 168, 168, 0.6) inset;
  box-shadow: 0px 1px 2px 0px rgba(168, 168, 168, 0.6) inset;
  font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  padding-left: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 25px;
  height: 30px;
}
.loginui .login .languages:hover,
.loginui .login .languages:active {
  background-image: url(../images/icons/login_dropdown_hover.png);
}
.loginui .login .langList {
  background-color: #e1eaf3;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  list-style: none;
  margin: 0px;
  margin-top: 30px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  width: 100%;
  z-index: 50;
}
.loginui .login .langList ul.langs {
  margin: 0px;
  padding: 0;
  border-radius: 3px;
}
.loginui .login .langList ul.langs li {
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  margin-left: 0px;
  list-style: none;
  border-bottom: 1px solid #8194a8;
  color: #313131;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  vertical-align: middle;
}
.loginui .login .langList ul.langs li:hover {
  cursor: pointer;
  background-color: #d5dfe8;
  color: #000;
}
.loginui .login .langList ul.langs li .selectedItem {
  cursor: pointer;
  background-color: #2c77ba;
  color: #000;
}
.loginui .loadLoginText {
  text-transform: uppercase;
  font-size: 35px;
  padding-top: 300px;
  margin-left: 35%;
}
.loginui .LoginInProcess {
  border-radius: 3px;
  height: 30px;
  width: 265px;
  background-color: #ACBEC5;
  padding-left: 6px;
  color: #3F467E;
}
.loginui .LoginInProcess .LoginInProcessText {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
}
.loginui .LoginInProcess .status {
  display: inline-block;
  width: 25px;
  margin-left: 39px;
}
.loginui .LoginInProcess .status .statusIcon {
  margin-top: 4px;
}
.loginui .LoginIdp .LoginIdpText {
  font-size: 35px;
  font-weight: bold;
}
.loginui .LoginIdp .AuthenticationText {
  font-size: 35px;
  font-weight: bold;
  display: inline-block;
}
.loginui .LoginIdp .status {
  display: inline-block;
}
.loginui .LoginIdp .status .statusIcon {
  margin-left: 5px;
  position: relative;
  top: 5px;
}