html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: normal;
}

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}


abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
  overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure {
  margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  overflow: hidden;
  font-family: OpenSans, Arial, sans-serif;
  font-size: 13px;
  background: #666;
  background: -moz-radial-gradient(center, ellipse cover, #666666 0%, #333333 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #666666), color-stop(100%, #333333));
  background: -webkit-radial-gradient(center, ellipse cover, #666666 0%, #333333 100%);
  background: -o-radial-gradient(center, ellipse cover, #666666 0%, #333333 100%);
  background: -ms-radial-gradient(center, ellipse cover, #666666 0%, #333333 100%);
  background: radial-gradient(ellipse at center, #666666 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333', GradientType=1);
  background-attachment: fixed;
  color: #fff;
}

a {
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}

a,
a:link,
a:visited {
  color: #08c;
}

a:hover,
a:active {
  color: #059;
}

input,
textarea,
a.button,
select {
  font-family: OpenSans, Arial, sans-serif;
  padding: 5px;
  border: 1px solid;
  border-radius: 3px;
  -webkit-transition: background .2s;
  transition: background .2s;
}

select {
  -webkit-appearance: menulist-button;
}

input[type="text"],
input[type="password"],
textarea,
select {
  background: #fff;
  border-color: #999;
  color: #333;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #08c;
  outline: none;
}

input[type="button"],
input[type="submit"],
a.button,
a.button:link,
a.button:visited {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #444;
  border: none;
}

input[type="button"]:hover,
input[type="submit"]:hover,
a.button:hover {
  background: #333;
}

input[type="button"]:active,
input[type="submit"]:active,
a.button:active {
  background: #222;
}

input[type="button"].isPrimary,
input[type="submit"].isPrimary,
a.button.isPrimary,
a.button.isPrimary:link,
a.button.isPrimary:visited {
  background: #08c;
}

input[type="button"]:hover.isPrimary,
input[type="submit"]:hover.isPrimary,
a.button.isPrimary:hover {
  background: #05c;
}

input[type="button"]:active.isPrimary,
input[type="submit"]:active.isPrimary,
a.button.isPrimary:active {
  background: #059;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.modal {
  position: relative;
  color: #333;
}

.modal-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.9) 0%, rgba(128, 128, 128, 0.95) 100%);
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(128, 128, 128, 0.95)));
  background-image: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.9) 0%, rgba(128, 128, 128, 0.95) 100%);
  background-image: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.9) 0%, rgba(128, 128, 128, 0.95) 100%);
  background-image: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.9) 0%, rgba(128, 128, 128, 0.95) 100%);
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.9) 0%, rgba(128, 128, 128, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#f2808080', GradientType=1);
}

.modal-float {
  position: absolute;
}

.signUp-form ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.signUp-form-item {
  overflow: hidden;
  padding: 5px 0;
}

.signUp-form-item label {
  float: left;
  width: 300px;
  margin: 6px 10px;
  text-align: right;
}

.signUp-form-item input[type="text"],
.signUp-form-item select,
.signUp-form-item textarea {
  float: left;
  margin: 0 10px;
}

.signUp input[type="text"] {
  width: 288px;
  height: 18px;
  line-height: 18px;
}

.signUp select {
  width: 300px;
  height: 30px;
  line-height: 30px;
}

.signUp textarea {
  width: 288px;
  border-width: 1px;
  height: 90px;
}

.signUp-form-item p {
  float: left;
  /*width: 300px;*/
  margin: 6px 10px;
  font-size: 11px;
}

.signUp-form-submit {
  overflow: hidden;
  padding: 20px 0;
}

.signUp input[type="submit"] {
  display: block;
  margin: 0 auto;
  width: 300px;
  font-size: 16px;
}

.signIn {
  width: 60%;
  max-width: 600px;  
  margin: 50px auto auto auto;
  padding-bottom: 50px;
}

#signUp2,
#signUp3 {
  color: #999;
}

