* {
  margin: 0;
  padding: 0;
  font-size: 100%; }

a img {
  border: 0; }

article, section, header, footer, nav, aside, figure, figcaption, hgroup {
  display: block; }

body, input, button {
  font-family: Ubuntu, Verdana;
  font-size: 14px; }

html {
  background: #444; }

body {
  background: #F8F8F8; }

body > header {
  padding: 30px 20px 30px 90px;
  border-bottom: 1px solid #ccc;
  -moz-box-shadow: inset 0 -3px #222222;
  -webkit-box-shadow: inset 0 -3px #222222;
  box-shadow: inset 0 -3px #222222;
  color: white;
  background: #444444 url("img/tools.png") 20px center no-repeat; }
  body > header h1 {
    font-size: 200%; }

.notification {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -159px;
  width: 300px;
  padding: 8px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border: 1px solid black;
  border-top: 0;
  -moz-box-shadow: 0 0 10px black;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  background: #ccc;
  text-align: center;
  opacity: 0.8; }

body > nav {
  float: left;
  width: 200px;
  margin-bottom: 100px; }
  body > nav > div {
    position: absolute;
    top: 20px;
    right: 15px;
    padding-left: 30px;
    color: #f0f0f0;
    background: url("img/account.png") 0 2px no-repeat;
    text-align: right; }
    body > nav > div ul {
      margin: 0; }
    body > nav > div li {
      list-style: none; }
    body > nav > div a {
      color: #f0f0f0; }
      body > nav > div a:hover {
        color: white; }
  body > nav > ul {
    width: 200px;
    margin: 80px 25px; }
    body > nav > ul li {
      list-style: none;
      border-top: 1px solid #ccc; }
      body > nav > ul li:last-child {
        border-bottom: 1px solid #ccc; }
      body > nav > ul li:hover {
        background: white; }
      body > nav > ul li a {
        display: block;
        padding: 0 10px;
        line-height: 40px;
        color: #555;
        text-decoration: none;
        font-weight: bold; }
        body > nav > ul li a img.icon {
          width: 16px;
          height: 16px;
          margin-right: 5px;
          vertical-align: middle;
          position: relative;
          top: -3px; }
        body > nav > ul li a:hover {
          color: black; }
      body > nav > ul li.active {
        background: #222; }
        body > nav > ul li.active a {
          color: white; }
          body > nav > ul li.active a:hover {
            background: transparent; }

body > section {
  margin: 30px 25px 40px 250px; }
  body > section > header {
    height: 50px; }
  body > section h1 {
    margin-bottom: 20px;
    font-size: 150%;
    font-weight: normal;
    text-transform: uppercase; }

body > footer {
  clear: both;
  border-top: 1px solid #ccc;
  -moz-box-shadow: inset 0 3px #222222;
  -webkit-box-shadow: inset 0 3px #222222;
  box-shadow: inset 0 3px #222222;
  padding: 20px;
  background: #444;
  color: #999;
  text-align: right; }

ul {
  margin: 5px 20px; }
  ul li {
    list-style: square; }

table {
  border-spacing: 0;
  border: 1px solid #ccc; }
  table thead th {
    border-bottom: 1px solid #ccc;
    padding: 7px 10px;
    text-align: left;
    background: #eee;
    font-weight: normal;
    font-size: 70%;
    text-transform: uppercase; }
  table tbody td {
    padding: 8px 10px; }
  table tbody tr:last-child {
    border: 0; }

form {
  position: relative;
  text-align: right; }
  form p.error {
    margin: 0 0 15px;
    text-align: left;
    color: #c00; }
  form fieldset {
    margin-bottom: 25px;
    border: 0;
    text-align: left; }
    form fieldset label {
      display: block;
      margin: 0 0 3px;
      text-transform: uppercase;
      font-size: 80%;
      font-weight: bold; }
    form fieldset.invalid {
      color: #c00; }
    form fieldset p.error {
      margin: 5px 0 0;
      font-size: 90%; }
    form fieldset fieldset {
      margin: 10px 0 0 30px;
      border-left: 1px solid #ccc;
      padding-left: 10px; }
    form fieldset p.help {
      margin: 3px 0 0;
      font-size: 90%; }
    form fieldset label + p.help {
      margin: 0 0 5px; }

input[type=text], input[type=password], textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 2px; }

textarea {
  height: 120px; }

input[type=radio] {
  margin-right: 5px;
  position: relative;
  bottom: -1px; }
  input[type=radio] + label {
    display: inline; }

input[type=submit] {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background: #eee;
  cursor: pointer;
  background: #f9f9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(40%, #efefef), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
  /* IE10+ */
  background: linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e2e2e2',GradientType=0 );
  /* IE6-9 */ }
  .disabled input[type=submit] {
    cursor: default; }

input.date {
  width: 100px;
  margin-right: 10px;
  text-align: center; }

input.time {
  width: 30px;
  text-align: center; }

.widget {
  position: absolute !important;
  margin: 20px;
  border: 1px solid #333;
  background: #f8f8f8;
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.5s; }
  .widget.disabled {
    opacity: 0.8; }
  .widget > header {
    position: relative;
    height: auto;
    padding: 5px 8px;
    background: #333;
    color: #f0f0f0; }
    .widget > header h1 {
      font-size: 100%;
      margin: 0; }
    .widget > header .close {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 16px;
      height: 16px;
      text-indent: -3000px;
      overflow: hidden;
      font-size: 0;
      background: url("img/close.png") no-repeat;
      cursor: pointer; }
  .widget.disabled > header .close {
    cursor: default; }
  .widget > form {
    padding: 50px; }
  .widget .ui-resizable-se {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    cursor: se-resize; }

.site_view {
  position: absolute;
  top: 35px;
  left: 10px;
  z-index: 1;
  color: #444;
  text-decoration: none; }
  .site_view:hover {
    color: black; }

.language_select {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0; }
  .language_select li {
    float: left;
    list-style: none;
    margin: 8px 8px 0 0; }
    .language_select li input[type=button] {
      border: 0;
      padding: 3px 6px;
      background: transparent;
      cursor: pointer; }
      .language_select li input[type=button]:hover {
        background: #eee; }
    .language_select li.active input[type=button] {
      background: #222;
      color: white; }

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #ccc;
  border-left: 1px solid #666; }

::-webkit-scrollbar-thumb {
  background: #666; }

.ui-datepicker {
  border: 1px solid #222;
  background: #f0f0f0; }

.ui-datepicker-header {
  padding: 3px;
  text-align: center;
  background: #444;
  color: white; }

.ui-datepicker-prev {
  float: left; }

.ui-datepicker-next {
  float: right; }

.ui-datepicker-prev, .ui-datepicker-next {
  color: #ccc;
  font-size: 90%;
  cursor: pointer; }

.ui-datepicker td {
  padding: 0 !important; }
  .ui-datepicker td a {
    display: block;
    padding: 5px 8px;
    color: black;
    text-decoration: none;
    text-align: center; }
    .ui-datepicker td a:hover {
      background: #ddd; }

.defaultSkin .mceIcon.mce_tnt_link {
  background-position: -500px 0; }

.defaultSkin .mceIcon.mce_tnt_unlink {
  background-position: -640px 0; }

#login {
  margin: 60px auto 80px;
  width: 350px; }
  #login fieldset input {
    width: 100%; }

#change_password form {
  display: block;
  width: 400px; }

#dev_tools_status table {
  border: 0;
  font-family: monospace; }
#dev_tools_status th {
  text-align: right; }

#dev_tools {
  border-top: 1px solid #ccc;
  padding-top: 15px; }
  #dev_tools ul {
    margin: 0; }
  #dev_tools li {
    list-style: none;
    float: left;
    width: 50%; }
  #dev_tools a {
    display: block;
    margin: 0 10px 20px;
    border: 1px solid #ccc;
    padding: 15px;
    color: black;
    background: white;
    text-decoration: none; }
    #dev_tools a:hover {
      background: #eee; }
  #dev_tools form {
    display: block;
    margin: 0 10px 20px;
    border: 1px solid #ccc;
    padding: 15px;
    overflow: auto;
    background: white; }
    #dev_tools form h6, #dev_tools form p {
      text-align: left; }
    #dev_tools form p {
      margin-bottom: 20px; }
    #dev_tools form fieldset {
      margin-right: 10px; }
  #dev_tools h6 {
    font-size: 150%; }

