body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px; }

.brand_img {
  position: absolute;
  width: 100%;
  top: 10%;
  text-align: center; }
  .brand_img img {
    max-width: 200px;
    max-height: 50px; }

pre {
  background-color: #e6e6e6;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  margin: 5px; }

.error {
  color: #be3548; }

.captcha-container {
  margin-top: 25px; }

.captcha-container svg {
  display: block;
  margin: auto; }

.captcha-container p {
  margin-bottom: auto; }

#dialog-iframe {
  border: none;
  position: fixed;
  left: 0;
  top: 0; }

.dialog-container {
  z-index: 10; }

.downarrow {
  z-index: 5;
  text-align: center;
  position: absolute;
  bottom: 120px;
  width: 100%; }

.downarrow-ff {
  z-index: 5;
  position: absolute;
  right: 97px;
  top: 5px; }

.downarrow-ff-mac {
  right: 60px; }

.downarrow-chrome {
  z-index: 5;
  position: absolute;
  left: 60px;
  bottom: 20px; }

.toprightarrow-chrome {
  z-index: 5;
  position: absolute;
  right: 5px;
  top: 5px; }

.confirm-message {
  display: inline-block;
  float: left;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  margin-left: 10px; }

.clickable:hover {
  cursor: pointer; }

.dialog-no-footer {
  border-radius: 0 0 10px 10px; }

.cancel-button {
  float: left; }

.code-input {
  font-size: 20px;
  padding: 10px;
  font-weight: normal;
  border-radius: 5px;
  border: #666666 1px solid;
  width: 100%;
  box-sizing: border-box; }

.code-submit-btn {
  width: 100% !important;
  box-sizing: border-box;
  float: none !important;
  font-size: 20px !important; }

.dialog-footer:after, .clear {
  content: '';
  display: table;
  clear: both; }

.mobile-launcher {
  text-align: center; }
  .mobile-launcher .confirm-button {
    display: inline-block;
    font-size: 24px;
    padding: 10px;
    font-weight: bold;
    float: none;
    width: auto !important;
    max-width: none;
    margin: 10px;
    border-radius: 10px; }

.license {
  font-size: 14px; }

.bounce {
  animation: bounceDownUp 3s infinite;
  animation-delay: 3s; }

.bounce-left {
  animation: bounceRightLeft 3s infinite;
  animation-delay: 3s; }

.downarrow-ff.ng-enter {
  animation-delay: 2s;
  animation: .75s popIn ease; }

.animate-fade.ng-animate {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@keyframes bounceDownUp {
  0% {
    transform: translate(0, 0); }
  10% {
    transform: translate(0, 10px); }
  20% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0); } }

@keyframes bounceRightLeft {
  0% {
    transform: translate(0, 0); }
  10% {
    transform: translate(10px, 0); }
  20% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0); } }

@keyframes popIn {
  0% {
    transform: scale(0, 0); }
  75% {
    transform: scale(1.5, 1.5); }
  100% {
    transform: scale(1, 1); } }

.animate-fade.ng-leave.ng-leave-active,
.animate-fade.ng-enter {
  opacity: 0; }

.animate-fade.ng-leave,
.animate-fade.ng-enter.ng-enter-active {
  opacity: 1; }

.ng-hide-remove {
  animation: 0.5s flipInX ease;
  animation-delay: 0.5s;
  opacity: 0; }

.ng-hide-add {
  animation: 0.5s flipOutX ease; }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transition-timing-function: ease-in;
    opacity: 0; } }

.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(22, 126, 248, 0.2);
  border-right: 1.1em solid rgba(22, 126, 248, 0.2);
  border-bottom: 1.1em solid rgba(22, 126, 248, 0.2);
  border-left: 1.1em solid #167ef8;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

button:focus-visible {
  outline-offset: 3px; }

a:focus-visible {
  outline-color: -webkit-link; }