.signIn form {
  width: 400px;
  margin: 0 auto;
}
#signUp2 form {
  width: 96%;
}

.signIn label {
  display: block;
  color: #666;
  font-weight: bold;
}

.signIn input {
  display: block;
  margin: 10px auto;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
}

.signIn input[type="text"],
.signIn input[type="password"] {
  margin: 10px auto;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
}

.signIn input[type="button"] {
  margin: 10px auto;
  width: 100%;
}

.signIn input[type="text"],
.signIn input[type="password"] {
  width: 96%;
}

.signIn input[type="submit"] {
  margin: 10px auto;
  width: 100%;
  background: #0088cc;
}

.signIn input[type="submit"]:hover {
  background: #05c;
}


@media screen and (max-width: 600px) {

  .signIn {
    width: 90%;
    margin: 50px auto 0 auto;
  }

  .signIn form {
    width: 100%;
  }

  .signIn input[type="text"],
  .signIn input[type="password"] {
    width: 94%;
  }
}



.signIn-links {
  margin: 20px 0;
  text-align: center;
}

.signIn .alert {
  margin: 20px 0;
  border-radius: 5px;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.alert {
  font-size: 11px;
  padding: 10px;
  text-align: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 1px #ffffff;
  background: #ffd;
  border: 1px solid #ddb;
  color: #c95;
  border-radius: 5px;
  text-shadow: 0 1px 1px #fff;
  margin: 15px 0 10px 0;
}

.alert.error {
  background: #fdd;
  border-color: #dbb;
  color: #b44;
}

.alert.textbox_error {
  background: rgba(187, 68, 68, 0.5);
  border-color: rgba(187, 68, 68, 0.5);
  border-radius: 0 0 3px 3px;
}

.alert.field_error_text {
  color: #FFF;
  text-shadow: none;
  padding: 0px 10px;
  line-height: 2;
}

.alert.success {
  background: #dfd;
  border-color: #bdb;
  color: #484;
}

.alert h1 {
  font-size: 16px;
  margin: 0;
}

.alert p {
  margin: 0;
}

/*  Browser compatible  */
.browser_compatibility_warning {
  height: 28px;
  background-color: #FFFFDD;
  border-bottom: 1px solid #DDB;
  box-shadow: 0 1px 0 0 #FFD;
  position: relative;
}

.browser_compatibility_warning span.warning_msg {
  margin-left: 10px;
  vertical-align: middle;
  font-family: Arial;
  font-size: 11px;
  color: #C95;
  float: left;
  margin: 5px 0 0 10px;
}

.browser_compatibility_warning a.chrome_href {
  font-size: 11px;
  vertical-align: middle;
  float: left;
  margin: 5px 0 0 5px;
}

.browser_compatibility_warning .icon-remove {
  float: right;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 15px;
}

.small-font {
  font-size: 11px !important;
}

.medium-font {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

.primary-font {
  color: #333333;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.large-font {
  font-size: 16px;
  font-weight: bold;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* IE 6+, FF 7+, Op 11+, Saf 1.3+, Chr 1+ */
  -o-text-overflow: ellipsis;
  /* for Opera 9 & 10 */
}

.show_context_location_menu {
  overflow: visible;
}

/*--------------------------------------------------------------------------------*/
/* Header */
/*--------------------------------------------------------------------------------*/
body>header {
  background-color: #111;
  overflow: visible;
  /* Gradient */
  background-image: linear-gradient(top, #222222 0%, #111111 100%);
  background-image: -ms-linear-gradient(top, #222222 0%, #111111 100%);
  background-image: -webkit-linear-gradient(top, #222222 0%, #111111 100%);
  background-image: -moz-linear-gradient(top, #222222 0%, #111111 100%);
  background-image: -o-linear-gradient(top, #222222 0%, #111111 100%);
}

.menu_border {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/*------------*/
/* Eidos Logo */
/*------------*/
#eidos_logo_container {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  padding-right: 10px;
}

.eidos_logo_small {
  background: url('/static/images/logo.png?ce01a2d7cbaf') center no-repeat;
  width: 120px;
  height: 48px;
  float: left;
  display: block;
  /* because it's "a" tag. we need this. */
}

#main_content {
  width: 100%;
  overflow: hidden;
  /* Gradient */
  background-image: linear-gradient(top, #dddddd 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #dddddd 0%, #ffffff 50%);
  background-image: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(top, #dddddd 0%, #ffffff 50%);
  background-image: -o-linear-gradient(top, #dddddd 0%, #ffffff 50%);
}

#context-nav {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  overflow: visible;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  float: left;
  line-height: 48px;
}

#context-nav .context_menu {
  overflow: visible;
  position: relative;
}

#context-nav .context_menu .dropdown-toggle {
  padding: 0 7px 0 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#context-nav .context_menu .dropdown-toggle .caret {
  border-top: 4px solid #666666;
  vertical-align: text-top;
}

#context-nav .context_menu .dropdown-toggle:hover .caret {
  border-top: 4px solid #ffffff;
}

#context-nav .context_menu .dropdown-menu li {
  font-size: 11px;
  font-weight: normal;
  text-shadow: none;
}

#context-nav .context_menu .dropdown-menu li a {
  color: #333;
}

#context-nav .context_menu .dropdown-menu li a:hover {
  color: #fff;
}

#context-nav .context_menu .dropdown-menu li span {
  padding: 0;
  display: inline;
}

#context-nav .context_menu .dropdown-menu li.disabled a {
  color: #999;
}

