.stonewood-font {
	color: #02C6C1;
}

.cropper-container {
	max-height: 400px !important;
}

.cp_target {
	max-height: 400px !important;
}

body.modal-open {
    overflow: hidden;
}

.bootstrap-select-searchbox input{
	height: 20px !important;
}

#msform input[type=text]{
	height: 55px;
}

.btn-stonewood {
    background-color: #02C6C1;
    border-color: #02C6C1;
    color: white;
}

.btn-stonewood:hover {
    background-color: #00ADA8;
    border-color: #00ADA8;
    color: white;
}

.btn-stonewood:focus {
    background-color: #02C6C1;
    border-color: #02C6C1;
    color: white;
}

.img-thumbnail{
    max-height: 175px !important;
}

#btn_add_user {
    margin-left: 10px;
    margin-bottom: 10px;
}

.red {
    color:red;
}

/*form styles*/
#msform {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 90%;
	margin: 0 5%;
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: large;
}
/*buttons*/
#msform .action-button {
	width: auto;
	background: #00ADA8;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 15px 15px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #00ADA8;
}
/*headings*/
.fs-title {
	font-size: 40px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 35px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: #656d78;
	text-transform: uppercase;
	font-size: 16px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 40px;
	line-height: 40px;
	display: block;
	font-size: 20px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: -50%;
	top: 20px;
	z-index: -1; /*put it behind the numbers*/
  background: #656d78;
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #00ADA8;
	color: white;
}

.form-container{
    padding: 1em 0;
    z-index: 900;
    position: relative;
    top: 0;
}

.control-label {
    font-size: 16px;
}

.filter-option .pull-left{
    height: 30px !important;
    padding-top: 5px !important;
    font-size: larger !important;
}

.bootstrap-select > .btn {
    height: 40px;
    background-color: #F9F9F9;
    font-size: larger;
}

.bootstrap-select.form-control:not([class*="span"]) {
    margin-bottom: 20px;
} 


.columns {
    float: left;
    min-width: 270px;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #111;
    color: white;
	font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

@media only all and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}

.reg-label{
	color: white;
	font-size: 13px;
}

.white {
	color: white
}

#my-price{
	color: white;
	font-size: 16px;
}

label.error {
	font-size: 14px;
	text-align: left;
}

input.error {
	border: 2px solid #b64645 !important;
}

.input-group-addon, .input-group-btn {
    vertical-align: middle !important;
}

.input-group-addon {
	font-size: 18px !important;
}

.form-input {
	height: 40px;
}

#rmd_download {
	display: inline-block;
	text-align: left;
	font-size: 40px;
}

.white-text {
	color: white
}

.active-link {
	font-weight: bolder;
}

#has-promo-code-container {
	font-size: 25px !important;
	margin-bottom: 15px;
}

.larger-text {
	font-size: 20px !important;
}

.btn-grey {
	background-color: grey;
	border-color: grey;
	color: white;
}

.btn-grey:focus {
	background-color: grey;
	border-color: grey;
	color: white;
}

#proposals_list thead tr th{
	font-size: large;
}

#proposals_list tbody tr td{
	font-size: large;
}

.proposal_button{
	margin-bottom: 20px !important;
}

#pay_annually_label {
	font-size: 20px;
}

.line-through {
	text-decoration: line-through !important;
}

.btn-grey {
	background-color: #a0a5a8;
	color: white;
}

.btn-grey:hover {
	background-color: #787c7e;
	color: white;
}

.margin-top-fix {
	margin-top: 20px !important;
}

.hidden {
	display: none !important;
}

#selected_plan_name {
	font-size: 40px !important;
}

#selected_plan_type {
	font-size: 25px !important;
	margin-top: 15px !important;
}

#selected_plan_price {
	margin-top: 5px !important;
}

.larger-bold {
	font-size: 30px !important;
	font-weight: bold !important;
}

.uppercase {
	text-transform: uppercase !important;
}

#promo-code-error {
	font-size: 18px;
}

#register-fname-error {
	font-size: 18px;
}

#register-lname-error {
	font-size: 18px;
}

