/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *










 */
/* line 29, /farma_alg_example/app/assets/stylesheets/application.scss */
svg {
  width: 100%;
  height: 100%;
}

/* line 31, /farma_alg_example/app/assets/stylesheets/application.scss */
#graph-menu {
  position: fixed;
}

/* line 35, /farma_alg_example/app/assets/stylesheets/application.scss */
#error_explanation {
  color: red;
}
/* line 37, /farma_alg_example/app/assets/stylesheets/application.scss */
#error_explanation ul {
  color: red;
  margin: 0 0 30px 0;
}

/* line 43, /farma_alg_example/app/assets/stylesheets/application.scss */
#editor_div {
  display: block;
  width: 100%;
  height: 400px;
  font-size: 15px;
}

/* line 50, /farma_alg_example/app/assets/stylesheets/application.scss */
.bg-gold {
  background-color: gold;
}

/* line 54, /farma_alg_example/app/assets/stylesheets/application.scss */
.bg-silver {
  background-color: silver;
}

/* line 58, /farma_alg_example/app/assets/stylesheets/application.scss */
.bg-bronze {
  background-color: brown;
}

/* line 62, /farma_alg_example/app/assets/stylesheets/application.scss */
.user-row {
  background-color: #F0F4C3;
}

/* line 66, /farma_alg_example/app/assets/stylesheets/application.scss */
.flex-box {
  display: flex;
  flex-flow: row wrap;
  width: auto;
}
/* line 71, /farma_alg_example/app/assets/stylesheets/application.scss */
.flex-box .flex-item {
  height: 25px;
  text-align: center;
  margin: 1.5px;
  padding: 2px 4px 2px 4px;
  border-radius: 5px;
}

/* line 80, /farma_alg_example/app/assets/stylesheets/application.scss */
.correct {
  background: #B3D372;
}

/* line 84, /farma_alg_example/app/assets/stylesheets/application.scss */
.incorrect {
  background: #E27A7A;
}

/* line 88, /farma_alg_example/app/assets/stylesheets/application.scss */
.tooltip-inner {
  max-width: 100em;
  word-break: break-all;
  text-align: left;
}

/* line 95, /farma_alg_example/app/assets/stylesheets/application.scss */
dt {
  font-size: 14px;
}

/* line 99, /farma_alg_example/app/assets/stylesheets/application.scss */
td {
  padding: 2px;
}

/* line 103, /farma_alg_example/app/assets/stylesheets/application.scss */
.right-wrong {
  background: linear-gradient(to right, #B3D372 50%, #E27A7A 50%);
}

/* line 107, /farma_alg_example/app/assets/stylesheets/application.scss */
.wrong-right {
  background: linear-gradient(to right, #E27A7A 50%, #B3D372 50%);
}

/* line 111, /farma_alg_example/app/assets/stylesheets/application.scss */
.right-right {
  background: #B3D372;
}

/* line 115, /farma_alg_example/app/assets/stylesheets/application.scss */
.wrong-wrong {
  background: #E27A7A;
}

/* line 119, /farma_alg_example/app/assets/stylesheets/application.scss */
#loading-modal {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("http://sampsonresume.com/labs/pIkfp.gif") 50% 50% no-repeat;
}

/* line 133, /farma_alg_example/app/assets/stylesheets/application.scss */
digg_pagination {
  background: white;
  cursor: default;
  /* self-clearing method: */
}

/* line 137, /farma_alg_example/app/assets/stylesheets/application.scss */
.digg_pagination a, .digg_pagination span, .digg_pagination em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin-right: 1px;
}

/* line 142, /farma_alg_example/app/assets/stylesheets/application.scss */
.digg_pagination .disabled {
  color: #999999;
  border: 1px solid #dddddd;
}

/* line 145, /farma_alg_example/app/assets/stylesheets/application.scss */
.digg_pagination .current {
  font-style: normal;
  font-weight: bold;
  background: #2e6ab1;
  color: white;
  border: 1px solid #2e6ab1;
}

/* line 151, /farma_alg_example/app/assets/stylesheets/application.scss */
.digg_pagination a {
  text-decoration: none;
  color: #105cb6;
  border: 1px solid #9aafe5;
}

/* line 155, /farma_alg_example/app/assets/stylesheets/application.scss */
.digg_pagination a:hover, .digg_pagination a:focus {
  color: #000033;
  border-color: #000033;
}

/* line 158, /farma_alg_example/app/assets/stylesheets/application.scss */
.digg_pagination .page_info {
  background: #2e6ab1;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}

/* line 165, /farma_alg_example/app/assets/stylesheets/application.scss */
.digg_pagination .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em;
}

/* line 169, /farma_alg_example/app/assets/stylesheets/application.scss */
.digg_pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 175, /farma_alg_example/app/assets/stylesheets/application.scss */
* html .digg_pagination {
  height: 1%;
}

/* line 177, /farma_alg_example/app/assets/stylesheets/application.scss */
*:first-child + html .digg_pagination {
  overflow: hidden;
}