.default-skin button.cancel-button:focus-visible {
  outline-color: #d83d2a; }

.default-skin button.confirm-button:focus-visible {
  outline-color: #0d77bb; }

@media (min-width: 450px) {
  .default-skin .dialog-container {
    left: 50%;
    margin-left: -225px;
    width: 450px;
    top: 15%;
    border-radius: 10px;
    position: absolute; } }

.default-skin .user-description {
  font-weight: bold; }

.default-skin .dialog-container {
  z-index: 10;
  box-shadow: 2px 2px 10px #999;
  font-size: 16px;
  background-color: #f4f4f4; }

.default-skin .dialog-wrapper {
  display: flex; }

.default-skin .dialog-wrapper .dialog-item-left {
  width: 95px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.default-skin .dialog-header {
  border-radius: 10px 10px 0 0;
  background-color: #f4f4f4;
  padding: 20px; }
  .default-skin .dialog-header img {
    margin-right: 10px; }
  .default-skin .dialog-header td {
    vertical-align: top; }
  .default-skin .dialog-header .header-cta-text {
    padding-top: 20px; }

.default-skin .image-top-left > img {
  margin-top: 0 !important; }

.default-skin .dialog-footer {
  border-top: 1px solid #e0e0e0;
  background-color: #f4f4f4;
  padding: 10px 20px;
  border-radius: 0 0 10px 10px; }

.default-skin .dialog-marketing {
  border-top: 1px solid #e0e0e0;
  background-color: #f4f4f4;
  padding: 10px 20px;
  display: flex; }

.default-skin .dialog-marketing:last-child {
  border-radius: 0 0 10px 10px; }

.default-skin button, .default-skin .confirm-button {
  border: none;
  width: 150px;
  padding: 10px;
  color: white;
  text-align: center;
  border-radius: 5px;
  font-size: 16px; }

.default-skin .cancel-button {
  background-color: #d83d2a; }
  .default-skin .cancel-button:hover {
    background-color: #c82d19; }

.default-skin .confirm-button {
  background-color: #0d77bb;
  float: right; }
  .default-skin .confirm-button:hover {
    background-color: #106eaa; }

.default-skin a.confirm-button {
  text-decoration: none; }

.default-skin .version-number {
  position: fixed;
  bottom: 5px;
  left: 15px;
  font-size: 9pt;
  color: #717171; }
  @media (max-width: 550px) {
    .default-skin .version-number {
      display: none; } }

.default-skin .powered-by {
  position: fixed;
  bottom: 5px;
  right: 15px;
  height: 16px;
  opacity: 0.5; }
  .default-skin .powered-by:hover {
    opacity: 1; }
  @media (max-width: 550px) {
    .default-skin .powered-by {
      display: none; } }

.dell {
  color: #444444;
  font-family: Roboto, Helvetica, Arial, sans-serif; }
  .dell .dialog-container {
    border: #cccccc 1px solid;
    border-radius: 4px; }
  @media (min-width: 850px) and (min-height: 500px) {
    .dell .dialog-container {
      left: 50%;
      margin-left: -425px;
      width: 850px;
      top: 10vh;
      position: absolute; }
    .dell .dialog-body {
      overflow: auto;
      max-height: 50vh; } }
  .dell .dialog-body {
    padding: 15px 40px;
    color: #444444;
    border-bottom: #cccccc 1px solid;
    font-size: 14px; }
  .dell .dialog-header {
    font-size: 16px;
    background-color: #F2F8FB;
    padding: 15px 40px;
    border-bottom: #cccccc 1px solid; }
    .dell .dialog-header img {
      margin-right: 10px; }
    .dell .dialog-header td {
      vertical-align: middle; }
    .dell .dialog-header .header-cta-text {
      display: none; }
  .dell .dialog-footer {
    padding: 15px 40px;
    background-color: #ffffff; }
    .dell .dialog-footer .license-blurb {
      float: left;
      margin-right: 10px; }
    .dell .dialog-footer .actionbuttons {
      float: right; }
  @media (max-width: 850px), (max-height: 500px) {
    .dell .dialog-footer {
      border-top: #cccccc 1px solid;
      bottom: 0px;
      right: 0px;
      left: 0px;
      position: fixed; }
    .dell .dialog-body {
      margin-bottom: 150px;
      border-bottom: 0px; } }
  .dell button, .dell .confirm-button {
    font-family: Helvetica, Arial;
    border: #cccccc 1px solid;
    width: 141px;
    padding: 10px 0px;
    color: white;
    text-align: center;
    border-radius: 4px;
    font-size: 14px; }
  .dell .license-blurb {
    padding-top: 10px;
    font-size: 12px; }
    .dell .license-blurb .license a {
      color: #444444;
      text-decoration: none; }
  .dell .cancel-button {
    color: #444444;
    background-color: #ffffff; }
    .dell .cancel-button:hover {
      background-color: #cccccc; }
  .dell .confirm-button {
    background-color: #007DB8;
    border: #00526B 1px solid;
    float: right;
    margin-left: 40px; }
    .dell .confirm-button:hover {
      background-color: #00526B; }
  .dell a.confirm-button {
    text-decoration: none; }
  .dell .version-number {
    display: none; }
  .dell .powered-by {
    display: none; }

.dialog-container h1.requested-header {
  font-weight: normal; }

.dialog-container h1 {
  margin: 0;
  font-size: 16px; }

.dialog-container p {
  margin: 0; }

.dialog-container .download-dialog p {
  margin: 15px 0; }

p {
  text-wrap: balance;
}