@keyframes treeItems {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.certprovision {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #ffffff;
}
.certprovision fieldset {
  min-width: 400px;
}
.certprovision h3 {
  text-align: center;
}
.top-line {
  display: block;
  width: 100%;
  margin: 1em 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.logo {
  display: inline-block;
  overflow: hidden;
}
.logo img,
.logo svg {
  display: inline-block;
  width: 64px;
  height: auto;
}
/**** BODY & TEXT ****/
body {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  font-size: 14px;
}
table {
  border-collapse: collapse;
  font-family: 'Poppins', sans-serif;
}
table.autow {
  width: auto;
}
table input[type="checkbox"] {
  vertical-align: middle;
}
table .empty {
  font-size: 5px;
}
.text-muted {
  color: #777777;
}
.tablecaption {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.tablesubcaption {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
.tablesubcaption td {
  padding: 2px 0;
}
/**** MESSAGES AND NOTICES ***/
.required {
  color: #d10002;
  padding-left: 3px;
}
.note {
  font-style: italic;
  margin-bottom: 15px;
  opacity: 0.8;
  font-size: 0.8em;
}
.regular {
  font-size: 10px;
}
.sparsed-lines {
  line-height: 200%;
}
.errormsg {
  font-weight: bold;
  color: #ff0000;
  /* to fit background image*/
  line-height: 24px;
  background-image: url("/img/excl_sign.svg?v8.1 0.4");
  background-position: top left;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.errormsg div {
  padding: 0 0 0 25px;
}
.errormsg a {
  color: #ff0000;
}
.warningmsg {
  font-size: 14px;
  font-weight: bold;
  color: #ffa000;
  /* to fit background image*/
  line-height: 24px;
  background: url("/img/excl_sign.svg?v8.1 0.4") 0 3px no-repeat;
  padding-left: 25px;
}
.warningmsg:after {
  /* have some space between warning message and the rest of the content*/
  content: " ";
  display: block;
  height: 8px;
}
.warningmsg td {
  padding: 0 0 0 25px;
}
.warningmsg a {
  color: #ffa000;
}
.attentionmsg {
  font-size: 13px;
  min-height: 24px;
  background: rgba(236, 132, 40, 0.1) url("/img/excl_sign.svg?v8.1 0.4") 8px 7px no-repeat;
  padding: 10px 10px 10px 35px;
  display: block;
  width: 100%;
  line-height: 1.23;
  margin-bottom: 20px;
}
.attentionmsg td,
.attentionmsg tr,
.attentionmsg tbody {
  display: block;
}
.warning,
.notrunning,
.notsaved,
.notconfigured {
  color: #ffa000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}
.notconfigured a {
  color: #ffa000;
}
.error,
.notfound,
.notcomplete,
.revoked,
.expired {
  color: #ff0000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}
.success,
.valid,
.saved,
.operational,
.running {
  color: #008000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}
.emphesized {
  font-weight: bold;
  text-transform: uppercase;
}
.certloginmsg {
  font-size: 11px;
  font-weight: bold;
  color: #ffa000;
  /* to fit background image*/
  line-height: 24px;
  background-image: url("/img/excl_sign.svg?v8.1 0.4");
  background-position: top left;
  background-repeat: no-repeat;
  text-transform: uppercase;
}
.certloginmsg:after {
  /* have some space between warning message and the rest of the content*/
  content: " ";
  display: block;
  height: 8px;
}
.certloginmsg td {
  padding: 0 0 0 25px;
}
.certloginmsg a {
  color: #ffa000;
}
.txtdivider {
  color: #cccccc;
}
/**** TABLES & COLUMNS & CELLS ****/
.tableholder {
  width: 100%;
  border: none;
  margin-bottom: 15px;
}
@media screen and (max-width: 1240px) {
  .table_crud td:nth-child(2) {
    text-align: left !important;
  }
}
@media screen and (max-width: 1240px) {
  table th[width="60"]:first-child,
  table td[width="60"]:first-child {
    width: 35px;
  }
}
.tablehost th,
.table_crud th {
  color: #647D85;
  border: none;
  text-align: left;
  padding: 15px 10px;
}
.tablehost td,
.table_crud td {
  border-top: 1px solid #E0E5E7;
  text-align: left;
  padding: 10px;
}
.tablehost tr:first-child td,
.table_crud tr:first-child td {
  border-top: 0;
}
.tablehost tr.border-top td,
.table_crud tr.border-top td {
  border-top: 1px solid #E0E5E7;
}
@media screen and (max-width: 1240px) {
  .tablehost tr.border-top td,
  .table_crud tr.border-top td {
    border-top: 0 none;
  }
}
fieldset .tablehost td:first-child,
fieldset .table_crud td:first-child {
  padding-left: 0;
}
fieldset .tablehost td:last-child,
fieldset .table_crud td:last-child {
  padding-right: 0;
}
table.tablebuttons td {
  padding: 0 10px 0 0;
}
table.tablesmallbuttons td {
  padding: 0 5px 0 0;
}
table.nopadding td {
  padding-right: 0;
  padding-left: 0;
}
.tableupload {
  border: none;
}
.tableupload th {
  font-weight: bold;
  text-align: left;
}
.tableupload td {
  text-align: left;
}
@media screen and (max-width: 1240px) {
  .tabledataxlarge,
  .tabledatalarge,
  .tabledatamedium,
  .tabledatasmall {
    width: 100%;
  }
}
.tabledataxlarge th,
.tabledatalarge th,
.tabledatamedium th,
.tabledatasmall th {
  color: #647D85;
}
.tabledataxlarge th.last,
.tabledatalarge th.last,
.tabledatamedium th.last,
.tabledatasmall th.last {
  border-left: 1px solid #E0E5E7;
}
.tabledataxlarge td,
.tabledatalarge td,
.tabledatamedium td,
.tabledatasmall td {
  border-top: 1px solid #E0E5E7;
}
.tabledataxlarge td.last,
.tabledatalarge td.last,
.tabledatamedium td.last,
.tabledatasmall td.last {
  border-left: 1px solid #E0E5E7;
}
.tabledataxlarge td,
.tabledatalarge td,
.tabledatamedium td,
.tabledatasmall td,
.tabledataxlarge th,
.tabledatalarge th,
.tabledatamedium th,
.tabledatasmall th {
  padding: 10px;
}
@media screen and (max-width: 1480px) {
  .tabledataxlarge td,
  .tabledatalarge td,
  .tabledatamedium td,
  .tabledatasmall td,
  .tabledataxlarge th,
  .tabledatalarge th,
  .tabledatamedium th,
  .tabledatasmall th {
    padding: 5px;
  }
}
.tabledataxlarge td:first-child,
.tabledatalarge td:first-child,
.tabledatamedium td:first-child,
.tabledatasmall td:first-child,
.tabledataxlarge th:first-child,
.tabledatalarge th:first-child,
.tabledatamedium th:first-child,
.tabledatasmall th:first-child {
  padding-left: 30px;
}
@media screen and (max-width: 1240px) {
  .tabledataxlarge td:first-child,
  .tabledatalarge td:first-child,
  .tabledatamedium td:first-child,
  .tabledatasmall td:first-child,
  .tabledataxlarge th:first-child,
  .tabledatalarge th:first-child,
  .tabledatamedium th:first-child,
  .tabledatasmall th:first-child {
    padding-left: 10px;
  }
}
.tableinfo th {
  padding: 5px;
}
.table_noborder {
  border: none;
}
.table_noborder_floatleft {
  border: none;
  float: left;
}
.table_noborder td,
.table_noborder_floatleft td {
  border: none;
  padding: 0;
}
/* enforce transparent background, mostly needed to ignore zebra-style
 to be unwillingly inherited by parent zebra table */
.table_noborder tr,
.table_noborder_floatleft tr {
  background: transparent !important;
}
.tablecerttree {
  font-size: 13px;
  margin-bottom: 30px;
  line-height: 1.23;
  /*
        Animation to show up each row aka ul:nth-child of the certificate tree
        We assume the tree has max 8 rows and max 4 columns.
    */
}
.tablecerttree ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1240px) {
  .tablecerttree ul {
    justify-content: center;
    margin-bottom: 5px;
  }
}
.tablecerttree li {
  width: 225px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  padding: 8px;
}
.tablecerttree li.node {
  box-shadow: 0 0 0 1px #F28F1C;
  background-color: #fff;
}
.tablecerttree li.node strong {
  display: block;
  margin-bottom: 10px;
}
.tablecerttree li[align="center"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  .tablecerttree li[align="center"] {
    display: none;
  }
}
.tablecerttree li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  animation: treeItems 0.4s 0.5s forwards ease-in;
}
@media screen and (max-width: 1240px) {
  .tablecerttree li:not(.node) {
    display: none;
  }
}
.tablecerttree ul:nth-child(1) li:nth-child(1) {
  animation-delay: 0.5s;
}
.tablecerttree ul:nth-child(2) li:nth-child(1) {
  animation-delay: 1s;
}
.tablecerttree ul:nth-child(2) li:nth-child(2) {
  animation-delay: 1.2s;
}
.tablecerttree ul:nth-child(2) li:nth-child(3) {
  animation-delay: 1.4s;
}
.tablecerttree ul:nth-child(2) li:nth-child(4) {
  animation-delay: 1.6s;
}
.tablecerttree ul:nth-child(3) li:nth-child(1) {
  animation-delay: 1.8s;
}
.tablecerttree ul:nth-child(3) li:nth-child(2) {
  animation-delay: 2s;
}
.tablecerttree ul:nth-child(3) li:nth-child(3) {
  animation-delay: 2.2s;
}
.tablecerttree ul:nth-child(3) li:nth-child(4) {
  animation-delay: 2.4s;
}
.tablecerttree ul:nth-child(4) li:nth-child(1) {
  animation-delay: 2.6s;
}
.tablecerttree ul:nth-child(4) li:nth-child(2) {
  animation-delay: 2.8s;
}
.tablecerttree ul:nth-child(4) li:nth-child(3) {
  animation-delay: 3s;
}
.tablecerttree ul:nth-child(4) li:nth-child(4) {
  animation-delay: 3.2s;
}
.tablecerttree ul:nth-child(5) li:nth-child(1) {
  animation-delay: 3.4s;
}
.tablecerttree ul:nth-child(5) li:nth-child(2) {
  animation-delay: 3.6s;
}
.tablecerttree ul:nth-child(5) li:nth-child(3) {
  animation-delay: 3.8s;
}
.tablecerttree ul:nth-child(5) li:nth-child(4) {
  animation-delay: 4s;
}
.tablecerttree ul:nth-child(6) li:nth-child(1) {
  animation-delay: 4.2s;
}
.tablecerttree ul:nth-child(6) li:nth-child(2) {
  animation-delay: 4.4s;
}
.tablecerttree ul:nth-child(6) li:nth-child(3) {
  animation-delay: 4.6s;
}
.tablecerttree ul:nth-child(6) li:nth-child(4) {
  animation-delay: 4.8s;
}
.tablecerttree ul:nth-child(7) li:nth-child(1) {
  animation-delay: 5s;
}
.tablecerttree ul:nth-child(7) li:nth-child(2) {
  animation-delay: 5.2s;
}
.tablecerttree ul:nth-child(7) li:nth-child(3) {
  animation-delay: 5.4s;
}
.tablecerttree ul:nth-child(7) li:nth-child(4) {
  animation-delay: 5.6s;
}
.tablecerttree ul:nth-child(8) li:nth-child(1) {
  animation-delay: 5.8s;
}
.tablecerttree ul:nth-child(8) li:nth-child(2) {
  animation-delay: 6s;
}
.tablecerttree ul:nth-child(8) li:nth-child(3) {
  animation-delay: 6.2s;
}
.tablecerttree ul:nth-child(8) li:nth-child(4) {
  animation-delay: 6.4s;
}
.tablenotification {
  width: 100%;
}
.tablenotification th {
  background-color: #002089;
  color: #ffffff;
}
.tablenotification td {
  border: none;
  text-align: left;
}
.trheight th {
  padding: 10px;
}
@media screen and (max-width: 1480px) {
  .trheight th {
    padding: 5px;
  }
}
.tableinfo td {
  border-top: 1px solid #E0E5E7;
  text-align: left;
  padding: 10px 15px;
}
@media screen and (max-width: 1480px) {
  .tableinfo td {
    padding: 5px;
  }
}
.tableinfo tr:first-child td {
  border-top: 0;
}
.tableinfo td.sys-info-unavailable,
.tableinfo tr.sys-info-error td.sys-info-value {
  display: none;
}
.tableinfo tr.sys-info-error td.sys-info-unavailable {
  display: table-cell;
}
.tableinfo tr.sys-info-attention td.sys-info-value,
.tableinfo tr.sys-info-error td.sys-info-unavailable {
  color: #d10002;
}
.tableinfo tr.sys-info-notice td.sys-info-value {
  color: #F28F1C;
}
.tableinfo tr.sys-info-ok td.sys-info-value {
  color: #008000;
}
.tableinfo tr.db-connectivity-excellent td.db-connectivity-value {
  color: #008000;
}
.tableinfo tr.db-connectivity-good td.db-connectivity-value {
  color: inherit;
}
.tableinfo tr.db-connectivity-fair td.db-connectivity-value {
  color: #F28F1C;
}
.tableinfo tr.db-connectivity-poor td.db-connectivity-value {
  color: #ff0000;
}
.table_crud,
.tableinfo,
.tablehost,
.tabledataxlarge,
.tabledatalarge,
.tabledatamedium,
.tabledatasmall {
  background-color: #ffffff;
  margin-bottom: 30px;
  min-width: 800px;
  max-width: 100%;
}
@media screen and (max-width: 1240px) {
  .table_crud,
  .tableinfo,
  .tablehost,
  .tabledataxlarge,
  .tabledatalarge,
  .tabledatamedium,
  .tabledatasmall {
    min-width: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .table_crud,
  .tableinfo,
  .tablehost,
  .tabledataxlarge,
  .tabledatalarge,
  .tabledatamedium,
  .tabledatasmall {
    width: 100%;
  }
}
.table_crud .table_crud,
.tableinfo .table_crud,
.tablehost .table_crud,
.tabledataxlarge .table_crud,
.tabledatalarge .table_crud,
.tabledatamedium .table_crud,
.tabledatasmall .table_crud {
  min-width: 1px;
}
.table_crud:last-child,
.tableinfo:last-child,
.tablehost:last-child,
.tabledataxlarge:last-child,
.tabledatalarge:last-child,
.tabledatamedium:last-child,
.tabledatasmall:last-child {
  margin-bottom: 0;
}
.tabledatafull {
  width: 100%;
}
.tableautow {
  min-width: 10px;
}
.table_multi_conf {
  width: 100%;
  table-layout: fixed;
}
.table_multi_conf td {
  overflow: hidden;
  white-space: normal;
}
.table_multi_conf col:first-of-type {
  width: 340px;
}
.certkey_info_line {
  display: inline-block;
  margin: 0 0 0.375em 0;
  padding: 0;
  white-space: normal;
}
fieldset .table_crud,
fieldset .tableinfo,
fieldset .tablehost,
fieldset .tabledataxlarge,
fieldset .tabledatalarge,
fieldset .tabledatamedium,
fieldset .tabledatasmall {
  min-width: 100px;
  max-width: 100%;
}
@media screen and (max-width: 1240px) {
  fieldset .table_crud,
  fieldset .tableinfo,
  fieldset .tablehost,
  fieldset .tabledataxlarge,
  fieldset .tabledatalarge,
  fieldset .tabledatamedium,
  fieldset .tabledatasmall {
    padding: 0;
  }
  fieldset .table_crud tr,
  fieldset .tableinfo tr,
  fieldset .tablehost tr,
  fieldset .tabledataxlarge tr,
  fieldset .tabledatalarge tr,
  fieldset .tabledatamedium tr,
  fieldset .tabledatasmall tr {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Keep in sync the color with the above*/
.zebra_dark_row {
  background: #E0E5E7;
}
fieldset .zebra_dark_row {
  background-color: transparent;
}
a.anavpassive:active {
  color: #333333;
  text-decoration: none;
}
a.anavpassive:link {
  color: #333333;
  text-decoration: none;
}
a.anavpassive:visited {
  color: #333333;
  text-decoration: none;
}
a.anavpassive:hover {
  color: #002089;
  text-decoration: none;
}
a.asubnavpassive:active {
  color: #333333;
  text-decoration: none;
}
a.asubnavpassive:link {
  color: #333333;
  text-decoration: none;
}
a.asubnavpassive:visited {
  color: #333333;
  text-decoration: none;
}
a.asubnavpassive:hover {
  color: #002089;
  text-decoration: underline;
}
a.anavactive:active {
  color: #002089;
  text-decoration: none;
}
a.anavactive:hover {
  color: #002089;
  text-decoration: none;
}
a.anavactive:link {
  color: #002089;
  text-decoration: none;
}
a.anavactive:visited {
  color: #002089;
  text-decoration: none;
}
a.asubnavactive:active {
  color: #002089;
  text-decoration: none;
}
a.asubnavactive:link {
  color: #002089;
  text-decoration: none;
  font-weight: bold;
}
a.asubnavactive:visited {
  color: #002089;
  text-decoration: none;
}
a.asubnavactive:hover {
  color: #002089;
  text-decoration: underline;
}
/**** SPACING ****/
.quarterline {
  height: 3px;
}
.halfline {
  height: 6px;
}
.threequarterline {
  height: 8px;
}
.singleline {
  height: 12px;
}
.doubleline {
  height: 24px;
}
.tripleline {
  height: 36px;
}
/**** FORMS & INPUT ****/
.txtarealog {
  width: 100%;
  min-height: 380px;
  white-space: pre-line;
}
.txtareacsr {
  width: 800px;
  min-height: 360px;
  white-space: pre-line;
}
/**** Specific style overrides ****/
#image-preview {
  width: 110px;
  height: 110px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #ecf0f1;
}
#image-preview input {
  line-height: 0px;
  font-size: 0px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
#image-preview label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #bdc3c7;
  width: 80px;
  height: 14px;
  font-size: 10px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding: 5px 7px;
}
/*
    Styles used by jquery-loader plugin
*/
.loading {
  margin: auto;
}
.loading span {
  line-height: 32px;
  margin-left: 12px;
  font-size: 16px;
  vertical-align: middle;
}
.loading img {
  vertical-align: middle;
}
.loading_wrp {
  background-color: #FFF;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: opacity(50%);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1020;
}
.loading_wrp .x16 span {
  line-height: 16px;
  font-size: 12px;
  margin-left: 6px;
}
.loading_wrp .x32 img {
  width: 32px;
  height: 32px;
}
.react-box-container {
  width: 100%;
  margin: 0;
  padding: 0;
}
