.key-mng {
  margin-top: 10px;
}

.key-popup .panel-body {
  padding: 10px 20px 0;
}

.key-popup .panel-heading h3 {
  background-color: transparent !important;
  color: #007dc3;
  padding: 10px 10px 0;
  text-align: left;
}

.mer-record {
  padding: 0 20px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  transform: translateZ(0px);
  transition: all 0.2s ease 0s;
  position: relative;
}

.mer-record:hover,.mer-record.active {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  margin: 12px -12px;
  cursor: pointer;
}

.mer-record.active .mer-body {
  cursor: default;
}

.mer-record .mer-header {
  padding: 10px;
}

.mer-header h4 {
  font-weight: 300;
  font-size: 20px;
}

.mer-header.disabled {
  color: #ddd;
}

.mer-header.disabled img {
  opacity: 0.2;
}

.merchant-logo {
  position: absolute;
  right: 10px;
  top: 10px;
  max-height: 67px;
  max-width: 300px;
}

.mer-arrow {
  font-size: 16px;
  margin-left: 10px;
  display: none;
  color: #888;
}

.mer-header:hover .mer-arrow {
  display: inline;
}

.mer-header h5 {
  font-weight: 300;
  color: #aaa;
  font-size: 14px;
}

.mer-header.disabled h5 {
  color: #ddd;
}

.mer-body {
  display: none;
}

.pair-result {
  float: right;
  top: 10px;
  position: relative;
  font-size: 16px;
}

.mer-title {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 30px;
}

.key-sec {
  
}

.key-sec-body {
  text-align: center;
}

