.months-wrap a {
	color: rgb(255, 255, 255);
}

.logined_block {
	width : 300px;
	float: left;
	padding: 5px;
}

.date {
	color: #b58a09;
	font-style: italic;
	font-size:13px;
	line-height:20px;
	margin-bottom:0;
	margin-top:0;
	margin-bottom:5px;
}

a.btn.mobile-register {
  display: none;
}

.gray-wrapper ul {
	margin-bottom: 0px;
}

.gray-wrapper .more {
	line-height: 6px;
	margin-bottom: 15px;
}

.lock-block {
	width: 115px;
}

.lock-block .text {
	width: 75px;
}

.ip-content {
	margin-bottom: 5px;
}


.register-form fieldset.btn-wrap.login {
	text-align: right;
	padding-right: 10px;
}



.login-links {
	text-align: right;
	padding-right: 10px;
}

span.strong {
	font-weight: bold;
}

.user_country {
	margin-left: 70px;
}

.payment-btn-wrap .payment-items.vc-80 {
    border: 3px solid white;
}

.vc-80 {
    cursor: pointer;
    height: 80px;
    width: 140px;
    background-image: url("../images/voucher_icon.png");
}

.error.login {
	margin-right: 10px;
}

textarea.error {
	border: 1px solid rgb(212, 28, 3);
}

.payment-items {
    margin-top: 10px;
    position: relative;
}

.payment-btn-wrap .payment-items a {
    display: inline-block;
    opacity: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.payment-btn-wrap .payment-items.bluesnap {
    border: 1px solid #a7a9aa;
}

.payment-btn-wrap .payment-items.bluesnap .renewal-box {
  background: none;
  height: 17px;
}

.payment-btn-wrap .payment-items.bluesnap .renewal-box .renewal-text {
  color: #fff;
}

.bluesnap {
  width: 96px;
  height: 60px;
  background: #f9f7f7 url("../images/shap.png");
}

.payment-btn-wrap .payment-items.bluesnap .single-link {
  display: none;
}
.payment-btn-wrap .payment-items.bluesnap .single-link.show {
  display: inline-block;
}
.payment-btn-wrap .payment-items.bluesnap .renewal-link {
  display: inline-block;
}
.payment-btn-wrap .payment-items.bluesnap .renewal-link.hide {
  display: none;
}

.payment-btn-wrap .payment-items.webmoney {
    border: 1px solid #a7a9aa;
}

.webmoney {
  width: 96px;
  height: 60px;
  background-image: url("../images/webmany.png");
}

.payment-btn-wrap .payment-items.moneybookers {
    border: 1px solid #a7a9aa;
}

.moneybookers {
  width: 96px;
  height: 60px;
  background-image: url("../images/icon-card.png");
}

.payment-btn-wrap .payment-items.paymentwall {
    border: 1px solid #a7a9aa;
}

.paymentwall {
  width: 512px;
  height: 60px;
  background-image: url("../images/btn-group.png");
}

.payment-items form {
	height: 100%;
}

.payment-items input[type="submit"]{
	opacity: 0;
	width: 100%;
	height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.left-bl.account {
	width: 450px;
}

.how-do-i-get.arabic ul li:before {
	left: 160px;
}

.how-do-i-get.arabic ul li {
	margin-left: 0px;
	margin-right: 80px;
}

.how-do-i-get.arabic ul li:first-child {
	margin-right: 0px;
	margin-left: 0px;
}

.arabic .lock-block {
	margin-right: 25px;
}

#renewal {
	width: 12px;
	height: 12px;
	float: left;
	margin-left: 2px;
	cursor: pointer;
	background-image: url('../img/unchecked.png');
}

#renewal.checked {
	background-image: url('../img/checked.png');
}

.renewal-box {
	background-color: #F1F0FF;
	font-size: 9px;
	color: #443266;
	height: 12px;
    z-index: 1;
    position: relative;
}

.renewal-text {
	padding-top: 1px;
}

.arabic .invoice-code input[type=text] {
    margin-right: 0;
    margin-left: 20px;
}

.payment-btn-wrap .icons.payment-items.disabled {
    cursor: default;
    opacity: 0.3;
}