#context-nav .nav_menu {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  line-height: 48px;
  cursor: pointer;
}

#context-nav .nav_menu a {
  padding: 0 20px;
  color: #666666;
}

#context-nav .nav_menu.activated a {
  color: #cccccc;
}

#context-nav .nav_menu:hover a {
  color: #ffffff;
}

#user_info {
  float: right;
  padding: 8px 8px 8px 0;
}

#user_info #user_menu {
  position: relative;
  float: left;
  line-height: 32px;
}

#user_info #user_menu>a {
  color: #ccc;
}

#user_info #user_menu .dropdown-toggle .caret {
  border-top: 4px solid #ccc;
  margin-top: 16px;
}

#user_info #user_menu:hover>a {
  color: #fff;
}

#user_info #user_menu:hover .dropdown-toggle .caret {
  border-top: 4px solid #fff;
}

#user_info .user_info_image {
  float: right;
  margin-left: 10px;
  display: inline-block;
  border-radius: 3px;
  width: 32px;
  height: 32px;
  background-size: cover;
  text-indent: -9999px;
}

nav.navbar #main_nav {
  height: 32px;
  line-height: 30px;
  padding: 0 20px;
  background-color: #444;
  border-top: 1px solid #666;
  border-bottom: 1px solid #000;
  /* Gradient */
  background-image: linear-gradient(top, #444444 0%, #333333 100%);
  background-image: -ms-linear-gradient(top, #444444 0%, #333333 100%);
  background-image: -webkit-linear-gradient(top, #444444 0%, #333333 100%);
  background-image: -moz-linear-gradient(top, #444444 0%, #333333 100%);
  background-image: -o-linear-gradient(top, #444444 0%, #333333 100%);
  width: 100%;
  padding: 0px;
}

nav.navbar #main_nav #page_title {
  margin-left: 20px;
  float: left;
}

nav.navbar #main_nav #page_title h5 {
  color: #cccccc;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  line-height: 32px;
  margin-bottom: 0;
}

nav.navbar #main_nav #page_title h5 .location_name {
  color: #ffffff;
}

nav.navbar #main_nav ul li {
  list-style: none;
  margin-left: 0;
}

nav.navbar #main_nav ul.nav {
  padding-left: 20px;
}

nav.navbar #main_nav ul.nav li {
  padding: 0px;
  margin: 0;
}

