
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.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;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.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;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: rgba(233, 246, 252, 0.7);
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  stop: being-broken;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  background-color: #3f9edd;
  background-image: -moz-linear-gradient(top, #3fa9dd, #3f8fdd);
  background-image: -ms-linear-gradient(top, #3fa9dd, #3f8fdd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3fa9dd), to(#3f8fdd));
  background-image: -webkit-linear-gradient(top, #3fa9dd, #3f8fdd);
  background-image: -o-linear-gradient(top, #3fa9dd, #3f8fdd);
  background-image: linear-gradient(top, #3fa9dd, #3f8fdd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fa9dd', endColorstr='#3f8fdd', GradientType=0);
  border-color: #3f8fdd #3f8fdd #1f68b0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #3f8fdd;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #3f8fdd;
  *background-color: #2982d9;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2375c6 \9;
}
.btn-warning {
  background-color: #f99c38;
  background-image: -moz-linear-gradient(top, #faab55, #f8860b);
  background-image: -ms-linear-gradient(top, #faab55, #f8860b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faab55), to(#f8860b));
  background-image: -webkit-linear-gradient(top, #faab55, #f8860b);
  background-image: -o-linear-gradient(top, #faab55, #f8860b);
  background-image: linear-gradient(top, #faab55, #f8860b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faab55', endColorstr='#f8860b', GradientType=0);
  border-color: #f8860b #f8860b #b15f05;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f8860b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f8860b;
  *background-color: #e37907;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #ca6c06 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5eb92b;
  background-image: -moz-linear-gradient(top, #73c148, #3eac00);
  background-image: -ms-linear-gradient(top, #73c148, #3eac00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#73c148), to(#3eac00));
  background-image: -webkit-linear-gradient(top, #73c148, #3eac00);
  background-image: -o-linear-gradient(top, #73c148, #3eac00);
  background-image: linear-gradient(top, #73c148, #3eac00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73c148', endColorstr='#3eac00', GradientType=0);
  border-color: #3eac00 #3eac00 #226000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #3eac00;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #3eac00;
  *background-color: #359300;
}
.btn-success:active,
.btn-success.active {
  background-color: #2c7900 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  stop: being-broken;
}
.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #3f8fdd;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f8860b;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #3eac00;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.table,
table {
  margin: 0;
}
.table col.key-column,
table col.key-column {
  -webkit-box-shadow: inset 0 0 10px 10px;
  -moz-box-shadow: inset 0 0 10px 10px;
  box-shadow: inset 0 0 10px 10px;
}
.table col.key-column th th,
table col.key-column th th {
  border-bottom: 3px solid #333;
}
.table thead,
table thead {
 
  border-top: 1px solid #d8d8d8;
  border-bottom: 3px solid #d8d8d8;
}
.table thead tr th,
table thead tr th {
  border-left: 1px solid #d8d8d8;
  color: #404040;
  font-size: 13px;
  padding: 12px 20px;
  text-transform: uppercase;
  vertical-align: middle;
}
.table thead tr th input,
table thead tr th input {
  margin: 0;
  width: auto;
}
.table thead tr th:first-child,
table thead tr th:first-child {
  border-left: none;
}
.table thead tr th.key-column,
table thead tr th.key-column {
  border-bottom: 4px solid #3eac00;
}
.table tbody tr td,
table tbody tr td {
  border-left: 1px solid #d8d8d8;
  color: #6a6a6a;
  font-size: 13px;
  padding: 8px 20px;
  vertical-align: middle;
}
.table tbody tr td.radio-cell,
table tbody tr td.radio-cell {
  text-align: center;
}
.table tbody tr td.radio-cell.selected,
table tbody tr td.radio-cell.selected {
  background-color: #3eac00;
}
.table tbody tr td:first-child,
table tbody tr td:first-child {
  border-left: none;
}
.table tbody tr td.number,
table tbody tr td.number {
  text-align: right;
}
.table tbody tr td.no-overflow,
table tbody tr td.no-overflow {
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
  text-overflow: ellipsis;
  /*&:after
					{
						//border-top: 2px solid @grey-mid-light;
						//border-right: 1px solid @grey-mid-light;
						//border-left: 2px solid @grey-mid-light;
						background-image: url(../images/bg_right-fade-td-white.png);
						background-repeat: repeat-y;
						content: " ";
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						width: 45px;					
					}*/

}
.table tbody tr td.key-column,
table tbody tr td.key-column {
  background-color: #EFFAE9;
  border-top: 1px solid #c9d5c1;
  color: #2c7900;
  /*.no-overflow
					{
						&:after
						{
							background-image: url(../images/bg_right-fade-td-green.png);
							background-repeat: repeat-y;
							content: " ";
							position: absolute;
							top: 0;
							right: 0;
							bottom: 0;
							width: 45px;
						}
					}*/

}
.table.table-mini,
table.table-mini {
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.9);
}
.table.table-mini thead,
table.table-mini thead {
  border-bottom: 2px solid #d8d8d8;
}
.table.table-mini thead tr th,
table.table-mini thead tr th {
  font-size: 11px;
  font-weight: 400;
  padding: 4px 8px;
}
.table.table-mini tbody tr td,
table.table-mini tbody tr td {
  font-size: 11px;
  padding: 4px 8px;
  text-align: center;
}
.table.table-mini tbody tr td:first-child,
table.table-mini tbody tr td:first-child {
  text-align: left;
}
.table.ad-group-table,
table.ad-group-table {
  border-bottom: 1px solid #d8d8d8;
}
.table.ad-group-table tr th,
table.ad-group-table tr th {
  border: none;
}
.table.ad-group-table tr th:first-child,
table.ad-group-table tr th:first-child {
  border-left: 1px solid #d8d8d8;
  background-image: url(../images/bg_ad-groups-head.png);
  background-position: right 50%;
  background-repeat: repeat-y;
  padding-right: 31px;
}
.table.ad-group-table tr th:nth-child(2),
table.ad-group-table tr th:nth-child(2) {
  background-image: url(../images/bg_ad-groups-head.png);
  background-position: right 50%;
  background-repeat: repeat-y;
  padding-right: 31px;
}
.table.ad-group-table tr th:last-child,
table.ad-group-table tr th:last-child {
  border-right: 1px solid #d8d8d8;
}
.table.ad-group-table .ad-group-column-one,
table.ad-group-table .ad-group-column-one {
  background-image: url(../images/bg_ad-group-table.png);
  background-position: right 50%;
  background-repeat: repeat-y;
  padding-right: 31px;
  border-left: 1px solid #d8d8d8;
  font-weight: 700;
}
.table.ad-group-table .ad-group-column-two,
table.ad-group-table .ad-group-column-two {
  background-image: url(../images/bg_ad-group-table.png);
  background-position: right 50%;
  background-repeat: repeat-y;
  padding-right: 31px;
  border-left: none;
}
.table.ad-group-table .ad-group-column-three,
table.ad-group-table .ad-group-column-three {
  border-left: none;
  border-right: 1px solid #d8d8d8;
}
.table.ad-group-table ul,
table.ad-group-table ul {
  list-style-type: none;
  font-size: 11px;
  padding: 0;
}
.table.ad-group-table ul li,
table.ad-group-table ul li {
  margin: 0 0 4px 0;
}
.table.table-pricing,
table.table-pricing {
  border-right: 1px solid #bfbfbf;
  margin: 20px 0;
}
.table.table-pricing thead,
table.table-pricing thead {
  border-top: none;
}
.table.table-pricing thead tr th,
table.table-pricing thead tr th {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid #bfbfbf !important;
  text-align: center;
}
.table.table-pricing thead tr th.key-column,
table.table-pricing thead tr th.key-column {
  background-color: rgba(62, 172, 0, 0.7);
  border-bottom: 4px solid #3eac00;
  border-left: 1px solid #3eac00;
  border-right: 1px solid #3eac00;
  color: #ffffff;
  border-top: 1px solid transparent !important;
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
}
.table.table-pricing thead tr th.upgrade,
table.table-pricing thead tr th.upgrade {
  background-color: rgba(63, 169, 221, 0.1);
  border-bottom: 3px solid #3fa9dd;
  color: #186185;
}
.table.table-pricing thead tr th.downgrade,
table.table-pricing thead tr th.downgrade {
  background-color: rgba(245, 175, 0, 0.1);
  border-bottom: 3px solid #f5af00;
  color: #765400;
}
.table.table-pricing thead tr th.disabled,
table.table-pricing thead tr th.disabled {
  color: #6a6a6a;
}
.table.table-pricing thead tr th:first-child,
table.table-pricing thead tr th:first-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: none !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #bfbfbf;
}
.table.table-pricing thead tr th:last-child,
table.table-pricing thead tr th:last-child {
  border-right: 1px solid #bfbfbf;
}
.table.table-pricing tbody,
table.table-pricing tbody {
  border-bottom: 1px solid #d8d8d8;
}
.table.table-pricing tbody tr td:first-child,
table.table-pricing tbody tr td:first-child {
  background-color: #ffffff;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  color: #000000;
  text-align: left;
}
.table.table-pricing tbody tr.price-row td,
table.table-pricing tbody tr.price-row td {
  font-size: 17px;
  font-weight: 600;
}
.table.table-pricing tbody tr.price-row td:first-child,
table.table-pricing tbody tr.price-row td:first-child {
  font-size: 13px;
  font-weight: 400;
}
.table.table-pricing tbody td,
table.table-pricing tbody td {
  background-color: #fcfcfc;
  text-align: center;
}
.table.table-pricing tbody td.key-column,
table.table-pricing tbody td.key-column {
  background-color: #EFFAE9;
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  color: #2c7900;
}
.table.table-pricing tfoot tr td:first-child,
table.table-pricing tfoot tr td:first-child {
  background-color: #eaeaea;
  border-left: none;
  border-bottom: none;
  border-right: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
}
.table.table-pricing tfoot td,
table.table-pricing tfoot td {
  background-color: #fcfcfc;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #bfbfbf;
  text-align: center;
}
.table.table-pricing tfoot td.key-column,
table.table-pricing tfoot td.key-column {
  background-color: #EFFAE9;
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(62, 172, 0, 0.3);
}
.table.table-pricing tfoot td.upgrade,
table.table-pricing tfoot td.upgrade {
  background-color: rgba(63, 169, 221, 0.1);
  border-top: 3px solid #3fa9dd;
  color: #186185;
}
.table.table-pricing tfoot td.downgrade,
table.table-pricing tfoot td.downgrade {
  background-color: rgba(245, 175, 0, 0.1);
  border-top: 3px solid #f5af00;
  color: #765400;
}
.table.table-pricing tfoot td.disabled,
table.table-pricing tfoot td.disabled {
  background-color: #f4f4f4;
  border-top: 3px solid #d8d8d8;
}
.table.table-pricing.review-table thead tr th:first-child,
table.table-pricing.review-table thead tr th:first-child {
  background-color: #F7F7F7;
}
.table.table-pricing.review-table tfoot tr td:first-child,
table.table-pricing.review-table tfoot tr td:first-child {
  background-color: #F7F7F7;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
}
.btn .icon {
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  height: 13px;
  margin: 2px 0 0 9px;
  width: 13px;
}
.btn .icon.done {
  background-image: url(../images/icons/ic_btn_done.png);
}
.btn .icon.upload {
  background-image: url(../images/icons/ic_btn_upload.png);
}
.btn .icon.generate {
  background-image: url(../images/icons/ic_btn_generate.png);
  height: 23px;
  margin: 0 0 0 11px;
  width: 23px;
}
.btn.tips {
  padding: 0 6px;
  font-size: 10px;
  font-weight: 700;
  margin: 0 0 3px 0;
}
.btn.btn-small {
  font-size: 11px;
  padding: 2px 14px;
}
.btn.btn-large {
  font-size: 13px;
  padding: 3px 14px;
}
.btn.btn-huge {
  font-size: 14px;
  line-height: 23px;
  padding: 6px 16px;
}