.lock-wrapper {
  position: relative;
  min-height: 100%;
  background: url("../images/bg-expired.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.lock-header {
  background: #fff;
  text-align: center;
  position: relative;
  padding: 15px 15px 15px;
  -webkit-box-shadow: 0px 3px 30px 1px #bcc8d1;
  -moz-box-shadow: 0px 3px 30px 1px #bcc8d1;
  -ms-box-shadow: 0px 3px 30px 1px #bcc8d1;
  -o-box-shadow: 0px 3px 30px 1px #bcc8d1;
  box-shadow: 0px 3px 30px 1px #bcc8d1;
  height: 100%;
}
.lock-header.waselpro {
  padding: 0;
}
.lock-header__pic {
  max-width: 291px;
}
.lock-content {
  padding: 20px 15px 99px;
  height: 100%;
  text-align: center;
}
.lock-image {
  margin: 0 auto;
}
.lock-image__text {
  text-indent: -9999px;
}
.lock-image__pic {
  width: 100%;
}
.lock-footer {
  display: none;
  height: 94px;
  width: 100%;
  background: #f2f2f2;
  position: absolute;
  bottom: 0;
  -webkit-box-shadow: 0px -3px 30px 1px #bcc8d1;
  -moz-box-shadow: 0px -3px 30px 1px #bcc8d1;
  -ms-box-shadow: 0px -3px 30px 1px #bcc8d1;
  -o-box-shadow: 0px -3px 30px 1px #bcc8d1;
  box-shadow: 0px -3px 30px 1px #bcc8d1;
}
@media only screen and (min-height: 650px) {
  .lock-footer {
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  .lock-image {
    max-width: 600px;
  }
}
@media only screen and (min-width: 1000px) {
  .lock-image {
    max-width: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  .lock-image {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1400px) {
  .lock-image {
    max-width: 1072px;
  }
}

.popup {
  background: #f4f4f4;
  text-align: center;
  display: inline-block;
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 16px;
  max-width: 276px;
  width: 75%;
}

.popup__link {
  cursor: pointer;
}

.popup__close {
  position: absolute;
  top: -11px;
  right: -12px;
  padding: 5px 9px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  /*behavior: url(border-radius.htc);*/
  font-size: 19px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  border: solid 4px #ffffff;
  background: #00b5f9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b5f9), color-stop(100%, #007fae));
  background: -webkit-linear-gradient(top, #00b5f9 0, #007fae 100%);
  background: -moz-linear-gradient(top, #00b5f9 0, #007fae 100%);
  background: -o-linear-gradient(top, #00b5f9 0, #007fae 100%);
  background: -ms-linear-gradient(top, #00b5f9 0, #007fae 100%);
  background: linear-gradient(to bottom, #00b5f9 0, #007fae 100%);
}

.popup__close:hover {
  background: #007fae;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007fae), color-stop(100%, #00b5f9));
  background: -webkit-linear-gradient(top, #007fae 0, #00b5f9 100%);
  background: -moz-linear-gradient(top, #007fae 0, #00b5f9 100%);
  background: -o-linear-gradient(top, #007fae 0, #00b5f9 100%);
  background: -ms-linear-gradient(top, #007fae 0, #00b5f9 100%);
  background: linear-gradient(to bottom, #007fae 0, #00b5f9 100%);
}

body.arabic .popup__close {
  right: inherit;
  left: -12px;
}

@media only screen and (min-width: 400px) {
  .popup {
    max-width: 356px;
  }
}

.popup__text {
  font: 18px 'Segoe UI';
  color: #675f5f;
  padding-top: 20px;
}

.table-payment-status td.payment-icons-wrap {
  padding: 20px 0;
}

.payment-btn-wrap {
  padding: 0;
}

.inline-object {
  display: inline;
}

.cell-center {
  display: inline-block;
  padding-top: 5px;
}

.link-in-cell {
  color: #5A4848;
}

.link-in-cell:hover {
  color: #5A4848;
  text-decoration: none;
}

.link-in-cell:visited {
  color: #5A4848;
}

.config-link:hover {
  text-decoration: none;
}

.light-gray td {
  background: #a3a3a3;
  background: -moz-linear-gradient(top, #a3a3a3 1%, #949494 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #a3a3a3), color-stop(100%, #949494));
  background: -webkit-linear-gradient(top, #a3a3a3 1%, #949494 100%);
  background: -o-linear-gradient(top, #a3a3a3 1%, #949494 100%);
  background: -ms-linear-gradient(top, #a3a3a3 1%, #949494 100%);
  background: linear-gradient(to bottom, #a3a3a3 1%, #949494 100%);
  border: 1px solid #a4a4a4;
}

.image-link {
  display: inline-block;
}

.font-small {
  font-size: 12px;
}

.table-paid th.fixed-width {
  min-width: 170px;
}

.table-paid.openvpn th {
  border: none;
}

.table-paid.openvpn td {
  border: none;
}
.table-paid.openvpn tr:nth-of-type(even) td {
  background-color: #FFF;
  text-align: left;
}
.table-paid.openvpn fieldset {
  float: left;
  padding: 5px;
  width: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table-paid.openvpn fieldset.port {
  width: 230px;
}
.table-paid.openvpn fieldset li {
  list-style-type: none;
}
.table-paid.openvpn fieldset span {
  display: block;
}
.table-paid.openvpn fieldset span.inline-object {
  display: inline;
}
.table-paid.openvpn fieldset > span:first-of-type {
  line-height: 22px;
}
.table-paid.openvpn fieldset .inline-hint {
  display: inline;
  font-size: 10px;
}
.table-paid.openvpn fieldset input[type="text"] {
  float: left;
  margin-right: 5px;
  width: 70px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 2px 5px 2px rgba(0,0,0,0.1);
  -ms-box-shadow: inset 0 2px 5px 2px rgba(0,0,0,0.1);
  -o-box-shadow: inset 0 2px 5px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 2px 5px 2px rgba(0,0,0,0.1);
}
.table-paid.openvpn fieldset input[type="text"]:disabled {
  background-color: #F7DDDD;
}
.table-paid.openvpn fieldset span.error {
  font-size: 10px;
  color: #d51515;
}
.table-paid.openvpn form {
  *zoom: 1;
}
.table-paid.openvpn form:after {
  content: '';
  display: table;
  clear: both;
}
.table-paid.openvpn form input[type=submit] {
  width: 100%;
  padding: 5px 0;
  opacity: 1;
  background-color: #5e5e5e;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer;
}
.table-paid.openvpn form input[type=submit]:hover {
  opacity: 0.7;
  background-color: #474747;
}
body.arabic .table-paid.openvpn tr td {
  text-align: right;
}
body.arabic .table-paid.openvpn fieldset {
  float: right;
}
body.arabic .table-paid.openvpn fieldset input[type="text"] {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.register-form.quickregister input#password {
  width: 90%;
}

.register-form.quickregister .btn-wrap button {
  vertical-align: middle;
  margin-right: 20px;
}

body.arabic .register-form.quickregister .btn-wrap button {
  vertical-align: middle;
  margin-left: 20px;
}

.register-form.quickregister div.error {
  text-align: left;
}

.register-form.quickregister .show-hide-icon {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1%;
  width: 9%;
}

.register-form.quickregister .show-hide-icon img {
  display: block;
  cursor: pointer;
  width: 100%;
  height: auto;
  margin: 0;
  opacity: 1;
}

.register-form.quickregister .show-hide-icon img:hover {
  opacity: 0.8;
}

body.arabic .register-form.quickregister div.error {
  text-align: right;
}

body.arabic .register-form.quickregister .show-hide-icon {
  padding-right: 1%;
  padding-left: 0;
}


.offer-small {
  width: 710px;
  margin: auto;
}

.info-block .product-info li {
  list-style-type: none;
  margin: 15px 0;
  display: block;
}

.info-block .product-info li span.key {
  display: inline-block;
  vertical-align: middle;
  color: #A1A1A1;
  width: 120px;
  margin-right: 10px;
}

.info-block .product-info li span.value {
    display: inline-block;
    vertical-align: middle;
    color: #0BA849;
    width: calc(100% - 130px);
}

#notification_cookie {
  bottom: 0;
  position: fixed;
  margin: 0 auto;
  z-index: 9999;
  text-align: center;
  width: 100%;
  display: none;
}

#notification_cookie .cookie_content {
  background-color: #ced0d1;
  color: #3D4248;
  font-size: .5625rem;
  padding: 10px 7px;
  position: relative;
  height: 100%;
  line-height: 0.8rem;
}

#notification_cookie .cookie_content .cookie_text {
  width: auto;
  max-width: inherit;
  font-size: 11px;
}

#notification_cookie .cookie_close {
  cursor: pointer;
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
}

.resend-voucher-link.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.register-form.quick-register fieldset {
  display: block;
  width: 100%;
  padding: 0px;
}

.register-form.quick-register fieldset label {
  display: inline-block;
  width: 18%;
  max-width: 130px;
  min-width: 80px;
}

.register-form.quick-register fieldset input {
  display: inline-block;
  width: 80%;
}

div.session-table {
  padding: 10px;
  margin: 10px;
}
div.session-info {
  width: 500px;
  float: left;
}

.cont div.session-info span strong {
  color: black;
}

.arabic div.session-info {
  float: right;
}