nav.navbar #main_nav ul.nav li .icon-angle-right {
  color: rgba(255, 255, 255, 0.2);
  font-size: 26px;
  vertical-align: -13%;
  width: 5px;
  display: inline;
}

nav.navbar #main_nav ul.pull-right {
  position: relative;
  float: right;
  padding: 0 20px;
}

nav.navbar #main_nav ul.pull-right .dropdown .dropdown-toggle span.icon-cog {
  color: #CCC;
  text-shadow: 0 -1px #000000;
  display: inline-block;
  width: 1.25em;
  text-align: center;
  line-height: 1.5em;
}

nav.navbar #main_nav ul.pull-right .dropdown .dropdown-toggle .caret {
  border-top: 4px solid #ccc;
  margin-top: 14px;
}

nav.navbar #main_nav ul.pull-right .dropdown .dropdown-toggle:hover span.icon-cog {
  color: #fff;
}

nav.navbar #main_nav ul.pull-right .dropdown .dropdown-toggle:hover .caret {
  border-top: 4px solid #fff;
}

nav.navbar #main_nav ul.pull-right .dropdown .dropdown-menu {
  left: -85px;
}

.navbar-inner {
  height: 32px;
  line-height: 30px;
  padding: 0 20px;
  background-color: #444;
  border-top: 1px solid #666;
  border-bottom: 1px solid #000;
  /* Gradient */
  background-image: linear-gradient(top, #444444 0%, #333333 100%);
  background-image: -ms-linear-gradient(top, #444444 0%, #333333 100%);
  background-image: -webkit-linear-gradient(top, #444444 0%, #333333 100%);
  background-image: -moz-linear-gradient(top, #444444 0%, #333333 100%);
  background-image: -o-linear-gradient(top, #444444 0%, #333333 100%);
}

/*---------------------*/
/* Create story button */
/*---------------------*/
div.create.list_button {
  margin: 10px;
  padding: 10px;
  background-color: #CCC;
  border-radius: 5px;
  border-bottom: solid 1px #E5E5E5;
  cursor: pointer;
  text-shadow: 0 1px 1px #FFF;
  font-size: 11px;
  line-height: 11px;
}

div.create.list_button:hover {
  background-color: #333333;
  text-shadow: none;
}

div.create.list_button:hover a.create {
  color: #ffffff;
}

div.create.list_button:hover a.create span {
  color: #ffffff;
}

div.create.list_button a.create {
  color: #999999;
}

div.create.list_button a.create span {
  margin-left: 5px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navigation_label {
  color: #999999;
  display: inline-block;
}

.page_error {
  background-color: #ECC;
  border-bottom: solid 1px #B44;
  color: #B44;
  border-radius: 3px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
  font-size: 11px;
  line-height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  text-shadow: 0 1px #fff;
  box-sizing: border-box;
  width: 100%;
}

footer {
  border-top: 1px solid #000;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
}

footer #proteus_copyright {
  color: #666;
  margin-left: 15px;
}

footer .button_container {
  text-align: center;
  background-color: #666666;
  background-image: -webkit-linear-gradient(top, #888888 0%, #666666 100%);
  box-shadow: -1px -1px rgba(0, 0, 0, 0.5), inset 1px 1px rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

footer .button_container span {
  margin: 0 20px;
  text-align: center;
  color: #fff;
}

/* ---------- */
/* Story List style */
/* ---------- */
.column_story_list .placeholder {
  border: 1px solid #CCC;
  background: #FFF;
  box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.1);
  display: block;
  margin-top: 10px;
  border-radius: 3px;
  height: 30px;
}

a-storycard.placeholder {
  border: 1px solid #CCC;
  background: #FFF;
  box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.1);
  display: block;
  margin-top: 10px;
  border-radius: 3px;
  height: 30px;
}

/*--------------------------------------------------------------------------------*/
/* Overlay */
/*--------------------------------------------------------------------------------*/
.popup_overlay,
.new_popup_overlay {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  /* Gradient */
  background-image: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 10%, rgba(128, 128, 128, 0.9) 100%);
  background-image: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 10%, rgba(128, 128, 128, 0.9) 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 10%, rgba(128, 128, 128, 0.9) 100%);
  background-image: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 10%, rgba(128, 128, 128, 0.9) 100%);
  background-image: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 10%, rgba(128, 128, 128, 0.9) 100%);
}

.popup_form {
  border: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  margin: auto;
  width: 642px;
  padding: 0px;
  position: relative;
}

.popup_form .light_pane {
  border: 1px solid #808080;
  border-radius: 5px;
  margin: 0;
  width: 600px;
  position: relative;
  padding: 15px 20px;
}

.popup_form .light_pane .form_title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-shadow: 0 1px 1px #FFF;
}

