/* Keeps the h2 header and the api filter on the same line */
#select-apis h2 {
  display: inline;
}

/* Text areas in API Keys/OAuth Credentials dialogs */
#api-key-cors-origins,
#oauth-client-cors-origins,
#oauth-client-redirect-urls {
  resize: vertical;
  overflow: auto;
}

/* Certificate looks funny if using porportional fonts */
#oauth-client-x509-certificate {
  white-space: nowrap;
  font-family: monospace;
  resize: vertical;
  overflow: auto;
}

/* Align checkbox and input[type=text] field properly */
#oauth-added-scope-checkbox {
  margin-left: 0px;
}
#oauth-added-scope {
  padding-left: 0px;
}

/* Align checkbox and label properly */
#oauth-edit-scope-default {
  margin-left: 0px;
}
#oauth-edit-scope-default-label {
  padding-left: 5px;
}

/* Remove line between 'invisible' table rows */
#applications-table td,
#add-shared-users-table td,
#oauth-add-scopes-table td {
  border: none;
}

/* Align token properly */
#tokenKey {
  padding-left: 7px;
}

.token-status {
  padding-top: 12px;
  float: left;
  margin-right: 15px;
}

.token-key {
  padding-top: 12px;
  float: left;
}

.download-link-margin {
  margin-left: 20px;
}

.markdown-reset ul {
  list-style-type: disc !important;
  list-style-position: inside !important;
}
.markdown-reset ol {
  list-style-type: decimal !important;
  list-style-position: inside !important;
}
.markdown-reset ul ul, ol ul {
  list-style-type: circle !important;
  list-style-position: inside !important;
  margin-left: 15px !important;
}
.markdown-reset ol ol, ul ol {
  list-style-type: lower-latin !important;
  list-style-position: inside !important;
  margin-left: 15px !important;
}

.markdown-reset li {
  border: none !important;
  background-color: transparent !important;
  font-size: 14px;
  display: list-item !important;
}

.invoke-policy-div {
  float: left;
  margin-left: 1%;
  padding-top: 1%;
}

.invoke-policy-div p {
  padding: 0;
  margin: 0;
}

.markdown-reset em {
  font-style: italic;
}

.markdown-reset hr {
  border-color: #CAC7C7 !important;
}

.markdown-reset th,
.markdown-reset td {
  padding: 7px;
  text-align: center;
}

.markdown-reset strong {
  font-weight: bold;
}

.monitoring-info {
  font-weight: bold;
  font-style: italic;
}

.form-horizontal .control-label {
  font-weight: bold;
}

#useSameCredentials {
  margin-top: 1px;
}

a.api-download-button {
  padding: 0px 8px 0px 8px;
  background-color: white;
  border-radius: 7px;
  color: #227a96;
  border: thin solid #227a96;
}

a.api-download-button:hover {
  text-decoration: none;
  color: white;
  background-color: #227a96;
}

.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.8) 100%);
  background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.8) 100%);
  background-image: -o-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.8) 100%);
  background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.8) 100%);
}

.padding-left-3 {
  padding-left: 12px;
}

.margin-bot-8 {
  margin-bottom: 8px;
}

.auth-details td {
  min-width: 195px;
}