/* Partial: twitter/bootstrap/_mixins.scss */
/* line 27, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_mixins.scss */
.clearfix {
  *zoom: 1;
}
/* line 15, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 23, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* Partial: twitter/bootstrap/_variables.scss */
/* Partial: twitter/bootstrap/_tables.scss */
/* line 10, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 20, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}
/* line 24, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 32, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table th {
  font-weight: bold;
}
/* line 36, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
}
/* line 40, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
/* line 49, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 54, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 65, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 75, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 81, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
/* line 86, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
/* line 98, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 104, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
/* line 110, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 118, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
/* line 127, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
/* line 130, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
/* line 135, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 141, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 159, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 172, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 184, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 196, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
/* line 197, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
/* line 198, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
/* line 199, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
/* line 200, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
/* line 201, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
/* line 202, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
/* line 203, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
/* line 204, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
/* line 205, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
/* line 206, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
/* line 207, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
/* line 208, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span13,
.table th.span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
/* line 209, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span14,
.table th.span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
/* line 210, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span15,
.table th.span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
/* line 211, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span16,
.table th.span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
/* line 212, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span17,
.table th.span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
/* line 213, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span18,
.table th.span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
/* line 214, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span19,
.table th.span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
/* line 215, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span20,
.table th.span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
/* line 216, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span21,
.table th.span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
/* line 217, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span22,
.table th.span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
/* line 218, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span23,
.table th.span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
/* line 219, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table td.span24,
.table th.span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}

/* line 229, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}
/* line 232, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}
/* line 235, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
/* line 238, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 245, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
/* line 248, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
/* line 251, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
/* line 254, /root/.rbenv/versions/2.3.8/lib/ruby/gems/2.3.0/gems/bootstrap-sass-rails-2.3.2.1/app/assets/stylesheets/twitter/bootstrap/_tables.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* line 8, /root/app/app/assets/stylesheets/screen/admin.css.sass */
table#danger-zone thead tr {
  background-color: #C12317;
  color: #fff;
}
/* line 11, /root/app/app/assets/stylesheets/screen/admin.css.sass */
table#danger-zone thead th {
  padding: 0 10px;
}
/* line 14, /root/app/app/assets/stylesheets/screen/admin.css.sass */
table#danger-zone tbody tr {
  border: 1px solid #eee;
}
/* line 16, /root/app/app/assets/stylesheets/screen/admin.css.sass */
table#danger-zone tbody td {
  padding: 10px;
  background-color: #fff !important;
}
/* line 19, /root/app/app/assets/stylesheets/screen/admin.css.sass */
table#danger-zone tbody td p {
  margin: 0;
  margin-top: 10px;
  color: #777;
}
/* line 23, /root/app/app/assets/stylesheets/screen/admin.css.sass */
table#danger-zone tbody td.control {
  text-align: right;
  vertical-align: middle;
}
