/*.stock-doctor-page .btn-default { text-shadow: none; }*/
.stock-doctor-page table { width: 100%; }

.stock-doctor-page .payment-form label { line-height: 30px; min-height: 36px; padding: 0; font-size: 12px; }
.stock-doctor-page .signup-form p { padding: 30px 0 0 30px; }
.stock-doctor-page .form-control { display: inline-block; width: auto; margin: 0; max-width: 215px; font-size: 12px; height: 32px; }

.stock-doctor-page .detail_insertion label { padding: 0 0 0 30px; text-align: left; color: #000; }
.stock-doctor-page .detail_insertion .accept-terms label { width: initial; }
.stock-doctor-page .detail_insertion .accept-terms input { width: 13px; }
.stock-doctor-page .detail_insertion .accept-terms #tncs-outer-div { display: block; visibility: visible; clear: both; background-color: #FFF; }
.stock-doctor-page .detail_insertion .accept-terms #tncs-outer-div h2 { font-size: 14px; font-weight: bold; letter-spacing: 0px; }
.stock-doctor-page .detail_insertion .accept-terms #tncs-outer-div p { margin-bottom: 10px !important; }
.stock-doctor-page .detail_insertion .accept-terms #tncs-outer-div { overflow: auto; max-height: 150px; }
.stock-doctor-page .detail_insertion .accept-terms #tncs-outer-div .popup-scrollable-text { max-height: none; }

@media (max-width: 767px) {
  /* #signup-form { padding: 0 0 0 30px; } */
  .stock-doctor-page .detail_insertion label { padding: 0; }
  .detail_insertion label { width: 100%; }
}

.stock-doctor-page input[type="text"], .stock-doctor-page input[type="password"] {
    border: 1px solid #737373;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    line-height: 1.42857;
    padding: 0 6px;
    font-size: 12px;
}

.stock-doctor-trial.referral input[type="text"], .stock-doctor-trial.referral input[type="password"] { margin: 0 0 10px 0; }


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { padding: 0 6px; height: 34px; }

.stock-doctor-page .payment-form button, .stock-doctor-page .payment-form input, .stock-doctor-page .payment-form optgroup, .stock-doctor-page .payment-form select { height: 30px; line-height: 1.42857; padding: 0px 6px; /*height: 34px; line-height: 1.42857;*/ /*padding: 6px 12px;*/ /*padding: 0 6px;*/ }
.payment-form input[type="radio"], .payment-form input[type="checkbox"] { height: inherit; }

.stock-doctor-page .form-wrapper input[type="text"], .stock-doctor-page .form-wrapper input[type="password"] { width: 210px; }
.stock-doctor-page .form-wrapper input#PhoneNumber { width: 150px; }

@media (min-width: 1200px) {
    .stock-doctor-page .form-wrapper input[type="text"], .stock-doctor-page .form-wrapper input[type="password"] { width: 270px; }
}

@media (min-width: 768px) and (max-width: 979px) {
    .stock-doctor-page .form-wrapper input[type="text"], .stock-doctor-page .form-wrapper input[type="password"] { width: 150px; }
    .stock-doctor-page .form-wrapper input#PhoneNumber { margin: 8px 0; }
}

@media (max-width: 767px) {
    .stock-doctor-page .form-wrapper input[type="text"], .stock-doctor-page .form-wrapper input[type="password"] { width: 240px }
}


.stock-doctor-page .form-wrapper label {
    line-height: 30px;
    min-height: 36px;
    padding: 0;
    font-size: 12px;
    color: #000;
}

.checklist-wrapper { padding-bottom: 25px; }
.checklist-wrapper:last-of-type { padding-bottom: 0; }

.checklist-wrapper > div:before,
.checklist-wrapper > div:after {
display: table;
line-height: 0;
content: "";
}
.checklist-wrapper > div:after {
clear: both;
}
.stock-doctor-page #activate.detail_insertion .checklist-wrapper label { line-height: 25px !important; min-height: 25px; }

 /*.stock-doctor-page .printButton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .stock-doctor-page .printButton:focus, .stock-doctor-page .printButton:active:focus, .stock-doctor-page .printButton.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
 .stock-doctor-page .printButton:hover, .stock-doctor-page .printButton:focus {
    color: white;
    text-decoration: none; }
  .stock-doctor-page .printButton:active, .stock-doctor-page .printButton.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .stock-doctor-page .printButton.disabled, .stock-doctor-page .printButton[disabled], fieldset[disabled] .stock-doctor-page .printButton {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.stock-doctor-page .printButton {
  color: white;
  background-color: #b7d432;
  border-color: #a3bc34; }
  .stock-doctor-page .printButton:hover, .stock-doctor-page .printButton:focus, .stock-doctor-page .printButton:active, .stock-doctor-page .printButton.active, .open > .stock-doctor-page .printButton.dropdown-toggle {
    color: white;
    background-color: #96ae25; }
  .stock-doctor-page .printButton:active, .stock-doctor-page .printButton.active, .open > .stock-doctor-page .printButton.dropdown-toggle {
    background-image: none; }
  .stock-doctor-page .printButton.disabled, .stock-doctor-page .printButton.disabled:hover, .stock-doctor-page .printButton.disabled:focus, .stock-doctor-page .printButton.disabled:active, .stock-doctor-page .printButton.disabled.active, .stock-doctor-page .printButton[disabled], .stock-doctor-page .printButton[disabled]:hover, .stock-doctor-page .printButton[disabled]:focus, .stock-doctor-page .printButton[disabled]:active, .stock-doctor-page .printButton[disabled].active, fieldset[disabled] .stock-doctor-page .printButton, fieldset[disabled] .stock-doctor-page .printButton:hover, fieldset[disabled] .stock-doctor-page .printButton:focus, fieldset[disabled] .stock-doctor-page .printButton:active, fieldset[disabled] .stock-doctor-page .printButton.active {
    background-color: #b7d432;
    border-color: #a3bc34; }
  .stock-doctor-page .printButton .badge {
    color: #b7d432;
    background-color: white; }

.stock-doctor-page .printButton {
  background-repeat: repeat-x;
  text-shadow: 1px 1px #80922b;
  background-image: linear-gradient(to bottom, #c7dd60 0%, #bed744 100%);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.25);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.25);
}
.stock-doctor-page .printButton:hover, .stock-doctor-page .printButton:focus {
  background-repeat: repeat-x;
  border-color: #a3bc34;
  background-image: linear-gradient(to bottom, #a3bc34 0%, #c7dd60 100%);
}*/

.stock-doctor-page .printButton i { color: #000; }
.stock-doctor-page .printButton:hover i { color: #fff; }

#PurchaseProgress { font-size: 11px; }
#PurchaseSummary { width: 100% !important; /*float: none !important; margin-bottom: 30px;*/ }

/*.stock-doctor-page .billing-registration .purchase-summary-wrapper { width: 100% !important; position: absolute; top: 120px; float: none !important; margin-bottom: 30px;*/ }

.stock-doctor-page .billing-registration .money-back-info {  }
.stock-doctor-page .billing-registration .form-wrapper { padding-bottom: 0; margin-bottom: 30px; }
.stock-doctor-page .billing-registration .form-wrapper .signup-form p { padding-top: 0; font-family: Open Sans; font-size: 24.5px; color: #333; font-weight: 300; }
.stock-doctor-page .billing-registration .heading > div,
.stock-doctor-page .select-payment-method .heading > div { height: 120px; }
/*
.stock-doctor-page .select-payment-method .purchase-summary-wrapper { width: 100% !important; position: absolute; top: 120px;  }

.booking-summary.row-fluid [class*="span"] { min-height: 10px; position: relative; }

.booking-summary .purchase-summary-wrapper { width: 100% !important; position: absolute; top: 120px;  }


@media (min-width: 768px) and (max-width: 979px) {
    .stock-doctor-page .select-payment-method .purchase-summary-wrapper { top: 169px; }
    .stock-doctor-page .billing-registration .heading > div { height: 160px; }
    .stock-doctor-page .billing-registration .purchase-summary-wrapper { top: 160px; }

}
@media (max-width: 767px) {
  .stock-doctor-page .billing-registration .purchase-summary-wrapper,
  .stock-doctor-page .select-payment-method .purchase-summary-wrapper { width: 100% !important; position: relative; top: inherit; }
  .stock-doctor-page .billing-registration .heading > div { height: auto; }
}
*/
.stock-doctor-page .select-payment-method .row-fluid [class*="span"] {
    position: relative;
}
.stock-doctor-page .money-back-info {  }
.stock-doctor-page .money-back-info h3 { margin: 0 0 8px 80px; padding: 5px 0 0 0; font-size: 16px; }
.stock-doctor-page .money-back-info p { margin-left: 80px; font-size: 10px; }
.stock-doctor-page .money-back-info img { float: left; margin: 0 0 30px 0; }
.stock-doctor-page .form-wrapper { padding-bottom: 0; margin-bottom: 30px; }
.stock-doctor-page .form-wrapper .signup-form p { padding-top: 0; font-family: Open Sans; font-size: 24.5px; color: #333; font-weight: 300; }
.stock-doctor-page .heading > div { height: 110px; }

.stock-doctor-page .money-back-info img { width: 70px; }
.stock-doctor-page .purchase-summary-wrapper .secure-footer { padding: 10px 0 0 0; }
.stock-doctor-page .purchase-summary-wrapper .secure-footer img.cards { width: 165px; }
.stock-doctor-page .purchase-summary-wrapper .secure-footer img.ssl   { width: 83px; }
.stock-doctor-page .purchase-summary-wrapper .secure-footer a img     { width: 83px; }


@media (min-width: 1200px) {
    .stock-doctor-page .money-back-info img { width: 80px; }
    .stock-doctor-page .money-back-info h3 { margin: 0 0 8px 90px; }
    .stock-doctor-page .money-back-info p { margin-left: 90px; }
    .stock-doctor-page .purchase-summary-wrapper .secure-footer img.cards { width: 195px; }
    .stock-doctor-page .purchase-summary-wrapper .secure-footer img.ssl   { width: 113px; }
    .stock-doctor-page .purchase-summary-wrapper .secure-footer a img     { width: 113px; }
}

@media (min-width: 768px) and (max-width: 979px) {
    .stock-doctor-page .money-back-info img { width: 50px; }
    .stock-doctor-page .money-back-info h3 { margin: 0 0 8px 60px; }
    .stock-doctor-page .money-back-info p { margin-left: 60px; }
    .stock-doctor-page .purchase-summary-wrapper .secure-footer img.cards { width: 135px; }
    .stock-doctor-page .purchase-summary-wrapper .secure-footer img.ssl   { width: 83px; }
    .stock-doctor-page .purchase-summary-wrapper .secure-footer a img     { width: 83px; }
}

@media (max-width: 767px) {
    .stock-doctor-page .purchase-summary-wrapper .secure-footer img.cards { }
    .stock-doctor-page .purchase-summary-wrapper .secure-footer img.ssl   { }
}


.stock-doctor-page #activate.detail_insertion label { line-height: 30px; min-height: 36px; padding: 0; font-size: 12px; }
.stock-doctor-page #activate.detail_insertion a#CheckAvailability { margin-left: 30px; }
.stock-doctor-page #activate.detail_insertion ul li.buttons { padding: 10px 0 0 120px; }
.stock-doctor-page #activate.detail_insertion li.buttons input.btn { padding: 6px 12px; }

.stock-doctor-default { padding: 40px 0 60px 0; }

.secure-footer { padding: 30px 0 0 0; margin-bottom: -30px; }
.secure-footer hr { margin: 0 0 20px 0; }

span.sucess {height:20px; display:block;background:url('/Images/Members/accept.gif') no-repeat 0 0; padding-left:20px; color:#99c700;}
span.fail {height:20px; display:block;background:url('/Images/Members/error.gif') no-repeat 0 0; padding-left:20px; color:#f00;}

.payment-form .span9 { position: relative; } 

.page-title { height: 200px; }

.btn.submit { background: #51b92c; color: #fff; } 
.btn.submit:hover, .btn.submit:active, .btn.submit:focus { background: #009b00; } 

.btn.blue-button { background: #46a0de; color: #fff; } 
.btn.blue-button:hover, .btn.blue-button:active, .btn.blue-button:focus { background: #1d70c7; } 

body, input, button, select, textarea, .navbar-search .search-query { font-family: Open Sans; }

table tr th { border-bottom: solid 1px #dfdfdf; }

.confirmDetails h4 a {
  display: inline-block;
  *display: inline;
  padding: 2px 8px;
  font-size: 10px;
  margin-bottom: 0;
  *margin-left: .3em;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #50ace4;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
}

.confirmDetails h4 a:hover,
.confirmDetails h4 a:focus,
.confirmDetails h4 a:active {
  color: #fff;
  background-color: #46a0de;
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;  
}

.confirmDetails h4 a:active {
  background-color: #cccccc \9;
}

.breadcrumb>li+li:before {
    content: ">\00a0";
    padding: 0 5px;
    color: #9da7ad;
}



.col-swap [class*="span"].pull-left { margin-left: 0; }

@media (max-width: 767px) {
    .col-swap [class*="span"].pull-left, .col-swap [class*="span"].pull-right { float: inherit }
}

.or-separator { position: relative; }
.or-separator:after {
    content: "OR";
    margin: 0 auto;
    background: #fff;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 21px;
    position: absolute;
    left: 25px;
    top: -15px;
}