@charset "UTF-8";

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

ng\:form {
  display: block;
}

.ng-animate-shim {
  visibility: hidden;
}

.ng-anchor {
  position: absolute;
}

/*! CSS Used from: Embedded */
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
}

button,
input {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

table {
  background-color: transparent;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:active:focus {
  outline: none;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus {
  box-shadow: inset 0 1px 3px #477fba;
  color: #fff;
  outline-offset: unset;
}

.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 3px #477fba;
  box-shadow: inset 0 1px 3px #477fba;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-login,
.btn-sso {
  background-color: #477fba;
  color: #fff;
}

.btn-login:hover,
.btn-sso:hover {
  background-color: #3b93ee;
  color: #fff;
}

.Login-Dialog .btn-sso {
  width: 280px;
  margin-top: 186px;
}

input::-ms-clear {
  display: none;
}

.btn {
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
  background-image: none;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-sm {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}

.Login-Dialog-Modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9998;
}

.Login-Dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 250px;
  width: 800px;
  margin-top: 150px;
  overflow: visible;
  z-index: 9999;
}

#regbox {
  position: relative;
  height: 400px;
}

.Login-TitleBar {
  background: url(./Tanium.svg) center center no-repeat;
  background-size: 200px;
  background-color: #1f1f1f;
  height: 100%;
  width: 50%;
  float: left;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.2);
}

.Login-TitleBar-Image {
  margin: 5px;
  width: 213px;
  height: 37px;
  border: none;
  float: left;
  margin-left: 5px;
  margin-top: 3px;
}

input.custom_auth_login_inputs {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 2px;
  color: #333333;
  width: 120px;
  font-size: 14px;
  font-weight: bold;
}

.Login-Section {
  width: 50%;
  float: right;
  height: 100%;
  background-color: #f4f7fb;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.Login-Dialog label {
  color: #555;
}

.Login-Dialog .Login-Outer {
  height: 100%;
  width: 250px;
}

.Login-Dialog .Login-Inner td {
  padding-bottom: 5px;
}

.Login-Dialog .saml-pass-switch {
  text-align: center;
  margin-top: 5px;
}

.Login-Dialog td {
  padding: 0px;
  padding-bottom: 0px;
}

.Login-Dialog input {
  border: 1px solid #ced7e3;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  padding-left: 8px;
}
input:focus {
  border-color: #b1b1b1;
}

.Login-Dialog button {
  height: 36px;
  font-size: 13px;
}

.dark .Login-Dialog-Modal {
  background-color: #121820;
}

.dark .Login-TitleBar {
  background-color: #18232f;
}

.dark .Login-Section {
  background-color: #1d2939;
}
