.display-none{
	display: none;
}
.sellingForm .domain-taken input[type="text"]{
	border: 2px solid #e1364a
}
.sellingForm .domain-free input[type="text"]{
	border: 2px solid #83ac35
}
.sellingForm .taken {
	color: #e1364a
}
.right{
	float: right;
}

.sellingForm .cursor--blocked {
  cursor: not-allowed;
}

.sellingFormContainer,
.TrialFormContainer {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
.sellingForm .input,
.sellingForm .input_domain {
  position: relative;
}
.sellingForm label{
  display: block;
  padding: 15px 0 5px;
  font-size: 15px;
  color: #888;
}
.sellingForm .managedSelection label {
  display: inline-block;
  padding: 0 0 0 5px;
  color: black;
}
.sellingForm .managedSelection input {
  display: inline-block;
  margin-left: 25px;
}
.sellingForm input[type="text"],
.sellingForm input[type="email"],
.sellingForm input[type="tel"],
.sellingForm select,
.TrialForm input[type="text"],
.TrialForm input[type="email"],
.TrialForm input[type="tel"],
.TrialForm select {
  border: 1px solid #ddd;
  background: #fff;
  font-size: 17px;
  padding: 8px;
  height: 55px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sellingForm .domain input {
  width: auto;
  float: left;
  /*padding-left: 50px;*/
}
.sellingForm .domain .birthdate input {
  float: none !important;
  /*padding-left: 50px;*/
}
.sellingForm .domain select {
  /*width: 20%;*/
  /*border-left: 0;*/
  width: 5em;
  float: left;
}
.sellingForm .domain .www_text, .sellingForm .domain .dot_text, .sellingForm .domain .domain_text {
  line-height: 55px;
  color: #000000;
  float: left;
  text-align: center;
  margin: 0 0;
}
.sellingForm .domain .www_text {
  margin-left: 25px;
}
.sellingForm .domain .dot_text {
  margin: 0 3px;
  width: 3px;
}
.selling_form_tip {
  display: none;
  color: #000;
  position: absolute;
  right: -235px;
  top: -10px;
  width: 190px;
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
  font-size: 13px;
  line-height:18px;
}
.selling_form_tip:after {
  content: '';
  display: block;
  background: url('../images/tip_arrow.png') no-repeat 0 0;
  width: 15px;
  height: 39px;
  position: absolute;
  left: -15px;
  top: 12px;
}
.selling_form_tip p{
  padding-bottom: 8px;
}


.sellingForm .my-domain {
  padding-top: 5px;
}
.sellingForm .my-domain label,
.sellingForm .second_step_button_container label {
  display: inline-block;
  padding: 0;
}

.sellingForm .sellingForm_agree,
.TrialForm .trialForm_agree
{
  margin-top: 40px;
  text-align: center;
}
.sellingForm .sellingForm_agree label,
.TrialForm .trialForm_agree label
{
  display:inline-block;
  padding: 0;
}

.sellingForm .first_step_button_container,
.TrialForm .first_step_button_container {
  margin-top: 15px;
  text-align: center;
}
.sellingForm .first_step_button,
.TrialForm .first_step_button {
  background: #158ebf;
  font-size: 18px;
  padding: 25px 40px;
}

.sellingForm .first_step_button:hover,
.TrialForm .first_step_button:hover {
  background: #0d80ae;
}

.sellingForm h2 {
  padding: 60px 0 40px;
  text-align: center;
  font-size: 24px;
  line-height: 1.4em;
  text-transform: uppercase;
}

/* error dialog */
.blockMsg #status input[type=button] {
  background: #158ebf;
  font-size: 18px;
  padding: 15px 30px;
}
.blockMsg #status input[type=button]:hover {
  background: #0d80ae;
}

/* currency */
.currency-selector {
  border: 1px solid #eee;
  width: 135px;
  margin: 0 auto 40px auto;
}
.currency-selector span {
  float: left;
  line-height: 55px;
  display: block;
  padding-left: 15px;
  font-size: 14px;
  color: #aaa;
}
.sellingForm select#frm-currency {
  width: 60px;
  float: right;
  border: 0;

}

/* modules */

