﻿@charset "UTF-8";

/* Element UI */
[v-cloak] {
  display: none;
}

.el-header {
  padding: 24px 30px 24px 27px;
}

.el-main {
  padding: 0;
}

.el-footer {
  margin-top: 40px;
  padding: 24px 30px;
  border-top: solid 1px #e6e6e6;
}

.el-breadcrumb {
  margin-top: 20px;
}

.el-loading-custom-class {
  font-size: 8em;
  margin-top: -200px;
}

.el-divider--horizontal {
  display: block;
  height: 1px;
  width: 100%;
  margin: 3em 0 1em 0;
}

.el-dialog {
  max-width: 700px;
}

.el-dialog__title {
  font-size: 2em;
}

.el-upload input[type="file"] {
  display: none;
}

/* Element UI Neutral Color */
.el-text-primary {
  color: #303133;
}

.el-text-primary {
  color: #606266;
}

.el-text-secondary {
  color: #909399;
}

.el-text-placeholder {
  color: #C0C4CC;
}

/* layout */
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #00529f;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 45%;
  top: 40%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.cursor-pointer {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* header */
h1 {
  margin: 0px;
  padding: 0px;
}

h1 span {
  line-height: 60px;
  display: inline-block;
}

h1 .pca-logo {
margin-right: 40px;
}

/* main */
.view-wrapper {
  margin: 0px;
}

.menu-badge {
  top: 0.2em;
  left: 0.2em;
  padding: 2px 8px;
}

/* content */
h2 {
  font-size: 1.8em;
  margin: 40px 0 20px 0;
}

.content-wrapper {
  margin: 0px 50px 0px 50px;
}

.content-backto {
  font-size: 1.1em;
}

table td ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

table td ul li {
  margin-bottom: 0.4em;
}

.table-row td {
  background-color: white;
}

.table-row-active td {
  font-weight: bold;
}

.table-row-deactive td {
  background-color: #f5f7f7;
}

.login {
  width: 480px;
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 100px auto 10px auto;
}

.login h2 {
  font-size: 1.5em;
  margin: 20px 0 0 0;
}

.ticket-createdat {
  font-size: 85%;
}

.authzcode-button {
  margin: 0px 0px 4px 0px;
}

.revoke-authzcode-button {
  margin: 0px 0px 16px 0px;
}

.flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
}

.disabled-text {
  color: #909399;
}

.invalid-icon {
  color: #ff4949;
}

.change-password {
  max-width: 680px;
}

.message {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  padding-right: 10px;
  padding-left: 10px;
}

.message-title {
  font-size: 1.6em;
}

/* footer */

/* dialog */
.dlg-content {
  font-size: 1.3em;
}

.dlg-content p {
  padding: 12px 12px 0px 24px;
}

.dlg-error-content {
  background-color:#FDF6EC;
  padding: 12px;
}

.offlineLicense-result {
  padding: 12px 0px 0px 0px;
}

.confirm-button-wrapper {
  text-align: center;
}

.dlg-result-content {
  padding: 8px 12px 0px 12px;
}

.dlg-content-caption {
  font-size: 0.8em;
  color: #909399;
}

.dlg-content-value {
  font-size: 1em;
  padding: 0px 0px 16px 0px;
}