#register-email-error {
	font-size: 18px;
}


.white {
	color: white !important;
}

.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#card-errors {
	font-size: 18px;
	color: #b64645;
}

#billing-fname-error{
	font-size: 18px;
}

#billing-lname-error{
	font-size: 18px;
}

#billing-address-error{
	font-size: 18px;
}

#billing-city-error{
	font-size: 18px;
}

#billing-state-error{
	font-size: 18px;
}

#billing-zip-error{
	font-size: 18px;
}

#billing-phone-error{
	font-size: 18px;
}

#conditions-error {
	font-size: 18px;
}

.eight-steps{
	width: 12.5% !important;
}

.nine-steps{
	width: 10.5% !important;
}


.six-steps{
	width: 16.5% !important;
}

.five-steps {
	width: 19.5% !important;
}

.seven-steps{
	width: 13.5% !important;
}

.create-proposal-widget-span {
	display: inline-block;
	text-align: left;
	font-size: 20px;
}

.create-proposal-widget {
	min-height: 50px !important;
	padding: 7px, 5px !important;
}

.create-proposal-widget-int {
	font-size: 10px !important;
	line-height: normal !important;
}

.create-proposal-checkbox-container{
	margin-bottom: 60px !important;
}

#tax-free-selection-container {
	margin-top: 30px;
	margin-bottom: 30px;
}

#tax-free-include-proposal {
	margin-bottom: 10px;
}

#tax-free-include-downside {
	margin-bottom: 10px;
}

#start-tax-free {
	margin-top: -10px
}

.btn-create-proposal {
	width: 100%;
}

.create-proposal-container {
	margin-top: 30px;
	margin-bottom: 30px;
}

#assistance_table{
	font-size: 30px !important;
	margin: 0 auto !important;
}

.table-padding-fix {
	padding-left: 60px !important;
}

#assistance_table_container {
	margin-bottom: 20px;
}

.form-message { 
	font-size: 20px;
	font-weight: bold
}

.fix-dropdown{
	appearance:menulist;
	-moz-appearance:menulist; /* Firefox */
	-webkit-appearance:menulist;
}

/* .overflow-fix {
	overflow-x: visible !important;
} */

.dropdown-width-fix{
	min-width: 110px !important;
}

.medium-font{
	font-size: 14px !important;
}

.full-width { 
	width: 100% !important;
}

#available_resources_container {
	margin-top: 30px;
}

.resource_container {
	margin-bottom: 20px;
}

.space-fix {
	margin-left: 10px !important;
}

.stonewood-panel-top {
	border-top-color: #02C6C1 !important;
}

.stonewood-panel {
	border-top-color: #02C6C1 !important;
}

.stonewood-panel .panel-body {
	min-height: 130px !important;
}

.table-responsive{
	margin: 15px !important;
}

.bootstrap-select.btn-group .dropdown-menu li > a{
    white-space: normal !important;
}

.stonewood-chart:after, .stonewood-chart:after, .stonewood-pro:after, .stonewood-chart-three:after, .panel-heading li:after { content: " "; display: table; clear: both; }


/* Parent stonewood Holder */
.stonewood-chart-one {  }
.stonewood-chart-two {  }
.stonewood-chart-three {  }
.stonewood-chart-four {  }


