
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
body {
  margin: 0;
  background: #fafafa;
  color: #212121;
  font: 13px "Roboto", Arial, sans-serif;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-body {
  padding: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a.btn {
  text-decoration: none;
}
.mainFrame {
  border: 1px solid #bdbdbd;
  text-align: left;
  margin: 0 10px 40px 10px;
  display: inline-block;
  vertical-align: top;
  width: 400px;
  border-radius: 5px;
  background-color: #fff;
}
.loginHeader {
  text-align: center;
}
.loginHeader .productTitle {
  text-align: center;
  margin: 40px 0 25px 0;
  flex-direction: row;
  display: flex;
  place-content: center;
  align-items: center;
  font: normal 22px "BlissPro Medium", Arial, sans-serif;
}
.loginHeader .productTitle img {
  max-width: 32px;
  margin-right: 7px;
}
.loginHeader .productTitle h1 {
  font: normal 22px "BlissPro Medium", Arial, sans-serif;
  color: #212121;
  display: inline-block;
  margin: 0;
}
.loginHeader .userCircle {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #d1e6fe;
  color: #045ac4;
}
.loginHeader .userCircle .loginUser {
  margin-top: 30px;
  margin-left: 10px;
  font-size: 40px;
}
.loginBox {
  display: block;
  margin: 40px;
  
}
.loginBox .loginTitle {
  margin: 0 0 25px 0;
  padding: 0;
  display: block;
  text-align: center;
  color: #212121;
  font: normal 15px "Roboto", Arial, sans-serif;
}
.loginBox .formInput {
  position: relative;
  padding: 0 0 25px 0;
}
.loginBox .loginLabelRequired {
  font-size: 16px;
  color: #ba0c2f;
}
.loginBox input {
  background: none;
  color: #212121;
  padding: 10px 10px 6px 0;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1.4px solid #757575;
  box-shadow: 0 0 0px 1000px white inset;
}
.loginBox input:focus {
  outline: none;
}
.loginBox input .loginLabelRequired {
  font-size: 16px;
  color: #ba0c2f;
}
.loginBox input:focus ~ label, .loginBox input#username:not(:placeholder-shown) ~ label, .loginBox input#password:not(:placeholder-shown) ~ label, .loginBox input:valid ~ label, .loginBox input:-webkit-autofill:focus ~ label {
  top: -7px;
  font-size: 11px;
  color: #045ac4;
}
.loginBox input:focus ~ label .loginLabelRequired, .loginBox input#username:not(:placeholder-shown) ~ label .loginLabelRequired, .loginBox input#password:not(:placeholder-shown) ~ label .loginLabelRequired, .loginBox input:valid ~ label .loginLabelRequired, .loginBox input:-webkit-autofill:focus ~ label .loginLabelRequired {
  font-size: 10px;
}
.loginBox input:focus ~ .bar:before {
  width: 100%;
}
.loginBox label {
  background: #fff;
  color: #757575;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  letter-spacing: 0.3px;
  top: 10px;
  transition: 300ms ease all;
}
.loginBox .bar {
  position: relative;
  display: block;
  width: 100%;
}
.loginBox .bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #045ac4;
  transition: 300ms ease all;
  left: 0%;
}
.loginBox input[type=checkbox] {
  display: inline;
  width: auto;
}
.loginBox > label {
  position: unset;
  pointer-events: unset;
  color: #045ac4;
}
#login-vertical-bar {
  float: left;
  width: 0;
  height: 250px;
  border-left: 1px solid silver;
  margin: 25px 0;
}
a.external-provider,
a.external-pvovider:hover {
  font-weight: bold;
  display: block;
  border-radius: 0 !important;
  border-width: 1px 0px !important;
  text-align: left;
  padding: 10px 20px !important;
  margin-top: -1px;
}
#errorMessage {
  margin-bottom: 20px;
}
.page-loggedOut, .page-login {
  text-align: center;
}
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}
input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}
.navbar-fixed-top {
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header {
  background: #001966;
  position: unset;
  height: 55px !important;
  width: 100%;
  display: block;
}
.logo {
  height: 70%;
  margin-top: 8px;
  margin-left: 20px;
  z-index: 100;
}
.banner {
  background-color: #fdf9e3;
  border-style: solid;
  border-color: #faf2cc;
  border-width: 1px 0;
  color: #776513;
  padding: 5px 25px;
  white-space: pre;
  float: left;
  width: 100%;
}
.footer {
  position: fixed;
  bottom: 0;
  padding: 0 !important;
  width: 100%;
  background: #001966;
}
.footer .copyrights {
  color: #ccc;
  font: normal 13px "Roboto", Arial, sans-serif;
  text-align: center;
  padding: 10px 0;
  margin-top: 2px;
}
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none;
}
.invalid {
  border-radius: 7px;
  transition: all 0.1ms ease !important;
  border: 1px solid #ba0c2f !important;
  color: #777;
  font: 13px "Roboto", Arial, sans-serif;
  padding: 15px 10px 15px 40px;
  width: 72%;
}
.valid {
  transition: all 0.1ms ease !important;
}
.formError {
  color: #ba0c2f;
  font: normal 13px "Roboto", Arial, sans-serif;
}
.formInputError {
  color: #ba0c2f;
  font-size: 12px;
  font-weight: bold;
}
.ro-val-error {
  color: #D63333;
  font-weight: bold;
  font-size: 12px;
}
.formCheckbox {
  font: normal 12px "Roboto", Arial, sans-serif;
  color: #555;
  margin: 5px 0 20px 0;
}
.formCheckbox label {
  font-weight: normal;
}
.formCheckbox input[type=checkbox] {
  vertical-align: middle;
  margin: -3px 3px 0 0;
}
.btn-primary {
  padding: 5px 20px;
  font: bold 13px "Roboto", Arial, sans-serif;
  border-radius: 3px;
  color: #fff;
  background: #045ac4;
  border: 1px solid #045ac4;
}
.btn-primary:active, .btn-primary:hover {
  color: #fff;
  background: rgba(4, 90, 196, 0.6);
  border: 1px solid rgba(4, 90, 196, 0.6);
}
.btn-primary:disabled {
  cursor: not-allowed;
  color: #757575;
  background: #fff;
  border: 1px solid #bdbdbd;
}
.btn-primary-commit {
  padding: 5px 20px;
  font: bold 13px "Roboto", Arial, sans-serif;
  border-radius: 3px;
  color: #fff;
  background: #2e992e;
  border: 1px solid #268026;
}
.btn-primary-commit:active, .btn-primary-commit:hover {
  color: #fff;
  background: #227322;
  border: 1px solid #1f661f;
}
.btn-primary-commit:disabled {
  cursor: not-allowed;
  color: #757575;
  background: #fff;
  border: 1px solid #bdbdbd;
}
.btn-secondary {
  padding: 5px 20px;
  font: bold 13px "Roboto", Arial, sans-serif;
  border-radius: 3px;
  color: #045ac4;
  background: #fff;
  border: 1px solid #bdbdbd;
}
.btn-secondary:active, .btn-secondary:hover {
  color: #045ac4;
  background: rgba(209, 230, 254, 0.4);
  border: 1px solid rgba(209, 230, 254, 0.4);
}
.btn-secondary:disabled {
  cursor: not-allowed;
  color: #757575;
  background: #fff;
  border: 1px solid #bdbdbd;
}
.ers-val-popover {
  border: 1px solid #ba0c2f;
}
.ers-val-popover.bottom > .arrow {
  border-bottom-color: #ba0c2f;
}
.ers-val-error {
  color: #ba0c2f;
  font: normal 13px "Roboto", Arial, sans-serif;
}
.change-password-dialog .modal-content {
  width: 390px;
  border-radius: 6px;
  background: #fff;
  margin: 0 auto;
}
.change-password-dialog .modal-header {
  border-bottom: 1px solid #999;
  padding: 13px 10px;
  color: #919191 !important;
}
.change-password-dialog .modal-body {
  padding: 0;
}
.change-password-dialog .modal-body .txtDatabase {
  color: #919191 !important;
}
.change-password-dialog .modal-body .loginBox {
  margin: 20px;
}
.change-password-dialog .modal-body .loginBox .formInput {
  padding: 10px 0;
}
.modal-backdrop {
  height: 100%;
}
.config-main {
  width: 95%;
  margin-top: 100px;
  height: calc(100% - 100px);
}
.config-main textarea {
  width: 100%;
  overflow: auto;
}
.config-main .formInput {
  width: 400px;
}
.formSuccess {
  color: #3c763d;
  font: normal 13px "Roboto", Arial, sans-serif;
}
@media (max-width: 720px) {
  #login-vertical-bar {
    display: none;
  }
  .loginBox {
    float: none !important;
  }
  .loginBox ~ .loginBox {
    margin-top: -30px;
  }
}
@media (min-width: 720px) {
  
  .loginBox ~ .loginBox > .loginTitle {
    margin-bottom: 40px;
  }
}