﻿body {
  margin: 0px auto;
  font: normal 10pt "Segoe UI", Arial;
  background-color: #f7f7f7 !important;
}

a {
  text-decoration: none;
  padding: 10px;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
  vertical-align: unset;
}

#login-box {
  font: 12px "Segoe UI", Arial, Helvetica, sans-serif;
}

#forgot-password-anchor {
  padding: 0;
}

.adrow {
  width: 100%;
}

.adrow a {
  padding: 0;
}

.adbox {
  border: 1px solid #0d2c52;
}

.form-login {
  width: 300px;
  padding: 10px 4px 6px 3px;
  border: 1px solid #0d2c52;
  font-size: 16px;
}

.ui-dialog-titlebar-close {
  display: none;
}

#logo {
  position: absolute;
  top: 25px;
  left: 71px;
}

#header {
  top: 0;
  right: 0;
}

#header a {
  color: #808285;
}

#header {
  float: right;
  margin: 8px;
  padding: 0;
  list-style-type: none;
  position: absolute;
}

#header li {
  float: left;
  border-right: 1px solid #b5b3d7;
}

#header li.last {
  border-right: none;
}

#footer a {
  color: black;
}

.breaker {
  clear: both;
}

html,
body {
  height: 100%;
  color: #16325c;
}

body {
  padding: 0px;
  margin: 0 auto;
  font-size: 13px;
}

h1 {
  font-size: 1.5rem;
  font-family: "Segoe UI";
}

/* Positioning */

.pr {
  position: relative;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

/* Floats */

.fl {
  float: left;
}

.fr {
  float: right;
}

/* Margins */

.ma {
  margin: 0 auto;
}

.mr8 {
  margin-right: 8px;
}

.mr16 {
  margin-right: 16px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb12 {
  margin-bottom: 0.75rem;
}

.mb14 {
  margin-bottom: 0.875rem;
}

.mb16 {
  margin-bottom: 1rem;
}

.mb20 {
  margin-bottom: 1.25rem;
}

.mb24 {
  margin-bottom: 1.5rem;
}

.mt8 {
  margin-top: 0.5rem;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

/* Radius  */

.r4 {
  border-radius: 4px;
}

/* Padding */

.p16 {
  padding: 16px 0;
}

.pt16 {
  padding-top: 16px;
}

.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

/* Borders  */

.bt {
  border-top: 1px solid #f4f6f9;
}

img.logo {
  width: 160px;
}

img {
  vertical-align: middle;
  border: 0;
}

a {
  text-decoration: none;
  transition: all 0.1s;
}

a:hover,
a:active {
  color: #005fb2;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.required {
  color: #cf4f43;
}

p {
  display: block;
  text-align: left;
  text-align: start;
  margin: 0px;
  line-height: 1.5rem;
}

ul {
  padding-left: 20px;
  list-style-type: disc;
}

.small {
  font-size: 0.75rem;
}

p.small a {
  font-size: 0.75rem;
}

.label,
label {
  color: #54698d !important;
  margin: 0 0 8px 0 !important;
  line-height: inherit !important;
  font-weight: normal !important;
  font-size: 100% !important;
}

div,
form {
  margin: 0;
  padding: 0;
}

.button {
  padding: 12px 24px;
  border-radius: 4px;
  border: 0;

  color: white;
  background-color: #d8dde6;
  cursor: pointer;
  background-image: none !important;
}

/* Style a link to look like a button */
a.button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}

a.primary,
a.primary:link,
a.primary:visited,
a.primary:hover,
a.primary:active {
  color: white;
}

a.secondary,
a.secondary:link,
a.secondary:primary,
a.secondary:hover,
a.secondary:active {
  color: #0070d2;
}

button#password-button:disabled {
  cursor: default;
}

.error {
  color: #cf4f43;
}

.errorcode {
  font-size: 10px;
  color: #54698d; /* Color for labels */
}

.primary {
  background-color: #1589ee;
  color: white;
  transition: all 0.1s;
  border: 1px solid transparent;
}

.primary:hover,
.primary:focus {
  background-color: #1589ee;
}

.secondary {
  background-color: #ffffff;
  border: 1px solid #d8dde6;
  color: #0070d2 !important;
}

.secondary:hover {
  background-color: #f4f6f9;
}

.wide {
  width: 100%;
}

.right {
  float: right;
}

/* Inputs */

input {
  height: auto !important;
}

input#answer {
  margin-top: 8px;
}