.popup_form .light_pane .sub_form_title {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  text-shadow: 0 1px 1px #FFF;
}

.popup_form .light_pane .form_section_title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-shadow: 0 1px 1px #FFF;
  margin-bottom: 5px;
}

.popup_form .light_pane hr.light {
  margin: 10px -20px;
}

.popup_form .light_pane input[type=textbox] {
  color: #333333;
  width: 588px;
  background: #FFF;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid;
  border-radius: 3px;
  border-color: #999999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}

.popup_form .light_pane input[type=textbox]:focus {
  border-color: #08C;
  box-shadow: 0 0 5px rgba(0, 136, 204, 0.5), inset 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.popup_form .light_pane #create_button {
  color: #FFF;
  clear: both;
  display: block;
  padding: 5px 20px;
  float: right;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
}

.popup_form .light_pane .cancel {
  line-height: 33px;
}

.table {
  display: table;
}

#no_current_storyboard_popup #container {
  position: relative;
  width: 100%;
  height: 100%;
}

#no_current_storyboard_popup #container #content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 310px;
  height: 100px;
  text-align: center;
  position: absolute;
}

#no_current_storyboard_popup #container #content .detail {
  color: #333333;
}

#no_current_storyboard_popup #container #no_storyboard_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.button_blue {
  border: 1px solid #059;
  border-radius: 3px;
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.2);
  color: #FFF;
  text-shadow: 0px -1px 1px #000000;
  padding: 5px 10px;
  /* Gradient */
  background-image: linear-gradient(top, #0088cc 0%, #0055cc 100%);
  background-image: -ms-linear-gradient(top, #0088cc 0%, #0055cc 100%);
  background-image: -webkit-linear-gradient(top, #0088cc 0%, #0055cc 100%);
  background-image: -moz-linear-gradient(top, #0088cc 0%, #0055cc 100%);
  background-image: -o-linear-gradient(top, #0088cc 0%, #0055cc 100%);
}

.button_blue:hover {
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.1);
  /* Gradient */
  background-image: linear-gradient(top, #0055cc 0%, #0066cc 100%);
  background-image: -ms-linear-gradient(top, #0055cc 0%, #0066cc 100%);
  background-image: -webkit-linear-gradient(top, #0055cc 0%, #0066cc 100%);
  background-image: -moz-linear-gradient(top, #0055cc 0%, #0066cc 100%);
  background-image: -o-linear-gradient(top, #0055cc 0%, #0066cc 100%);
}

.button_blue.disabled {
  color: rgba(255, 255, 255, 0.5) !important;
  text-shadow: none !important;
  background: #08c !important;
  cursor: default !important;
  pointer-events: auto !important;
}

a.button_blue {
  border: 1px solid #059;
  border-radius: 3px;
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.2);
  color: #FFF;
  text-shadow: 0px -1px 1px #000000;
  padding: 5px 10px;
  /* Gradient */
  background-image: linear-gradient(top, #0088cc 0%, #0055cc 100%);
  background-image: -ms-linear-gradient(top, #0088cc 0%, #0055cc 100%);
  background-image: -webkit-linear-gradient(top, #0088cc 0%, #0055cc 100%);
  background-image: -moz-linear-gradient(top, #0088cc 0%, #0055cc 100%);
  background-image: -o-linear-gradient(top, #0088cc 0%, #0055cc 100%);
}

a.button_blue:hover {
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.1);
  /* Gradient */
  background-image: linear-gradient(top, #0055cc 0%, #0066cc 100%);
  background-image: -ms-linear-gradient(top, #0055cc 0%, #0066cc 100%);
  background-image: -webkit-linear-gradient(top, #0055cc 0%, #0066cc 100%);
  background-image: -moz-linear-gradient(top, #0055cc 0%, #0066cc 100%);
  background-image: -o-linear-gradient(top, #0055cc 0%, #0066cc 100%);
}

input[submit].button_blue {
  border: 1px solid #059;
  border-radius: 3px;
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.2);
  color: #FFF;
  text-shadow: 0px -1px 1px #000000;
  padding: 5px 10px;
  /* Gradient */
  background-image: linear-gradient(top, #0088cc 0%, #0055cc 100%);
  background-image: -ms-linear-gradient(top, #0088cc 0%, #0055cc 100%);
  background-image: -webkit-linear-gradient(top, #0088cc 0%, #0055cc 100%);
  background-image: -moz-linear-gradient(top, #0088cc 0%, #0055cc 100%);
  background-image: -o-linear-gradient(top, #0088cc 0%, #0055cc 100%);
}

input[submit].button_blue:hover {
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.1);
  /* Gradient */
  background-image: linear-gradient(top, #0055cc 0%, #0066cc 100%);
  background-image: -ms-linear-gradient(top, #0055cc 0%, #0066cc 100%);
  background-image: -webkit-linear-gradient(top, #0055cc 0%, #0066cc 100%);
  background-image: -moz-linear-gradient(top, #0055cc 0%, #0066cc 100%);
  background-image: -o-linear-gradient(top, #0055cc 0%, #0066cc 100%);
}

button.button_blue {
  border: 1px solid #059;
  border-radius: 3px;
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.2);
  color: #FFF;
  text-shadow: 0px -1px 1px #000000;
  padding: 5px 10px;
  /* Gradient */
  background-image: linear-gradient(top, #0088cc 0%, #0055cc 100%);
  background-image: -ms-linear-gradient(top, #0088cc 0%, #0055cc 100%);
  background-image: -webkit-linear-gradient(top, #0088cc 0%, #0055cc 100%);
  background-image: -moz-linear-gradient(top, #0088cc 0%, #0055cc 100%);
  background-image: -o-linear-gradient(top, #0088cc 0%, #0055cc 100%);
}

button.button_blue:hover {
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.1);
  /* Gradient */
  background-image: linear-gradient(top, #0055cc 0%, #0066cc 100%);
  background-image: -ms-linear-gradient(top, #0055cc 0%, #0066cc 100%);
  background-image: -webkit-linear-gradient(top, #0055cc 0%, #0066cc 100%);
  background-image: -moz-linear-gradient(top, #0055cc 0%, #0066cc 100%);
  background-image: -o-linear-gradient(top, #0055cc 0%, #0066cc 100%);
}

.modal-controls a {
  color: #cccccc;
  position: absolute;
  top: 0;
  right: 0;
}

.modal-controls a.modal-controls-cancel {
  font-size: 24px;
  line-height: 30px;
  top: 0;
  right: 0;
  padding: 15px 25px;
}

.modal-controls a:hover {
  color: #ffffff;
}

.modal-controls a:link {
  color: #cccccc;
}

.modal-controls a:visited {
  color: #cccccc;
}

.modal-controls a:active {
  color: #ffffff;
}

.dropdown-menu li {
  margin-left: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #999999;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

.open {
  *z-index: 1000;
}

.open>.dropdown-menu {
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu>.dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}