/* Fonts */
.stonewood-chart { font-family: 'Open Sans', sans-serif; }
.stonewood-chart h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; font-weight: 300; }
.stonewood-chart .glyphicon { color: #9b9b9b; }


/* Vertical Alignment	
#stonewood-vertical { display: table; width: 100%; }
#stonewood-align { display: table-cell; vertical-align: middle; } */


/* Headings */
.stonewood-chart .panel-heading { font-size: 22px; margin: 0; padding: 30px 20px; text-align: center; }
.stonewood-chart-one h3 span { display: block; font-size: 13px; font-weight: 300; letter-spacing: 0.5px; padding: 5px 0 0; text-transform: uppercase; }


/* Headings Formatting */
.stonewood-label { display: block; font-size: 22px; letter-spacing: 1px; margin: 0 auto 10px; }
.stonewood-first-heading .stonewood-label { font-weight: 600; font-size: 50px; }
.stonewood-figure { padding: 20px 0 30px; position: relative; }
.stonewood-currency { display: inline-block; font-size: 20px; font-weight: 400; position: absolute; top: 30px; }
.stonewood-month { display: inline-block; font-size: 20px; font-weight: 400; }
.stonewood-amount { display: inline-block; font-size: 60px; line-height: 70px; padding: 0 0 0 17px; }
.stonewood-foreword { display: block; font-family: 'Open Sans', sans-serif; font-size: 14px; font-style: italic; padding: 0; }
.stonewood-paragraph { font-size: 14px; line-height: 20px; margin: 20px; text-align: left; }
.stonewood-paragraph span { font-size: 28px; }
.stonewood-heading {display: block; font-size: 20px; font-weight: 600; letter-spacing: 1px; margin: 0 auto 10px; text-transform: uppercase; text-align: center;}


/* Headings - Backgrounds */
.stonewood-chart .with-diagonal { background-image: url(../img/diagonal-left.png); }
.stonewood-chart .with-featured-diagonal { background-image: url(../img/diagonal-right.png); font-weight: 600; }
.stonewood-chart .with-boxes { background-image: url(../img/boxes.png); }
.stonewood-chart .with-checks-1 { background-image: url(../img/checks_1.png); }
.stonewood-chart .with-checks-2 { background-image: url(../img/checks_2.png); }
.stonewood-chart .with-checks-3 { background-image: url(../img/checks_3.png); }


/* Panel + Panel Header + Panel Footer */
.stonewood-chart .panel { margin: 0; }
.stonewood-chart-two .panel, .stonewood-chart-two .panel-heading { border-radius: 0; }

.stonewood-chart .panel-footer { padding: 10px; }
.stonewood-chart-two .panel-footer { border-width: 0 1px 1px 1px; margin: 0px 0px 10px; padding: 0; border-radius: 0; }


/* Collapse */
.stonewood-chart .panel-collapse p { margin: 10px 0; }


/* Images */
.stonewood-chart .img-responsive { max-width: inherit; width: 100%; }


/* Call to Action Buttons */
.stonewood-chart-one .stonewood-call { }
.stonewood-chart-one .stonewood-call a { font-size: 18px; }
.col-md-2 .stonewood-call a { font-size: 16px; /* Smaller font for narrow columsn */ }

.stonewood-chart-two .stonewood-call {  }
.stonewood-chart-two .stonewood-call a { font-size: 20px; }


/* stonewood Indicators */
ol.stonewood-indicators { position: static; width: auto; margin: 0; padding: 0; text-align: right; }
ol.stonewood-indicators li.active { background: #f7931f; border-color: #f7931f; margin: 1px 3px; }
ol.stonewood-indicators li { background: #fff; border-color: #ebebeb; height: 12px; width: 12px; margin: 1px 3px; padding: 6px; }


/* Tooltip */
.tooltip { font-family: 'Open Sans', sans-serif; }
.stonewood-tooltip:hover { cursor: pointer; }


/* Modal */
.stonewood-chart .modal p { margin: 0; }
.stonewood-chart .modal-body { padding: 0; }
.stonewood-chart .modal-body .thumbnail { border: 0; border-radius: 0; padding: 0; }
.modal-backdrop.in { opacity: 0.75; filter: alpha(opacity=75); } 


/* Buttons */
.panel-footer .btn { line-height: 44px; }
.btn-wide { border: 0; padding: 0; border-radius: 0; width: 100%; }


/* Icons */
.stonewood-pro .glyphicon { display: block; text-align: center; }
.stonewood-pro .glyphicon { color: #02C6C1; }
.stonewood-pro .x { color: #ffffff; }


/*===== Price Chart Specific =====*/

	/* Classic */
	
	
	/* Business */


	/* Professional */
	.stonewood-pro .panel-heading { border-radius: 0; min-height: 260px; }
	.stonewood-pro li li.list-group-item { border-left-width: 1px; border-radius: 0; min-height: 45px; }
	.stonewood-pro li li.list-group-item-special { border-left-width: 1px; border-radius: 0; min-height: 45px; }
	.stonewood-pro li.stonewood-first-heading li.list-group-item { border-left-width: 1px; border-radius: 0; min-height: 45px; }
	.stonewood-pro li.stonewood-first-heading li.list-group-item-special { border-left-width: 1px; border-radius: 0; min-height: 45px; }

	.stonewood-pro { list-style: none; margin: 0; padding: 0; }
	.stonewood-pro li.stonewood-first-heading, .stonewood-pro li.stonewood-inner {  padding: 0; }

	.stonewood-pro .panel-heading { border-right: 1px solid #ddd; border-top: 1px solid #ddd; }
	.stonewood-pro li:first-child .panel-heading { border-left: 1px solid #ddd; }
	
	.stonewood-professional li.list-group-item  .feature-hide { display: none; }
	.stonewood-professional li.list-group-item-special  .feature-hide { display: none; }
	.stonewood-professional li .glyphicon { display: inline-block; }
	.stonewood-professional li  .stonewood-paragraph .glyphicon { display: block; }
	.stonewood-professional li.list-group-item { text-align: center; }
	.stonewood-professional li.list-group-item-special { text-align: center; }
	

	/* Wizard */
	.stonewood-wizard { text-align: center; }

	.stonewood-wizard .dropdown-menu { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
	.stonewood-wizard .dropdown-menu span { display: block; padding: 5px 10px; }
	.stonewood-wizard .stonewood-inline { display: inline; }
	
	.stonewood-wizard p.dropdown { background: #eee; border: 1px solid #fff; padding: 3px 9px; border-radius: 3px; text-align: left; }
	.stonewood-wizard p.dropdown:hover { background: #f9f9f9; border-color: #eee; color: #fff; }
	.stonewood-wizard p.dropdown  a:focus, .stonewood-wizard p.dropdown  a:hover { text-decoration: none; }
	.stonewood-wizard p.dropdown span a {
		-webkit-transition: 0.2s ease-in-out; /** Chrome & Safari **/
		-moz-transition: 0.2s ease-in-out; /** Firefox **/
		-o-transition: 0.2s ease-in-out; /** Opera **/ }
	.stonewood-wizard p.dropdown span a:hover { padding-left: 3px;
		-webkit-transition: 0.2s ease-in-out; /** Chrome & Safari **/
		-moz-transition: 0.2s ease-in-out; /** Firefox **/
		-o-transition: 0.2s ease-in-out; /** Opera **/ text-decoration: none; }
	.stonewood-wizard p.stonewood-wizard-selection { background: #5BC0DE; color: #fff; display: inline-block; margin: -1px 0 10px 0; padding: 3px 9px; text-transform: uppercase; border-radius: 3px; }
	.stonewood-wizard .tab-pane span.glyphicon { font-size: 24px; margin: 0 10px 0 0; position: relative; top: 7px; }
	
	.stonewood-wizard .tab-inner { margin: 20px 0 0; padding: 0; }
	.stonewood-wizard .tab-inner-child { margin: 1px 0 0; padding: 20px 0 0; }
	
	.stonewood-wizard .panel { border: 0 !important; border-radius: 0; box-shadow: none; padding: 0; }
	.stonewood-wizard .panel .panel-heading { border: 0; box-shadow: none; padding: 20px 0; }


@media all and (min-width:0\0) { /* Specific to IE */

.stonewood-currency { display: inline-block; font-size: 20px; font-weight: 400; position: relative; top: -30px; }
.stonewood-amount { font-size: 65px; line-height: 65px; }
.stonewood-chart .panel-footer { margin: 0 0 20px; padding: 0; }

}


@media all and (max-width: 991px) {

.stonewood-chart-one { margin-bottom: 20px; }

.tab-content { border-left: 0; }

.stonewood-pro li li.list-group-item { border-left-width: 1px; text-align: center; }
.stonewood-pro li li.list-group-item-special { border-left-width: 1px; text-align: center; }

.stonewood-chart .panel-heading { padding: 15px 10px; }

.stonewood-pro .panel-heading { border-left: 1px solid #ddd; min-height: inherit; }

.stonewood-professional li.list-group-item .feature-hide { display: inline; padding: 0 0 0 10px; }
.stonewood-professional li.list-group-item .feature-hide { display: inline; padding: 0 0 0 10px; }

.stonewood-pro li.stonewood-first-heading { display: none; }

.stonewood-pro .glyphicon { display: inline-block; text-align: center; }

.stonewood-foreword, .stonewood-label { display: inline-block; margin: 0; }
.stonewood-foreword:before { content: " "; }

}


@media all and (max-width: 767px) {

#stonewood-align { display: inherit; margin: 0 0 40px; vertical-align: none; }

}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff ;
  border: 1px solid #dddddd ;
}
.list-group-item-special {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  border-top-right-radius: 4px;
  background-color: #f5f5f5 ;
  border-top-left-radius: 4px;
  border: 0px;
  font-size: 17.5px;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  background-color: #f5f5f5 ;
  border-top-left-radius: 4px;
  border: 0px;
  font-size: 18px;
}

.panel-info > .panel-heading {
  color: #3a87ad ;
  background-color: #d9edf7 ;
  border-color: #bce8f1 ;
}

.panel-warning > .panel-heading {
  color: #c09853 ;
  background-color: #fcf8e3 ;
  border-color: #fbeed5 ;
}

.panel-success > .panel-heading {
  color: #00938E ;
  background-color: #CEFFFF ;
  border-color: #CEFFFF ;
}

.panel-vip > .panel-heading {
	color: grey ;
	background-color: white ;
	border-color:  white ;
  }

.success-text {
	color: grey;
}

.warning-text {
	color: #c09853;
}

.stonewood-save-message {
	margin-bottom: 10px;
}

/* .table-responsive{
	overflow-x: inherit !important;
} */

@-webkit-keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
@-moz-keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  margin-top: 7px;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
}
.option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '\2714';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

.radio-margin-fix{
	margin-left: 10px;
	margin-right: 10px;
}

.inherit {
	display: inherit !important;
}

.flip-card {
	display: block;
	position: relative;
	z-index: 1000;
	width: 300px;
	height: 150px;
}
.flip-card-small{
	width: 225px;
	height: 225px;
}
.flip-card .card-front,
.flip-card .card-back {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 1000ms;
	-o-transition: -o-transform 1000ms;
	-webkit-transition: -webkit-transform 1000ms;
	transition: transform 1000ms;
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}
.flip-card .card-front {
	-moz-transform: perspective(300) rotateY(0);
	-webkit-transform: perspective(300) rotateY(0);
	transform: perspective(300) rotateY(0);
	z-index: 900;
}
.flip-card .card-back {
	-moz-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	z-index: 800;
}
.flip-card:hover .card-front {
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-moz-transform: perspective(300) rotateY(180deg);
	-webkit-transform: perspective(300) rotateY(180deg);
	transform: perspective(300) rotateY(180deg);
}
.flip-card:hover .card-back {
	z-index: 950;
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-moz-transform: perspective(300) rotateY(0deg);
	-webkit-transform: perspective(300) rotateY(0deg);
	transform: perspective(300) rotateY(0deg);
}

/*** Just for show... ***/
.flip-card {
	color: black;
	cursor: pointer;
	float: left;
	margin: 10px;
	text-align: center;
	text-transform: uppercase;
	min-width: 100px;
	max-width: 400px;
	font-size: 25px;
}
.flip-card .card-front,
.flip-card .card-back {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #051e32;
}
.flip-card .card-front {
	background-color: #499bea;
}
.flip-card .card-back {
	background-color: #478ce0;
}

.orange-background {
	background-color: #315776 !important;
}

.teal-background {
	background-color: #02C6C1 !important;
}

.grey-background {
	background-color: #E5E5E5 !important;
}

.medium-font {
	font-size: 20px !important;
}

.text-centered {
	text-align: center !important;
}

.btn-white {
	background-color: white !important;
	color: black !important;
}

.btn-video {
	background-color: #36414D !important;
	color: white !important;
}

.btn-pdf {
	background-color: #0C7CBA !important;
	color: white !important;
}

.btn-ppt {
	background-color: #EF8D22 !important;
	color: white !important;
}

.middle-alignment {
	vertical-align: middle;
	line-height: 60px;
}

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

.non-flip:hover {
	/*CSS transitions*/
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
	/*CSS transforms*/
	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	/*CSS animations*/
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

.favorite-link{
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 5px;
	width: 225px;
	color: black !important;
}

.btn-download {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 28px;
	margin-left: 10px;
	width: 200px;
}

.margin-fix-10 {
	margin-top: 10px !important;
	margin-left: 5px;
	margin-right: 5px;
}

.near-full-width {
	width: 95% !important;
}


.teal-font {
	color: #02C6C1 !important;
}

.teal-background-opas{
	background-color: rgba(2, 198, 193,.1) !important
}

.orange-font {
	color: #FEA223 !important;
}


.orange-background-opas{
	background-color: rgba(49, 87, 118,.1) !important
}

.no-decoration {
	text-decoration: none !important;
}

.black-font {
	color: black !important;
}

.white-link {
	color: white !important;
	text-decoration: none !important;
}

@media all and (min-width: 1300px) {
    #progressbar li {
        font-size: 16px !important;
    }
}

@media all and (max-width: 1300px) {
    #progressbar li {
        font-size: 14px !important;
    }
}

@media all and (max-width: 1150px) {
    #progressbar li {
        font-size: 12px !important;
    }
}

@media all and (max-width: 750px) {
    #progressbar li {
        font-size: 10px !important;
    }
}

@media all and (max-width: 615px) {
    #progressbar li {
        font-size: 8px !important;
    }
}

@media all and (max-width: 500px) {
    #progressbar li {
        font-size: 6px !important;
    }
}

.radio-fix {
	width: auto !important;
}

.dataTables_length {
	width: 16%;
}

.details-button {
	line-height: 80px;
	font-size: large;
}

.border-right-proposal {
	border-right: 1px solid #A5A5A5;
	min-height: 950px
}

.switch-label-fix label{
	margin-left: 10px;
	margin-top: 4px;
}

.btn-proposal-create {
	width: 175px;
	font-size: large;
	line-height: 30px !important;
}

.switch-top-margin-fix {
	margin-top: 10px;
}

.sample-header-fix {
	/* padding-top: 50px; */
}

.create-proposal-border {
	border: 2px solid lightgrey !important;
}

.black-font {
	color: black !important;
}

.new_icon {
	color: #02C6C1;
}

* {
  box-sizing: border-box;
}

#regForm {
  background-color: #4C5660;
  margin: 100px auto;
  font-family: 'Open Sans', sans-serif;
  padding: 40px;
  min-width: 300px;
}

h1 {
  text-align: center;  
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  /* background-color: #bbbbbb; */
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

#noRefCodeBtn {
	margin-top: 10px;
}

.underline {
	text-decoration: underline;
}

.btn-vip {
	background-color: grey;
	border-color: grey;
	color: white;
}

.stonewood-amount-yearly { 
	font-size: 55px;
	line-height: 65px; 
}

.stonewood-currency-yearly { 
	display: inline-block; 
	font-size: 20px; 
	font-weight: 400; 
	position: relative; 
	top: -30px; 
}

.lite-table-cell {
	color: #3a87ad;
	background-color: rgb(216, 236, 246);
}

.basic-table-cell {
	color: #c09853;
	background-color: #fcf8e3;
}

.premium-table-cell {
	color: #00938E;
	background-color: #CEFFFF;
}

.vip-table-cell {
	color: grey;
	background-color: white;
}

#btn-enter-imo {
	margin-top: 40px;
}

.price-strike-through{
	color: red;
	text-decoration: line-through;
}

#btn-continue-no-promo{
	cursor: pointer;
}

.light_yearly_fix{
	margin-bottom: 89px;
}

.yearly-label {
	font-size: 26px;
	margin-bottom: 20px;
}

#premium_monthly_label {
	color: #00938E;
}

#premium_yearly_label {
	color: #00938E;
}