input.input,
select.input,
input.answer-input.input,
input.password-input.input {
  border: 1px solid #d8dde6;
  border-radius: 4px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: #fff;

  box-sizing: border-box;
  -webkit-appearance: none;
  transition: all 0.1s;
  color: black;
}

.input {
  padding: 11px;
  padding-left: 45px;
  /*line-height:22px;*/
  color: black;
}

.input:focus {
  background-color: #ffffff;
  border: 1px solid #1589ee;
  outline: 0;
  /*box-shadow: 0 0 3px #0070D2;*/
}

input[type="checkbox"] {
  width: auto;
}

input[type="submit"] {
  background-color: #ffc20e !important;
  border-color: #ffc20e !important;
  color: black !important;
  font-weight: 600;
  text-transform: uppercase;
}

input[type="submit"]:hover,
input[type="submit"]:active {
  background-color: #e4aa00 !important;
  border-color: #e4aa00 !important;
}

input.twofactor {
  background-image: url("/img/keys.png");
  background-repeat: no-repeat;
  background-position: 12px, 12px;
  background-size: 14px 18px;
  padding: 12px 40px;
}

input.error {
  border: 1px solid #c23934;
}

input[type="radio"] {
  margin-right: 12px;
  margin-bottom: 12px;
}

/* Removes native iOS button styling */
input[type="submit"] {
  -webkit-appearance: none;
}

.tablewrapper {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

.username {
  display: block;
}

.password-message {
  display: block;
  line-height: 45px;
  font-size: 10px;
  padding: 0 10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

html[dir="rtl"] .password-message {
  right: auto;
  left: 0;
}

.password-none {
  border: 1px solid #1589ee;
}

.password-none-color {
  color: #16325c;
}

input.password-input.password-weak,
input.password-input.password-weak:focus {
  border: 1px solid #c23934;
}

.password-weak-color {
  color: #cf4f43;
}

input.password-input.password-good,
input.password-input.password-good:focus {
  border: 1px solid #4bca81;
}

.password-good-color {
  color: green;
}

.password-focus {
  border: 1px solid #1589ee;
}

.twofactor-input {
  background-image: url("/img/iconCode.png");
  background-repeat: no-repeat;
  background-position: 12px, 12px;
  background-size: 14px 18px;
  padding: 12px 40px;
}

.phone-input {
  background-image: url("/img/iconPhone.png");
  background-repeat: no-repeat;
  background-position: 12px, 12px;
  background-size: 14px 18px;
  padding: 12px 40px;
}

.clear-input {
  background-image: url("/img/iconClear.png");
  background-repeat: no-repeat;
  background-position: 12px, 12px;
  background-size: 14px 18px;
  padding: 12px 40px;
}

#wrapper {
  padding: 20px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  /*-moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;*/
}

.standard_logo_wrapper {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: table;
  width: 100%;
}

.standard_logo {
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  max-width: 180px;
  max-height: 113px;
}

#wrap {
  min-height: 100%;
}

#main {
  overflow: auto;
  /*padding-bottom: 48px;*/
}
/* padding is footer height plus an extra 24px of spacing */

#footer {
  position: relative;
  height: 24px;
  width: 100%;
  clear: both;
  text-align: center;
}

#content {
  margin: 0px auto;
  padding: 1.25rem;
  border-radius: 0.25rem;
  border: 1px solid #d8dde6;
  color: #16325c;
}

