/* @override 
	http://motostew.local/stylesheets/user.css
	http://localhost:3000/stylesheets/user.css
*/

#header #user-bar {
  width: auto;
  padding: 10px;
  float: right;
  position: relative;
  right: 0;
  background: #111;
  color: #fff;
  text-align: right;
  -webkit-box-shadow:0 0 10px #000;
  -moz-box-shadow:0 0 10px #000;  
}
#header #user-bar a{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#header #user-bar a:hover{text-decoration: underline;}
.quick_links a {
  display: block;
  width: 100px;
  height: 20px;    
  float: left;
  margin-right: 10px;
  text-align: center;
  line-height: 12px;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  background-repeat: no-repeat;
  padding-top: 80px;
  -webkit-box-shadow: 0 0 10px #000 ;
  -moz-box-shadow: 0 0 10px #000 ;
  box-shadow: 0 0 10px #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.quick_links a:hover {
  background-position: left -102px;
  text-decoration: none !important;
}
.quick_links a:active {
  background-position: left -204px;
  position: relative;
  top: 1px;
}
.quick_links #invite_connections {
  background-image: url(../images/backgrounds/buttons/invite_connections.png);
  padding-top: 70px;
  height: 30px;
}
.quick_links #find_parts {
  background-image: url(../images/backgrounds/buttons/find_parts.png);

}
.quick_links #add_ride {
  background-image: url(../images/backgrounds/buttons/add_ride.png);
}

ul#my_rides {
  list-style: none;
}
ul#my_rides a{
  text-decoration: none;
  font-weight: bold;
}

#requested ul li{
  margin: 5px;
  padding-left: 8px;
  border-left: 4px solid #b1cb16;
}

#user_header {
  padding: 20px;
  background: #2c4a61 url(../images/backgrounds/user_header.png);
  color: #fff;
}

#request_connection {
  position: relative;
  float: right;
  right: 0;
  font-size: 12px;
  display: inline;
}
#request_connection a.sort.add.text{
  color: #fff;
  background-color: #59758f;
}
#request_connection a.sort.add.text:hover{
  background-color: #263f53;
}

#partner_tools .showcase h3 {
  margin-bottom:0 ;
}
#partner_tools img.icon {
  vertical-align: middle;
  padding-right: .6em;
}
#partner_tools small {
  vertical-align: middle;
  color: #666;
  font-weight: bold;
}
#partner_tools span.total {
  font-size: 1.8em;
  vertical-align: middle;
  font-weight: bold;
  padding: 0 .6em ;
}

ul.feed {
  background-color: #e6e8e7;
  padding: 0;
}
ul.feed li {
  padding: 10px 10px 10px 40px;  
  border-bottom: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: 6px center;
}

ul.feed li.referral {
  background-image: url(../images/icons/connections.png);
}
ul.feed li.money {
  background-image: url(../images/icons/money.png);
}

#partner_tools ul.feed small {
  vertical-align: text-bottom;
  font-size: .8em;
  font-weight: normal;
}
ul.feed .action {
  text-align: right;
}
ul.feed a{
  text-decoration: none;
  font-weight: bold;  
}

.table h3 {
  margin: 0;
  background-color: #365b7b;
  color: #fff;
  padding: 5px 10px;
}
.table th {
  color: #365b7b;
  font-weight: bold;  
}
.table table tbody tr {
  padding: 10px;
  display: table;
  border-bottom: 1px dashed #ccc;
}
.table table .date, .table table .available {
  width: 200px;
}
.table .referrals {
  width: 150px;
}
.table .activity {
  width: 260px;
}
.table .avatar {
  width: 45px;
  text-align: center;
  height: 25px;
}
.table .user {
  width: 510px;
}
.table table .status {
  width: 100px;
}
.table table .amount {
  width: 185px;
  text-align: center;
}
.showcase.table h3 {
  color: #222;
}


#connections a  {
  display: inline;
  padding: 1px;
}

#connections li a.avatar {
  width: 50px;
  height: 50px;
  display: inline;
  float: left;
  margin-right: 10px;
}

#feed h3 {
  margin: 0;
}

#connections li a.name {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
}

#recent_referrals ul {
  padding: 0;
}
#recent_referrals ul li{
  border-bottom: 2px groove #eee;
  padding: 5px 20px;
}
#recent_referrals ul, #network_activity table {
  background-color: #e6e8e7;
}

#recent_referrals li {
  padding-left: 20px;
}
#recent_referrals li img {
  vertical-align: middle;  
  margin-right: 6px;
}

#partner_tools h1 {
  color: #999;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}

#calculator div#uniform-levels.selector {
  margin-bottom: 0;
}
#calculator form {
  margin-bottom: 15px;
}

#funds .col {
  margin-left: 35px;
}
#funds h3 {
  padding: 15px 10px 10px 10px;
  margin: 0;
  text-align: center;  
  color: #222;
}
#funds #available_funds {
  background-image: url(../images/backgrounds/flash-notice.png);
}
#funds #pending_funds {
  background-image: url(../images/backgrounds/pending_funds.png);
}
#funds h3 span {
  display: block;
  font-size: 1.6em;
  text-shadow: 0 2px 1px rgba(256,256,256,.4);
}

#monthly_graph {
  padding: 10px 75px 0 75px;
  overflow: hidden;
  margin: 0 auto;
  border-top: 1px solid #aaa;
  height: 200px;
}

#partner_tools .section {
  margin-bottom: 20px;
}

#top_earners {
  height: 220px;
}

table#alternating {
  width: 100%;
}