#chx_reg_terms, #check_office_license {
	width: 16px;
	height: 16px;
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	*overflow: hidden;
}

#lbl_reg_terms {
	display: block;
	padding-left: 15px;
	text-indent: -15px;
}

.dropdown-menu open {
	max-height: auto !important;
}

.login-box-header-fix {
	padding-top: 10px !important;
}

.line-height-20{
	line-height: 20px !important;
}

.regular-cap{
	text-transform: none !important;
}

.create-proposal-panel{
	min-height: 217px;
}

.create-proposal-panel-footer {
	position: absolute;
	bottom: 0;
}

.create-proposal-heading{
	font-size: 26px;
}

.simplicty-logo {
	background: url("../images/SW_simplicity_logos.png") top center no-repeat !important;
	max-width: 100%;
	height: 200px;
	float: left;
	margin-bottom: 30px;
	background-size: auto 100px;
}

.recurly-hosted-field{
	height: 50px !important;
}

.regFormPadding {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

@media all and (max-width: 1586px){
	.create-proposal-heading{
		font-size: 22px;
	}
}

@media all and (max-width: 1542px){
	.create-proposal-panel{
		min-height: 250px;
	}
}

@media all and (max-width: 1420px){
	.create-proposal-heading{
		font-size: 18px;
	}
}

@media all and (max-width: 1388px){
	.create-proposal-panel{
		min-height: 270px;
	}
}

@media all and (max-width: 1288px){
	.create-proposal-panel{
		min-height: 300px;
	}
}

@media all and (max-width: 1248px){
	.create-proposal-heading{
		font-size: 14px;
	}
}

@media all and (max-width: 1120px){
	.create-proposal-panel{
		min-height: 330px;
	}
}

@media all and (max-width: 1084px){
	.create-proposal-heading{
		font-size: 12px;
	}
}

@media all and (max-width: 1038px){
	.create-proposal-panel{
		min-height: 350px;
	}
}

@media all and (max-width: 1024px){
	.create-proposal-panel{
		min-height: 300px;
	}
}

@media all and (max-width: 1260px){
	.stonewood-amount-yearly { 
		font-size: 50px;
	}
}

@media all and (max-width: 1200px){
	.stonewood-amount-yearly { 
		font-size: 40px;
	}
}

@media all and (max-width: 1100px){
	.stonewood-amount-yearly { 
		font-size: 35px;
	}
}

@media all and (max-width: 1220px){
	.stonewood-pro li li.list-group-item{
		min-height: 62px;
	}
}

@media all and (max-width: 1260px){
	.stonewood-amount { 
		font-size: 50px;
	}
}

@media all and (max-width: 1020px){
	.stonewood-amount{
		font-size: 40px
	}
}

@media all and (max-width: 990px){
	.stonewood-amount{
		font-size: 65px
	}
	.stonewood-amount-yearly { 
		font-size: 35px;
	}
}

@media all and (max-width: 1314px){
	.stonewood-label{
		font-size: 18px;
	}
	.yearly-label {
		font-size: 26px;
	}
}

@media all and (max-width: 1142px){
	.stonewood-label{
		font-size: 14px;
	}
	.yearly-label {
		font-size: 22px;
	}
}

@media all and (max-width: 1314px){
	.light_yearly_fix{
		margin-bottom: 90px;
	}
}

@media all and (max-width: 1142px){
	.light_yearly_fix{
		margin-bottom: 85px;
	}
}


/*Bootstrap large Radios*/
.radio-inline.lg{
	display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	color: white;
	padding: 5px;
    margin: 0px;
}
.radio-inline.lg input[type=radio], .radio-inline.lg input[type=checkbox]{
	width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    margin: auto;
	margin-right: 5px;
}
.flex-row-start{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.card-use-text{
	color: white;
	font-size: large;
    line-height: 1.2em;
    font-weight: 200;
    text-align: left;
}

.mr-global{
	margin-right: 15px;
}