
/* Global styles */
#main {
	display:block;
}
.wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.wrap .leftMain {
	width:75%;
}
.wrap .rightSidebar {
	width:20%;
}
.margintop35 {
	margin-top:35px;
}
.mmtitle {
	font-weight: 400;
	margin: 35px 0 13px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.mmtitle .badge {
	background:#7085e2;
	color:#fff;
	font-size:13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 4px 15px;
	letter-spacing: 1;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 15px rgba(0,0,0,0.1);
	        box-shadow: 3px 3px 15px rgba(0,0,0,0.1);
	margin-left: 7px;
}
.probadge {
	background: #85e2da;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-weight: 700;
	line-height: 1;
	margin-left: 5px;
}

/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: white;
}

/* Style the tab content */
.tabcontent {
	background:white;
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

.graybox {
	width:75%;
	padding:10px;
	background:#eee;
}

/* Ecom Styling */
#ecom label {
	font-weight:bold;
}
#ecom .container {
	width:60%;
	margin-right:10%;
	float:left;
}
#ecom .sidebar {
	width:30%;
	float:right;
}
#ecom .row {
	margin:20px 0;
}
#ecom .col1 {
	width:20%;
	margin-right:5%;
	float:left;
}
#ecom .col2 {
	width:75%;
	float:right;
}
#ecom ul {
	margin-top:5px;
}
#ecom li {
	display:inline;
	margin-right:1%;
}
.clear {
	clear:both;
}
.help-tip{
	position: relative;
	top: 4px;
	text-align: center;
	background-color: #aaa;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	font-size: 11px;
	line-height: 18px;
	cursor: default;
	float:right;
}
.help-tip:before{
	content:'?';
	font-weight: bold;
	color:#fff;
}
.help-tip:hover p{
	display:block;
	-webkit-transform-origin: 100% 0%;
	        transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
}
/* The tooltip */
.help-tip p {
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 15px;
	width: 180px;
	position: relative;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
	z-index:9999;
}
.help-tip p:after{ /* Prevents the tooltip from being hidden */
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}
#levelsbox label {
	display:inline-block;
	width:15%;
}

.select2-container {
	width:200px !important;
}

/* CSS animation */
@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
		-webkit-transform: scale(0.6);
		        transform: scale(0.6);
	}
	100% {
		opacity:100%;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}

.rightSidebar .theCta {
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
	        box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	margin-bottom:20px;
}
.rightSidebar h3 {
	text-align: center;
	margin: 0 0 1em;
}
.rightSidebar .theCta p {
	text-align:center;
	font-size:14px;
}
.rightSidebar .theCta.red {
	border-color:#ec5f5f;
}
.rightSidebar .theCta.purple {
	border-color:#7085e2;
}
.rightSidebar .theCta.teal {
	border-color:#85e2da;
}
.rightSidebar .theCta a {
	display: block;
	text-align: center;
	background: #7085e2;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	padding: 8px;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	        box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	font-weight:700;
	letter-spacing:0.5px;
	text-transform:uppercase;
	-webkit-transition:0.3s ease;
	transition:0.3s ease;
}
.rightSidebar .theCta a:hover {
	opacity:0.7;
}
.rightSidebar .theCta a.redbtn {
	background:#ec5f5f;
}
.rightSidebar .theCta.hideme {
	display:none;
}

#easyssl .pp_ssl_validation p {
	margin:0;
}
#easyssl .pp_ssl_validation .button {
	display: block;
	text-align: center;
	max-width: 200px;
	margin: 11px 0;
}
@media handheld, only screen and (max-width: 767px) {
	#ecom .container {width:100%; margin-right:0; float:none;}
	#ecom .sidebar { width:100%; float:none;}
	#ecom .col1 {width:20%; margin-right:5%; float:left;}
	#ecom .col2 {width:75%; float:right;}
	#ecom input {width:95%;}
	#levelsbox label {display:inline-block; width:100%;}
}