.orm_manager {
  position: relative;
  -webkit-transition: opacity 0.5s; }
  .orm_manager header div.components {
    position: absolute;
    top: 0;
    right: 0; }
    .orm_manager header div.components > * {
      float: left;
      margin-left: 10px; }
  .orm_manager.disabled {
    opacity: 0.8; }
  .orm_manager.inline {
    padding: 25px; }
    form + .orm_manager.inline {
      border-top: 1px solid #ccc; }
    .orm_manager.inline header div.components {
      top: 25px;
      right: 25px; }

.intro {
  margin: 0 0 20px;
  border: 1px solid #ccc;
  padding: 15px;
  background: #fffbcc;
  -moz-box-shadow: 0 3px 0 #f0f0f0;
  -webkit-box-shadow: 0 3px 0 #f0f0f0;
  box-shadow: 0 3px 0 #f0f0f0; }

table.index {
  width: 100%;
  -moz-box-shadow: 0 3px 0 #f0f0f0;
  -webkit-box-shadow: 0 3px 0 #f0f0f0;
  box-shadow: 0 3px 0 #f0f0f0; }
  table.index tbody tr:nth-child(2n+1) {
    background: white; }
  table.index tbody tr:hover {
    background: #eee; }
  table.index tbody tr.null {
    text-align: center;
    color: #666;
    background: white;
    font-style: italic; }
    table.index tbody tr.null td {
      padding: 30px; }
  table.index col.sort_handle {
    width: 1px; }
  table.index col.boolean.icon {
    width: 1px; }
  table.index col.datetime_view {
    width: 180px; }
  table.index col.button {
    width: 1px; }
  table.index td.button {
    text-align: center; }
  table.index .sorting tr {
    background: #ddd; }
  table.index .sort_handle {
    background-image: url("img/handle.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: move; }

.index.grid > ul {
  margin: 0;
  overflow: auto; }
  .index.grid > ul > li {
    float: left;
    list-style: none;
    width: 100px;
    margin: 0 5px 5px 0;
    border: 1px solid #ccc;
    padding: 10px;
    background: white;
    position: relative;
    text-align: center; }
    .index.grid > ul > li .sort_handle {
      position: absolute;
      width: 10px;
      left: 0;
      top: 0;
      bottom: 0;
      background: #eeeeee url("img/handle.png") center no-repeat;
      cursor: move; }
.index.grid div.null {
  border: 1px solid #ccc;
  padding: 30px;
  text-align: center;
  color: #666;
  background: white;
  font-style: italic; }

.index.browser {
  border: 1px solid #ccc;
  background: white;
  overflow: visible; }
  .index.browser > ul.path {
    margin: 0;
    border-bottom: 1px solid #ccc;
    background: #f9f9f9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(40%, #efefef), color-stop(100%, #e2e2e2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
    /* IE10+ */
    background: linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e2e2e2',GradientType=0 );
    /* IE6-9 */
    overflow: auto; }
    .index.browser > ul.path li {
      float: left;
      list-style: none;
      border-right: 1px solid #ccc;
      padding: 5px 10px;
      cursor: pointer; }
      .index.browser > ul.path li:hover, .index.browser > ul.path li.drop_hover {
        background: #ddd; }
  .index.browser > ul.files {
    overflow: visible;
    margin: 0;
    padding: 10px; }
    .index.browser > ul.files > li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      list-style: none;
      width: 100px;
      margin: 10px;
      border: 1px solid white;
      padding: 10px;
      text-align: center;
      position: relative; }
      .index.browser > ul.files > li:hover {
        background: #f0f0f0;
        border-color: #ccc;
        overflow: visible;
        z-index: 1; }
      .disabled .index.browser > ul.files > li:hover {
        background: transparent;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .index.browser > ul.files > li.ui-draggable-dragging {
        opacity: 0.6;
        border: 1px dotted #ccc;
        background: transparent; }
        .index.browser > ul.files > li.ui-draggable-dragging .popout {
          display: none; }
      .index.browser > ul.files > li.drop_hover {
        background: #eee; }
      .index.browser > ul.files > li .string {
        font-size: 80%; }
      .index.browser > ul.files > li.directory .icon {
        display: block;
        margin: 8px auto; }
      .index.browser > ul.files > li.file .media_thumbnail {
        width: 100px;
        height: 100px; }
  .index.browser div.null {
    padding: 10px 30px 30px;
    text-align: center;
    color: #666;
    background: white;
    font-style: italic; }

.orm_create, .orm_edit {
  width: 800px; }

.i18n_switcher > div {
  position: relative; }

.stack.horizontal {
  width: 100%;
  display: table;
  table-layout: fixed; }
  .stack.horizontal > * {
    display: table-cell; }
.stack .spacer {
  width: 50px; }

.foreign_key_multi_select > label {
  margin-bottom: 0; }
.foreign_key_multi_select div {
  position: relative;
  top: -3px;
  margin: 0 0 5px; }
  .foreign_key_multi_select div label {
    margin: 0 5px 0 0;
    display: inline;
    font-weight: normal;
    cursor: pointer;
    color: #666;
    font-size: 70%; }
.foreign_key_multi_select li {
  margin-bottom: 3px; }
  .foreign_key_multi_select li input {
    position: relative;
    bottom: -1px;
    margin: 0 5px 0 0; }
  .foreign_key_multi_select li label {
    display: inline;
    font-weight: normal;
    text-transform: none;
    font-size: inherit; }

.clickable {
  cursor: pointer; }
  .disabled .clickable {
    cursor: default; }

.title input {
  font-size: 150%; }

.price span {
  margin-right: 5px; }
.price input {
  width: 60px;
  text-align: right; }

.popout {
  position: absolute;
  top: 5px;
  right: 5px; }
  .popout > label {
    display: block;
    width: 13px;
    height: 11px;
    background: url("img/popout.png") no-repeat center #cccccc; }
  .popout > div {
    display: none;
    position: absolute;
    top: 10px;
    right: 0;
    border: 1px solid #ccc;
    background: white;
    z-index: 1;
    opacity: 0.9; }
    .popout > div button {
      display: block;
      min-width: 100%;
      background: transparent;
      color: black;
      text-align: left;
      white-space: nowrap; }
      .popout > div button:hover {
        background: #eee; }

button {
  border: 0;
  background: transparent;
  font: inherit; }
  button.orm {
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px 8px;
    background: #222;
    color: white; }
    button.orm img {
      position: relative;
      top: 2px;
      margin-right: 8px; }
    table button.orm {
      border-radius: 0;
      -moz-border-radius: 0;
      padding: 0;
      background: transparent;
      color: black;
      white-space: nowrap; }

.pagination {
  margin: 15px 0; }
  .pagination button {
    margin: 0 5px 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 3px 5px;
    cursor: pointer; }
    .pagination button:hover {
      background: white; }
    .pagination button.active {
      color: white;
      background: #222; }

.search {
  margin-right: 10px; }
  .search input[type=text] {
    width: 140px;
    padding: 4px 23px 4px 3px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .search input[type=button] {
    position: absolute;
    margin: 0 0 0 -20px;
    border: 0;
    background: transparent;
    font-size: 160%;
    color: #444;
    cursor: pointer; }
    .search input[type=button][disabled] {
      color: #ccc;
      cursor: default; }
  .search input[type=submit] {
    border-left: 0;
    padding: 4px 8px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }

.view {
  min-width: 400px; }
  .view h1 {
    margin: 0 0 15px; }
  .view h2 {
    margin: 30px 0 10px;
    font-size: 130%; }
  .view h3 {
    margin: 15px 0; }
  .view p {
    margin: 5px 0; }
  .view pre {
    margin: 10px 0; }
  .view ul ul {
    margin-top: 0; }
  .view hr {
    visibility: hidden;
    margin: 10px; }

div.view {
  padding: 20px; }

iframe.view {
  width: 100%;
  height: 500px;
  border: 0; }

.media_picker {
  max-width: 350px;
  position: relative; }
  .media_picker .selected {
    width: 90%;
    border: 1px solid #ccc !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 3px 5px;
    background: white; }
  .media_picker.null .selected {
    color: #888; }
  .media_picker .preview {
    position: absolute;
    left: 0;
    bottom: -73px;
    z-index: 9999;
    display: none;
    width: 64px;
    height: 64px;
    padding: 4px;
    background: #eee;
    border: 1px solid #ccc;
    -moz-box-shadow: 3px 3px 3px #eeeeee;
    -webkit-box-shadow: 3px 3px 3px #eeeeee;
    box-shadow: 3px 3px 3px #eeeeee; }
  .media_picker:hover .preview {
    display: block; }
  .media_picker.null .preview {
    display: none; }
  .media_picker input[type=button] {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 3px 5px;
    background: #f9f9f9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(40%, #efefef), color-stop(100%, #e2e2e2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
    /* IE10+ */
    background: linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e2e2e2',GradientType=0 );
    /* IE6-9 */
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    cursor: pointer; }

.media_picker_widget {
  width: 455px;
  min-height: 150px;
  max-height: 500px;
  background: white; }
  .media_picker_widget ul.path {
    margin: 0;
    border-bottom: 1px solid #ccc;
    background: #f9f9f9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(40%, #efefef), color-stop(100%, #e2e2e2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
    /* IE10+ */
    background: linear-gradient(top, #f9f9f9 0%, #efefef 40%, #e2e2e2 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e2e2e2',GradientType=0 );
    /* IE6-9 */
    overflow: auto; }
    .media_picker_widget ul.path li {
      float: left;
      list-style: none;
      border-right: 1px solid #ccc;
      padding: 5px 10px;
      cursor: pointer; }
      .media_picker_widget ul.path li:hover {
        background: #ddd; }
  .media_picker_widget > button.upload {
    position: absolute;
    right: 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 5px 8px;
    cursor: pointer;
    background: transparent; }
    .media_picker_widget > button.upload:hover {
      background: #ddd; }
  .media_picker_widget ul.files {
    margin: 0;
    padding: 5px;
    overflow: auto; }
    .media_picker_widget ul.files li {
      list-style: none;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      width: 100px;
      margin: 5px;
      padding: 10px 0;
      text-align: center;
      cursor: pointer; }
      .media_picker_widget ul.files li.picked, .media_picker_widget ul.files li:hover {
        background: #eee; }
      .media_picker_widget ul.files li img {
        display: block;
        margin: 0 auto; }
      .media_picker_widget ul.files li span {
        font-size: 90%; }
  .media_picker_widget div.null {
    padding: 30px;
    text-align: center;
    color: #666;
    background: white;
    font-style: italic; }

.media_upload_widget {
  width: 400px; }
  .media_upload_widget ul {
    max-height: 300px;
    overflow: auto;
    margin: 0;
    border-bottom: 1px solid #ccc; }
    .media_upload_widget ul:empty {
      border: 0; }
  .media_upload_widget li {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background: white; }
    .media_upload_widget li:last-child {
      border: 0; }
    .media_upload_widget li span.status {
      display: block; }
    .media_upload_widget li.queued .status, .media_upload_widget li.busy .status {
      color: #ccc; }
    .media_upload_widget li.completed .status {
      font-weight: bold;
      color: #0c0; }
    .media_upload_widget li.failed .status {
      font-weight: bold;
      color: #c00; }
  .media_upload_widget .create {
    padding: 20px; }
    .media_upload_widget .create label {
      display: block;
      font-weight: bold; }
    .media_upload_widget .create p {
      margin: 5px;
      color: #666;
      font-size: 80%; }

.media_override_format_widget .canvas {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  overflow: hidden; }
  .media_override_format_widget .canvas img {
    position: absolute;
    top: 0;
    left: 0; }
  .media_override_format_widget .canvas > div {
    position: absolute !important;
    min-width: 20px;
    min-height: 20px;
    -moz-box-shadow: 0 0 50px black;
    -webkit-box-shadow: 0 0 50px black;
    box-shadow: 0 0 50px black; }
  .media_override_format_widget .canvas .ui-resizable-handle {
    position: absolute;
    width: 15px;
    height: 15px; }
  .media_override_format_widget .canvas .ui-resizable-ne {
    top: 0;
    right: 0;
    border-top: 3px solid white;
    border-right: 3px solid white;
    cursor: ne-resize; }
  .media_override_format_widget .canvas .ui-resizable-se {
    bottom: 0;
    right: 0;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    cursor: se-resize; }
  .media_override_format_widget .canvas .ui-resizable-sw {
    bottom: 0;
    left: 0;
    border-bottom: 3px solid white;
    border-left: 3px solid white;
    cursor: sw-resize; }
  .media_override_format_widget .canvas .ui-resizable-nw {
    top: 0;
    left: 0;
    border-top: 3px solid white;
    border-left: 3px solid white;
    cursor: nw-resize; }

.skeletor {
  margin-bottom: 20px;
  text-align: left; }
  .skeletor fieldset {
    margin: 0 0 10px;
    border: 0;
    padding: 0; }
    .skeletor fieldset:last-child {
      margin-bottom: 0; }
  .skeletor select {
    width: 100%; }
  .skeletor .repeat {
    margin-bottom: 10px;
    background: white; }
    .skeletor .repeat > ul {
      margin: 0;
      border: 1px solid #ccc;
      border-bottom: 0; }
      .skeletor .repeat > ul > li {
        display: block;
        margin-top: -1px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 10px 20px;
        position: relative; }
        .skeletor .repeat > ul > li .sort_handle {
          position: absolute;
          top: 0;
          left: 0;
          width: 10px;
          height: 100%;
          background: #eee; }
        .skeletor .repeat > ul > li .delete {
          position: absolute;
          top: 0;
          right: 0;
          padding: 2px 5px 4px;
          cursor: pointer;
          background: white; }
          .skeletor .repeat > ul > li .delete:hover {
            background: #eee; }
        .skeletor .repeat > ul > li.indicating_delete {
          z-index: 1;
          -moz-box-shadow: 0 0 3px #cc0000;
          -webkit-box-shadow: 0 0 3px #cc0000;
          box-shadow: 0 0 3px #cc0000; }
        .skeletor .repeat > ul > li.ui-sortable-helper {
          opacity: 0.5;
          background: white; }
    .skeletor .repeat > .create {
      float: right;
      width: auto;
      border: 0;
      padding: 5px;
      color: #666;
      background: transparent;
      cursor: pointer; }
      .skeletor .repeat > .create:before {
        content: '+ ';
        font-weight: bold; }
      .skeletor .repeat > .create:hover {
        color: black; }
  .skeletor .choose {
    overflow: auto; }
    .skeletor .choose > ul {
      float: left;
      width: 120px;
      margin: 0; }
      .skeletor .choose > ul li {
        padding: 5px;
        cursor: pointer; }
        .skeletor .choose > ul li:hover {
          background: #fcfcfc; }
        .skeletor .choose > ul li.active {
          background: #eee;
          font-weight: bold; }
    .skeletor .choose > div {
      margin-left: 120px;
      border: 1px solid #f0f0f0;
      border-left: 3px solid #f0f0f0;
      padding: 10px; }
  .skeletor .stack.horizontal {
    width: 100%;
    display: table;
    margin-bottom: 10px; }
    .skeletor .stack.horizontal:last-child {
      margin-bottom: 0; }
    .skeletor .stack.horizontal > * {
      display: table-cell;
      vertical-align: middle; }
    .skeletor .stack.horizontal .spacer {
      width: 10px; }
  .skeletor .stack.vertical {
    display: table;
    width: 100%; }
    .skeletor .stack.vertical > * {
      display: table-row; }
    .skeletor .stack.vertical .spacer {
      height: 10px; }

#ac_test {
  height: 50px; }

input#ac_confirm {
  width: 35px;
  text-align: center;
  color: #c00;
  font-weight: bold; }

#ac_lists {
  margin-left: 50px; }
