.set-title{
  font-size: 16px !important;
}

.set-list{
  margin: 1em 0;
  list-style: none;
  padding: 0;
}

.set-list-item{
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.set-list-item .img{
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: 0 1em 1em 0;
  float: left;
}

table{
  width: 100%;
}

.table,
#orders_history{
  min-width: 610px;
}



th,
td{
  padding: 0.5em !important;
}

.table td,
#orders_history td{
  border-bottom: 1px solid #000;
  text-align: left;
}

.table td:last-child,
#orders_history td:last-child{
  text-align: center;
}

.table thead th,
#orders_history thead th{
  border-bottom: 2px solid #000;
  text-align: left;
}

.table thead th.price-field,
#orders_history th:nth-last-child(1),
#orders_history th:nth-last-child(2){
  text-align: center;
}

td.radio {
  width: 25px;
}

td.price{
  text-align: right;
}

td .notice{
  display: block;
  text-align: center;
}

#orders_history tbody tr:nth-child(odd){
  background-color: #eee;
}

.table-responsive{
  overflow-x: auto;
}

.fc:after{
  content: '';
  display: block;
  clear: both;
}

.set-meta .fc{
  margin-bottom: 1em;
}

@media (min-width: 641px){
  #regular_client_wrapper{
    border-right: 1px solid #eee;
  }
}

.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
}

.ac_loading {
  background: white url('/served_assets/ajax_indicator.gif') right center no-repeat;
}

.ac_odd {
  background-color: #eee;
}

.ac_over {
  background-color: #0A246A;
  color: white;
}

.input:last-child {
  margin-bottom: 1em !important;
}

.field-content .styled_select-wrapper{
  width: 100%;
}

.input--titled{
  border-bottom: 1px solid;
  padding-bottom: 1em;
}

.set-title.step_title.content-title {
  line-height: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.set-title.step_title.content-title > *{
  vertical-align: top;
}

.past_step{
  float: right;
}

.button--action{
  margin-bottom: 1em;
}

#facebox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate( -50%, -50% );
  background-color: #fff;
  box-shadow: 0 0 3px rgba( 0, 0, 0, 0.7 );
}

#facebox td{
  padding: 0 !important;
}

#facebox input[name="email"]{
  display: inline-block;
  margin: 1rem 0;
}

#authentication{
  height: auto !important;
}

#facebox input[name="commit"]{
  padding: 0 1rem;
  border: 0;
  transition-duration: 0.3s;
  border-radius( 0 );

  padding: 0 10px;
  line-height: 30px;
  background-color: #59ad35;
  color: #ffffff;
}

#facebox input[name="commit"]:hover{
  background-color: #fa7103;
  color: #ffffff;
}

#facebox .fb_footer{
  text-align: center;
  margin-top: 1rem;
}

#facebox td.b,
#facebox td.tl,
#facebox td.tr{
  padding: 0.5rem !important;
}

#authentication td:last-child{
  width: 0;
}

#authentication td:last-child span{
  display: none;
}
