/*scroll top button*/
#scroll-top-container {
  background-color: #893299;
  border: 0;
  border-radius: 4px;
  bottom: 50px;
  height: 50px;
  opacity: 1;
  padding: 5px 0 5px 0;
  position: fixed;
  right: 30px;
  width: 50px;
  z-index: 999;
  color: red; }
  #scroll-top-container:hover, #scroll-top-container:active, #scroll-top-container:focus {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #ebb539;
    outline: none; }

/*Subscription type box styles*/
.sub-type-box {
  min-width: 100px;
  max-width: 400px;
  overflow-x: hidden;
  height: 100px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px !important;
  margin: 0 10px 15px 10px;
  color: #505050;
  font-size: 17px;
  text-align: center;
  border: 2px solid #fff;
  -webkit-box-shadow: 3px 3px 8px 0px #cccccc;
  -moz-box-shadow: 3px 3px 8px 0px #cccccc;
  box-shadow: 3px 3px 8px 0px #cccccc;
  cursor: pointer; }

.sub-type-box .price {
  margin-top: 10px;
  color: #34a3f2;
  display: block;
  font-size: 20px; }

.sub-type-box input[type=radio] {
  display: none; }

.sub-type-box-active {
  border: 2px solid #34a3f2; }

/*Subscription type box styles*/
.padding-0 {
  padding: 0 !important; }

/*minimalistic modal*/
.minimal-modal .modal-content {
  min-height: 170px;
  padding: 20px;
  border: none; }

.minimal-modal .modal-footer {
  border: none;
  margin: 0;
  padding-top: 0; }

.minimal-modal .modal-footer .btn {
  margin: 0 0 10px 0; }

/*minimalistic modal*/
#disclaimer-container label,
#accept-terms,
#tos-container label,
#accept-tos {
  cursor: pointer; }

#accept-tos,
#accept-terms {
  margin-top: 3px; }

/*Terms of service modal*/
.tos-modal .modal-body {
  padding: 0 40px 30px 40px; }
  @media screen and (max-width: 750px) and (min-width: 0) {
    .tos-modal .modal-body {
      padding-right: 30px;
      padding-left: 30px; } }

.tos-modal .modal-header {
  padding: 15px;
  padding-left: 30px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }
  @media screen and (max-width: 750px) and (min-width: 0) {
    .tos-modal .modal-header {
      padding-left: 30px; } }

.tos-modal .modal-content {
  border: none; }

.tos-modal .modal-dialog {
  min-width: 45%; }

.tos-modal h1 {
  font-size: 24px;
  margin-top: 30px; }

.tos-modal h3 {
  font-size: 18px;
  margin-top: 35px; }

@media screen and (max-width: 750px) and (min-width: 0) {
  .tos-modal h1,
  .tos-modal h3 {
    margin-top: 20px; } }

.tos-modal .modal-footer {
  height: 55px;
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.tos-modal .modal-body {
  max-height: 70vh;
  overflow-y: scroll; }

/*Terms of service modal*/
/*CVV info modal*/
.card-types {
  color: #f4bc03; }

.cvv-info-section {
  margin-bottom: 20px; }
  .cvv-info-section h4 {
    margin-bottom: 15px; }

/*CVV info modal*/
.input-group-btn .btn.btn-default {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ccc !important;
  border-radius: 0 5px 5px 0 !important; }

.validation-summary-errors {
  font-size: 13px;
  padding: 8px 8px 8px 14px;
  margin-bottom: 15px;
  border-radius: 0;
  background-color: #f2dede;
  border-left: solid 7px #ebccd1;
  color: #a94442;
  font-weight: bold; }

.control-label.required:after {
  content: "\0020\002A";
  color: red; }

.form-group.is-focused .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#893299), to(#893299)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#893299, #893299), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#893299, #893299), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#893299, #893299), linear-gradient(#D2D2D2, #D2D2D2); }

.form-group.is-focused label,
.form-group.is-focused label.control-label {
  color: #bdbdbd; }

.form-group.has-error .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336)), -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336));
  background-image: -webkit-linear-gradient(#f44336, #f44336), -webkit-linear-gradient(#f44336, #f44336);
  background-image: -o-linear-gradient(#f44336, #f44336), -o-linear-gradient(#f44336, #f44336);
  background-image: linear-gradient(#f44336, #f44336), linear-gradient(#f44336, #f44336); }
