/*-----------------------------------------------------------------------------------*/
/* Custom CSS */
/*-----------------------------------------------------------------------------------*/


.btn_xpace {
  background: #ffd738;
  background-image: -webkit-linear-gradient(top, #ffd738, #ffa230);
  background-image: -moz-linear-gradient(top, #ffd738, #ffa230);
  background-image: -ms-linear-gradient(top, #ffd738, #ffa230);
  background-image: -o-linear-gradient(top, #ffd738, #ffa230);
  background-image: linear-gradient(to bottom, #ffd738, #ffa230);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  /*-webkit-box-shadow: 0px 1px 7px #666666;
  -moz-box-shadow: 0px 1px 7px #666666;
  box-shadow: 0px 1px 7px #666666;*/
  color: #3b3a3a;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  border: solid #ff8c00 1px;
  text-decoration: none;
}

.btn_xpace:hover {
  background: #ffa230;
  background-image: -webkit-linear-gradient(top, #ffa230, #ffd738);
  background-image: -moz-linear-gradient(top, #ffa230, #ffd738);
  background-image: -ms-linear-gradient(top, #ffa230, #ffd738);
  background-image: -o-linear-gradient(top, #ffa230, #ffd738);
  background-image: linear-gradient(to bottom, #ffa230, #ffd738);
  text-decoration: none;
}

.btn_xpace_x {
  background: #999999;
  background-image: -webkit-linear-gradient(top, #999999, #3b3a3a);
  background-image: -moz-linear-gradient(top, #999999, #3b3a3a);
  background-image: -ms-linear-gradient(top, #999999, #3b3a3a);
  background-image: -o-linear-gradient(top, #999999, #3b3a3a);
  background-image: linear-gradient(to bottom, #999999, #3b3a3a);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  /*-webkit-box-shadow: 0px 1px 7px #666666;
  -moz-box-shadow: 0px 1px 7px #666666;
  box-shadow: 0px 1px 7px #666666;*/
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  border: solid #696969 1px;
  text-decoration: none;
}

.btn_xpace_x:hover {
  background: #3b3a3a;
  background-image: -webkit-linear-gradient(top, #3b3a3a, #999999);
  background-image: -moz-linear-gradient(top, #3b3a3a, #999999);
  background-image: -ms-linear-gradient(top, #3b3a3a, #999999);
  background-image: -o-linear-gradient(top, #3b3a3a, #999999);
  background-image: linear-gradient(to bottom, #3b3a3a, #999999);
  text-decoration: none;
}

.btn_xpace_x1 {
  background: #34d947;
  background-image: -webkit-linear-gradient(top, #34d947, #0d8702);
  background-image: -moz-linear-gradient(top, #34d947, #0d8702);
  background-image: -ms-linear-gradient(top, #34d947, #0d8702);
  background-image: -o-linear-gradient(top, #34d947, #0d8702);
  background-image: linear-gradient(to bottom, #34d947, #0d8702);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  border: solid #0d7004 1px;
  text-decoration: none;
}

.btn_xpace_x1:hover {
  background: #0d8702;
  background-image: -webkit-linear-gradient(top, #0d8702, #34d947);
  background-image: -moz-linear-gradient(top, #0d8702, #34d947);
  background-image: -ms-linear-gradient(top, #0d8702, #34d947);
  background-image: -o-linear-gradient(top, #0d8702, #34d947);
  background-image: linear-gradient(to bottom, #0d8702, #34d947);
  text-decoration: none;
}

.info_x {
  background: #5aadf5;
  background-image: -webkit-linear-gradient(top, #5aadf5, #2377b8);
  background-image: -moz-linear-gradient(top, #5aadf5, #2377b8);
  background-image: -ms-linear-gradient(top, #5aadf5, #2377b8);
  background-image: -o-linear-gradient(top, #5aadf5, #2377b8);
  background-image: linear-gradient(to bottom, #5aadf5, #2377b8);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  border: solid #02468f 1px;
  text-decoration: none;
}

.info_x:hover {
  background: #eeeeee;
  color: #000000;
  text-decoration: none;
}

/* Bvckup2 styling for license page*/

.f4 {
	background-color: #fff;
}
/* Pricing*/
.pricing-table {
	text-align: center;
  	font-size: 13px;
	font-weight: 400;
	color: #222;
	line-height: 17px;
}

.pricing-table h1 {
	margin-bottom: 75px;
}

.pricing-table .panel {
	display: inline-block;
	margin: 0 20px;

	background: #eeeeee;
	border: 1px solid #c0c0c0;
	box-shadow: 0 2px 4px #ccc;
	padding: 20px 20px 30px;

	text-align: left;
}

.pricing-table .panel.pers {
	width: 300px;
	border-bottom: 4px solid #DE570E;
}

.pricing-table .panel.prof {
	width: 300px;
	border-bottom: 4px solid #1a94ea;
}

.pricing-table .panel .type {
	font-weight: 300;
}

.pricing-table .panel .type b {
	font-weight: 600;
}

.pricing-table .panel .type span {
	display: block;
	float: right;
	
	padding: 6px 17px 6px 15px;
	margin: -6px -17px -6px -15px;
	background: #ffdd56;
	border-radius: 1px;

	font-size: 19px;

	background: #fff;
}

/*
.pricing-table .panel.pers .type span {
	color: #fff;
	background: #de570e
}

.pricing-table .panel.prof .type span {
	color: #fff;
	background: #1a94ea;
}
*/

pricing-table .panel .type span b {
	padding-left: 2px;
}

.pricing-table .panel .desc {
	margin: 50px 0 40px 4px;
	border-left: 4px solid #ccc;
	padding: 7px 31px 9px;
}

.pricing-table .panel.pers .desc {
	border-left-color: #DE570E;
}

.pricing-table .panel.prof .desc {
	margin-right: -35px;
	border-left-color: #1a94ea;
}

.pricing-table .panel ul {
}

.pricing-table .panel li {
	background-position: 0 9px;
	background-repeat: no-repeat;
	line-height: 30px;
	padding-left: 39px;
}

.pricing-table .panel.pers li {
	background-image: url("/img/r8/checkmark-pers.png");
}

.pricing-table .panel.prof li {
	background-image: url("/img/r8/checkmark-prof.png");
}

.pricing-table .panel li a {
	text-decoration: none;
	color: inherit;
}

.pricing-table .panel li a:hover {
	text-decoration: underline;
}

.pricing-table .panel li b {
	font-weight: 600;
	text-shadow: 0 0 1px rgba(0,0,0,0.15);
}

.pricing-table .panel li p {
	color: #aaa;
	line-height: 13px;
	padding-left: 5px;
}

.pricing-table .aud {
	color: #aaa;
	margin-top: 48px;
	margin-bottom: -40px;
}

/*
 *	in-overlay
 */
#overlay .pricing-table {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -250px;
}

#overlay .pricing-table .panel {
	border: none;
	border-radius: 1px;
	box-shadow: 0 0 5px #000;
}

#overlay .pricing-table .panel.pers .type span,
#overlay .pricing-table .panel.prof .type span {
	background: none;
	color: #000;
}

#overlay .pricing-table .panel li a,
#overlay .pricing-table .panel li a:hover {
	cursor: pointer;
	text-decoration: none;
}
/* Bvckup2 END */