.key-sec-title {
  padding: 5px 0 10px 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.browser-img,.server-img,.internet-img {
  max-width: 100%;
  height: 128px;
}

.key-conn {
  position: absolute;
  top: 355px;
}

.user-key-conn.key-conn {
  top: 223px;
}

.key-conn.secured {
  border-top: 3px solid #7f7770;
}

.key-conn.unsecured {
  border-top: 3px dashed #ddd;
}

.key-sec-action {
  text-align: center;
  padding: 0 0 10px;
}

.card {
  background-color: #f7f7f7;
  min-height: 250px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  position: relative;
}

.card .card-body {
  min-height: 200px;
  text-align: right;
  color: #ccc;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  z-index: 1;
  position: relative;
  vertical-align: middle;
}

.link {
  padding-top: 120px;
}

.link-result {
  position: relative;
  min-height: 80px;
  min-width: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: 10;
  background-size: 50px auto;
  margin: 0 0 5px;
}

.link-result.secured {
  background-image: url("../../img/shield.svg");
}

.link-result.unsecured {
  background-image: url("../../img/shield_broken.svg");
}

.import-all {
  text-align: center;
  padding-top: 20px;
}

.import-all-btn {
  font-size: 18px;
  padding: 10px 40px;
}

.card .card-body .card-title {
  /* position: absolute; */
  color: #fff;
  /* top: 0;
  left: 0; */
  background-color: #428bca;
  font-weight: 400;
  font-size: 16px;
  padding: 6px 16px;
  background-color: #007dc3;
  margin: 15px 0;
  text-transform: uppercase;
  display: inline-block;
}

.key-status {
  background: #fff url("../../img/key.svg") no-repeat center;
  background-size: 60px 60px;
  border-radius: 50%;
  border: 3px solid #ddd;
  position: relative;
  z-index: 10;
}

.key-sec-body .key-status {
  margin: 10px 15px 0;
  height: 60px;
  width: 60px;
  display: inline-block;
}

.key-fingerprint {
  min-height: 25px;
  color: #70b772;
}

.server-card .key-status {
  left: 0;
}

.mer-header .key-status {
  position: absolute;
  box-shadow: none;
  top: 14px;
  right: 20px;
  height: 60px;
  width: 60px;
  background-size: 64px 64px;
  border: 2px solid #ddd;
  border-radius: 50%;
}

.key-status .key-result {
  position: absolute;
  height: 24px;
  width: 24px;
  top: 25px;
  right: 5px;
  background-size: 24px 24px;
  background-position: center;
}

.key-status.secured {
  border-color: #8ccc6a;
}

.key-status.secured .key-result {
  background: transparent url("../../img/shield.svg") no-repeat center;
  background-size: 20px 24px;
}

.key-status.unsecured {
  border-color: #ff9a9a;
}

.key-status.unsecured .key-result {
  background: transparent url("../../img/shield_broken.svg") no-repeat center;
  background-size: 20px 24px;
}

.key-status.missing {
  background-image: url("../../img/key-bw.svg");
  border-color: #e7e7e7;
}

.card .card-action {
  background-color: #f7f7f7;
  text-align: center;
  min-height: 55px;
  padding: 5px;
}

.key-arrow {
  color: #555;
  position: absolute;
  font-size: 48px;
  display: none;
  top: 120px;
  z-index: 100;
  opacity: 0.25;
}

.server-card .key-arrow {
  left: 31px;
}

.browser-card .key-arrow {
  right: 31px;
}

.key-cnt:hover .key-arrow {
  display: block;
}

.batch-btn {
  padding: 2px 5px 0;
}

.key-cnt:hover .key-arrow {
  display: block;
}

tr.order-closed,tr.user-blocked {
  color: #bbb;
}

@keyframes blink {
  from {background-color: #ffffee;
}

to {
  background-color: #ffffcc;
}

}
.orders-page .gpe-table tr.changed,.user-matrix tr.changed {
  border-left: 0;
  font-weight: 700;
  color: #333;
}

.orders-page .gpe-table tr.changed td {
  border-left: 0;
  animation-name: blink;
  animation-duration: 0.7s;
  animation-direction: alternate;
  animation-iteration-count: 6;
  animation-timing-function: ease-in;
}

.proc-count {
  padding: 2px 8px;
  font-size: 12px;
  margin: 0 20px;
}

.proc-orders {
  background-color: #f8f8f8;
  border-radius: 3px;
  padding: 10px 20px;
  position: relative;
}

.proc-orders .header {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.proc-orders .clr {
  position: absolute;
  top: 10px;
  right: 10px;
}

.clr-btn {
  color: #777;
  border-color: #e5e5e5;
  padding: 2px 6px 1px 6px;
  font-size: 12px;
}

.dg-pw {
  position: relative;
  padding: 10px 20px;
  background-color: #eee;
  border-radius: 3px;
}

.dg-pw .alert {
  padding: 10px 15px;
}

.input-cnt {
  margin-left: 80px;
}

.input-cnt .control-label {
  padding-top: 0;
}

.dg-pw .key-status {
  position: absolute;
  height: 55px;
  width: 55px;
  background-size: 55px;
}

.fw300 {
  font-weight: 300;
}

.keys-heading {
  background-color: #f7f7f7;
  padding: 20px;
}

.keys-heading .gen-card {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 20px;
}

.gen-card-pic {
  background: #fff url("../../img/key.svg") no-repeat center;
  background-size: 70px 70px;
  display: inline-block;
  height: 70px;
  width: 70px;
  z-index: 10;
  border: 3px solid #8ccc6a;
  border-radius: 50%;
}

.blue-heading {
  color: #007dc3;
  font-weight: 300;
}

.key-tooltip {
  font-weight: 300;
  color: #999;
  min-height: 80px;
}

.popup-info {
  margin: 10px 70px 30px 50px;
}

.popup-info li {
  margin-bottom: 8px;
}

.modal-content .box-overlay {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.modal-content .box-overlay .key-loader {
  position: relative;
  background-color: #fff;
  width: 300px;
  height: 200px;
  border: 1px solid #ddd;
  left: 50%;
  margin: -100px 0 0 -150px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 7px 0 rgba(0, 0, 0, 0.12);
  top: 50%;
  z-index: 100;
  opacity: 1;
}

.key-generation {
  margin: 20px 20px 0 50px;
  font-size: 1.1em;
  color: #555;
}

.key-loader .gen-card-pic {
  margin: 20px 0 0 110px;
}

.popup-amounts {
  margin-bottom: 30px;
}

.popup-amount {
  font-size: 20px;
  font-weight: 300;
}

.tac>.input-group>input {
  text-align: center;
}

.padL0 {
  padding-left: 0;
}

.pointer {
  cursor: pointer;
}

.crd-body {
  padding-top: 20px;
}

.form-separator {
  margin: 0 15% 15px;
  border-top: 1px solid #e5e5e5;
}

.user-matrix tr.changed td {
  background-color: #ffffe5;
}

.user-matrix .block-icon {
  font-size: 20px;
}

.user-matrix .trash-icon {
  font-size: 18px;
  color: #bbb;
}

.user-matrix .trash-icon.removable {
  color: #555;
}

.category {
  margin: 0 10px;
}

.category-header {
  clear: both;
}

.header-marker {
  background-color: #007dc3;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 6px 16px;
  min-width: 260px;
  position: absolute;
  right: 0;
}

.card .header-marker {
  margin: 15px 0;
  background-color: #007dc3;
}

.category-body {
  padding: 60px 0 20px 0;
  clear: both;
}

.card .category-body {
  padding-bottom: 0;
}

.category-body dd {
  font-size: 18px;
  font-weight: 300;
}

.cur-icon {
  border: 3px solid #e9e9e9;
  border-radius: 50%;
  color: #e9e9e9;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 44px;
  text-align: center;
  width: 50px;
}

.cur-icon.active {
  color: #9cc568;
  border-color: #9cc568;
}

.card-brand {
  display: inline-block;
  height: 43px;
  margin: 0 10px;
}

.card-brand.cam {
  width: 50px;
  background: url("../../img/sprites.png") -79px -104px;
}

.card-brand.cdi {
  width: 62px;
  background: url("../../img/sprites.png") -79px -57px;
}

.card-brand.cmc {
  width: 68px;
  background: url("../../img/sprites.png") -6px -5px;
}

.card-brand.cvi {
  width: 64px;
  background: url("../../img/sprites.png") -150px -5px;
}

.card-brand.bcs {
  width: 120px;
  background-image: url("../../img/p24-logo.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.category-detail {
  min-height: 115px;
  padding-top: 5px;
}

.category-detail .d-label {
  font-weight: 700;
}

.category-detail .d-data {
  font-weight: 300;
  font-size: 18px;
  padding: 2px 0;
  min-height: 35px;
  line-height: 28px
}

.category-detail .d-hint {
  font-size: 12px;
  color: #aaa;
}

.d-hint.yellow {
  color: #ddaf11;
}

.create-push-payment .card {
  min-height: inherit;
}

.stepper-header {
  min-height: 50px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.stepper-header .step {
  min-height: 50px;
  color: #ccc;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
}

.step.active {
  color: #555;
  font-weight: 700;
}

.step.completed,.step.active {
  cursor: pointer;
}

.step-badge {
  border-radius: 50%;
  background-color: #ccc;
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  vertical-align: baseline;
  color: #fff;
}

.step.active .step-badge {
  background-color: #007dc3;
}

.completed .step-badge,.checked .step-badge {
  padding: 3px 5px;
  font-size: 10px;
  background-color: #9cc568;
}

.stepper-header .step-title {
  margin: 7px 0 0 10px;
  display: inline-block;
}

.stepper-header .line {
  display: inline-block;
  width: 10%;
  border-top: 1px solid #ddd;
}

.step-actions {
  padding: 0 15px;
}

.email-title {
  font-size: 18px;
  font-weight: 300;
  color: #007dc3;
  margin-top: 4px;
}

.email-subtitle {
  color: #aaa;
  font-size: 13px;
}

.push-email-tabs {
  margin: 0 15px;
}

.push-email-tab {
  padding: 6px 12px;
  display: inline-block;
  cursor: pointer;
  background-color: #eee;
}

.push-email-tab.checked {
  background-color: #e5e5e5;
}

.push-email-tab .step-badge {
  padding: 3px 5px;
  font-size: 10px;
}

.msg-tab-title {
  padding: 0 10px;
}

.checked .msg-tab-title {
  font-weight: 700;
}

.html-msg-container {
  border: 1px solid #e4e4e4;
  background-color: #fff;
  margin: 0 15px;
  padding: 20px;
  overflow-x: auto;
}

.payment-link .form-control {
  height: 50px;
  font-weight: 300;
  font-size: 18px;
}

.payment-link .input-group-addon {
  width: 50px;
}

.payment-link .input-group-addon>.icon-px-link {
  font-size: 22px;
}

.result-badge {
  font-size: 40px;
  background-color: #9cc568;
  color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: inline-block;
  margin: 20px 0;
}

.result-badge .glyphicon {
  vertical-align: middle;
}

.result-msg {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 40px;
}

.gen-info {
  padding-bottom: 20px;
}

.gen-info .glyphicon {
  padding-right: 10px;
}

.gen-info .header {
  font-size: 18px;
  font-weight: 300;
  color: #007dc3;
}

.sum-rec td {
  padding: 3px 10px;
}

.sum-label {
  font-weight: 700;
}

.sum-val {
  font-size: 16px;
  font-weight: 300;
}

.sum-amount {
  text-align: right;
  padding-bottom: 10px;
  padding-top: 20px;
}

.sum-amount-value {
  margin: 0 20px 0 30px;
  font-weight: 700;
  font-size: 24px;
}

.sum-amount-label {
  font-size: 16px;
  font-weight: 400;
}

.gpe-table tr.selected .gpe-ajax-link,.gpe-table tr:hover .gpe-ajax-link {
  color: inherit;
}

.eshop-chart {
  display: inline-block;
}

.chart-header .title {
  color: #00467f;
  font-size: 18px;
  text-transform: uppercase;
}

.chart-header .btn-group {
  text-align: right;
}

.chart-header .subtitle {
  color: #aaa;
  font-size: 12px;
}

.chart-header .btn {
  padding: 6px 8px;
  font-size: 12px;
  min-width: 50px;
}

.btn-group .btn:active,.btn-group .btn.active {
  box-shadow: none;
  color: #333;
}

.chart-container {
  clear: both;
}

.detail-header-link {
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
}

.history-logs {
  background-color: #f7f7f7;
  padding-top: 10px;
}

.history-log {
  margin-bottom: 10px;
}

.history-log.al-right {
  text-align: right;
}

.server-log,.client-log {
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
}

.client-log {
  background-color: #fff;
}

.server-log {
  background-color: #e9e9e9;
}

.error-log {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

.history-log .log-time {
  color: #999;
  font-size: 12px;
  text-align: left;
}

.history-log .log-msg {
  vertical-align: middle;
}

.gpwebpay-hl {
  display: inline-block;
  height: 16px;
  width: 60px;
  margin-right: 5px;
  background: url("../../img/gpwebpay_logo.svg");
  background-size: 60px 16px;
  background-repeat: no-repeat;
}

.servis24-hl {
  display: inline-block;
  height: 16px;
  width: 60px;
  margin-right: 5px;
  background: url("../../img/logo-s24.png");
  background-size: 60px 16px;
  background-repeat: no-repeat;
}

.gpe-hint {
  font-size: 12px;
  color: #aaa;
}

.btn-inline {
  padding: 2px 6px;
  margin: 0 0 5px 10px;
}

@keyframes conn {
  from {left: 0;}
    to {left: 100%;}
}

.secured .conn-data {
  background-color: #7f7770;
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -6px;
  left: 0px;
  z-index: 1;
  animation: conn 5s ease-in-out 1s infinite alternate;
}

.confirm-question {
  font-size: 15px;
  font-weight: 300;
}

.cancel-confirm {
  margin-right: 5px;
}

.mp24-status {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}

.one-line-checkbox>label.checkbox {
  padding-left: 0;
}

.alert.pay-alert {
  border-radius: 0;
  text-align: center;
}