.newbutton{
	background: #036892;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    color: white;
    padding: 5px 10px;
    text-align: center;
	display:inline-block;
	margin: 0;
	border-radius: 2px;
	border: 0;
}

.newbutton:hover{
	background: #000;
}

.backbutton{
	background: #737373;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    color: white;
    padding: 10px 15px;
    text-align: center;
	display:inline-block;
	margin: 0;
	border-radius: 5px;
	border: 0;
}

.backbutton:hover{
	background: #929292;
}

.newtexfield{
	height: 25px;
    margin: 0;
    border-radius: 2px;
    border: 1px solid #b3b3b3;
	padding: 0 5px;
	color: #5d5d5d;
}

.download-container{
	margin:5px 0 0 0;
}

.new-menu-heading{
	font-size: 12px;
    color: #1a415e;
    font-weight: bold;
    margin: 15px 0 3px 0;
    background-color: #dee5ea;
    padding: 5px;
	margin-bottom: 10px;
}

.menu-icons{
	width:10px;
	text-align:center;
}

/* SUBSCRIPTIONS */

.error{
	border:1px solid red;
	background-color:#ffe9e9;
	padding:10px;
	margin:10px 0;
	text-align:center;
}

.success{
	border:1px solid green;
	background-color:#f7fff7;
	padding:10px;
	margin:10px 0;
	text-align:center;
}

.subtable table{
	margin:10px;
	border: 1px solid #ddd;
	padding:10px;
}

.subtable td,.subtableB td{
	padding:10px 0;
	/*border-bottom:1px solid #dcdcdc;*/
}

.subtable .title{
	font-size:17px;
	font-weight: bold;
    color: #404040;
    line-height: 25px;
}

.subtable .currency{
	vertical-align: 20px;
	font-size:11px;
}

.subtable .price{
	font-size:37px;
}

.subtable .term{
	font-size:11px;
}

.subtable .desc{
	line-height:20px;
	height: 120px;
	vertical-align:top;
}

.subtable .desc2{
	height: 200px;
	vertical-align:top;
	line-height: 22px;
}

.inline{
	display:none;
	max-width:400px;
}

.desc2grey{
	color:#cacaca !important;
	text-decoration: line-through;
}

.subaccordion div{
	line-height: 16px;
}

.subaccordion .acctitle{
	width:175px;
}

.subtable .spacer-top{
	height:10px;
	border-bottom:1px solid #ddd;
}

.subtable .spacer-bottom{
	height: 10px;
    padding: 0;
}

.subtable ul{
	list-style-type:none;
	padding:0 !important;
	margin:0 !important;
}

.subtable li{
	border-bottom:1px dashed #ddd;
	padding: 5px 0 5px 0;
}

.subtable li .empty{
	border-bottom:none;
	padding: 5px 0 5px 0;
}

.subtable .gold{
	background-color:#f5cb72;
}

.subpopup{
	width:500px;
}

.popuptitle{
	text-align:center;
	font-weight:bold;
}

.subinfo{
	margin: 10px 0;
    background-color: #f9f9f9;
    border: 1px solid #d0d0d0;
    padding: 10px;
    border-radius: 5px;
}

.subinfobuttonbox{
	margin:10px 0;
}

.subheading{
	padding:5px 0;
	font-size:18px;
	font-weight:bold;
}

.subheading2{
	padding:5px 0;
	font-size:14px;
	font-weight:bold;
}

.subprice{
	font-size: 16px;
	color: #226290;
}

.infobox{
	border:1px solid #ffb900;
	padding:10px;
	text-align:center;
	background-color: #fff6df;
	margin:10px 0;
}

.subprice .small{
	font-size: 11px;
}

.subbutton{
	padding: 10px;
    border: 1px solid #dc7116;
    background-color: #ff8319;
    margin: 0 10px 0 0;
    display: inline-block;
    border-radius: 5px;
    color: white;
	cursor:pointer;
	font-size: 11px;
    font-family: verdana;
	font-weight:bold;
}

.subbuttonblue{
	float: right;
    background-color: #2196F3;
    border-color: #2196F3;
}

.subbuttonblue:hover{
    background-color: #31a4ff !important;
}

.subbutton:hover{
    background-color: #ff9841;
}

.subbuttonbig{
	width:100%;
	display: block;
}

.subbuttongrey{
	background-color: #8a8a8a;
	border: 1px solid #676767;
}

.subbuttongrey:hover{
    background-color: #a9a9a9;
}

.subbuttongrey2{
	background-color: #8a8a8a !important;
	border: 1px solid #676767 !important;
	cursor:auto;
}

.subbuttongrey2:hover{
    background-color: #8a8a8a;
}

