.hide{
	display: none !important;
}
html {
	position: relative;
	min-height: 100%;
}
#result {
	position: relative;
	right: 0;
	display:block;
}
.short{
    color: #E4584C;
}
.weak{
color:orange;
}
.good{
color:#2D98F3;
}
.strong{
color: limegreen;
}
body {
	margin: 0 0 100px; /* bottom = footer height */
	padding: 25px;
}
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow:hidden;
}
footer.page-footer{
	padding-top: 0px;
}
#campaign_stepper, #campaign_stepper_container{
	padding: 0px !important;
}
#main_container{
	padding-left: 0px;
}
.row.setup-content-2 .chips .input{
	width: 190px !important;
        font-size: 14px;
}
.setup-content-2 .practice-area-wrapper{
	margin-top: 1.2rem !important;
}
/* Start: Stepper form css */
.steps-form-2 {
	display: table;
	width: 100%;
	position: relative; 
}
.steps-form-2 .steps-row-2 {
	display: table-row; 
}
.steps-form-2 .steps-row-2:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 99%;
	height: 2px;
	background-color: #455a64; 
}
.steps-form-2 .steps-row-2 .steps-step-2 {
	display: table-cell;
	text-align: center;
	position: relative;
 }
.steps-form-2 .steps-row-2 .steps-step-2 p {
	margin-top: 0.5rem;
}
.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
	width: 70px;
	height: 70px;
	border: 2px solid #37474F;
	background-color: white !important;
	color: #37474F !important;
	border-radius: 50%;
	padding: 22px 18px 15px 18px;
	margin-top: -22px;
}
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover, .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2.active{
	border: 2px solid #0099CC;
	color: #0099CC !important;
	background-color: white !important;
}
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
	font-size: 1.7rem;
}
/* End: Stepper form css */

.md-form{
	margin-bottom: 1rem;
}
#account_setup .md-form label.active{
	top: 2.2rem !important;
}
.group {
	background: #fff;
	margin-bottom: 20px;
}

label {
	position: relative;
	color: #8898AA;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	margin-left: 0px;
	display: block;
	top: -0.6rem !important;
}

.group label:not(:last-child) {
	border-bottom: 1px solid #F0F5FA;
}

label > span {
	width: 20%;
	text-align: right;
	float: left;
}

.field {
	background: transparent;
	font-weight: 300;
	border: 0;
	color: #31325F;
	outline: none;
	cursor: text;
	width: 70% !important;
	float: right;
}

.field::-webkit-input-placeholder { color: #CFD7E0; }
.field::-moz-placeholder { color: #CFD7E0; }
.field:-ms-input-placeholder { color: #CFD7E0; }

.outcome {
	float: left;
	width: 100%;
	padding-top: 8px;
	min-height: 24px;
	text-align: center;
}

.success, .error {
	display: none;
	font-size: 13px;
}

.success.visible, .error.visible {
	display: inline;
}

.error, span.invalid {
	color: #E4584C;
}

.success {
	color: #666EE8;
}

.success .token {
	font-weight: 500;
	font-size: 13px;
}
input[type="tel"]{
	border-width: 0px;
}
input[type="tel"]:focus:not([readonly]) {
	border-bottom: 0px;
	box-shadow: 0px;
}
.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}
.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.full-width{
	width: 100%;
}
#currency_code_span, #campaign_monthly_budget{
	font-weight: bold;
}
#campaign_budget{
	padding-bottom: 0.15rem;
}
.get-started a.btn.disabled{
	opacity: 1;
}
/*.steps-form-2 .steps-row-2 .steps-step-2 a.btn-circle-2.disabled{
	color: grey !important;
	border: 2px solid grey;
}*/
.form-inline .form-check-label{
	padding-left: 35px !important;
}

.campaign_plan{
	cursor: pointer !important;
}

.active-plan{
	box-shadow : 0px 0px 15px 4px #FF8800 !important;
}

.pricing-card .striped li:last-child{
	border: none !important;   
}

label{
	color : white !important;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover, .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2.active{
	background-color: #2a334b !important;
	border: 2px solid #0099CC !important;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2{
	border: 2px solid #00c851 !important;
	color: #00c851 !important;
	background-color: #2a334b !important;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2.disabled{
	border: 2px solid #cacaca !important;
	color: #cacaca !important;
	background-color: #2a334b !important;
}

[type="checkbox"][class*='filled-in']:checked + label:after {
    border-color: #00c851;
    background-color: #00c851;
    z-index: 0;
}

::placeholder {
    color: white !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white !important;
}

.chips .input {
    color: white !important;
}

.str {
	width: 100%;
	color: #fff;
	background: transparent;
	padding: 5px 0 6px 0;
	border-bottom: 1px solid #bdbdbd;
	transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.str.StripeElement--focus {
	border-bottom: 2px solid #4285F4;
}

.navbar:not(.top-nav-collapse) {
	background: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;

}

.top-nav-collapse {
    background-color: #2d3757 !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

input[type=text]:disabled, input[type=text][readonly="readonly"], input[type=password]:disabled, input[type=password][readonly="readonly"], input[type=email]:disabled, input[type=email][readonly="readonly"], input[type=url]:disabled, input[type=url][readonly="readonly"], input[type=time]:disabled, input[type=time][readonly="readonly"], input[type=date]:disabled, input[type=date][readonly="readonly"], input[type=datetime-local]:disabled, input[type=datetime-local][readonly="readonly"], input[type=tel]:disabled, input[type=tel][readonly="readonly"], input[type=number]:disabled, input[type=number][readonly="readonly"], input[type=search-md]:disabled, input[type=search-md][readonly="readonly"], input[type=search]:disabled, input[type=search][readonly="readonly"], textarea.md-textarea:disabled, textarea.md-textarea[readonly="readonly"] {
	border-bottom: 1px dotted #bdbdbd !important;
}

.pricing-heading{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #4daaf2 !important;
    line-height: 1.3em!important;
  }

  .pricing-heading-premium {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #09e1c0!important;
    line-height: 1.3em!important;
    
  }


  .pricing-plan-item{
    list-style-type: none;
    padding-left: 0 !important;
    padding-right: 40px;
  }

  .pricing-plan-item li:not(:nth-child(2)){
    line-height: 2em;
    font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    color: rgba(255,255,255,0.7)!important;
    padding-bottom: 20px;
  }

  .pricing-plan-item li:nth-child(2){
    line-height: 2em;
    /*padding-bottom: 30px;*/
  }

  .pricing-plan-item h2{
    font-size: 3rem;
    padding: 1.5rem;
    font-weight: 300;
  }

  /*.pricing-plan-item h2:before {
    content: "$";
    font-size: 30px;
    position: absolute;
    margin-left: -1.2rem;
    margin-top: 0.7rem;
  }

  .pricing-plan-item h2:after {
    content: "/mo";
    font-size: 27px;
    position: absolute;
    margin-top: 2rem;
  }*/

  .selected{
  	padding-right: 40px;
  }
  
  #account_setup .row.setup-content-2 .chips {
      margin-bottom: 0px;
  }
  .location-info-text {
      font-size: 13px;
  }