
/* Colors */
.setting-description {color: #999;}
.blue {color: #21759b;}
.green {color: #093;}
.yellow {color: #c09853;}
.red {color: #b94a48;}

.metadata-box {border: 1px dashed #ccc; background: #eee;overflow-x:auto;}
.help-contents {border: solix 1px #ccc; background: #eee;margin: 1em;padding:1em;float:left;}
.helpList ol, .helpList ul {margin-left: 1em;}

.option-separator {
  width: 100%;
  color: #CCC;
  border-top: solid 1px #CCC;
  margin: 1em auto;
  text-align: center;
}

.option-separator .caption {
  background: #F1F1F1;
  position: relative;
  top: -1em;
  padding: 0 1em;
  line-height: 2;
}

.setting-description {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 12px;
}

table.saml_status {
  background: #FFF;
  border-collapse: collapse;
}

table.saml_status tr td {
  border: solid 1px #DADADA;
  padding: 0.5em;
}

.label, .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.badge{
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.badge-important {
  background-color: #b94a48;
}

.nav-tab .badge {
  position: relative;
  top: -3px;
}

.label:empty, .badge:empty {
  display: none;
}