.future{
	width:722px;
	border: 1px solid #284c70;
    background-color: #e6f3ff;
	padding:10px;
	margin:0 0 15px 0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*############################################*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

#tabs *,#tabs *:before,#tabs *:after {
  box-sizing: border-box;
}

#tabs h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

#tabs p {
  margin: 0 0 20px;
  line-height: 1.5;
}

#tabs main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
}

#tabs section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

#tabs .checkbox {
  display: none;
}

#tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
  width:360px;
}

#tabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

#tabs label[for*='1']:before { content: '\f1cb'; }
#tabs label[for*='2']:before { content: '\f17d'; }
#tabs label[for*='3']:before { content: '\f16b'; }
#tabs label[for*='4']:before { content: '\f1a9'; }

#tabs label:hover {
  color: #888;
  cursor: pointer;
}

#tabs input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

#tabs #tab1:checked ~ #content1,
#tabs #tab2:checked ~ #content2,
#tabs #tab3:checked ~ #content3,
#tabs #tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  #tabs label {
    font-size: 0;
  }
  #tabs label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  #tabs label {
    padding: 15px;
  }
}

.notification{
	width: 95%;
    border: 2px dashed #ff0000;
    padding: 10px;
    margin: 0 0 20px 0;
    background-color: #fff;
	text-align: center;
}

.subaccordion  h3{
	background-color:#fff;
}

.membershipfaq li{
	font-size:12px;
	line-height:18px;
}

.membershipfaq .accordion h3{
	padding:10px;
}

.subinfobuttonbox .subbutton{
	width:180px;
	text-align:center;
}


.subtablefield{
	border-bottom:1px solid #ddd;

	font-size:18px;
}

.subtablelefttitle{
	font-size:11px;
	font-weight:bold;
}

.subtablefieldheading{
	border-bottom:1px solid #ccc;
	font-weight:bold;
}

.subtablepriceblock{
	display:block;
	padding:10px 0;
	font-size:9px;
	font-weight:normal;
}

.subtableprice{
	font-weight:bold;
	font-size:16px;
	color: black;
}

.subtablesmall{
	font-size: 10px;
	padding-top: 0 !important;
}

.subtablemonprice{
	font-weight:normal;
	font-size:10px;
	font-style: italic;
}

.subfeatured .fa-check{
	color:#ffc000 !important;
}

.subfeaturedbutton{
	background-color:#ffc000 !important;
	border:1px solid #ffc000 !important;
}

.subtablemain .subbutton{
	background-color:#82a5d0;
	border:1px solid #6496d4;
	color:white;
}

.fa-check{
	color:#9d9d9d;
}
.fa-times{
	color:red;
	display:none !important
}

.moreinfo{
	font-size: 9px;
    font-weight: normal !important;
}

.subtablemain{
	color:#2f2f2f;
}

.tooltip {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666;
    text-align:left;
}

.tooltip .top {
    min-width:500px; 
    top:-20px;
    left:50%;
    transform:translate(-20%, -100%);
    padding:10px 20px;
    color:#444444;
    background-color:#EEEEEE;
    font-weight:normal;
    font-size:11px;
	line-height:20px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.tooltip:hover .top {
    display:block;
}

.tooltip .top i {
    position:absolute;
    top:100%;
    left:20%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip .top i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

.dashboard-feature-box{
	width:330px;
	border: 1px solid #8fa5b5;
	text-align:center;
	font-size: 12px;
	padding:10px;
	line-height:20px;
	float:left;
}

.dashboard-feature-box-left{
	margin: 0;
}

.dashboard-feature-box-right{
	margin: 0 0 0 15px;
}

.dashboard-button{
	width:135px;
	padding:10px;
	background-color:#24608d;
	color:white;
	display:block;
	margin:5px;
	float: left;
	font-size: 11px;
}

.dashboard-button-full{
	width:300px;
	padding:10px;
	background-color:#24608d;
	color:white;
	display:block;
	margin:5px;
	float: left;
	font-size: 11px;
}

.dashboard-button:hover,.dashboard-button-full:hover{
	background-color:#3b7199;
}

.dashboard-previewpass-box{
	width:698px;
	border: 1px solid #8fa5b5;
	font-size: 12px;
	padding:10px;
	line-height:20px;
	margin: 0 0 10px 0;
    background-color: #ebedef;
}

.dashboard-previewpass-box-image{
	width:200px;
	float:left;
}

.dashboard-previewpass-box-text{
	width:478px;
	float:left;
	padding: 0 10px;
}

.dashboard-previewpass-box-image img{
    max-width: 100%;
    max-height: auto;
}

.dashboard-title{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding:10px;
}
.dashboard-subtitle{
	text-align:center;
	font-size:12px;
	padding:0 0 10px 0;
	line-height: 20px;
}