@charset "UTF-8";
/* AutoScore Colors */
/* SPRITES                                                                        */
/* 1. Enable sprite (use it to set parameters so icon_sprites.png can be used)    */
/* 2. Include the "sprite" mixin, with the following parameters:                  */
/*      $rect           : being the clipping rectangle for the sprite             */
/*      $rect2          : optional rectangle for the "hover" state                */
/*      $offX, $offY    : the positional offset of the sprite in the element      */
/*    Example usage:                                                              */
/*    @include sprite()                                                              */
/* 3. Adjust the clipping of a sprite if needed in another context                */
/* line 6, app/assets/stylesheets/users.sass */
body.basic_page.users_controller .user_info .thumb {
  float: left;
  margin-right: 16px;
  background: #d8d3cb;
  width: 50px;
  height: 50px;
}

/* line 12, app/assets/stylesheets/users.sass */
body.basic_page.users_controller .user_info .thumb img {
  display: block;
}

/* line 14, app/assets/stylesheets/users.sass */
body.basic_page.users_controller .user_info .name {
  font-weight: bold;
}

/* line 17, app/assets/stylesheets/users.sass */
body.basic_page.users_controller .user_info .packages ul {
  list-style-type: none;
}

/* line 19, app/assets/stylesheets/users.sass */
body.basic_page.users_controller .user_info .packages .trial {
  text-transform: uppercase;
  font-size: 12px;
  color: #969895;
}

/* line 23, app/assets/stylesheets/users.sass */
body.basic_page.users_controller .user_info .packages .expired {
  color: #CF2020;
}

/* line 25, app/assets/stylesheets/users.sass */
body.basic_page.users_controller .user_info .packages a {
  color: #1BADD5;
}

/* line 29, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section > table {
  width: 100%;
  border-collapse: collapse;
}

/* line 32, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section > table td {
  height: 40px;
  border-bottom: 1px solid #edeae6;
}

/* line 35, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section > table td.status {
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 10px;
}

/* line 39, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section > table td.email {
  width: 18%;
}

/* line 43, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section > table td.criteria ul li {
  margin: 2px 2px 2px 0;
}

/* line 45, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section > table td.ratings_select {
  width: 13%;
}

/* line 47, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section > table td.expiry {
  width: 13%;
}

/* line 49, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section > table th.subscribe {
  text-align: left;
}

/* line 51, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section > table td.subscribe {
  width: 15%;
}

/* line 53, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section > table td.subscribe ul {
  list-style: none inside none;
  margin: 10px 0;
}

/* line 57, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section > table td.subscribe ul li:before {
  content: "✕";
  color: #CF2020;
  height: 16px;
  width: 16px;
}

/* line 63, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section > table td.subscribe ul li.active:before {
  content: "✓";
  color: #7fca1e;
}

/* line 66, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section > table td.search {
  width: 8%;
}

/* line 68, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section > table td.delete {
  width: 8%;
}

/* line 71, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section.search_agents .create_new td {
  border-bottom: 0px none;
}

/* line 73, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section.search_agents > .form {
  display: none;
}

/* line 75, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section.search_agents > .form h1 {
  text-align: center;
}

/* line 78, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section.search_agents tr.deactivated > td {
  background-image: url(//assets.autouncle.com/assets/striped_bg-1eb33e50a01760e57b034a7326d8a1efa992bb6d40b493e1dcaec7991fe338d1.png);
  background-repeat: repeat;
}

/* line 82, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section.search_agents tr.deactivated td.paused {
  text-align: center;
}

/* line 84, app/assets/stylesheets/users.sass */
body.basic_page.users_controller #search_form {
  position: static;
  margin: 0 auto;
  border-radius: 15px;
}

/* line 88, app/assets/stylesheets/users.sass */
body.basic_page.users_controller #search_form .half {
  margin-right: 0;
  width: 301px;
  padding-right: 0;
}

/* line 92, app/assets/stylesheets/users.sass */
body.basic_page.users_controller #search_form .half:first-child {
  margin-right: 3.5%;
}

/* line 94, app/assets/stylesheets/users.sass */
body.basic_page.users_controller #search_form #submit {
  position: static;
  overflow: hidden;
  text-align: right;
}

/* line 98, app/assets/stylesheets/users.sass */
body.basic_page.users_controller #search_form .row.frequency {
  text-align: right;
}

/* line 102, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section.favourites h2 a {
  font-size: 14px;
  font-weight: normal;
}

/* line 105, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section.favourites .cars {
  overflow: hidden;
}

/* line 107, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section.favourites article {
  float: left;
  width: 16.6%;
  position: relative;
}

/* line 111, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section.favourites article .headline {
  font-size: 12px;
}

/* line 113, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section.favourites article .car_big_label {
  position: absolute;
  z-index: 1;
}

/* line 116, app/assets/stylesheets/users.sass */
body.basic_page.users_controller section.favourites article .car_photo_link {
  width: 150px;
}

/* line 118, app/assets/stylesheets/users.sass */
body.basic_page.users_controller .big_centered_button {
  clear: both;
  display: block;
  width: 30%;
  margin: 16px auto 0 auto;
  text-align: center;
}
