#wfAjaxLoading,
#wfKeysWorking {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top:0;
	left: 0;
	background-color: rgba(0, 140, 193, .9);
	display: none
}
#wfKeysWorking { display: block }
#wfAjaxLoading .wfAjaxLoadingInner,
#wfKeysWorking .wfKeysWorkingInner {
	position: absolute;
	width: 100%;
	text-align: center;
	color:#ffffff;
	font-size: 18px;
	left: 0;
	top: 50%;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
}
table.wfKeysTable td {
	text-align: center;
}

table.wfCIMOrder td input {
	font-size: 12px;
	width: 60px;
}
h3.wfCenterHead {
	text-align: center;
}
#cimAjaxC {
	width: 128px;
	height: 15px;
	padding: 0;
	margin: 10px auto 0 auto;
}
#cimAjax {
	display: none;
	background-image: url(../images/ajax-loader.gif);
	width: 128px;
	height: 15px;
	padding: 0;
	margin: 0;
	border-width: 0;
}
.wfPadPop {
	/*padding: 7px;*/
}
.wordfencePaymentHistory table th {
	text-align: left;
}
table.wfCardTable { width: 100%; }
table.wfCardTable td { padding: 0 8px 8px 0; }
p.error { max-width: none; color: #9e0000; font-size: 12px; margin-top: 3px; }

.wfkModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 140, 193, 0.9);
  z-index: 999;
  display: none; }
  .wfkModal > div {
    display: table;
    width: 100%;
    height: 100%; }
    .wfkModal > div > div {
      display: table-cell;
      width: 100%;
      vertical-align: middle; }
      .wfkModal > div > div .container .modal-content {
        overflow-x: auto;
        padding: 25px;
        background-color: #ffffff;
        border: solid 3px #d9d9d9;
        position: relative;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        max-width: 600px;
        margin: 0 auto; }
        @media screen and (min-width: 850px) {
          .wfkModal > div > div .container .modal-content {
            padding: 50px; } }
        .wfkModal > div > div .container .modal-content.wide {
          max-width: none; }
        .wfkModal > div > div .container .modal-content .close-modal {
          font-family: "SSStandard";
          position: absolute;
          top: 23px;
          right: 23px;
          color: #9f9fa0;
          font-size: 18px;
          display: block; }
          .wfkModal > div > div .container .modal-content .close-modal:hover {
            color: #00709e; }

.group-keys-notice p {
	line-height: 1.2;
	margin: 8px 0px 8px;
}
#group-keys-discount {
	display: none;
}
.strike-through {
	text-decoration: line-through;
}
.discounted-price {
	font-weight: bold;
	font-style: italic;
	color: #00a000;
	font-size: 16px;
}
.wf-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
