
.status_2 {
  background-color: #33C8F6;
}
.status_3 {
  background-color: #FFDD4C;
}
.status_6 {
  background-color: #FF754C;
}
.status_7 {
  background-color: #C7F25F;
}
/* quote */
.jq_empty {
  text-decoration: underline;
  font-weight: bold;
  color: #BB181B;
}

#top_quote {
  width: 100%;
}
#top_quote_left {
  width: 55%;
  padding: 10px;
  float: left;
  margin-bottom: 10px;
  border: 1px solid #008D6F;
  border-radius: 5px;
}
#top_quote_left dt {
  text-align: left;
  width: 280px;
}
#top_quote_left select {
  max-width: 60%
}
#top_quote_right {
  width: 44%;
  float: left;
  margin-left: 1%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #008D6F;
  border-radius: 5px;
}
#mid_quote {
  width: 100%;
  border: 1px solid #008D6F;
  border-radius: 5px;
  padding: 25px;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
#mid_quote dl {
  margin-left: 10px;
}
#mid_quote hr {
  color: #008E72;
  height: 1px;
}
#qoute_info {
  max-width: 100px !important;
  margin-left: -10%;
}
#mid_quote_under {
  width: 100%;
  border: 1px solid #008D6F;
  border-radius: 5px;
  padding: 25px;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
#mid_quote col-md-12 {
  height: 10px;
}

select#soflow, select#soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
}
select#soflow-color {
   color: #fff;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
   background-color: #779126;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   padding-left: 15px;
}
