article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  width: 100%;
  height: 100% !important;
  min-height: 100%;
}
body {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #333333;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1NDQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGQkZCRkIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNEREREREQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c1NDQpIiAvPgo8L3N2Zz4=);
  background-attachment: fixed;
}
h1 {
  margin-top: 0;
  font-size: 22px;
  color: #2D4782;
}
h2 {
  font-size: 16px;
}
a:link:not(.carousel-control),
a:visited,
.btn-group > .btn,
.btn-group > .dropdown-menu {
  text-decoration: none;
}
a:link:not(.btn-large, .carousel-control),
a:visited,
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 12px;
}
.btn,
.button {
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: linear-gradient(to bottom, #ffffff, #e8e8e8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe8e8e8', GradientType=0);
  border-color: #c2c2c2;
  border-color: rgba(0, 0, 0, 0.2);
  *border-color: #c2c2c2;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  *margin-left: .3em;
}
.btn:hover,
.button:hover,
.btn:focus,
.button:focus,
.btn:active,
.button:active,
.btn.active,
.button.active,
.btn.disabled,
.button.disabled,
.btn[disabled],
.button[disabled] {
  color: #333333;
  background: #e8e8e8;
  filter: none;
}
.btn:active,
.button:active,
.btn.active,
.button.active {
  background: #e0e0e0;
}
.btn:first-child,
.button:first-child {
  *margin-left: 0;
}
.btn:hover,
.button:hover,
.btn:focus,
.button:focus {
  color: #333333;
  text-decoration: none;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus,
.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.button.active,
.btn:active,
.button:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.btn.disabled,
.button.disabled,
.btn[disabled],
.button[disabled],
.btn.disabled-button,
.button.disabled-button {
  border-color: #d8d8d8;
  color: #888888 !important;
  cursor: default;
  background: #e8e8e8 !important;
  box-shadow: none;
  text-shadow: 0 1px 0 #fff;
  filter: none !important;
}
.btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  border-radius: 2px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.049999999999999px;
  border-radius: 2px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 9.75px;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
a.btn,
a.btn-linkout,
a.button {
  color: #333333;
}
a.btn:active,
a.btn-linkout:active,
a.button:active,
a.btn:hover,
a.btn-linkout:hover,
a.button:hover,
a.btn:focus,
a.btn-linkout:focus,
a.button:focus,
a.btn:visited,
a.btn-linkout:visited,
a.button:visited {
  color: #333;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-secondary.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary,
.primary-button {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006ed3;
  background-image: -moz-linear-gradient(top, #007ed5, #0055cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007ed5), to(#0055cf));
  background-image: -webkit-linear-gradient(top, #007ed5, #0055cf);
  background-image: -o-linear-gradient(top, #007ed5, #0055cf);
  background-image: linear-gradient(to bottom, #007ed5, #0055cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007ed5', endColorstr='#ff0055cf', GradientType=0);
  border-color: #003683;
  border-color: rgba(0, 0, 0, 0.2);
  *border-color: #003683;
  background-color: #007ed5;
}
.btn-primary:hover,
.primary-button:hover,
.btn-primary:focus,
.primary-button:focus,
.btn-primary:active,
.primary-button:active,
.btn-primary.active,
.primary-button.active,
.btn-primary.disabled,
.primary-button.disabled,
.btn-primary[disabled],
.primary-button[disabled] {
  color: #ffffff;
  background: #0055cf;
  filter: none;
}
.btn-primary:active,
.primary-button:active,
.btn-primary.active,
.primary-button.active {
  background: #004fc0;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f79005;
  background-image: -moz-linear-gradient(top, #f79005, #f79005);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f79005), to(#f79005));
  background-image: -webkit-linear-gradient(top, #f79005, #f79005);
  background-image: -o-linear-gradient(top, #f79005, #f79005);
  background-image: linear-gradient(to bottom, #f79005, #f79005);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff79005', endColorstr='#fff79005', GradientType=0);
  border-color: #ac6403;
  border-color: rgba(0, 0, 0, 0.2);
  *border-color: #ac6403;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background: #f79005;
  filter: none;
}
.btn-warning:active,
.btn-warning.active {
  background: #e88705;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #cc0000;
  background-image: -moz-linear-gradient(top, #cc0000, #cc0000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc0000), to(#cc0000));
  background-image: -webkit-linear-gradient(top, #cc0000, #cc0000);
  background-image: -o-linear-gradient(top, #cc0000, #cc0000);
  background-image: linear-gradient(to bottom, #cc0000, #cc0000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ffcc0000', GradientType=0);
  border-color: #800000;
  border-color: rgba(0, 0, 0, 0.2);
  *border-color: #800000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background: #cc0000;
  filter: none;
}
.btn-danger:active,
.btn-danger.active {
  background: #bd0000;
}
.btn-success,
.commerce-button {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3cab28;
  background-image: -moz-linear-gradient(top, #50c236, #1f8812);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#50c236), to(#1f8812));
  background-image: -webkit-linear-gradient(top, #50c236, #1f8812);
  background-image: -o-linear-gradient(top, #50c236, #1f8812);
  background-image: linear-gradient(to bottom, #50c236, #1f8812);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff50c236', endColorstr='#ff1f8812', GradientType=0);
  border-color: #104409;
  border-color: rgba(0, 0, 0, 0.2);
  *border-color: #104409;
  background-color: #009900;
}
.btn-success:hover,
.commerce-button:hover,
.btn-success:focus,
.commerce-button:focus,
.btn-success:active,
.commerce-button:active,
.btn-success.active,
.commerce-button.active,
.btn-success.disabled,
.commerce-button.disabled,
.btn-success[disabled],
.commerce-button[disabled] {
  color: #ffffff;
  background: #1f8812;
  filter: none;
}
.btn-success:active,
.commerce-button:active,
.btn-success.active,
.commerce-button.active {
  background: #1c7a10;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-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(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #1f6377;
  border-color: rgba(0, 0, 0, 0.2);
  *border-color: #1f6377;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background: #2f96b4;
  filter: none;
}
.btn-info:active,
.btn-info.active {
  background: #2c8ca8;
}
.btn-secondary,
.secondary-button {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #636363;
  background-image: -moz-linear-gradient(top, #777777, #444444);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777777), to(#444444));
  background-image: -webkit-linear-gradient(top, #777777, #444444);
  background-image: -o-linear-gradient(top, #777777, #444444);
  background-image: linear-gradient(to bottom, #777777, #444444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff444444', GradientType=0);
  border-color: #1e1e1e;
  border-color: rgba(0, 0, 0, 0.2);
  *border-color: #1e1e1e;
  background-color: #555555;
}
.btn-secondary:hover,
.secondary-button:hover,
.btn-secondary:focus,
.secondary-button:focus,
.btn-secondary:active,
.secondary-button:active,
.btn-secondary.active,
.secondary-button.active,
.btn-secondary.disabled,
.secondary-button.disabled,
.btn-secondary[disabled],
.secondary-button[disabled] {
  color: #ffffff;
  background: #444444;
  filter: none;
}
.btn-secondary:active,
.secondary-button:active,
.btn-secondary.active,
.secondary-button.active {
  background: #3c3c3c;
}
.btn-flat {
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  filter: none;
}
a.btn-primary,
a.btn-primary:active,
a.btn-primary:focus,
a.btn-primary:hover,
a.btn-primary:visited,
a.primary-button,
a.primary-button:active,
a.primary-button:focus,
a.primary-button:hover,
a.primary-button:visited,
a.btn-warning,
a.btn-warning:active,
a.btn-warning:focus,
a.btn-warning:hover,
a.btn-warning:visited,
a.btn-danger,
a.btn-danger:active,
a.btn-danger:focus,
a.btn-danger:hover,
a.btn-danger:visited,
a.btn-success,
a.btn-success:active,
a.btn-success:focus,
a.btn-success:hover,
a.btn-success:visited,
a.commerce-button,
a.commerce-button:active,
a.commerce-button:focus,
a.commerce-button:hover,
a.commerce-button:visited,
a.btn-info,
a.btn-info:active,
a.btn-info:focus,
a.btn-info:hover,
a.btn-info:visited,
a.btn-secondary,
a.btn-secondary:active,
a.btn-secondary:focus,
a.btn-secondary:hover,
a.btn-secondary:visited,
a.secondary-button,
a.secondary-button:active,
a.secondary-button:focus,
a.secondary-button:hover,
a.secondary-button:visited {
  color: #fff;
}
button.btn,
input[type="submit"].btn,
button.button,
input[type="submit"].button {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner,
button.button::-moz-focus-inner,
input[type="submit"].button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large,
button.button.btn-large,
input[type="submit"].button.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small,
button.button.btn-small,
input[type="submit"].button.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini,
button.button.btn-mini,
input[type="submit"].button.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #007ed5;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005189;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px;
}
.btn-group > .btn-mini {
  font-size: 9.75px;
}
.btn-group > .btn-small {
  font-size: 11.049999999999999px;
}
.btn-group > .btn-large {
  font-size: 16.25px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e8e8e8;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0055cf;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f79005;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #cc0000;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #1f8812;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-secondary.dropdown-toggle {
  background-color: #444444;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-secondary .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  border-radius: 2px 2px 0 0;
}
.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 2px 2px;
}
.btn-group-vertical > .btn-large:first-child {
  border-radius: 2px 2px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 2px 2px;
}
.dropdown-menu {
  border-radius: 0px;
}
p,
td,
dl,
.main-content ul,
.main-content ol {
  font-size: 12px;
}
div.filter-option,
div.annotation-option {
  font-size: 12px;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-appearance: none;
}
.form-small-text label,
.form-small-text input,
.form-small-text button,
.form-small-text select,
.form-small-text textarea {
  font-size: 12px;
}
.bold {
  font-weight: bold;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.right-buffer {
  margin-right: 10px;
}
.small-left-buffer {
  margin-left: 5px;
}
.form-small-text input[type="checkbox"],
.form-small-text input[type="radio"] {
  margin-top: 5px;
}
input.error {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #b94a48;
}
input.error:focus {
  border-color: #b94a48;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(254, 10, 15, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(254, 10, 15, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(254, 10, 15, 0.6);
}
.context-help {
  font-size: 14px;
}
.context-help a:link,
.context-help a:visited {
  font-weight: normal;
}
.has-title-tooltip {
  cursor: help;
}
.nowrap {
  white-space: nowrap;
}
.breakall {
  word-break: break-all;
}
.breakword {
  word-break: break-word;
}
.wrapper {
  min-height: 100%;
}
.container-box {
  background-color: #fafafa;
  border: 1px solid #ccc;
  padding: 25px;
}
.container-header {
  border: 1px solid #ccc;
  padding: 10px;
  color: #666666;
  font-size: 18px;
}
.container-body {
  background-color: #fafafa;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 25px;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form-search button {
  line-height: 20px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.feature-highlights h4 {
  margin-top: 25px;
}
.getting-started {
  padding-top: 20px;
}
.getting-started .quicklink-icon {
  margin: 5px 0 0;
  text-align: center;
}
.getting-started h4 {
  color: #2D4782;
  margin: 5px 0;
}
.getting-started .quicklink {
  margin-bottom: 20px;
}
.getting-started .quicklink a {
  width: 130px;
  margin-right: 10px;
}
.have-questions ul {
  list-style: none;
}
.have-questions li {
  margin-bottom: 10px;
}
.have-questions icon {
  margin-right: 10px;
}
.qc-icon-group {
  margin-top: 20px;
}
.qc-icon-group-first {
  margin-top: 0;
}
.qc-icon-subgroups {
  background: #F8F8F8;
  padding: 5px 0;
  border-radius: 5px;
}
.qc-list {
  list-style: none;
  display: inline;
}
.qc-info-cell {
  float: left;
  width: 42px;
}
.qc-cell-image {
  width: 36px;
  height: 36px;
}
.qc-icon-group-label strong {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
}
.qc-icon-group-label.closed .caret {
  border-left: 4px solid black;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 0;
  margin-top: 9px;
}
.qc-icon-group-label .caret {
  margin-top: 11px;
}
.qc-icon {
  float: left;
  width: 140px;
}
.qc-icon p {
  font-weight: bold;
  text-align: center;
}
.qc-icon div {
  margin: 0 auto;
  text-align: center;
}
.qc-icon img {
  margin: 0 auto;
  display: block;
}
.qc-icon-value {
  font-size: 14px;
}
#sampleInformationPane .span3,
.analysis-report-iconset .span3 {
  padding-left: 2.12%;
  margin-left: 0;
}
#sampleInformationPane .row-fluid .span3,
.analysis-report-iconset .row-fluid .span3 {
  width: 23.404255319148934%;
  height: 70px;
}
.row-fluid .span2_of_13 {
  width: 12.35692%;
  /* slightly less than 12.45 so as to leave some room to the sides when enclosed in a background / border radius */

}
.header {
  background: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #efefef 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #efefef 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #efefef 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #efefef 100%);
  background-image: linear-gradient(top, #f7f7f7 0%, #efefef 100%);
}
.header .logo {
  padding-top: 15px;
}
.header .nav {
  margin-top: 10px;
  margin-bottom: 0px;
}
.header a {
  color: #666;
}
.header .nav-tabs li {
  margin-left: 4px;
  min-width: 100px;
}
.header .nav-tabs li:first-child {
  margin-left: 20px;
}
.header .nav-tabs > li > a {
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  background: #233873;
  background-image: -o-linear-gradient(top, #485987 17%, #2f447c 59%, #283d78 80%, #233873 90%);
  background-image: -webkit-linear-gradient(top, #485987 17%, #2f447c 59%, #283d78 80%, #233873 90%);
  background-image: -ms-linear-gradient(top, #485987 17%, #2f447c 59%, #283d78 80%, #233873 90%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.17, #485987), color-stop(0.59, #2f447c), color-stop(0.8, #283d78), color-stop(0.9, #233873));
  background-image: -moz-linear-gradient(top, #485987 17%, #2f447c 59%, #283d78 80%, #233873 90%);
  background-image: linear-gradient(top, #485987 17%, #2f447c 59%, #283d78 80%, #233873 90%);
  border-top: 1px solid #5B6A93;
  border-right: 1px solid #5B6A93;
  border-left: 1px solid #5B6A93;
  border-radius: 4px 4px 0 0;
}
.header .nav-tabs > li.active > a,
.header .nav-tabs > li > a:hover {
  color: #2D4782;
  background: #fff;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #dcdcdc;
}
.nav > .disabled > a {
  font-weight: normal;
  color: #666;
}
.nav .dropdown-toggle .caret,
.nav .dropdown-toggle:hover .caret {
  border-bottom-color: #666;
  border-top-color: #666;
}
.dropdown-menu.notifications {
  width: 400px;
}
.dropdown-menu.notifications .nav-header {
  padding-left: 10px;
}
.dropdown-menu.notifications li {
  padding-right: 10px;
}
.dropdown-menu.notifications a {
  display: inline;
  color: #08C;
  margin: 0;
  padding: 0;
}
.dropdown-menu.notifications a.btn {
  display: block;
  padding: 6px 0;
  margin-top: 4px;
}
.dropdown-menu.notifications a:hover {
  background: transparent;
  color: #000;
}
.sub-nav {
  height: 32px;
  padding-top: 5px;
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #e2e2e2;
}
.main {
  background-color: #f2f2f2;
  padding: 20px;
}
.main h4 {
  color: #666;
  word-wrap: break-word;
}
.main-content {
  background: #fff;
  padding: 20px 0 40px;
  min-height: 400px;
}
.well {
  border: 0;
  background: #f3f3f3;
  padding: 5px 15px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer {
  height: 180px;
  background-color: #fff;
  border-top: 1px solid #D8D8D8;
}
footer .row-fluid div {
  padding-top: 20px;
}
footer ul {
  margin-bottom: 25px;
}
footer p {
  font-size: 12px;
  line-height: 12px;
  padding-left: 3px;
  color: #888;
}
footer a:link,
footer a:visited {
  padding: 0 3px;
  color: #888;
  font-size: 12px;
}
footer a:hover {
  color: #555;
}
.contentinfo-legal {
  clear: both;
  margin-left: 0;
}
.contentinfo-legal li {
  border-right: 1px solid #D8D8D8;
  float: left;
  line-height: 12px;
  list-style-type: none;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-right: 10px;
}
.contentinfo-legal li.last-of-type {
  border-right: 0 none;
  padding-right: 0;
}
.environment {
  border-radius: 15px;
  font-weight: bold;
  padding: 3px 14px;
  margin-bottom: 4px;
  color: #233873;
  font-size: 12px;
}
.environment-collaboration {
  background: #c5d5f6;
  border-radius: 15px;
  padding: 3px 14px;
  color: #666;
}
.environment-ltadmin {
  background: #f6c5d5;
  border-radius: 15px;
  padding: 3px 14px;
  color: #666;
}
tr.active {
  background-color: rgba(0, 171, 255, 0.12);
}
.action,
.no-action {
  background: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  /**text-align: center;*/

  color: #1A7DD9;
  margin: 0 auto 15px;
  position: relative;
}
.action:hover,
.no-action:hover {
  border: 1px solid #3bbcff;
  box-shadow: inset 0 0 0 1px #3bbcff;
}
.action p,
.no-action p {
  padding-top: 20px;
}
.no-action {
  padding: 20px 0 5px;
  cursor: pointer;
  max-width: 300px;
}
.action {
  padding: 10px 0 5px;
  cursor: pointer;
  position: relative;
}
.action .icon {
  text-align: center;
}
.action .icon img {
  max-height: 40px;
}
.action .name {
  font-size: 16px;
}
.action .description {
  font-size: 13px;
  color: #666;
  padding-bottom: 7px;
  padding-right: 40px;
}
.action.active {
  background: #f2fbff;
  background-image: -moz-linear-gradient(top, #f2fbff 0%, #d8f1ff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2fbff), color-stop(100%, #d8f1ff));
  background-image: -webkit-linear-gradient(top, #f2fbff 0%, #d8f1ff 100%);
  background-image: -o-linear-gradient(top, #f2fbff 0%, #d8f1ff 100%);
  background-image: -ms-linear-gradient(top, #f2fbff 0%, #d8f1ff 100%);
  background-image: linear-gradient(top, #f2fbff 0%, #d8f1ff 100%);
  border: 1px solid #3bbcff;
  box-shadow: inset 0 0 0 1px #3bbcff;
}
.action.active:after,
.action.check:after {
  content: url(../img/checkmark.png);
  position: absolute;
  top: 5px;
  right: 8px;
}
.action .ribbon {
  position: absolute;
  top: -1px;
  right: -1px;
}
.analysis-confirm .control-label {
  width: 90px;
}
.analysis-confirm .controls {
  margin-left: 110px;
}
.analysis-confirm .control-group {
  margin-bottom: 5px;
}
.workflow-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}
.notifications h2 {
  font-size: 18px;
  line-height: 24px;
}
.notifications h3 {
  font-size: 12px;
  line-height: 32px;
  color: #666;
  padding: 0 10px;
  background: #eee;
  margin: 0;
}
.notifications ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notifications li {
  font-size: 12px;
  line-height: 16px;
  padding: 6px 0 6px 10px;
  border-bottom: 1px solid #d6d6d6;
}
.notifications li:last-child {
  border: none;
}
.wall-add-comment {
  padding: 0 0 10px;
}
.wall-add-comment td {
  padding: 0;
}
.wall-add-comment textarea {
  width: 100%;
  height: 50px;
  border-color: #bbb;
  margin-top: 8px;
  resize: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wall-post {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.wall-post td {
  vertical-align: top;
  padding: 4px;
}
.wall-post p {
  margin-bottom: 0;
}
.wall-post textarea {
  width: 100%;
  height: 32px;
  resize: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wall-post .name {
  color: #3d5291;
  font-weight: bold;
}
.wall-post .org {
  color: #aaa;
  font-style: italic;
  padding-left: 2px;
}
.wall-comments td.wall-comment {
  background: #eee;
  border-bottom: 1px solid #fff;
}
.view-more-posts {
  color: #3d5291;
  margin: 8px 0;
  padding: 6px 0;
  display: block;
  text-align: center;
  width: 100%;
}
.breadcrumb li li {
  display: block;
  text-shadow: none;
}
.chevrons {
  width: 100%;
  margin: 0 0 20px;
  height: 38px;
  background: url("../img/chevrons-bg-default.png") repeat-x 0 0;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  /*
     * Analysis Chevrons
     */

  /*
     * Workflow Create Entity Chevron
     */

  /*
     * Sample Create Entity Chevron
     */

  /*
     * Sample Chevron
     */

  /*
     * Workflow Chevrons
     */

}
.chevrons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100.2%;
}
.chevrons li {
  float: left;
  text-align: center;
}
.chevrons li:first-child a,
.chevrons li:first-child.active a {
  background: none;
  padding-left: 0px;
}
.chevrons li.active {
  background: url("../img/chevrons-bg-active.png") repeat-x 0 0;
}
.chevrons li.active a {
  color: #FFF;
  background: url("../img/chevron-divider-active.png") no-repeat 0 0;
}
.chevrons li.active + li a {
  background: url("../img/chevron-divider-active-next-disabled.png") no-repeat 0 0;
}
.chevrons li.disabled {
  background: url("../img/chevrons-bg-disabled.png") repeat-x 0 0;
}
.chevrons li.disabled a {
  background: url("../img/chevron-divider-disabled.png") no-repeat 0 0;
  color: #999;
  pointer-events: none;
  cursor: default;
}
.chevrons.analysis li {
  width: 25%;
}
.chevrons.workflow-entity li {
  width: 33.33%;
}
.chevrons.sample-entity li {
  width: 50%;
}
.chevrons.sample li {
  width: 33.3%;
}
.chevrons.workflow li {
  width: 8.33%;
}
.chevrons.workflow12 li {
  width: 8.33%;
}
.chevrons.workflow4 li {
  width: 25%;
}
.chevrons.workflow5 li {
  width: 20%;
}
.chevrons.workflow6 li {
  width: 16.667%;
}
.chevrons.workflow8 li {
  width: 12.5%;
}
.chevrons.workflow9 li {
  width: 11.11%;
}
.chevrons a {
  display: block;
  line-height: 38px;
  padding-left: 10px;
  background: url("../img/chevron-divider-default.png") no-repeat 0 0;
  font-weight: bold;
}
.dropdown-menu-scrolling {
  max-height: 350px;
  overflow-y: auto;
}
.dropdown-menu-scrolling.short {
  max-height: 200px;
}
#chart_input {
  width: 20px;
  font-size: 11px;
  margin-top: 1px;
}
.radio input[type="radio"].radio-dropdown {
  margin-top: 12px;
}
.summary-section {
  background: #F8F8F8;
  padding: 5px 15px;
}
.summary-section.affix {
  top: 10px;
}
.summary-section.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 150px;
}
.summary-section .header {
  background: #F8F8F8;
}
.summary-section .body {
  max-height: 450px;
  overflow-y: auto;
}
.summary-section tr td:first-of-type {
  vertical-align: top;
}
.summary-section h4 {
  color: #666;
}
.summary-section hr {
  border-color: #cdcdcd;
  border-top: 0;
  margin: 15px 0;
}
.summary-section .text-info {
  background-color: #3d5291;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
}
.summary-section .summary-list {
  list-style: none;
  margin: 0;
}
.summary-section .summary-list li {
  display: inline;
  list-style: none;
}
.summary-section .summary-list li + li:before {
  content: ", ";
}
.summary-section .summary-list li + li:last-child:before {
  content: ", and ";
}
.summary-section .details-icons {
  float: left;
  padding-right: 15px;
  white-space: nowrap;
}
.summary-section .role-table {
  margin-top: 10px;
}
.summary-section .role-table td,
.summary-section .role-table th {
  text-align: center;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.nav li {
  position: relative;
  font-size: 12px;
  font-weight: bold;
}
.sub-nav .nav li {
  margin: 3px 25px;
}
.sub-nav li {
  float: left;
  font-size: 12px;
}
.sub-nav li a {
  font-weight: normal;
  color: #999;
}
.sub-nav li a:hover {
  text-decoration: none;
  background-color: #fff;
}
.sub-nav li a:hover,
.sub-nav li a:active,
.sub-nav li a:focus {
  color: #666666;
}
.sub-nav li.active a {
  font-weight: bold;
  color: #000;
}
.navbar-search {
  margin: 0 15px 0 0;
}
.notification {
  position: absolute;
  bottom: -5px;
  right: -2px;
}
.ir-table {
  background: none repeat scroll 0 0 #F6F6F6;
  border-collapse: separate;
  border-left: 1px solid #D6D6D6;
  border-radius: 4px 4px 4px 4px;
  border-right: 1px solid #D6D6D6;
  border-spacing: 0;
  border-top: 1px solid #D6D6D6;
  width: 100%;
}
.ir-table td {
  border-bottom: 1px solid #D6D6D6;
  padding: 12px 8px;
  vertical-align: top;
}
.ir-table td a:link {
  font-weight: normal;
}
.table {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  border-collapse: separate;
}
.table td,
.table th {
  vertical-align: middle;
  padding-left: 10px;
}
.table th {
  font-size: 13px;
  border-top: 0;
  background: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
}
.table td a:link {
  font-weight: normal;
}
.table .progress {
  margin: 5px 0;
}
.table.background td {
  /* So wide it might potentially leave the page area and needs its own background */

  background: white;
}
.table.sortable th {
  color: #08C;
  cursor: pointer;
  height: 30px;
}
.table.sortable th:after:not(.no-sort) {
  content: "";
  border: 5px solid transparent;
  height: 0;
  width: 0;
  display: inline-block;
}
.table.sortable th.down:after {
  border-top-color: #000;
  margin-top: 2px;
  vertical-align: middle;
}
.table.sortable th.up:after {
  border-bottom-color: #000;
  vertical-align: top;
  margin-top: 2px;
}
.table.sortable.sortable-topheaders th {
  vertical-align: top;
}
.table-basic {
  border: 0;
  border-collapse: collapse;
}
.table-basic th {
  height: auto;
  background-image: none;
}
.table-basic th:first-child,
.table-basic td:first-child {
  border-left: 0;
}
.table-basic th:first-child {
  border-radius: 5px 0 0 0;
}
.table-basic th:last-child {
  border-radius: 0 5px 0 0;
}
.table-basic tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.table-basic tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.custom-ui-widget-header {
  width: 48px;
  height: 48px;
  background: url("../img/sample.png") no-repeat 0 0;
  z-index: 999;
  display: block;
}
.hero-unit h2 {
  color: inherit;
  font-size: 48px;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 0;
}
.section-body {
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  min-height: 200px;
  text-align: center;
}
.hidden-section {
  color: #999999;
}
.section-explanation {
  padding: 10px 0;
  font-style: italic;
  text-align: left;
}
.filter-bar {
  margin-bottom: 15px;
}
.btn-group .btn-small {
  padding: 3px 14px;
}
.dropdown-submenu > .dropdown-menu {
  left: -95%;
  border-radius: 6px 0px 6px 6px;
}
.emptytabs {
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  padding: 10px;
  background: #c3c3c3;
  background-image: -moz-linear-gradient(top, #c3c3c3 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3c3c3), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(top, #c3c3c3 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #c3c3c3 0%, #e6e6e6 100%);
  background-image: -ms-linear-gradient(top, #c3c3c3 0%, #e6e6e6 100%);
  background-image: linear-gradient(top, #c3c3c3 0%, #e6e6e6 100%);
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  margin-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 37px;
  opacity: 0.3;
}
.tabs-container {
  border-radius: 4px;
  border: 1px solid #d6d6d6;
}
.tabs-container .tab-content {
  padding: 10px;
}
.tabs-container .nav-tabs {
  margin-bottom: 0;
}
.tabs-container .nav-tabs > li > a {
  background: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  margin-right: 0;
  border-radius: 0;
}
.tabs-container .nav-tabs > li.active + li > a {
  border-left: 1px solid #d6d6d6;
}
.tabs-container .nav-tabs > li:first-child > a {
  border-top-left-radius: 4px;
}
.tabs-container .nav-tabs > li:last-child > a {
  border-top-right-radius: 4px;
  border-right: 0;
}
.tabs-container .nav-tabs .active > a,
.tabs-container .nav-tabs .active > a:hover {
  background: none;
  border: 0;
}
.tabs-container .fill-tabs {
  width: 100%;
  display: table;
}
.tabs-container .fill-tabs .nav-tabs {
  display: table-row;
}
.tabs-container .fill-tabs .nav-tabs > li {
  display: table-cell;
}
.tabs-container .fill-tabs .nav-tabs > li > a {
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input.fluid-input {
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  /* same as 20px bootstrap due to border-box */

}
.dropdown-menu .menu-label {
  clear: both;
  color: #333333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  white-space: nowrap;
}
.datasets-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #eeeeee;
}
.datasets-list-item {
  padding: 5px 15px 0;
  vertical-align: middle;
  line-height: 30px;
  border-top: 1px solid #d1d1d1;
}
.datasets-list-item:first-child {
  border-top: 0;
}
.datasets-list-item .btn-group {
  white-space: normal;
}
.datasets-list-item .btn {
  float: right;
  padding: 2px 6px;
}
.dropdown-menu-add-to-person a[href] {
  color: #0088CC;
}
.checkbox-col,
.col-icon {
  width: 2.5em;
}
.checkbox-cell input {
  margin-top: 0;
  margin-bottom: 2px;
}
#selectRegionFile,
#variantTypeDetection,
selectHotspotFile {
  margin-bottom: 10px;
}
.datasets-relationships-list {
  list-style-type: none;
  margin: 0;
}
.datasets-relationships-list li {
  display: block;
  line-height: 30px;
  vertical-align: middle;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 5px;
  margin: 0 0 5px;
}
.datasets-relationships-list li .btn {
  float: right;
}
.rel_bar {
  width: 380px;
  margin-left: 82px;
  margin-top: -36px;
  margin-bottom: 22px;
  z-index: 999;
  position: relative;
}
.rel_bar .btn {
  margin-top: -10px;
  margin-left: 6px;
}
.sample_bar {
  width: 380px;
  margin-left: 300px;
  margin-top: 90px;
  margin-bottom: 22px;
  z-index: 999;
  position: relative;
}
.sample_bar .btn {
  margin-top: -10px;
  margin-left: 6px;
}
.view-trios {
  position: relative;
  background: url(../img/trio-horizontal-line.png) repeat-x center -10px, url(../img/trio-vertical-line.png) repeat-y center center;
}
.trio {
  background: white;
  border: 1px solid #d6d6d6;
  width: 40%;
  min-width: 150px;
  min-height: 160px;
  position: relative;
  z-index: 1;
  background-size: 50%;
}
.trio.trio-left,
.trio.trio-right {
  float: left;
  margin-bottom: 40px;
}
.trio.trio-right {
  float: right;
  margin-left: 18%;
}
.trio.trio-center {
  margin: 0 auto;
  clear: both;
}
.trio h5 {
  margin: 0;
  padding: 11px;
  color: #666666;
  background: #eeeeee;
  border-bottom: 1px solid #d6d6d6;
}
.trio-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.trio-list li {
  padding: 4px 5px 4px 10px;
  border-bottom: 1px solid #d6d6d6;
  line-height: 25px;
}
.trio-list li .btn {
  float: right;
  padding: 2px 6px;
}
.row div {
  height: auto;
  -webkit-transition: width 0.3s ease, margin 0.3s ease;
  -moz-transition: width 0.3s ease, margin 0.3s ease;
  -o-transition: width 0.3s ease, margin 0.3s ease;
  transition: width 0.3s ease, margin 0.3s ease;
}
.span0 {
  width: 0;
}
.container {
  margin: 0;
}
.row .span0 + [class*="span"] {
  margin-left: 0;
}
.dropdown-menu-with-headers a {
  padding-left: 30px;
  /* 10px more than normal 20px */

}
.dropdown-menu-section-header {
  padding: 3px 20px;
}
/*
 * CSS for analysis variant review report
 */
.report-header h1 {
  display: inline-block;
  margin: 0 10px 0 0;
}
.report-header h1,
.report-header .report-action {
  vertical-align: middle;
}
.report-settings-sidebar h5,
.report-collapsible-section-titlebar h5 {
  margin: 0 0 0.5em;
  line-height: 1.2;
}
.report-settings-sidebar {
  position: relative;
  padding-top: 29px;
}
.report-settings-sidebar .settings-table-actions {
  text-align: center;
}
.report-settings-sidebar-titlebar {
  position: absolute;
  top: 0.5%;
  right: 0.5%;
  width: 99.5%;
  text-align: right;
}
.report-settings-sidebar-titlebar > a {
  vertical-align: bottom;
}
.report-settings-sidebar-open .report-settings-sidebar-collapsed-content,
.report-settings-sidebar-closed .report-settings-sidebar-expanded-content {
  display: none;
}
.report-settings-sidebar-closed {
  width: 15px;
  height: 40px;
  margin-right: 5px;
  float: right;
}
.row-fluid .span-almost12 {
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px);
  margin-left: 0;
}
.collapsed-tab {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.collapsed-tab a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #b5bdc7 #b5bdc7 -moz-use-text-color;
  border-image: none;
  border-radius: 3px 3px 0 0;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.1);
  background: none repeat scroll 0 0 #F3F3F3;
  letter-spacing: 1;
  text-transform: uppercase;
  color: #000;
  padding: 5px;
  cursor: pointer;
  position: absolute;
  top: 7px;
  left: -104px;
  display: block;
  white-space: nowrap;
}
#filterChainsList {
  min-width: 120px;
  /* Leave space for the Save and Clear buttons at 1024px wide browser */

  width: -moz-calc(100% - 145px);
  width: -webkit-calc(100% - 145px);
  width: calc(100% - 145px);
}
.report-collapsible-section {
  border: 1px solid #e3e3e3;
  margin: 0 0 19px;
}
.report-collapsible-section.open .open-titlebar,
.report-collapsible-section.closed .close-titlebar,
.report-collapsible-section.closed .report-collapsible-section-content {
  display: none;
}
.settings-selector-box,
.settings-new-box {
  float: left;
}
.settings-selector-box {
  float: left;
  margin-right: 25px;
}
.settings-new-box {
  margin-top: 7px;
}
.settings-new-box p:first-child {
  margin-top: 8px;
}
.padded-icon-btn {
  padding: 0 10px;
  display: inline-block;
}
a.close-box {
  color: black;
  text-decoration: none;
  font-size: 18px;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  margin-left: 4px;
}
.report-permanent-section-titlebar {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 10px;
}
.report-permanent-section-titlebar form {
  margin-bottom: 0;
}
.report-collapsible-section-titlebar {
  background: #f6f6f6;
  min-height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.report-collapsible-section-titlebar h5 {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  margin-bottom: 0;
}
.titlebar-control {
  display: inline-block;
  padding: 0 2px;
  background: #f1f1f1;
  vertical-align: middle;
}
.report-graph-viewer-caption {
  margin: 10px 0 0 10px;
}
.report-graph-view-img {
  width: 100%;
}
.report-section h5 {
  background-color: #fbfbfb;
  border-radius: 4px 4px 4px 4px;
  padding-left: 5px;
}
.report-section-actions {
  margin: 0 10px 10px;
}
/*
 * Analysis Final Report
 */
.variant-classifier {
  width: 32px;
}
.variant-details-header {
  border: 2px solid black;
}
.variant-details-header .variant-classifier {
  height: 40px;
  width: 50px;
  display: block;
  vertical-align: middle;
  margin-right: 5px;
  float: left;
}
.variant-details-header.deleterious {
  border-color: #e33636;
}
.variant-details-header.suspected-deleterious {
  border-color: #e36236;
}
.variant-details-header.suspected-benign {
  border-color: #ffff70;
}
.variant-details-header.benign {
  border-color: #70ff88;
}
.variant-details-header.unknown {
  border-color: #f1f1f1;
}
.deleterious .variant-classifier {
  background: #e33636;
}
.suspected-deleterious .variant-classifier {
  background: #e36236;
}
.suspected-benign .variant-classifier {
  background: #ffff70;
}
.benign .variant-classifier {
  background: #70ff88;
}
.unknown .variant-classifier {
  background: #f1f1f1;
}
.researchers-list {
  margin: 0 0 15px;
}
.researchers-list .researcher {
  float: left;
  width: 30%;
  margin-right: 5%;
  list-style-type: none;
}
.researchers-list .researcher:nth-child(3n) {
  margin-right: 0;
}
.signature-region {
  border-bottom: 1px solid black;
  width: 100%;
}
/*
 * Filter chains - used in workflows and in Analysis Variant Report
 */
.workflow-settings-editor-inactive .settings-table-actions {
  display: none;
}
.workflow-settings-editor-inactive .action-cell a,
.workflow-settings-editor-inactive .edit-cell a,
.workflow-settings-editor-inactive .edit-container a,
.workflow-settings-editor-inactive .delete-container a {
  visibility: hidden;
}
.settings-chain,
.settings-list {
  list-style: none;
  margin: 0;
  padding: 3px 0 2px;
}
.settings-chain.with-existing-gray-bg {
  border: 1px solid #666;
  margin: 10px 0;
}
.setting-item {
  list-style: none;
  display: block;
  padding: 2px 10px 3px;
}
.setting-item:nth-child(even) {
  background-color: #f4f4f4;
}
.settings-table {
  min-height: 200px;
  text-align: center;
}
.with-existing-gray-bg .setting-item:nth-child(even) {
  background-color: white;
}
.with-variant-count .filter-setting {
  background-position: 20% bottom;
}
.filter-setting:last-child {
  background-image: none;
}
.icon-container,
.delete-container {
  margin-right: 10px;
}
.icon-container {
  float: left;
  text-align: left;
}
.delete-container {
  float: right;
  text-align: right;
}
/*
 * analysis-classification.html
 */
.classification-select {
  margin-bottom: 0;
}
.classification-comments-cell i {
  vertical-align: text-bottom;
}
.checkbox-rightmargin {
  margin-right: 10px;
}
/* Flagging for tables */
.icon-flag-disabled {
  opacity: 0.2;
}
.icon-ok-disabled {
  opacity: 0.2;
}
.regionFile {
  margin-bottom: 10px;
}
/*
 * Workflow Create Entity
 */
.workflow-entity-chooser .action p {
  min-height: 3em;
}
.controlled-vocabulary-editor input {
  margin-bottom: 0;
}
.controlled-vocabulary-editor .layout-setting-edit {
  display: none;
}
.controlled-vocabulary-editor .editor-active .layout-setting-edit {
  display: block;
}
.controlled-vocabulary-editor .editor-active .layout-setting {
  display: none;
}
/*
 * Samples Attributes page
 */
.ir-grid {
  border: 1px solid #D6D6D6;
  border-radius: 5px;
}
.ir-grid .slick-header {
  border-top: 0;
}
.ir-grid .slick-header .icon-trash {
  cursor: pointer;
}
.ir-grid .slick-cell,
.ir-grid .slick-header-column {
  padding: 10px;
}
.ir-grid .slick-cell {
  border-bottom-color: #DDDDDD;
  border-left-color: transparent;
  border-right-color: transparent;
}
.ir-grid .slick-cell.editable {
  border-color: black;
}
.ir-grid .slick-cell input[type='text'] {
  width: auto;
  /* override bootstrap styles */

  margin-bottom: 0;
}
.ir-grid-pager .slick-pager {
  border: 0;
  background: none;
}
.ir-grid-pager .ui-icon {
  display: block;
}
.panel[class*="span"] {
  border: 1px solid #D6D6D6;
  border-radius: 4px 4px 4px 4px;
  padding: 8px;
  min-height: 250px;
  overflow: auto;
}
.panel label {
  margin-top: 7px;
}
.pluginLogo {
  line-height: 50px;
  text-align: right;
}
.pluginLogo img {
  max-height: 50px;
  vertical-align: top;
}
/* Styles for the Workflow Description and Name Labels on workflows-confirm.html*/
.inputWorkflow {
  min-width: 110px;
}
.ui-sortable li {
  cursor: move;
}
.ion-default {
  background: url("../img/ion-torrent.png") no-repeat 0 0;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-top: 3px;
  vertical-align: text-top;
  width: 50px;
}
.icon-dna {
  width: 20px;
  background: url("../img/analysis-dna.png") no-repeat 0 0;
  background-size: 18px 14px;
  background-position: center;
}
.icon-metagenomics {
  width: 20px;
  background: url("../img/analysis-metagenomics.png") no-repeat 0 0;
  background-size: 18px 14px;
  background-position: center;
}
.icon-aneuploidy {
  width: 20px;
  background: url("../img/analysis-aneuploidy.png") no-repeat 0 0;
  background-size: 10px 14px;
  background-position: center;
}
.icon-annotation {
  width: 20px;
  background: url("../img/analysis-annotation.png") no-repeat 0 0;
  background-size: 16px 14px;
  background-position: center;
}
.icon-oncomine {
  width: 20px;
  background: url("../img/Oncomine_logo.png") no-repeat 0 0;
  background-size: 17px 20px;
  background-position: center;
}
.icon-ingenuity {
  width: 20px;
  background: url("../img/Ingenuity_logo.png") no-repeat 0 0;
  background-size: 17px 20px;
  background-position: center;
}
.icon-star {
  width: 20px;
  background: url("../img/star-blue.png") no-repeat 0 0;
  background-size: 14px 14px;
  background-position: center;
  width: 14px;
}
.icon-check {
  width: 20px;
  background: url("../img/check.png") no-repeat 0 0;
  background-size: 32px 28px;
  background-position: center;
  width: 32px;
  height: 32px;
}
.icon-error {
  background: url("../img/error.png") no-repeat 0 0;
  background-size: 20px 20px;
  background-position: center;
  width: 20px;
  height: 20px;
}
.icon-loader {
  width: 20px;
  background: url("../img/../kendoui.web.2013.1.319.commercial/src/styles/Default/loading.gif") no-repeat 0 0;
  background-size: 32px 32px;
  background-position: center;
  width: 32px;
  height: 32px;
}
.oncomine-indicator {
  width: 12px;
  height: 12px;
  top: 3px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  opacity: .75;
  display: inline-block;
  margin-right: 3px;
  position: relative;
}
.oncomine-indicator.hotspot {
  background-color: #cc3333;
}
.oncomine-indicator.deleterious {
  background-color: #336699;
}
.oncomine-indicator.other {
  background-color: #9ea3a4;
}
/*
    Sample Definitions
*/
.content-box {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
/*	Left container  */
.cont-sec-left {
  width: 660px;
  float: left;
}
.cont-sec-left h1 {
  font-weight: bold;
  font-size: 26px;
  color: #1a2155;
  margin-bottom: 10px;
}
.cont-sec-left ul {
  margin-left: 0;
  width: 100%;
}
.cont-sec-left ul li:nth-child(1),
.cont-sec-left ul li:nth-child(8) {
  width: 3%;
}
.cont-sec-left ul li:nth-child(2) {
  width: 20%;
}
.cont-sec-left ul li:nth-child(3),
.cont-sec-left ul li:nth-child(4),
.cont-sec-left ul li:nth-child(5),
.cont-sec-left ul li:nth-child(6) {
  text-align: center;
  width: 10%;
}
.cont-sec-left ul li:nth-child(7) {
  width: 30%;
}
.cont-sec-left ul.list-top {
  background: #f5f5f5;
  border-top: 1px solid #d6d6d6;
  border-bottom: 3px solid #d6d6d6;
  display: inline-block;
  margin-bottom: 7px;
}
.cont-sec-left ul.list-top > li {
  list-style: none;
  float: left;
  display: inline-table;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
.cont-sec-left ul.list-top > li:nth-child(2) {
  padding: 0px 0 0px 13px;
  text-align: left;
}
.cont-sec-left ul.listing {
  margin: 0;
  padding: 0;
}
.cont-sec-left ul.listing > li {
  border: 1px solid #d6d6d6;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.25);
  margin-bottom: 8px;
  height: 33px;
}
.cont-sec-left ul.listing > li ul {
  display: inline-block;
}
.cont-sec-left ul.listing > li ul li {
  box-shadow: none;
  border: none;
  border-radius: 0 !important;
  float: left !important;
  height: 33px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  list-style: none;
}
.cont-sec-left ul.listing > li ul li:nth-child(1) {
  border-right: 1px solid #dcdcdc;
  font-size: 36px;
  text-align: center;
  padding: 0;
  height: 33px;
}
.cont-sec-left ul.listing > li ul li:nth-child(2) {
  padding: 0px 0 0px 13px;
  text-align: left;
}
.cont-sec-left ul.listing > li ul li:nth-child(7) {
  color: #e37c00;
  font-style: italic;
  padding: 0;
  text-align: left;
}
.cont-sec-left ul.listing > li ul li:nth-child(7) span {
  color: #009661;
  font-style: normal;
}
.cont-sec-left ul.listing > li ul.pink {
  color: #ca5ede;
}
.cont-sec-left ul.listing > li ul.pink li:nth-child(1) {
  background: #fdeaea url(../img/snd-child.jpg) top center no-repeat;
}
.cont-sec-left ul.listing > li ul.blue {
  color: #036ac8;
}
.cont-sec-left ul.listing > li ul.blue li:nth-child(1) {
  background: #eaf5fd url(../img/fst-child.jpg) top center no-repeat;
}
/*	Right container  */
.cont-sec-right h1 {
  font-weight: bold;
  font-size: 26px;
  color: #1a2155;
  margin-bottom: 10px;
  padding: 0 0 0 30px;
}
.cont-sec-right .specimengroups {
  overflow-y: auto;
  max-height: 700px;
}
.cont-sec-right .add-box {
  border: 1px solid #d6d6d6;
  overflow: hidden;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.25);
  margin-left: 0;
  margin-bottom: 20px;
  z-index: 2;
  min-height: 118px;
}
.cont-sec-right .add-box h2 {
  background: url(../img/right-box-title.jpg) left top repeat-x;
  height: 34px;
  font-size: 18px;
  font-weight: normal;
  padding-left: 22px;
  color: #999999;
  line-height: 32px;
  border-bottom: 1px solid #d5d5d5;
}
.cont-sec-right .add-box h2 .edit {
  border: 1px solid #d5d5d5;
  position: relative;
  float: right;
  right: 10px;
  top: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 5px;
}
.cont-sec-right .add-box h2 .green-text {
  color: #009661;
}
.cont-sec-right .add-box h2 input {
  margin-bottom: 10px;
}
.cont-sec-right .add-box div:nth-child(3) {
  padding: 3px 0px 3px 10px;
  border-top: 1px solid #d5d5d5;
}
.cont-sec-right .add-box div:nth-child(3):not(.alert-success) {
  background: url(../img/right-box-title.jpg) left top repeat-x;
}
.cont-sec-right .add-box div:nth-child(3) img {
  height: 20px;
  width: 22.5px;
  margin-right: 20px;
}
.cont-sec-right .add-box .plus {
  background: #e2e2e2 url(../img/plus-btn1.jpg) no-repeat center;
  border: 1px solid #848484;
  height: 26px;
  margin-bottom: 8px;
}
.cont-sec-right .add-box ul.box-inr {
  margin: 0 10px 0 10px;
  text-align: center;
}
.cont-sec-right .add-box ul.box-inr li {
  float: left;
  border: 0px solid #000;
  list-style: none;
  height: 100%;
  padding: 5px;
}
.cont-sec-right .add-box ul.box-inr li .box {
  font-size: 12px;
  overflow: hidden;
  float: none;
  margin-bottom: 12px;
  padding: 4px 10px;
  line-height: 20px;
  text-align: left;
}
.cont-sec-right .add-box ul.box-inr li .box h3 {
  line-height: inherit;
  font-size: inherit;
  float: left;
  font-weight: bold;
  color: #000;
  margin: 0px 5px 0 0;
}
.cont-sec-right .add-box ul.box-inr li .box p {
  margin: 0 ;
  float: left;
  overflow: hidden;
  min-width: 75px;
  word-wrap: break-word;
  width: 100%;
}
.cont-sec-right .add-box ul.box-inr li .box button {
  width: 10%;
  float: right;
}
.cont-sec-right .add-box ul.box-inr li .dotted.box {
  border: 2px dashed #d5d5d5;
}
.cont-sec-right .add-box ul.box-inr li .dotted.box p {
  font-size: inherit;
  float: left;
  border: none;
  color: #d5d5d5;
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 0;
}
.cont-sec-right .add-box ul.box-inr li .single {
  padding: 5px;
  margin-top: 20px;
}
.cont-sec-right .add-box ul.box-inr li .box:not(.dotted) {
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.25);
}
.cont-sec-right .add-box ul.box-inr li .box:not(.dotted) {
  background: #ededed;
  color: #3a3a3a;
}
.cont-sec-right .add-box ul.box-inr li .pink.box {
  background: #fdeaea;
  color: #ca5ede;
}
.cont-sec-right .add-box ul.box-inr li .blue.box {
  background: #eaf5fd;
  color: #036ac8;
}
.cross {
  background: url(../img/delete-btn.png) no-repeat center;
  border: none;
  float: right;
}
.pls-ana {
  font-size: 12px;
  color: #848484;
  text-align: center;
  font-weight: bold;
  margin-top: 22px;
  width: 60px;
}
.box-list {
  width: 100%;
  border: 0px solid #000;
  overflow: hidden;
  display: inline-table;
  padding-top: 10px;
}
.add-samp {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 8px 8px;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #d6d6d6;
  width: 30px;
  height: 95px;
  background: #f5f5f5;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  border-right: none;
}
.add-samp.active {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.add-samp.active:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.add-samp .rotate {
  top: 4em;
  left: -1em;
  white-space: nowrap;
  position: relative;
}
.rotate {
  display: block;
  position: absolute;
  width: 50px;
  -webkit-transform: rotate(-90deg);
  /* Safari */

  -moz-transform: rotate(-90deg);
  /* Firefox */

  -ms-transform: rotate(-90deg);
  /* IE */

  -o-transform: rotate(-90deg);
  /* Opera */

}
/*	wrapper divs */
.custom-checkbox {
  position: relative;
  /* input, label positioning */

}
.custom-checkbox input {
  position: absolute;
  left: 2px;
  top: 3px;
  margin: 0;
  z-index: 0;
}
.custom-checkbox label {
  background: url(../img/checkbox.gif) no-repeat;
  background-position: -10px -12px;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 1.3em;
  padding-right: 1em;
  line-height: 1;
  padding: .5em 0 .5em 30px;
  margin: 0 0 .3em;
  cursor: pointer;
  height: 30px;
}
.custom-checkbox label.hover,
.custom-checkbox label.focus {
  background-position: -10px -112px;
}
.custom-checkbox label.checked {
  background-position: -10px -212px;
}
.custom-checkbox label.checkedHover,
.custom-checkbox label.checkedFocus {
  background-position: -10px -312px;
}
.custom-checkbox label.focus {
  outline: 1px dotted #ccc;
}
.cont-sec h2 {
  width: 815px;
  background: #e3e3e3;
  border: 1px solid #e3e3e3;
  padding: 5px;
  font-style: italic;
  font: 18px/27px '', Arial, sans-serif;
  margin-bottom: 5px;
  padding: 0 0 0 10px;
}
.selected-file-listing {
  overflow-y: auto;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.selected-file-listing ul {
  list-style: none;
  padding: 3px;
  margin: 0 15px 0 0;
}
.selected-file-listing li {
  padding: 3px 5px;
}
.selected-file-listing li:hover {
  background-color: #cbcbcb;
  cursor: hand;
}
.selected-files-display {
  position: relative;
}
.selected-files-number {
  border: 2px dashed #c9c9c9;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  color: #3b4b95;
  font-weight: bold;
  font-size: 42px;
  width: 50px;
  height: auto;
  margin: 15px auto;
  position: relative;
  padding: 25px 15px;
}
.selected-files-text {
  width: 105px;
  margin: 0 auto;
  text-align: center;
  font-size: .8em;
  color: #c9c9c9;
  padding-bottom: 15px;
}
#sample-files-grid .tooltip-inner,
#sample-detail .tooltip-inner,
#batch-samples-collection .tooltip-inner {
  max-width: 40em;
  height: 4em;
  word-break: break-all;
  text-align: left;
}
#sample-files-grid .specimen-file {
  width: 20em;
}
#sample-detail .specimen-file,
#batch-samples-collection .specimen-file {
  width: 14em;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  background-color: #000000;
}
select.classification {
  width: 165px;
  font-size: 12px;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=1);
}
.long-text {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tree-container {
  overflow: auto;
  max-height: 500px;
  margin-top: 15px;
}
#plugin-pane {
  height: 1000px;
}
iframe.plugin-frame {
  border: none;
  width: 100%;
  min-height: 100%;
}
.text-small {
  font-size: 12px;
}
#confirm-eula-modal .modal-body {
  max-height: 400px;
  overflow-y: auto;
}
#uploadCustomRegion {
  vertical-align: top;
  margin-left: 5px;
}
#uploadCustomHotspot {
  vertical-align: top;
  margin-left: 5px;
}
input#recaptcha_response_field {
  height: 17px;
}
.summary-section table tr td:not(:first-child) {
  word-break: break-all;
  word-wrap: break-word;
}
#refreshData {
  margin-left: 10px;
  font-size: 12px;
}
.drag-hint {
  background-color: #ffffff;
  opacity: 0.8;
}
.drag-handle {
  background-color: #000000;
  cursor: pointer;
  text-align: center !important;
}
.drag-handle > [class^="icon-"],
.drag-handle > [class*=" icon-"] {
  opacity: 0.4;
}
.table td.drag-handle {
  background-color: #dddddd !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border-top: 1px solid #c6c6c6;
}
.table tbody:first-child tr:first-child td {
  border-top: 1px solid transparent;
}
.table td.drag-hover {
  border-top-color: rgba(82, 168, 236, 0.8) !important;
}
.ir-uploader-description {
  height: 60px;
  overflow-y: scroll;
}
.relative-load-in-progress {
  position: relative;
  top: 40px;
  z-index: -1000;
}
.section-separator {
  margin: 0 0 10px;
  border-color: #cdcdcd;
  border-top: 0;
}
/* Report styles */
.report-header {
  background-color: #fafafa;
  border: 1px solid #ccc;
  padding: 10px;
  color: #666666;
  font-size: 18px;
}
.report-body {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 25px;
}
.report-body img {
  margin-bottom: 16px;
  opacity: .6;
}
.report-body img:hover {
  opacity: 1;
}
.report-body.normal-images img {
  opacity: 1;
}
.accordion-heading {
  background: #f8f8f8;
}
.accordion-heading h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.analysis-report-iconset {
  margin-bottom: 16px;
}
.preview-box {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 25px 25px 0 25px;
}
.company-logo {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  min-height: 100px;
}
.final-report-company-logo {
  width: 250px;
  border: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.final-report-analysis-info-section {
  float: left;
  width: 42px;
}
.organization-address {
  white-space: pre;
}
#save-success-banner {
  word-break: break-all;
}
/* End of report styles */