p.large {
  font-size: 1.125rem;
}

.important {
  font-weight: bold;
}

.wordwrap {
  word-wrap: break-word;
}

.nowrap {
  white-space: nowrap;
}
/* Login page sections */

#left {
  display: table-cell;
  height: 100%;
}

#right {
  display: table-cell;
  vertical-align: top;
  background-color: #d8dde6;
  width: 50%;
  height: 100%;
  color: rgba(255, 255, 255, 0.6);
}

#right iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: none;
  float: right;
}

.container {
  border: 1px solid #d8dde6;
  padding: 20px;
  border-radius: 4px;
  color: #16325c;
}

/* Login form */

#pwcaps {
  font-size: 12px;
  color: #54698d;
}

#pwcapsicon {
  margin-right: 4px;
  margin-bottom: 5px;
}

.inputgroup {
  position: relative;
}

.loginError {
  color: #c23934;
  text-align: center;
  display: block;
}

.scrollable {
  border-bottom: 1px solid #d8dde6;
  border-radius: 4px;
  border-top: 1px solid #d8dde6;
  max-height: 200px;
  overflow: auto;
}

.activity {
  width: 8px;
  border-radius: 0px;
  vertical-align: middle;
  margin-right: 8px;
}

@media only screen and (max-width: 1024px) {
  #left {
    width: 100%;
  }

  #right {
    display: none;
  }
}

/*@media only screen and (max-width: 680px) {
    #wrapper {
        padding-top: 40px !important;
    }
}*/

@media only screen and (max-width: 480px) {
  #wrapper {
    max-width: 100%;
    margin-left: inherit;
    left: inherit;
  }

  #content {
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
  }

  .button {
    font-size: 1rem;
  }

  .label,
  .small,
  #footer {
    font-size: 0.875rem;
  }

  /* font must be at least 16px to prevent auto-zooming on iOS devices */
  /*input.input {
            font-size: 1rem;
        }*/
}

@media only screen and (min-height: 1200px) {
  #wrapper {
    padding-top: 20px;
  }
}

@media only screen and (max-height: 1200px) {
  #wrapper {
    padding-top: 20px;
  }
}

@media only screen and (max-height: 1000px) {
  #wrapper {
    padding-top: 20px;
  }
}

@media only screen and (max-height: 900px) {
  #wrapper {
    padding-top: 20px;
  }
}

@media only screen and (max-height: 736px) {
  #wrapper {
    padding-top: 60px;
  }
}

@media only screen and (max-height: 670px) {
  #wrapper {
    padding-top: 40px;
  }
}

@media only screen and (max-height: 610px) {
  #wrapper {
    padding-top: 20px;
  }
}

.adboxwrap {
  margin-bottom: 20px;
  display: inline-block;
}

.login-header {
  height: 66px;
  padding: 10px 20px;
  margin-bottom: 50px;
}

input:not(.btn):focus,
input:not(.btn):focus {
  background-color: rgb(250, 255, 189) !important;
}

a {
  color: #0070d2;
}

body {
  background-color: #f7f7f7;
}

#content,
.container {
  background-color: #ffffff;
}

#header {
  color: #efefef;
}

#header,
#footer {
  color: #000000;
}

#signup {
  color: #000000;
}

#or_use_idp,
#employee_login {
  color: #000000;
}

.primary:disabled {
  background-color: #787878;
}

body {
  display: table;
  width: 100%;
}

#content {
  margin-bottom: 24px;
}

#wrap {
  height: 100%;
}

#right {
  display: none;
}

label.x-input-with-icon {
  position: relative;
  display: inline-block;
  width: 100%;
}
label.x-input-with-icon i {
  color: grey;
  border-color: lightgrey;
  border-right: 1px solid lightgrey;
  position: absolute;
  left: 3px;
  top: 19px;
  padding: 0px 12px;
  width: 35px;
  font-size: 14px;
  line-height: 14px;
}
