/*
Theme Name: blkm
Theme URI:
Description: css for blkm-plugin
Author: Bome Software GmbH & Co. KG
Version: 0.3
Template: default
*/
.button,
div.blkm_wrapper .button {
  border-radius: 3px;
  border: solid 1px #a5d148;
  background-color: #eee;
  background-color: #a5d148;
  background-image: none;
  border: 0;
  border-color: #a5d148;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #eee;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  left: auto;
  line-height: 1;
  margin: 1px;
  overflow: visible;
  padding: 0.5em 0.8em;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover, .button:active, .button:focus,
div.blkm_wrapper .button:hover,
div.blkm_wrapper .button:active,
div.blkm_wrapper .button:focus {
  background-color: #6d8f24 !important;
  color: black !important;
}

a {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
a:link {
  color: #4e661a;
  text-decoration: none;
}
a:visited {
  color: #4e661a;
  text-decoration: none;
}
a:hover {
  color: #4e661a;
  text-decoration: none;
}

.blkm-table {
  background: #eee;
  border: 1px solid #cfcfcf;
  border-collapse: collapse;
  color: #4b4d4c;
}
.blkm-table th {
  background-color: #fbfbfb;
  font-size: 90%;
  font-style: oblique;
  text-decoration: none;
}
.blkm-table tr,
.blkm-table th {
  border: 1px solid #cfcfcf;
  padding: 0.3em;
}
.blkm-table td {
  border: 1px solid #cfcfcf;
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.blkm {
  border: 1px solid;
  border-radius: 10px;
  margin: 20px;
  padding: 10px 15px 20px 15px;
  width: 650px;
}

.blkmlabel {
  display: block;
  float: left;
  font-weight: bold;
  padding-right: 10px;
  text-align: right;
  vertical-align: middle;
  width: 200px;
}

.licline {
  clear: both;
  line-height: 35px;
  vertical-align: middle;
}

.blkminput {
  display: inline;
  float: left;
  margin: 0px;
  vertical-align: middle;
}
.blkminput input:focus {
  background-color: #cfcfcf;
  color: #fbfbfb;
}

.bome_edit_button {
  background: #cfcfcf;
  border-radius: 3px;
  color: #fbfbfb;
  display: block;
  font-size: 80%;
  height: 20px;
  line-height: 20px;
  max-width: 20px;
  padding-left: 4px;
  padding-right: 4px;
}

#bome_ajax_loading,
.bome_ajax_loading {
  background-image: url("bome_loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  margin-bottom: -10px;
  margin-top: -10px;
  max-width: 100%;
  width: 100%;
}

.blkm_deactivated {
  color: #cfcfcf;
}
.blkm_deactivated .bome_edit_button {
  background-color: #fbfbfb;
  color: #cfcfcf;
}
*[id^=bucodeactivate] {
  background-color: #eee;
}

div.blkm_button_box {
  margin-bottom: 10px;
  margin-top: 5px;
}
div.blkm_button_box .buco_search_text {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

#buco_code_table tr:nth-child(2n),
.blkm-table tr:nth-child(2n) {
  background-color: #fbfbfb;
}

.blkm_downloadbutton,
.blkm_admin_button {
  color: #2b2b2b !important;
  margin-bottom: 3px !important;
}

.blkm_account_not_activated {
  background-color: #ffd0a6;
}

.blkm-display-license {
  border-radius: 9px;
  border: solid 2px #a5d148;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.blkm-display-license .smaller {
  font-size: 80%;
}
.blkm-display-license .license-box {
  background-color: #eee;
}
.blkm-display-license .license-pre {
  margin-bottom: 3px;
  margin-top: 0;
}
.blkm-display-license .is-deactivated {
  color: #808080;
}
.blkm-display-license .alias-div img {
  height: 18px;
  width: 18px;
}
.blkm-display-license .alias-div p {
  margin-bottom: 0;
}
.blkm-display-license .alias-div p span {
  font-weight: bold;
}
.blkm-display-license .alias-div p img {
  height: 18px;
  width: 18px;
}
.blkm-display-license .alias-div:hover {
  cursor: pointer;
}
.blkm_shortened {
  color: #6f6f6f;
}

a.blkm_admin_footer {
  color: #b5cd6f;
  display: block;
  padding-top: 30px;
  text-align: left;
  text-decoration: none;
}

.hidden {
  display: none;
}

form.bome_redeem_product_code {
  line-height: 250%;
}

.optional-notice {
  font-size: 0.8em;
  color: #888;
}

/*# sourceMappingURL=style.css.map */