.sfm_tariff {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
/* Tariff section is opened. */
.sfm_tariff_open {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}
/* Tariff section with an item selected. */
/*.sfm_tariff_active .sfm_toggle_header {
  border-left: #098ecc solid 11px;
}  */
.sfm_toggle_header {
  padding: 20px;
  font-size: 14px;
  cursor: pointer;
}
.sfm_tariff:hover {
  border: 1px solid #ccc;
}
.sfm_title {
  display: inline-block;
}
.sfm_description {
  color: #888;
  line-height: 1.6em;
  display: inline-block;
}
.sfm_toggle_content {
  display: none;
}

.sfm_tariff_line {
  border-top: 1px solid #ddd;
  padding: 30px 10px 30px 50px;
  cursor: pointer;
  background: #fff url('../images/no_b.png') no-repeat 20px center;
  position: relative;
}
.sfm_tariff_line:hover {
  background: #f8f8f8 url('../images/no_b.png') no-repeat 20px center;
}
.sfm_tariff_line_active {
  background: #098ecc url('../images/ok_b.png') no-repeat 20px center !important;
  color: #fff;
}
.sfm_tariff_line_content {
  display: table;
  width: 100%;
  font-size: 16px;
  line-height: 1.6em;
}
.sfm_radiobut {
  display: none;
}
.sfm_tariff_title_container,
.sfm_total_price_crossed,
.sfm_total_price {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.sfm_total_price_crossed {
  text-align: right;
  text-decoration: line-through;
}

.sfm_total_price {
  text-align: right;
}

.sfm_total_real .sfm_price_value,
.sfm_total_real .sfm_price_unit {
  font-weight: bold;
  font-size: 18px;
}

.sfm_price_vat {
  color: #888;
  font-weight: normal;
  font-size: 14px;
}

.sfm_price_vat .sfm_price_value,
.sfm_price_vat .sfm_price_unit {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.sfm_sale_percentage {
  position: absolute;
  background: #cc0909;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  top: 50%;
  right: -75px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
}

.sfm_sale_percentage .sfm_salepercentage_value_arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-right:10px solid #cc0909;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -8px;
}

.sfm_month {
  font-size: 14px;
  color: #888;
}
.sfm_tariff_line_active .sfm_month,
.sfm_tariff_line_active .sfm_price_vat {
  font-size: 14px;
  color: #baced7;
}

/* payment methods */
.payment-methods label {
  color: #111;
  display: inline-block;
}
.payment_methods_desc {
  font-size: 14px;
  line-height: 1.6em;
  display: none;
  color: #888;
  margin-top: 10px;
}
.payment_methods_img_cards {
  background: url('../images/cards.jpg') no-repeat 0 0;
  background-size: contain;
  width: 258px;
  height: 19px;
  margin-top: 10px;
}
.payment_methods_img_banks {
  background: url('../images/banks.jpg') no-repeat 0 0;
  background-size: contain;
  width: 294px;
  height: 24px;
  margin-top: 10px;
}
.payment_methods_item {
  margin-bottom: 15px;
}
.payment_methods_item_selected .payment_methods_desc{
  display: block;
}






/*
.sellingFormModule {
  
}
.sellingFormModule input,
.sellingFormModule label  {

}
.sellingFormModule .sfm_content {
  padding: 30px;
  border: 1px solid #ddd;
  border-bottom: 0;
  text-align: center;
  color: #777;  
  font-size: 14px;
  line-height: 1.4em;  
  
}
.sellingFormModule .sfm_title{
  font-size: 17px;
}
.sellingFormModule .sfm_price{
  padding: 30px 0;
  font-size: 16px;
}
.sellingFormModule .sfm_price span{
  font-weight: bold;
  font-size: 38px;
  color: #111;
}
.sellingFormModule .sfm_button {
  background: #158ebf;
  display: block;
  text-align: center;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  text-decoration:none;
  color: #fff;
  font-weight: bold;
}
.sellingFormModule a.sfm_button:hover {
  background: #0d80ae;
}
.sellingFormModule .sfm_button .remove {
  display: none;
}


.sellingFormModule_active .sfm_content{
  background: #158ebf;
  color: #b4cbd7;
  border: 0;
}
.sellingFormModule_active .sfm_price span{
  color: #fff;
}
.sellingFormModule_active .sfm_button {
  border-top: 1px solid #3a9ecc;
  background: #158ebf url('../images/ok_b.png') no-repeat center center;
}
.sellingFormModule_active a.sfm_button:hover {
  background-image: none;
}
.sellingFormModule_active a.sfm_button:hover .remove {
  display: inline-block;
}
.sellingFormModule_active .sfm_button .add {
  display: none;
}



.sellingForm_sumary {
  padding: 42px 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;  
}
.sellingForm_sumary .annual-price {
  font-size: 35px;
  font-weight: bold;
}
.sellingForm_sumary div{
  padding: 8px 0;
}

*/

.sellingForm .second_step_button_container,
.TrialForm .second_step_button_container
{
  margin-top: 60px;
  text-align: center;
}
.sellingForm .second_step_button,
.TrialForm .second_step_button {
  background: #158ebf;
  font-size: 22px;
  padding: 30px 50px;
}

.sellingForm_agree,
.trialForm_agree {
  padding-bottom: 15px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
/*******************/
.cms_setting_block_content table.compact {
  width: auto;
}

.cms_setting_block_content .compact th,
.cms_setting_block_content .compact td {
  padding: 2px;
  width: auto;
  border-bottom: none;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  z-index: 999;
}

.position-relative {
  position: relative !important;
}

.text-black-50  {
  color: rgba(0, 0, 0, .5) !important;
}

.text-small {
  font-size: .75em;
}
