 .starter {
    background-color: #00baec;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00baec), color-stop(100%, #00a6d3));
    background-image: -webkit-linear-gradient(top, #00baec, #00a6d3);
    background-image: -moz-linear-gradient(top, #00baec, #00a6d3);
    background-image: -ms-linear-gradient(top, #00baec, #00a6d3);
    background-image: -o-linear-gradient(top, #00baec, #00a6d3);
    background-image: linear-gradient(top, #00baec, #00a6d3); }
     .starter .keyboard_shortcuts {
      display: none; }
     .starter li, .starter ul {
      list-style: none; }
     .starter a {
      line-height: 20px;
      text-decoration: none; }
     .starter .header {
      width: 100%;
      height: auto;
      padding: 10px 0;
      zoom: 1; }
       .starter .header:before,  .starter .header:after {
        content: "";
        display: table; }
       .starter .header:after {
        clear: both; }
     .starter .logo-shoeboxed {
      width: 196px;
      height: 40px;
      text-indent: -9999em;
      text-align: left;
      float: left;
      overflow: hidden;
      opacity: 0.9;
      margin-left: 20px;
      background: url(../images/logo-shoeboxed_new-header.png) left center no-repeat;
      background-size: 143px 25px; }
       .starter .logo-shoeboxed:hover {
        opacity: 1; }
     .starter .nav-options,
     .starter .nav-notifications {
      position: absolute;
      top: 15px; }
       .starter .nav-options > a,
       .starter .nav-notifications > a {
        text-decoration: none;
        line-height: 20px;
        color: #fff;
        display: block;
        padding: 5px 15px 5px 15px;
        background: rgba(0, 0, 0, 0.1);
        text-align: center;
        border-radius: 3px;
        font-size: 13px; }
         .starter .nav-options > a:hover,  .starter .nav-options > a.selected,
         .starter .nav-notifications > a:hover,
         .starter .nav-notifications > a.selected {
          background: rgba(0, 0, 0, 0.3); }
         .starter .nav-options > a.attention,
         .starter .nav-notifications > a.attention {
          background: #089e00; }
       .starter .nav-options .dropdown,
       .starter .nav-notifications .dropdown {
        position: absolute;
        min-width: 400px;
        display: none;
        background: #0084a9;
        z-index: 9990;
        top: 40px;
        border-radius: 3px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.7), 0 0 15px rgba(0, 0, 0, 0.5), 0 4px 40px rgba(0, 0, 0, 0.3); }
         .starter .nav-options .dropdown:before,
         .starter .nav-notifications .dropdown:before {
          content: "";
          z-index: 9999;
          position: absolute;
          left: 30px;
          top: -16px;
          width: 0;
          height: 0;
          border: 8px solid transparent;
          border-bottom: 8px solid #0084a9; }
     .starter .nav-options {
      right: 400px; }
     .starter .options-user,
     .starter .options-account {
      width: 50%;
      float: left;
      box-sizing: border-box; }
       .starter .options-user h3,
       .starter .options-account h3 {
        padding: 10px 15px 10px;
        margin: 0;
        color: #fff;
        opacity: 0.8;
        font-weight: normal; }
       .starter .options-user ul,
       .starter .options-account ul {
        padding: 0 0 10px; }
         .starter .options-user ul a,
         .starter .options-account ul a {
          color: #fff;
          font-size: 12px;
          display: block;
          padding: 5px 0;
          margin: 0 15px;
          border-top: 1px solid rgba(255, 255, 255, 0.1); }
           .starter .options-user ul a:hover,
           .starter .options-account ul a:hover {
            background: #fff;
            color: #0098c2;
            margin: 0;
            padding: 5px 15px; }
     .starter .options-account {
      background: #00708f; }
     .starter .nav-notifications {
      right: 340px; }
       .starter .nav-notifications > a {
        width: 30px;
        padding: 5px; }
       .starter .nav-notifications .dropdown {
        display: none;
        margin-left: -180px; }
         .starter .nav-notifications .dropdown:before {
          left: 191px; }
       .starter .nav-notifications ul {
        padding: 10px 0 0; }
         .starter .nav-notifications ul a {
          color: #fff;
          font-size: 12px;
          display: block;
          padding: 5px 0;
          margin: 0 15px;
          border-top: 1px solid rgba(255, 255, 255, 0.1); }
           .starter .nav-notifications ul a:hover {
            background: #fff;
            color: #0098c2;
            margin: 0;
            padding: 5px 15px; }
       .starter .nav-notifications li {
        opacity: 0.7;
        font-size: 12px;
        position: relative; }
         .starter .nav-notifications li time {
          font-size: 11px; }
         .starter .nav-notifications li.unread {
          opacity: 1;
          font-size: 14px; }
           .starter .nav-notifications li.unread time {
            font-size: 12px; }
         .starter .nav-notifications li.more:after {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          right: 5px;
          top: 50%;
          margin-top: -5px;
          border: 5px solid transparent;
          border-left: 5px solid #fff; }
       .starter .nav-notifications footer {
        font-size: 12px;
        padding: 10px; }
         .starter .nav-notifications footer a {
          color: #fff;
          display: inline-block;
          padding: 5px;
          border-radius: 3px; }
           .starter .nav-notifications footer a:hover {
            background: #fff;
            color: #00baec; }
     .starter .search {
      position: absolute;
      right: 20px;
      top: 15px; }
       .starter .search input {
        -webkit-appearance: none;
        border-radius: 3px;
        width: 300px;
        height: 30px;
        padding: 0 5px;
        padding-left: 20px;
        outline: none;
        background: #eeeeee url(../images/icn-search_new-header.png) 8px 9px no-repeat;
        border: none;
        font-size: 13px;
        background-size: 12px;
        -webkit-transition: 0.2s linear background;
        -moz-transition: 0.2s linear background;
        -ms-transition: 0.2s linear background;
        -o-transition: 0.2s linear background;
        transition: 0.2s linear background;
        color: #ccc;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
         .starter .search input:focus {
          background: white url(../images/icn-search_new-header.png) 8px -35px no-repeat;
          color: #333;
          background-size: 12px; }
     .starter .nav {
      background-color: #0084a9;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0084a9), color-stop(100%, #0098c2));
      background-image: -webkit-linear-gradient(top, #0084a9, #0098c2);
      background-image: -moz-linear-gradient(top, #0084a9, #0098c2);
      background-image: -ms-linear-gradient(top, #0084a9, #0098c2);
      background-image: -o-linear-gradient(top, #0084a9, #0098c2);
      background-image: linear-gradient(top, #0084a9, #0098c2);
      zoom: 1;
      padding: 0 20px;
      position: relative; }
       .starter .nav:before,  .starter .nav:after {
        content: "";
        display: table; }
       .starter .nav:after {
        clear: both; }
       .starter ul {
          margin: 0; }
       .starter .nav li {
        float: left;
        margin: 0;
        padding: 0; }
         .starter .nav li:first-child {
          border-right: 2px solid rgba(255, 255, 255, 0.2); }
       .starter .nav a {
        display: block;
        padding: 10px 15px;
        color: #fff;
        font-size: 14px;
        text-decoration: none; }
         .starter .nav a:hover,  .starter .nav a.selected {
          background: rgba(0, 0, 0, 0.3); }
       .starter .nav .btn-upload {
        position: absolute;
        right: 20px;
        margin-right: 0;
        padding-left: 32px;
        color: #ddd;
        background: #333333;
        background-color: #222222;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222222), color-stop(100%, #333333));
        background-image: -webkit-linear-gradient(top, #222222 0, #333333 100%);
        background-image: -moz-linear-gradient(top, #222222 0, #333333 100%);
        background-image: -ms-linear-gradient(top, #222222 0, #333333 100%);
        background-image: -o-linear-gradient(top, #222222 0, #333333 100%);
        background-image: linear-gradient(top, #222222 0, #333333 100%); }
         .starter .nav .btn-upload:after {
          position: absolute;
          content: "";
          left: 15px;
          top: 14px;
          width: 3px;
          height: 13px;
          background: #999; }
         .starter .nav .btn-upload:before {
          position: absolute;
          content: "";
          left: 10px;
          top: 19px;
          width: 13px;
          height: 3px;
          background: #999; }
         .starter .nav .btn-upload:hover {
          background: #222222;
          background-color: #111111;
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #111111), color-stop(100%, #222222));
          background-image: -webkit-linear-gradient(top, #111111 0, #222222 100%);
          background-image: -moz-linear-gradient(top, #111111 0, #222222 100%);
          background-image: -ms-linear-gradient(top, #111111 0, #222222 100%);
          background-image: -o-linear-gradient(top, #111111 0, #222222 100%);
          background-image: linear-gradient(top, #111111 0, #222222 100%);
          color: #fff; }
           .starter .nav .btn-upload:hover:after,  .starter .nav .btn-upload:hover:before {
            background: #fff; }

/* Bugfixes */
.ie8 {
  /* header fixes */
  /* shadow fixes */ }
  .ie8 .starter .header .search {
    background: #252525; }
    .ie8 .starter .header .search:after {
      background: none; }
  .ie8 .starter .header .user_meta-options p,
  .ie8 .starter .header .user_meta-options h3,
  .ie8 .starter .header .user_meta-options,
  .ie8 .starter .header .notifications ul {
    background: #006a86; }
  .ie8 .starter .header .user_meta-options,
  .ie8 .starter .header .user_meta-options ul,
  .ie8 .starter .header .notifications ul {
    border: none;
    list-style: none; }
  .ie8 .starter .header .user_meta-options:after,
  .ie8 .starter .header .notifications ul:after {
    border-bottom: 5px solid #006a86; }
  .ie8 .browse .applied_filters,
  .ie8 .browse .filters,
  .ie8 .browse .documents,
  .ie8 .blank_state .tutorial,
  .ie8 .dashboard,
  .ie8 .settings_control,
  .ie8 .upload_zone,
  .ie8 .upload_zone .automatic,
  .ie8 .upload_list {
    border: 1px solid #ccc; }
