.createAccountPlanColumn{
  position: relative;
  border: 1px solid #eee;
}

.createAccountPlanColumn .bestindicator{
  position: absolute;
  top: -20px;
  right: 20px;
  background-color: #fff;
}

.createAccountPlanColumn .planHeader{ 
  margin-top: 50px;
  color: #666;
}

.createAccountPlanColumn .planHeader .headerTitle{ 
  min-height: 100px;
}

.createAccountPlanColumn .planHeaderInfo { 
  margin-top: 50px;
}

.createAccountPlanColumn:hover, .createAccountPlanColumn.selected {

  background-color: #f8f8f8;
}


.row .col.planDescriptionColumn {
  padding: 0;
  position: relative;
}

.planDescriptionCover{
  background-color: #fff;
  width: 100%;
  position: absolute;
  top:0;
  width: 100%;
  bottom: 0;
  z-index: 1;
}

.planDescriptionItem{
  color: #777;
  font-size: 12px;
  padding: 20px 20px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.planItemIndicator{
  float: right;
  font-size: 13px;
  margin-right: 10px;
  font-weight: 700;
}

.planDescriptionColumn:hover, .planDescriptionColumn.selected {

  background-color: #f8f8f8;
}

.createTalentFormBox{
  padding: 20px 50px 50px 50px;
  overflow: auto;
  position: fixed;
  z-index: 1020;
  width: 60%;
  top:0;
  right: 0;
  bottom: 0;
  background-color: #fff;
   -webkit-overflow-scrolling: touch;
}


.createTalentFormBoxInfo{
  overflow: auto;
  position: fixed;
  z-index: 1020;
  width: 90%;
  padding: 30px 15px 20px 15px;
  top:10%;
  right: 5%;
  bottom: 10%;
  background-color: #fff;
   -webkit-overflow-scrolling: touch;
}


.createTalentFormBoxcloseSlide {
  position: fixed;
  left: 38%;
  top: 200px;
  z-index: 9999;
}

.createTalentFormReadmoreloseSlide {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9999;
}

.createTalentPlansChosen {
  position: relative;
  padding: 10px 0 15px 10px;
    -webkit-box-shadow: 0 0 2px rgba( 0, 0, 0, .20 ); /* 40 */
  box-shadow: 0 0 2px rgba( 0, 0, 0, .20 ); /* 40 */
}

.createTalentPlansChosen .switch{
  position: absolute;
  right: 5px;
  top: 7px;
}

.row .col.createTalentSimpleBox {
  background-color: #eee;
  padding: 20px 40px;
  text-align: center;
  margin-bottom: 50px;
}




@media only screen and (max-width: 600px) {

  .row .col.createTalentSimpleBox {
    padding: 10px 10px;
  }


  .createAccountPlanColumn{
     border: 1px solid #ddd;
    margin-bottom: 40px;
  }

  .createTalentFormBox{
    width: 100%;
    padding: 30px 15px 20px 15px;
  }

  .createTalentFormBoxcloseSlide{
       left: auto;;
       right: 10px;
      top: 10px;
  }

  #paymentbuttons{
    margin-top: 20px;
  }

  .createTalentPlansChosen .switch{
    position: relative;
    right: auto;
    top: auto;
  }

}

