@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700,400italic,700italic&subset=latin,latin-ext);
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@font-face {
  font-family: 'exo_2regular';
  src: url('../fonts/exo2-regular-webfont.eot');
  src: url('../fonts/exo2-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/exo2-regular-webfont.woff2') format('woff2'), url('../fonts/exo2-regular-webfont.woff') format('woff'), url('../fonts/Exo2.0-Regular.otf') format('opentype'), url('../fonts/exo2-regular-webfont.ttf') format('truetype'), url('../fonts/exo2-regular-webfont.svg#exo_2regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'exo_2light';
  src: url('../fonts/exo2-light-webfont.eot');
  src: url('../fonts/exo2-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/exo2-light-webfont.woff2') format('woff2'), url('../fonts/exo2-light-webfont.woff') format('woff'), url('../fonts/Exo2.0-Light.otf') format('opentype'), url('../fonts/exo2-light-webfont.ttf') format('truetype'), url('../fonts/exo2-light-webfont.svg#exo_2light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'exo_2bold';
  src: url('../fonts/exo2-bold-webfont.eot');
  src: url('../fonts/exo2-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/exo2-bold-webfont.woff2') format('woff2'), url('../fonts/exo2-bold-webfont.woff') format('woff'), url('../fonts/Exo2.0-Bold.otf') format('opentype'), url('../fonts/exo2-bold-webfont.ttf') format('truetype'), url('../fonts/exo2-bold-webfont.svg#exo_2bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'daiichiregular';
  src: url('../fonts/daiichi-webfont.eot');
  src: url('../fonts/daiichi-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/daiichi-webfont.woff2') format('woff2'), url('../fonts/daiichi-webfont.woff') format('woff'), url('../fonts/daiichi-webfont.ttf') format('truetype'), url('../fonts/daiichi-webfont.svg#daiichiregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * navbar-fixed-top offset
 */
body {
  padding-top: 63px;
}
/*
 * bootstrap fixes
 */
.navbar-form .form-control.input-sm,
.navbar-form .btn-sm {
  margin-top: 2px;
}
/*
 * pnotify customizations
 */
.ui-pnotify {
  top: 65px;
  right: 15px;
}
/*
 * global typography
 */
html,
body,
div,
p,
small,
li,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400 !important;
}
strong {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600 !important;
}
/*
 * bootstrap mixins
 */
/*
 * Define brand color
 */
.alert-icgene-web {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #638e2a;
}
.alert-icgene-web hr {
  border-top-color: #e5e5e5;
}
.alert-icgene-web .alert-link {
  color: #48661e;
}
.btn-icgene-web {
  color: #fff;
  background-color: #8cc63e;
  border-color: #7fb535;
}
.btn-icgene-web:focus,
.btn-icgene-web.focus {
  color: #fff;
  background-color: #71a130;
  border-color: #3a5318;
}
.btn-icgene-web:hover {
  color: #fff;
  background-color: #71a130;
  border-color: #5e8628;
}
.btn-icgene-web:active,
.btn-icgene-web.active,
.open > .dropdown-toggle.btn-icgene-web {
  color: #fff;
  background-color: #71a130;
  border-color: #5e8628;
}
.btn-icgene-web:active:hover,
.btn-icgene-web.active:hover,
.open > .dropdown-toggle.btn-icgene-web:hover,
.btn-icgene-web:active:focus,
.btn-icgene-web.active:focus,
.open > .dropdown-toggle.btn-icgene-web:focus,
.btn-icgene-web:active.focus,
.btn-icgene-web.active.focus,
.open > .dropdown-toggle.btn-icgene-web.focus {
  color: #fff;
  background-color: #5e8628;
  border-color: #3a5318;
}
.btn-icgene-web:active,
.btn-icgene-web.active,
.open > .dropdown-toggle.btn-icgene-web {
  background-image: none;
}
.btn-icgene-web.disabled:hover,
.btn-icgene-web[disabled]:hover,
fieldset[disabled] .btn-icgene-web:hover,
.btn-icgene-web.disabled:focus,
.btn-icgene-web[disabled]:focus,
fieldset[disabled] .btn-icgene-web:focus,
.btn-icgene-web.disabled.focus,
.btn-icgene-web[disabled].focus,
fieldset[disabled] .btn-icgene-web.focus {
  background-color: #8cc63e;
  border-color: #7fb535;
}
.btn-icgene-web .badge {
  color: #8cc63e;
  background-color: #fff;
}
.has-icgene-web .help-block,
.has-icgene-web .control-label,
.has-icgene-web .radio,
.has-icgene-web .checkbox,
.has-icgene-web .radio-inline,
.has-icgene-web .checkbox-inline,
.has-icgene-web.radio label,
.has-icgene-web.checkbox label,
.has-icgene-web.radio-inline label,
.has-icgene-web.checkbox-inline label {
  color: #638e2a;
}
.has-icgene-web .form-control {
  border-color: #638e2a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-icgene-web .form-control:focus {
  border-color: #48661e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #98cc52;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #98cc52;
}
.has-icgene-web .input-group-addon {
  color: #638e2a;
  border-color: #638e2a;
  background-color: #ffffff;
}
.has-icgene-web .form-control-feedback {
  color: #638e2a;
}
.label-icgene-web {
  background-color: #8cc63e;
}
.label-icgene-web[href]:hover,
.label-icgene-web[href]:focus {
  background-color: #71a130;
}
.list-group-item-geneticcertification {
  color: #638e2a;
  background-color: #ffffff;
}
a.list-group-item-geneticcertification,
button.list-group-item-geneticcertification {
  color: #638e2a;
}
a.list-group-item-geneticcertification .list-group-item-heading,
button.list-group-item-geneticcertification .list-group-item-heading {
  color: inherit;
}
a.list-group-item-geneticcertification:hover,
button.list-group-item-geneticcertification:hover,
a.list-group-item-geneticcertification:focus,
button.list-group-item-geneticcertification:focus {
  color: #638e2a;
  background-color: #f2f2f2;
}
a.list-group-item-geneticcertification.active,
button.list-group-item-geneticcertification.active,
a.list-group-item-geneticcertification.active:hover,
button.list-group-item-geneticcertification.active:hover,
a.list-group-item-geneticcertification.active:focus,
button.list-group-item-geneticcertification.active:focus {
  color: #fff;
  background-color: #638e2a;
  border-color: #638e2a;
}
.panel-icgene-web {
  border-color: #8cc63e;
}
.panel-icgene-web > .panel-heading {
  color: #000;
  background-color: #ffffff;
  border-color: #8cc63e;
}
.panel-icgene-web > .panel-heading .fa {
  color: #638e2a;
}
.panel-icgene-web > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8cc63e;
}
.panel-icgene-web > .panel-heading .badge {
  color: #ffffff;
  background-color: #638e2a;
}
.panel-icgene-web .panel-footer {
  background-color: #8cc63e;
  color: #fff;
}
.panel-icgene-web > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8cc63e;
}
.progress-bar-icgene-web {
  background-color: #8cc63e;
}
.progress-striped .progress-bar-icgene-web {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.geneticcertification,
.table > tbody > tr > td.geneticcertification,
.table > tfoot > tr > td.geneticcertification,
.table > thead > tr > th.geneticcertification,
.table > tbody > tr > th.geneticcertification,
.table > tfoot > tr > th.geneticcertification,
.table > thead > tr.geneticcertification > td,
.table > tbody > tr.geneticcertification > td,
.table > tfoot > tr.geneticcertification > td,
.table > thead > tr.geneticcertification > th,
.table > tbody > tr.geneticcertification > th,
.table > tfoot > tr.geneticcertification > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.geneticcertification:hover,
.table-hover > tbody > tr > th.geneticcertification:hover,
.table-hover > tbody > tr.geneticcertification:hover > td,
.table-hover > tbody > tr:hover > .geneticcertification,
.table-hover > tbody > tr.geneticcertification:hover > th {
  background-color: #f2f2f2;
}
.text-icgene-web {
  color: #638e2a;
}
a.text-icgene-web:hover,
a.text-icgene-web:focus {
  color: #48661e;
}
.bg-icgene-web {
  background-color: #ffffff;
}
a.bg-icgene-web:hover,
a.bg-icgene-web:focus {
  background-color: #e6e6e6;
}
/*
 * Define mini brand color
 */
.alert-icgene-mini {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #638e2a;
}
.alert-icgene-mini hr {
  border-top-color: #e5e5e5;
}
.alert-icgene-mini .alert-link {
  color: #48661e;
}
.btn-icgene-mini {
  color: #fff;
  background-color: #8cc63e;
  border-color: #7fb535;
}
.btn-icgene-mini:focus,
.btn-icgene-mini.focus {
  color: #fff;
  background-color: #71a130;
  border-color: #3a5318;
}
.btn-icgene-mini:hover {
  color: #fff;
  background-color: #71a130;
  border-color: #5e8628;
}
.btn-icgene-mini:active,
.btn-icgene-mini.active,
.open > .dropdown-toggle.btn-icgene-mini {
  color: #fff;
  background-color: #71a130;
  border-color: #5e8628;
}
.btn-icgene-mini:active:hover,
.btn-icgene-mini.active:hover,
.open > .dropdown-toggle.btn-icgene-mini:hover,
.btn-icgene-mini:active:focus,
.btn-icgene-mini.active:focus,
.open > .dropdown-toggle.btn-icgene-mini:focus,
.btn-icgene-mini:active.focus,
.btn-icgene-mini.active.focus,
.open > .dropdown-toggle.btn-icgene-mini.focus {
  color: #fff;
  background-color: #5e8628;
  border-color: #3a5318;
}
.btn-icgene-mini:active,
.btn-icgene-mini.active,
.open > .dropdown-toggle.btn-icgene-mini {
  background-image: none;
}
.btn-icgene-mini.disabled:hover,
.btn-icgene-mini[disabled]:hover,
fieldset[disabled] .btn-icgene-mini:hover,
.btn-icgene-mini.disabled:focus,
.btn-icgene-mini[disabled]:focus,
fieldset[disabled] .btn-icgene-mini:focus,
.btn-icgene-mini.disabled.focus,
.btn-icgene-mini[disabled].focus,
fieldset[disabled] .btn-icgene-mini.focus {
  background-color: #8cc63e;
  border-color: #7fb535;
}
.btn-icgene-mini .badge {
  color: #8cc63e;
  background-color: #fff;
}
.has-icgene-mini .help-block,
.has-icgene-mini .control-label,
.has-icgene-mini .radio,
.has-icgene-mini .checkbox,
.has-icgene-mini .radio-inline,
.has-icgene-mini .checkbox-inline,
.has-icgene-mini.radio label,
.has-icgene-mini.checkbox label,
.has-icgene-mini.radio-inline label,
.has-icgene-mini.checkbox-inline label {
  color: #638e2a;
}
.has-icgene-mini .form-control {
  border-color: #638e2a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-icgene-mini .form-control:focus {
  border-color: #48661e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #98cc52;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #98cc52;
}
.has-icgene-mini .input-group-addon {
  color: #638e2a;
  border-color: #638e2a;
  background-color: #ffffff;
}
.has-icgene-mini .form-control-feedback {
  color: #638e2a;
}
.label-icgene-mini {
  background-color: #8cc63e;
}
.label-icgene-mini[href]:hover,
.label-icgene-mini[href]:focus {
  background-color: #71a130;
}
.list-group-item-geneticcertification {
  color: #638e2a;
  background-color: #ffffff;
}
a.list-group-item-geneticcertification,
button.list-group-item-geneticcertification {
  color: #638e2a;
}
a.list-group-item-geneticcertification .list-group-item-heading,
button.list-group-item-geneticcertification .list-group-item-heading {
  color: inherit;
}
a.list-group-item-geneticcertification:hover,
button.list-group-item-geneticcertification:hover,
a.list-group-item-geneticcertification:focus,
button.list-group-item-geneticcertification:focus {
  color: #638e2a;
  background-color: #f2f2f2;
}
a.list-group-item-geneticcertification.active,
button.list-group-item-geneticcertification.active,
a.list-group-item-geneticcertification.active:hover,
button.list-group-item-geneticcertification.active:hover,
a.list-group-item-geneticcertification.active:focus,
button.list-group-item-geneticcertification.active:focus {
  color: #fff;
  background-color: #638e2a;
  border-color: #638e2a;
}
.panel-icgene-mini {
  border-color: #8cc63e;
}
.panel-icgene-mini > .panel-heading {
  color: #000;
  background-color: #ffffff;
  border-color: #8cc63e;
}
.panel-icgene-mini > .panel-heading .fa {
  color: #638e2a;
}
.panel-icgene-mini > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8cc63e;
}
.panel-icgene-mini > .panel-heading .badge {
  color: #ffffff;
  background-color: #638e2a;
}
.panel-icgene-mini .panel-footer {
  background-color: #8cc63e;
  color: #fff;
}
.panel-icgene-mini > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8cc63e;
}
.progress-bar-icgene-mini {
  background-color: #8cc63e;
}
.progress-striped .progress-bar-icgene-mini {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.geneticcertification,
.table > tbody > tr > td.geneticcertification,
.table > tfoot > tr > td.geneticcertification,
.table > thead > tr > th.geneticcertification,
.table > tbody > tr > th.geneticcertification,
.table > tfoot > tr > th.geneticcertification,
.table > thead > tr.geneticcertification > td,
.table > tbody > tr.geneticcertification > td,
.table > tfoot > tr.geneticcertification > td,
.table > thead > tr.geneticcertification > th,
.table > tbody > tr.geneticcertification > th,
.table > tfoot > tr.geneticcertification > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.geneticcertification:hover,
.table-hover > tbody > tr > th.geneticcertification:hover,
.table-hover > tbody > tr.geneticcertification:hover > td,
.table-hover > tbody > tr:hover > .geneticcertification,
.table-hover > tbody > tr.geneticcertification:hover > th {
  background-color: #f2f2f2;
}
.text-icgene-mini {
  color: #638e2a;
}
a.text-icgene-mini:hover,
a.text-icgene-mini:focus {
  color: #48661e;
}
.bg-icgene-mini {
  background-color: #ffffff;
}
a.bg-icgene-mini:hover,
a.bg-icgene-mini:focus {
  background-color: #e6e6e6;
}
/*
 * Define vet brand color
 */
.alert-icgene-vet {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #2b4876;
}
.alert-icgene-vet hr {
  border-top-color: #e5e5e5;
}
.alert-icgene-vet .alert-link {
  color: #1d3150;
}
.btn-icgene-vet {
  color: #fff;
  background-color: #3F6AAE;
  border-color: #385f9b;
}
.btn-icgene-vet:focus,
.btn-icgene-vet.focus {
  color: #fff;
  background-color: #315389;
  border-color: #16263e;
}
.btn-icgene-vet:hover {
  color: #fff;
  background-color: #315389;
  border-color: #28436e;
}
.btn-icgene-vet:active,
.btn-icgene-vet.active,
.open > .dropdown-toggle.btn-icgene-vet {
  color: #fff;
  background-color: #315389;
  border-color: #28436e;
}
.btn-icgene-vet:active:hover,
.btn-icgene-vet.active:hover,
.open > .dropdown-toggle.btn-icgene-vet:hover,
.btn-icgene-vet:active:focus,
.btn-icgene-vet.active:focus,
.open > .dropdown-toggle.btn-icgene-vet:focus,
.btn-icgene-vet:active.focus,
.btn-icgene-vet.active.focus,
.open > .dropdown-toggle.btn-icgene-vet.focus {
  color: #fff;
  background-color: #28436e;
  border-color: #16263e;
}
.btn-icgene-vet:active,
.btn-icgene-vet.active,
.open > .dropdown-toggle.btn-icgene-vet {
  background-image: none;
}
.btn-icgene-vet.disabled:hover,
.btn-icgene-vet[disabled]:hover,
fieldset[disabled] .btn-icgene-vet:hover,
.btn-icgene-vet.disabled:focus,
.btn-icgene-vet[disabled]:focus,
fieldset[disabled] .btn-icgene-vet:focus,
.btn-icgene-vet.disabled.focus,
.btn-icgene-vet[disabled].focus,
fieldset[disabled] .btn-icgene-vet.focus {
  background-color: #3F6AAE;
  border-color: #385f9b;
}
.btn-icgene-vet .badge {
  color: #3F6AAE;
  background-color: #fff;
}
.has-icgene-vet .help-block,
.has-icgene-vet .control-label,
.has-icgene-vet .radio,
.has-icgene-vet .checkbox,
.has-icgene-vet .radio-inline,
.has-icgene-vet .checkbox-inline,
.has-icgene-vet.radio label,
.has-icgene-vet.checkbox label,
.has-icgene-vet.radio-inline label,
.has-icgene-vet.checkbox-inline label {
  color: #2b4876;
}
.has-icgene-vet .form-control {
  border-color: #2b4876;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-icgene-vet .form-control:focus {
  border-color: #1d3150;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4976bd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4976bd;
}
.has-icgene-vet .input-group-addon {
  color: #2b4876;
  border-color: #2b4876;
  background-color: #ffffff;
}
.has-icgene-vet .form-control-feedback {
  color: #2b4876;
}
.label-icgene-vet {
  background-color: #3F6AAE;
}
.label-icgene-vet[href]:hover,
.label-icgene-vet[href]:focus {
  background-color: #315389;
}
.list-group-item-geneticcertification {
  color: #2b4876;
  background-color: #ffffff;
}
a.list-group-item-geneticcertification,
button.list-group-item-geneticcertification {
  color: #2b4876;
}
a.list-group-item-geneticcertification .list-group-item-heading,
button.list-group-item-geneticcertification .list-group-item-heading {
  color: inherit;
}
a.list-group-item-geneticcertification:hover,
button.list-group-item-geneticcertification:hover,
a.list-group-item-geneticcertification:focus,
button.list-group-item-geneticcertification:focus {
  color: #2b4876;
  background-color: #f2f2f2;
}
a.list-group-item-geneticcertification.active,
button.list-group-item-geneticcertification.active,
a.list-group-item-geneticcertification.active:hover,
button.list-group-item-geneticcertification.active:hover,
a.list-group-item-geneticcertification.active:focus,
button.list-group-item-geneticcertification.active:focus {
  color: #fff;
  background-color: #2b4876;
  border-color: #2b4876;
}
.panel-icgene-vet {
  border-color: #3F6AAE;
}
.panel-icgene-vet > .panel-heading {
  color: #000;
  background-color: #ffffff;
  border-color: #3F6AAE;
}
.panel-icgene-vet > .panel-heading .fa {
  color: #2b4876;
}
.panel-icgene-vet > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3F6AAE;
}
.panel-icgene-vet > .panel-heading .badge {
  color: #ffffff;
  background-color: #2b4876;
}
.panel-icgene-vet .panel-footer {
  background-color: #3F6AAE;
  color: #fff;
}
.panel-icgene-vet > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3F6AAE;
}
.progress-bar-icgene-vet {
  background-color: #3F6AAE;
}
.progress-striped .progress-bar-icgene-vet {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.geneticcertification,
.table > tbody > tr > td.geneticcertification,
.table > tfoot > tr > td.geneticcertification,
.table > thead > tr > th.geneticcertification,
.table > tbody > tr > th.geneticcertification,
.table > tfoot > tr > th.geneticcertification,
.table > thead > tr.geneticcertification > td,
.table > tbody > tr.geneticcertification > td,
.table > tfoot > tr.geneticcertification > td,
.table > thead > tr.geneticcertification > th,
.table > tbody > tr.geneticcertification > th,
.table > tfoot > tr.geneticcertification > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.geneticcertification:hover,
.table-hover > tbody > tr > th.geneticcertification:hover,
.table-hover > tbody > tr.geneticcertification:hover > td,
.table-hover > tbody > tr:hover > .geneticcertification,
.table-hover > tbody > tr.geneticcertification:hover > th {
  background-color: #f2f2f2;
}
.text-icgene-vet {
  color: #2b4876;
}
a.text-icgene-vet:hover,
a.text-icgene-vet:focus {
  color: #1d3150;
}
.bg-icgene-vet {
  background-color: #ffffff;
}
a.bg-icgene-vet:hover,
a.bg-icgene-vet:focus {
  background-color: #e6e6e6;
}
/*
 * Define wine brand color
 */
.alert-icgene-wine {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #331018;
}
.alert-icgene-wine hr {
  border-top-color: #e5e5e5;
}
.alert-icgene-wine .alert-link {
  color: #0c0406;
}
.btn-icgene-wine {
  color: #fff;
  background-color: #6D2334;
  border-color: #5a1d2b;
}
.btn-icgene-wine:focus,
.btn-icgene-wine.focus {
  color: #fff;
  background-color: #461722;
  border-color: #000000;
}
.btn-icgene-wine:hover {
  color: #fff;
  background-color: #461722;
  border-color: #2b0e15;
}
.btn-icgene-wine:active,
.btn-icgene-wine.active,
.open > .dropdown-toggle.btn-icgene-wine {
  color: #fff;
  background-color: #461722;
  border-color: #2b0e15;
}
.btn-icgene-wine:active:hover,
.btn-icgene-wine.active:hover,
.open > .dropdown-toggle.btn-icgene-wine:hover,
.btn-icgene-wine:active:focus,
.btn-icgene-wine.active:focus,
.open > .dropdown-toggle.btn-icgene-wine:focus,
.btn-icgene-wine:active.focus,
.btn-icgene-wine.active.focus,
.open > .dropdown-toggle.btn-icgene-wine.focus {
  color: #fff;
  background-color: #2b0e15;
  border-color: #000000;
}
.btn-icgene-wine:active,
.btn-icgene-wine.active,
.open > .dropdown-toggle.btn-icgene-wine {
  background-image: none;
}
.btn-icgene-wine.disabled:hover,
.btn-icgene-wine[disabled]:hover,
fieldset[disabled] .btn-icgene-wine:hover,
.btn-icgene-wine.disabled:focus,
.btn-icgene-wine[disabled]:focus,
fieldset[disabled] .btn-icgene-wine:focus,
.btn-icgene-wine.disabled.focus,
.btn-icgene-wine[disabled].focus,
fieldset[disabled] .btn-icgene-wine.focus {
  background-color: #6D2334;
  border-color: #5a1d2b;
}
.btn-icgene-wine .badge {
  color: #6D2334;
  background-color: #fff;
}
.has-icgene-wine .help-block,
.has-icgene-wine .control-label,
.has-icgene-wine .radio,
.has-icgene-wine .checkbox,
.has-icgene-wine .radio-inline,
.has-icgene-wine .checkbox-inline,
.has-icgene-wine.radio label,
.has-icgene-wine.checkbox label,
.has-icgene-wine.radio-inline label,
.has-icgene-wine.checkbox-inline label {
  color: #331018;
}
.has-icgene-wine .form-control {
  border-color: #331018;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-icgene-wine .form-control:focus {
  border-color: #0c0406;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #80293d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #80293d;
}
.has-icgene-wine .input-group-addon {
  color: #331018;
  border-color: #331018;
  background-color: #ffffff;
}
.has-icgene-wine .form-control-feedback {
  color: #331018;
}
.label-icgene-wine {
  background-color: #6D2334;
}
.label-icgene-wine[href]:hover,
.label-icgene-wine[href]:focus {
  background-color: #461722;
}
.list-group-item-geneticcertification {
  color: #331018;
  background-color: #ffffff;
}
a.list-group-item-geneticcertification,
button.list-group-item-geneticcertification {
  color: #331018;
}
a.list-group-item-geneticcertification .list-group-item-heading,
button.list-group-item-geneticcertification .list-group-item-heading {
  color: inherit;
}
a.list-group-item-geneticcertification:hover,
button.list-group-item-geneticcertification:hover,
a.list-group-item-geneticcertification:focus,
button.list-group-item-geneticcertification:focus {
  color: #331018;
  background-color: #f2f2f2;
}
a.list-group-item-geneticcertification.active,
button.list-group-item-geneticcertification.active,
a.list-group-item-geneticcertification.active:hover,
button.list-group-item-geneticcertification.active:hover,
a.list-group-item-geneticcertification.active:focus,
button.list-group-item-geneticcertification.active:focus {
  color: #fff;
  background-color: #331018;
  border-color: #331018;
}
.panel-icgene-wine {
  border-color: #6D2334;
}
.panel-icgene-wine > .panel-heading {
  color: #000;
  background-color: #ffffff;
  border-color: #6D2334;
}
.panel-icgene-wine > .panel-heading .fa {
  color: #331018;
}
.panel-icgene-wine > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6D2334;
}
.panel-icgene-wine > .panel-heading .badge {
  color: #ffffff;
  background-color: #331018;
}
.panel-icgene-wine .panel-footer {
  background-color: #6D2334;
  color: #fff;
}
.panel-icgene-wine > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6D2334;
}
.progress-bar-icgene-wine {
  background-color: #6D2334;
}
.progress-striped .progress-bar-icgene-wine {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.geneticcertification,
.table > tbody > tr > td.geneticcertification,
.table > tfoot > tr > td.geneticcertification,
.table > thead > tr > th.geneticcertification,
.table > tbody > tr > th.geneticcertification,
.table > tfoot > tr > th.geneticcertification,
.table > thead > tr.geneticcertification > td,
.table > tbody > tr.geneticcertification > td,
.table > tfoot > tr.geneticcertification > td,
.table > thead > tr.geneticcertification > th,
.table > tbody > tr.geneticcertification > th,
.table > tfoot > tr.geneticcertification > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.geneticcertification:hover,
.table-hover > tbody > tr > th.geneticcertification:hover,
.table-hover > tbody > tr.geneticcertification:hover > td,
.table-hover > tbody > tr:hover > .geneticcertification,
.table-hover > tbody > tr.geneticcertification:hover > th {
  background-color: #f2f2f2;
}
.text-icgene-wine {
  color: #331018;
}
a.text-icgene-wine:hover,
a.text-icgene-wine:focus {
  color: #0c0406;
}
.bg-icgene-wine {
  background-color: #ffffff;
}
a.bg-icgene-wine:hover,
a.bg-icgene-wine:focus {
  background-color: #e6e6e6;
}
/*
 * Define infobiotech brand color
 */
.alert-infobiotech {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #660c30;
}
.alert-infobiotech hr {
  border-top-color: #e5e5e5;
}
.alert-infobiotech .alert-link {
  color: #38071a;
}
.btn-infobiotech {
  color: #fff;
  background-color: #AA1450;
  border-color: #931145;
}
.btn-infobiotech:focus,
.btn-infobiotech.focus {
  color: #fff;
  background-color: #7c0f3b;
  border-color: #210410;
}
.btn-infobiotech:hover {
  color: #fff;
  background-color: #7c0f3b;
  border-color: #5c0b2b;
}
.btn-infobiotech:active,
.btn-infobiotech.active,
.open > .dropdown-toggle.btn-infobiotech {
  color: #fff;
  background-color: #7c0f3b;
  border-color: #5c0b2b;
}
.btn-infobiotech:active:hover,
.btn-infobiotech.active:hover,
.open > .dropdown-toggle.btn-infobiotech:hover,
.btn-infobiotech:active:focus,
.btn-infobiotech.active:focus,
.open > .dropdown-toggle.btn-infobiotech:focus,
.btn-infobiotech:active.focus,
.btn-infobiotech.active.focus,
.open > .dropdown-toggle.btn-infobiotech.focus {
  color: #fff;
  background-color: #5c0b2b;
  border-color: #210410;
}
.btn-infobiotech:active,
.btn-infobiotech.active,
.open > .dropdown-toggle.btn-infobiotech {
  background-image: none;
}
.btn-infobiotech.disabled:hover,
.btn-infobiotech[disabled]:hover,
fieldset[disabled] .btn-infobiotech:hover,
.btn-infobiotech.disabled:focus,
.btn-infobiotech[disabled]:focus,
fieldset[disabled] .btn-infobiotech:focus,
.btn-infobiotech.disabled.focus,
.btn-infobiotech[disabled].focus,
fieldset[disabled] .btn-infobiotech.focus {
  background-color: #AA1450;
  border-color: #931145;
}
.btn-infobiotech .badge {
  color: #AA1450;
  background-color: #fff;
}
.has-infobiotech .help-block,
.has-infobiotech .control-label,
.has-infobiotech .radio,
.has-infobiotech .checkbox,
.has-infobiotech .radio-inline,
.has-infobiotech .checkbox-inline,
.has-infobiotech.radio label,
.has-infobiotech.checkbox label,
.has-infobiotech.radio-inline label,
.has-infobiotech.checkbox-inline label {
  color: #660c30;
}
.has-infobiotech .form-control {
  border-color: #660c30;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-infobiotech .form-control:focus {
  border-color: #38071a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c1175b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c1175b;
}
.has-infobiotech .input-group-addon {
  color: #660c30;
  border-color: #660c30;
  background-color: #ffffff;
}
.has-infobiotech .form-control-feedback {
  color: #660c30;
}
.label-infobiotech {
  background-color: #AA1450;
}
.label-infobiotech[href]:hover,
.label-infobiotech[href]:focus {
  background-color: #7c0f3b;
}
.list-group-item-infobiotech {
  color: #660c30;
  background-color: #ffffff;
}
a.list-group-item-infobiotech,
button.list-group-item-infobiotech {
  color: #660c30;
}
a.list-group-item-infobiotech .list-group-item-heading,
button.list-group-item-infobiotech .list-group-item-heading {
  color: inherit;
}
a.list-group-item-infobiotech:hover,
button.list-group-item-infobiotech:hover,
a.list-group-item-infobiotech:focus,
button.list-group-item-infobiotech:focus {
  color: #660c30;
  background-color: #e5ffff;
}
a.list-group-item-infobiotech.active,
button.list-group-item-infobiotech.active,
a.list-group-item-infobiotech.active:hover,
button.list-group-item-infobiotech.active:hover,
a.list-group-item-infobiotech.active:focus,
button.list-group-item-infobiotech.active:focus {
  color: #fff;
  background-color: #660c30;
  border-color: #660c30;
}
.panel-infobiotech {
  border-color: #f2f2f2;
}
.panel-infobiotech > .panel-heading {
  color: #000;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.panel-infobiotech > .panel-heading .fa {
  color: #660c30;
}
.panel-infobiotech > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2f2f2;
}
.panel-infobiotech > .panel-heading .badge {
  color: #ffffff;
  background-color: #660c30;
}
.panel-infobiotech .panel-footer {
  background-color: #f2f2f2;
  color: #fff;
}
.panel-infobiotech > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2f2f2;
}
.progress-bar-infobiotech {
  background-color: #AA1450;
}
.progress-striped .progress-bar-infobiotech {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.infobiotech,
.table > tbody > tr > td.infobiotech,
.table > tfoot > tr > td.infobiotech,
.table > thead > tr > th.infobiotech,
.table > tbody > tr > th.infobiotech,
.table > tfoot > tr > th.infobiotech,
.table > thead > tr.infobiotech > td,
.table > tbody > tr.infobiotech > td,
.table > tfoot > tr.infobiotech > td,
.table > thead > tr.infobiotech > th,
.table > tbody > tr.infobiotech > th,
.table > tfoot > tr.infobiotech > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.infobiotech:hover,
.table-hover > tbody > tr > th.infobiotech:hover,
.table-hover > tbody > tr.infobiotech:hover > td,
.table-hover > tbody > tr:hover > .infobiotech,
.table-hover > tbody > tr.infobiotech:hover > th {
  background-color: #e5ffff;
}
.text-infobiotech {
  color: #660c30;
}
a.text-infobiotech:hover,
a.text-infobiotech:focus {
  color: #38071a;
}
.bg-infobiotech {
  background-color: #ffffff;
}
a.bg-infobiotech:hover,
a.bg-infobiotech:focus {
  background-color: #ccffff;
}
/*
 * Define ibt-dark-grey brand color
 */
.alert-ibt-dark-grey {
  background-color: #dddddd;
  border-color: #d1d1d1;
  color: #000000;
}
.alert-ibt-dark-grey hr {
  border-top-color: #c4c4c4;
}
.alert-ibt-dark-grey .alert-link {
  color: #000000;
}
.btn-ibt-dark-grey {
  color: #fff;
  background-color: #1E1E1E;
  border-color: #111111;
}
.btn-ibt-dark-grey:focus,
.btn-ibt-dark-grey.focus {
  color: #fff;
  background-color: #040404;
  border-color: #000000;
}
.btn-ibt-dark-grey:hover {
  color: #fff;
  background-color: #040404;
  border-color: #000000;
}
.btn-ibt-dark-grey:active,
.btn-ibt-dark-grey.active,
.open > .dropdown-toggle.btn-ibt-dark-grey {
  color: #fff;
  background-color: #040404;
  border-color: #000000;
}
.btn-ibt-dark-grey:active:hover,
.btn-ibt-dark-grey.active:hover,
.open > .dropdown-toggle.btn-ibt-dark-grey:hover,
.btn-ibt-dark-grey:active:focus,
.btn-ibt-dark-grey.active:focus,
.open > .dropdown-toggle.btn-ibt-dark-grey:focus,
.btn-ibt-dark-grey:active.focus,
.btn-ibt-dark-grey.active.focus,
.open > .dropdown-toggle.btn-ibt-dark-grey.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-ibt-dark-grey:active,
.btn-ibt-dark-grey.active,
.open > .dropdown-toggle.btn-ibt-dark-grey {
  background-image: none;
}
.btn-ibt-dark-grey.disabled:hover,
.btn-ibt-dark-grey[disabled]:hover,
fieldset[disabled] .btn-ibt-dark-grey:hover,
.btn-ibt-dark-grey.disabled:focus,
.btn-ibt-dark-grey[disabled]:focus,
fieldset[disabled] .btn-ibt-dark-grey:focus,
.btn-ibt-dark-grey.disabled.focus,
.btn-ibt-dark-grey[disabled].focus,
fieldset[disabled] .btn-ibt-dark-grey.focus {
  background-color: #1E1E1E;
  border-color: #111111;
}
.btn-ibt-dark-grey .badge {
  color: #1E1E1E;
  background-color: #fff;
}
.has-ibt-dark-grey .help-block,
.has-ibt-dark-grey .control-label,
.has-ibt-dark-grey .radio,
.has-ibt-dark-grey .checkbox,
.has-ibt-dark-grey .radio-inline,
.has-ibt-dark-grey .checkbox-inline,
.has-ibt-dark-grey.radio label,
.has-ibt-dark-grey.checkbox label,
.has-ibt-dark-grey.radio-inline label,
.has-ibt-dark-grey.checkbox-inline label {
  color: #000000;
}
.has-ibt-dark-grey .form-control {
  border-color: #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-ibt-dark-grey .form-control:focus {
  border-color: #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.has-ibt-dark-grey .input-group-addon {
  color: #000000;
  border-color: #000000;
  background-color: #dddddd;
}
.has-ibt-dark-grey .form-control-feedback {
  color: #000000;
}
.label-ibt-dark-grey {
  background-color: #1E1E1E;
}
.label-ibt-dark-grey[href]:hover,
.label-ibt-dark-grey[href]:focus {
  background-color: #040404;
}
.list-group-item-ibt-dark-grey {
  color: #000000;
  background-color: #dddddd;
}
a.list-group-item-ibt-dark-grey,
button.list-group-item-ibt-dark-grey {
  color: #000000;
}
a.list-group-item-ibt-dark-grey .list-group-item-heading,
button.list-group-item-ibt-dark-grey .list-group-item-heading {
  color: inherit;
}
a.list-group-item-ibt-dark-grey:hover,
button.list-group-item-ibt-dark-grey:hover,
a.list-group-item-ibt-dark-grey:focus,
button.list-group-item-ibt-dark-grey:focus {
  color: #000000;
  background-color: #d1d1d1;
}
a.list-group-item-ibt-dark-grey.active,
button.list-group-item-ibt-dark-grey.active,
a.list-group-item-ibt-dark-grey.active:hover,
button.list-group-item-ibt-dark-grey.active:hover,
a.list-group-item-ibt-dark-grey.active:focus,
button.list-group-item-ibt-dark-grey.active:focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.panel-ibt-dark-grey {
  border-color: #d1d1d1;
}
.panel-ibt-dark-grey > .panel-heading {
  color: #000;
  background-color: #dddddd;
  border-color: #d1d1d1;
}
.panel-ibt-dark-grey > .panel-heading .fa {
  color: #000000;
}
.panel-ibt-dark-grey > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d1d1d1;
}
.panel-ibt-dark-grey > .panel-heading .badge {
  color: #dddddd;
  background-color: #000000;
}
.panel-ibt-dark-grey .panel-footer {
  background-color: #d1d1d1;
  color: #fff;
}
.panel-ibt-dark-grey > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d1d1d1;
}
.progress-bar-ibt-dark-grey {
  background-color: #1E1E1E;
}
.progress-striped .progress-bar-ibt-dark-grey {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.ibt-dark-grey,
.table > tbody > tr > td.ibt-dark-grey,
.table > tfoot > tr > td.ibt-dark-grey,
.table > thead > tr > th.ibt-dark-grey,
.table > tbody > tr > th.ibt-dark-grey,
.table > tfoot > tr > th.ibt-dark-grey,
.table > thead > tr.ibt-dark-grey > td,
.table > tbody > tr.ibt-dark-grey > td,
.table > tfoot > tr.ibt-dark-grey > td,
.table > thead > tr.ibt-dark-grey > th,
.table > tbody > tr.ibt-dark-grey > th,
.table > tfoot > tr.ibt-dark-grey > th {
  background-color: #dddddd;
}
.table-hover > tbody > tr > td.ibt-dark-grey:hover,
.table-hover > tbody > tr > th.ibt-dark-grey:hover,
.table-hover > tbody > tr.ibt-dark-grey:hover > td,
.table-hover > tbody > tr:hover > .ibt-dark-grey,
.table-hover > tbody > tr.ibt-dark-grey:hover > th {
  background-color: #d1d1d1;
}
.text-ibt-dark-grey {
  color: #000000;
}
a.text-ibt-dark-grey:hover,
a.text-ibt-dark-grey:focus {
  color: #000000;
}
.bg-ibt-dark-grey {
  background-color: #dddddd;
}
a.bg-ibt-dark-grey:hover,
a.bg-ibt-dark-grey:focus {
  background-color: #c4c4c4;
}
/*
 * Define ibt-grey brand color
 */
.alert-ibt-grey {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #4a4949;
}
.alert-ibt-grey hr {
  border-top-color: #e5e5e5;
}
.alert-ibt-grey .alert-link {
  color: #303030;
}
.btn-ibt-grey {
  color: #fff;
  background-color: #706F6F;
  border-color: #636262;
}
.btn-ibt-grey:focus,
.btn-ibt-grey.focus {
  color: #fff;
  background-color: #565656;
  border-color: #232323;
}
.btn-ibt-grey:hover {
  color: #fff;
  background-color: #565656;
  border-color: #444444;
}
.btn-ibt-grey:active,
.btn-ibt-grey.active,
.open > .dropdown-toggle.btn-ibt-grey {
  color: #fff;
  background-color: #565656;
  border-color: #444444;
}
.btn-ibt-grey:active:hover,
.btn-ibt-grey.active:hover,
.open > .dropdown-toggle.btn-ibt-grey:hover,
.btn-ibt-grey:active:focus,
.btn-ibt-grey.active:focus,
.open > .dropdown-toggle.btn-ibt-grey:focus,
.btn-ibt-grey:active.focus,
.btn-ibt-grey.active.focus,
.open > .dropdown-toggle.btn-ibt-grey.focus {
  color: #fff;
  background-color: #444444;
  border-color: #232323;
}
.btn-ibt-grey:active,
.btn-ibt-grey.active,
.open > .dropdown-toggle.btn-ibt-grey {
  background-image: none;
}
.btn-ibt-grey.disabled:hover,
.btn-ibt-grey[disabled]:hover,
fieldset[disabled] .btn-ibt-grey:hover,
.btn-ibt-grey.disabled:focus,
.btn-ibt-grey[disabled]:focus,
fieldset[disabled] .btn-ibt-grey:focus,
.btn-ibt-grey.disabled.focus,
.btn-ibt-grey[disabled].focus,
fieldset[disabled] .btn-ibt-grey.focus {
  background-color: #706F6F;
  border-color: #636262;
}
.btn-ibt-grey .badge {
  color: #706F6F;
  background-color: #fff;
}
.has-ibt-grey .help-block,
.has-ibt-grey .control-label,
.has-ibt-grey .radio,
.has-ibt-grey .checkbox,
.has-ibt-grey .radio-inline,
.has-ibt-grey .checkbox-inline,
.has-ibt-grey.radio label,
.has-ibt-grey.checkbox label,
.has-ibt-grey.radio-inline label,
.has-ibt-grey.checkbox-inline label {
  color: #4a4949;
}
.has-ibt-grey .form-control {
  border-color: #4a4949;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-ibt-grey .form-control:focus {
  border-color: #303030;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7d7c7c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7d7c7c;
}
.has-ibt-grey .input-group-addon {
  color: #4a4949;
  border-color: #4a4949;
  background-color: #ffffff;
}
.has-ibt-grey .form-control-feedback {
  color: #4a4949;
}
.label-ibt-grey {
  background-color: #706F6F;
}
.label-ibt-grey[href]:hover,
.label-ibt-grey[href]:focus {
  background-color: #565656;
}
.list-group-item-ibt-grey {
  color: #4a4949;
  background-color: #ffffff;
}
a.list-group-item-ibt-grey,
button.list-group-item-ibt-grey {
  color: #4a4949;
}
a.list-group-item-ibt-grey .list-group-item-heading,
button.list-group-item-ibt-grey .list-group-item-heading {
  color: inherit;
}
a.list-group-item-ibt-grey:hover,
button.list-group-item-ibt-grey:hover,
a.list-group-item-ibt-grey:focus,
button.list-group-item-ibt-grey:focus {
  color: #4a4949;
  background-color: #f2f2f2;
}
a.list-group-item-ibt-grey.active,
button.list-group-item-ibt-grey.active,
a.list-group-item-ibt-grey.active:hover,
button.list-group-item-ibt-grey.active:hover,
a.list-group-item-ibt-grey.active:focus,
button.list-group-item-ibt-grey.active:focus {
  color: #fff;
  background-color: #4a4949;
  border-color: #4a4949;
}
.panel-ibt-grey {
  border-color: #f2f2f2;
}
.panel-ibt-grey > .panel-heading {
  color: #000;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.panel-ibt-grey > .panel-heading .fa {
  color: #4a4949;
}
.panel-ibt-grey > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2f2f2;
}
.panel-ibt-grey > .panel-heading .badge {
  color: #ffffff;
  background-color: #4a4949;
}
.panel-ibt-grey .panel-footer {
  background-color: #f2f2f2;
  color: #fff;
}
.panel-ibt-grey > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2f2f2;
}
.progress-bar-ibt-grey {
  background-color: #706F6F;
}
.progress-striped .progress-bar-ibt-grey {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.ibt-grey,
.table > tbody > tr > td.ibt-grey,
.table > tfoot > tr > td.ibt-grey,
.table > thead > tr > th.ibt-grey,
.table > tbody > tr > th.ibt-grey,
.table > tfoot > tr > th.ibt-grey,
.table > thead > tr.ibt-grey > td,
.table > tbody > tr.ibt-grey > td,
.table > tfoot > tr.ibt-grey > td,
.table > thead > tr.ibt-grey > th,
.table > tbody > tr.ibt-grey > th,
.table > tfoot > tr.ibt-grey > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.ibt-grey:hover,
.table-hover > tbody > tr > th.ibt-grey:hover,
.table-hover > tbody > tr.ibt-grey:hover > td,
.table-hover > tbody > tr:hover > .ibt-grey,
.table-hover > tbody > tr.ibt-grey:hover > th {
  background-color: #f2f2f2;
}
.text-ibt-grey {
  color: #4a4949;
}
a.text-ibt-grey:hover,
a.text-ibt-grey:focus {
  color: #303030;
}
.bg-ibt-grey {
  background-color: #ffffff;
}
a.bg-ibt-grey:hover,
a.bg-ibt-grey:focus {
  background-color: #e6e6e6;
}
/*
 * Define ibt-light-grey brand color
 */
.alert-ibt-light-grey {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #b7b7b7;
}
.alert-ibt-light-grey hr {
  border-top-color: #e5e5e5;
}
.alert-ibt-light-grey .alert-link {
  color: #9d9d9d;
}
.btn-ibt-light-grey {
  color: #fff;
  background-color: #ddd;
  border-color: #d0d0d0;
}
.btn-ibt-light-grey:focus,
.btn-ibt-light-grey.focus {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #919191;
}
.btn-ibt-light-grey:hover {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #b2b2b2;
}
.btn-ibt-light-grey:active,
.btn-ibt-light-grey.active,
.open > .dropdown-toggle.btn-ibt-light-grey {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #b2b2b2;
}
.btn-ibt-light-grey:active:hover,
.btn-ibt-light-grey.active:hover,
.open > .dropdown-toggle.btn-ibt-light-grey:hover,
.btn-ibt-light-grey:active:focus,
.btn-ibt-light-grey.active:focus,
.open > .dropdown-toggle.btn-ibt-light-grey:focus,
.btn-ibt-light-grey:active.focus,
.btn-ibt-light-grey.active.focus,
.open > .dropdown-toggle.btn-ibt-light-grey.focus {
  color: #fff;
  background-color: #b2b2b2;
  border-color: #919191;
}
.btn-ibt-light-grey:active,
.btn-ibt-light-grey.active,
.open > .dropdown-toggle.btn-ibt-light-grey {
  background-image: none;
}
.btn-ibt-light-grey.disabled:hover,
.btn-ibt-light-grey[disabled]:hover,
fieldset[disabled] .btn-ibt-light-grey:hover,
.btn-ibt-light-grey.disabled:focus,
.btn-ibt-light-grey[disabled]:focus,
fieldset[disabled] .btn-ibt-light-grey:focus,
.btn-ibt-light-grey.disabled.focus,
.btn-ibt-light-grey[disabled].focus,
fieldset[disabled] .btn-ibt-light-grey.focus {
  background-color: #ddd;
  border-color: #d0d0d0;
}
.btn-ibt-light-grey .badge {
  color: #ddd;
  background-color: #fff;
}
.has-ibt-light-grey .help-block,
.has-ibt-light-grey .control-label,
.has-ibt-light-grey .radio,
.has-ibt-light-grey .checkbox,
.has-ibt-light-grey .radio-inline,
.has-ibt-light-grey .checkbox-inline,
.has-ibt-light-grey.radio label,
.has-ibt-light-grey.checkbox label,
.has-ibt-light-grey.radio-inline label,
.has-ibt-light-grey.checkbox-inline label {
  color: #b7b7b7;
}
.has-ibt-light-grey .form-control {
  border-color: #b7b7b7;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-ibt-light-grey .form-control:focus {
  border-color: #9d9d9d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eaeaea;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eaeaea;
}
.has-ibt-light-grey .input-group-addon {
  color: #b7b7b7;
  border-color: #b7b7b7;
  background-color: #ffffff;
}
.has-ibt-light-grey .form-control-feedback {
  color: #b7b7b7;
}
.label-ibt-light-grey {
  background-color: #ddd;
}
.label-ibt-light-grey[href]:hover,
.label-ibt-light-grey[href]:focus {
  background-color: #c4c4c4;
}
.list-group-item-ibt-light-grey {
  color: #b7b7b7;
  background-color: #ffffff;
}
a.list-group-item-ibt-light-grey,
button.list-group-item-ibt-light-grey {
  color: #b7b7b7;
}
a.list-group-item-ibt-light-grey .list-group-item-heading,
button.list-group-item-ibt-light-grey .list-group-item-heading {
  color: inherit;
}
a.list-group-item-ibt-light-grey:hover,
button.list-group-item-ibt-light-grey:hover,
a.list-group-item-ibt-light-grey:focus,
button.list-group-item-ibt-light-grey:focus {
  color: #b7b7b7;
  background-color: #f2f2f2;
}
a.list-group-item-ibt-light-grey.active,
button.list-group-item-ibt-light-grey.active,
a.list-group-item-ibt-light-grey.active:hover,
button.list-group-item-ibt-light-grey.active:hover,
a.list-group-item-ibt-light-grey.active:focus,
button.list-group-item-ibt-light-grey.active:focus {
  color: #fff;
  background-color: #b7b7b7;
  border-color: #b7b7b7;
}
.panel-ibt-light-grey {
  border-color: #f2f2f2;
}
.panel-ibt-light-grey > .panel-heading {
  color: #000;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.panel-ibt-light-grey > .panel-heading .fa {
  color: #b7b7b7;
}
.panel-ibt-light-grey > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2f2f2;
}
.panel-ibt-light-grey > .panel-heading .badge {
  color: #ffffff;
  background-color: #b7b7b7;
}
.panel-ibt-light-grey .panel-footer {
  background-color: #f2f2f2;
  color: #fff;
}
.panel-ibt-light-grey > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2f2f2;
}
.progress-bar-ibt-light-grey {
  background-color: #ddd;
}
.progress-striped .progress-bar-ibt-light-grey {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table > thead > tr > td.ibt-light-grey,
.table > tbody > tr > td.ibt-light-grey,
.table > tfoot > tr > td.ibt-light-grey,
.table > thead > tr > th.ibt-light-grey,
.table > tbody > tr > th.ibt-light-grey,
.table > tfoot > tr > th.ibt-light-grey,
.table > thead > tr.ibt-light-grey > td,
.table > tbody > tr.ibt-light-grey > td,
.table > tfoot > tr.ibt-light-grey > td,
.table > thead > tr.ibt-light-grey > th,
.table > tbody > tr.ibt-light-grey > th,
.table > tfoot > tr.ibt-light-grey > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.ibt-light-grey:hover,
.table-hover > tbody > tr > th.ibt-light-grey:hover,
.table-hover > tbody > tr.ibt-light-grey:hover > td,
.table-hover > tbody > tr:hover > .ibt-light-grey,
.table-hover > tbody > tr.ibt-light-grey:hover > th {
  background-color: #f2f2f2;
}
.text-ibt-light-grey {
  color: #b7b7b7;
}
a.text-ibt-light-grey:hover,
a.text-ibt-light-grey:focus {
  color: #9d9d9d;
}
.bg-ibt-light-grey {
  background-color: #ffffff;
}
a.bg-ibt-light-grey:hover,
a.bg-ibt-light-grey:focus {
  background-color: #e6e6e6;
}
/*
 * global variables
 */
/*
 * mixins
 */
/*
 * global styles and fixes
 */
a,
a:link,
a:visited {
  -webkit-transform: 'text-decoration .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out';
  -moz-transform: 'text-decoration .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out';
  -ms-transform: 'text-decoration .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out';
  -o-transform: 'text-decoration .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out';
}
a:active,
a:focus,
a:hover {
  -webkit-transform: 'text-decoration .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out';
  -moz-transform: 'text-decoration .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out';
  -ms-transform: 'text-decoration .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out';
  -o-transform: 'text-decoration .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out';
  cursor: pointer;
}
a:not([href]),
a:not([href]):link,
a:not([href]):visited,
a:not([href]):active,
a:not([href]):focus,
a:not([href]):hover,
pre a,
pre a:link,
pre a:visited,
pre a:active,
pre a:focus,
pre a:hover,
a.fa.fa-fw,
a.fa.fa-fw:link,
a.fa.fa-fw:visited,
a.fa.fa-fw:active,
a.fa.fa-fw:focus,
a.fa.fa-fw:hover {
  text-decoration: none !important;
}
*:focus {
  outline: none;
}
a.disabled:not([href]),
a[disabled]:not([href]) {
  cursor: default;
  text-decoration: none !important;
}
/*
 * main navigation drawer
 */
.ibt-drawernav {
  max-width: 220px;
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  z-index: 1040;
  background: #79ad33;
  font-weight: bold;
  -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
  box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
@media (min-width: 220px + 50px) {
  .ibt-drawernav {
    width: 220px;
  }
}
@media (min-width: 768px) {
  .ibt-drawernav {
    overflow: visible;
    width: 220px;
  }
  .ibt-drawernav.ibt-drawernav-expanded {
    overflow-y: auto;
  }
  .ibt-drawernav.ibt-drawernav-unhide {
    top: 64px;
    padding-bottom: 64px;
  }
  .ibt-drawernav-unhide + .ibt-drawernav-site-overlay + * {
    margin-left: 220px;
    border-left: 1px solid white;
  }
}
/*
 * main navigation
 */
.ibt-drawernav ul {
  display: block;
  font-weight: bold;
  line-height: 1;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ibt-drawernav ul li {
  display: block;
  float: none;
  line-height: 1;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0;
}
.ibt-drawernav ul li a {
  border-radius: 0;
  box-sizing: border-box;
  cursor: auto;
  display: block;
  line-height: 1;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.ibt-drawernav > ul > li:last-child > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ibt-drawernav ul li a {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  text-align: left;
}
.ibt-drawernav > ul > li > a,
.ibt-drawernav > ul > li > a:link,
.ibt-drawernav > ul > li > a:visited {
  background-color: transparent;
  color: white;
}
.ibt-drawernav > ul > li > a[href]:active,
.ibt-drawernav > ul > li > a[href]:focus,
.ibt-drawernav > ul > li > a[href]:hover {
  background-color: #8cc63e;
  color: white;
}
.ibt-drawernav > ul > li.active > a,
.ibt-drawernav > ul > li.active > a:link,
.ibt-drawernav > ul > li.active > a:visited {
  background-color: white;
  color: #79ad33;
}
.ibt-drawernav > ul > li.active > a:active,
.ibt-drawernav > ul > li.active > a:focus,
.ibt-drawernav > ul > li.active > a:hover {
  background-color: white;
  color: #8cc63e;
}
.ibt-drawernav > ul > li.active-parent > a,
.ibt-drawernav > ul > li.active-parent > a:link,
.ibt-drawernav > ul > li.active-parent > a:visited {
  background-color: #ddd;
  color: #79ad33;
}
.ibt-drawernav > ul > li.active-parent > a:active,
.ibt-drawernav > ul > li.active-parent > a:focus,
.ibt-drawernav > ul > li.active-parent > a:hover {
  background-color: #ddd;
  color: #8cc63e;
}
/*
 * sub-navigation
 */
.ibt-drawernav > ul > li ul {
  display: block;
}
.ibt-drawernav > ul > li ul li a {
  text-align: right;
}
@media (min-width: 768px) {
  .ibt-drawernav > ul > li ul li a {
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
  }
}
.ibt-drawernav > ul > li ul li a,
.ibt-drawernav > ul > li ul li a:link,
.ibt-drawernav > ul > li ul li a:visited {
  background-color: #706F6F;
  color: white;
}
.ibt-drawernav > ul > li > ul > li > a:active,
.ibt-drawernav > ul > li > ul > li > a:focus,
.ibt-drawernav > ul > li > ul > li > a:hover {
  background-color: #8cc63e;
  color: white;
}
.ibt-drawernav > ul > li > ul > li.active > a,
.ibt-drawernav > ul > li > ul > li.active > a:link,
.ibt-drawernav > ul > li > ul > li.active > a:visited {
  background-color: white;
  color: #79ad33;
}
.ibt-drawernav > ul > li > ul > li.active > a:active,
.ibt-drawernav > ul > li > ul > li.active > a:focus,
.ibt-drawernav > ul > li > ul > li.active > a:hover {
  background-color: white;
  color: #8cc63e;
}
@media (min-width: 768px) {
  .ibt-drawernav > ul > li ul {
    display: none;
  }
  .ibt-drawernav > ul > li:hover ul,
  .ibt-drawernav > ul > li:hover ul:hover,
  .ibt-drawernav > ul > li.active ul,
  .ibt-drawernav > ul > li.active-parent ul,
  .ibt-drawernav.ibt-drawernav-expanded > ul > li ul {
    display: block;
  }
  .ibt-drawernav:not(.ibt-drawernav-expanded) > ul > li:not(.active):not(.active-parent):hover ul,
  .ibt-drawernav:not(.ibt-drawernav-expanded) > ul > li:not(.active):not(.active-parent):hover ul:hover {
    position: absolute;
    width: 220px;
    top: 0;
    left: 220px;
    z-index: 1041;
  }
  /*
    .ibt-drawernav > ul > li:not(.active):hover ul li a,
    .ibt-drawernav > ul > li:not(.active):hover ul li a:link,
    .ibt-drawernav > ul > li:not(.active):hover ul li a:visited,
    .ibt-drawernav > ul > li:not(.active):hover ul:hover li a,
    .ibt-drawernav > ul > li:not(.active):hover ul:hover li a:link,
    .ibt-drawernav > ul > li:not(.active):hover ul:hover li a:visited{
      padding-bottom: 10px;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 10px;
    }
    */
}
/* Menu Movement */
.ibt-drawernav-left,
.ibt-drawernav-left.ibt-drawernav-unhide {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media (min-width: 768px) {
  .ibt-drawernav-left,
  .ibt-drawernav-left.ibt-drawernav-unhide {
    -webkit-transform: translate3d(-220px, 0, 0);
    -moz-transform: translate3d(-220px, 0, 0);
    -ms-transform: translate3d(-220px, 0, 0);
    -o-transform: translate3d(-220px, 0, 0);
    transform: translate3d(-220px, 0, 0);
  }
}
.ibt-drawernav-open,
.ibt-drawernav-open.ibt-drawernav-unhide {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .ibt-drawernav-left.ibt-drawernav-unhide,
  .ibt-drawernav-open.ibt-drawernav-unhide {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.container-push,
.ibt-push-push {
  -webkit-transform: translate3d(90%, 0, 0);
  -moz-transform: translate3d(90%, 0, 0);
  -ms-transform: translate3d(90%, 0, 0);
  -o-transform: translate3d(90%, 0, 0);
  transform: translate3d(90%, 0, 0);
}
@media (min-width: 768px) {
  .container-push,
  .ibt-push-push {
    -webkit-transform: translate3d(220px, 0, 0);
    -moz-transform: translate3d(220px, 0, 0);
    -ms-transform: translate3d(220px, 0, 0);
    -o-transform: translate3d(220px, 0, 0);
    transform: translate3d(220px, 0, 0);
  }
}
/* Menu Transitions */
.ibt-drawernav,
#ibt-drawernav-container,
.ibt-push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
/* Site Overlay */
.ibt-drawernav-site-overlay {
  display: none;
}
.ibt-drawernav-active .ibt-drawernav-site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1039;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  -moz-animation: fade 500ms;
  -o-animation: fade 500ms;
  animation: fade 500ms;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ibt-drawernav-btn {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #8cc63e;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ibt-drawernav-btn {
    margin-left: 15px;
    margin-right: 0;
  }
}
.ibt-drawernav-btn:focus {
  outline: 0;
}
.ibt-drawernav-btn .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.ibt-drawernav-btn .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-default .ibt-drawernav-btn {
  border-color: #8cc63e;
  background-color: #efefef;
}
.navbar-default .ibt-drawernav-btn .icon-bar {
  background-color: #8cc63e;
}
.navbar-default .ibt-drawernav-btn:hover,
.navbar-default .ibt-drawernav-btn:focus {
  background-color: #8cc63e;
  border-color: white;
}
.navbar-default .ibt-drawernav-btn:hover .icon-bar,
.navbar-default .ibt-drawernav-btn:focus .icon-bar {
  background-color: white;
}
.navbar-inverse .ibt-drawernav-btn {
  border-color: #333;
}
.navbar-inverse .ibt-drawernav-btn:hover,
.navbar-inverse .ibt-drawernav-btn:focus {
  background-color: #333;
}
.navbar-inverse .ibt-drawernav-btn .icon-bar {
  background-color: #fff;
}
#ibt-drawernav-customization {
  display: none;
}
@media (min-width: 768px) {
  #ibt-drawernav-customization {
    display: block;
    color: white;
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .ibt-drawernav.ibt-drawernav-unhide #ibt-drawernav-customization {
    bottom: 79px;
  }
}
/*
 * module navigation
 */
.ibt-module-navigation {
  padding: 0;
}
/*
 * container
 */
#ibt-container {
  margin: 0;
  padding: 15px;
}
/*
 * Pagination
 */
.ibt-platform-pagination {
  padding-top: 12px;
  margin-bottom: 12px;
}
.ibt-form-actions-bar {
  background-color: white;
  padding-top: 18px;
  padding-bottom: 18px;
}
.ibt-form-actions-bar .navbar {
  margin-bottom: 0;
}
.ibt-form-actions-bar.is_stuck {
  position: fixed;
  z-index: 5;
  /*border-bottom-color: #efefef;
    border-bottom-style: solid;
    border-bottom-width: 1px;*/
}
.ibt-form-actions-bar.is_stuck + div {
  margin-top: 9px;
}
.ibt-actions-bar {
  background-color: white;
  border: none;
  border-bottom: #efefef thin solid;
  padding: 15px;
}
.ibt-actions-bar ul {
  margin: 0;
  padding: 0;
}
.ibt-actions-bar ul li:first-child {
  padding-left: 0;
}
.ibt-actions-bar ul li:last-child {
  padding-right: 0;
}
.ibt-module-navigation.is_stuck {
  position: fixed;
  z-index: 5;
}
.ibt-module-navigation.is_stuck + div {
  margin-top: 9px;
}
#ibt-container + nav {
  background-color: white;
}
#ibt-module-header ul.list-inline {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ibt-radio-label-highlight {
  font-weight: bold;
}
label input.disabled + .ibt-radio-label:not(.ibt-radio-label-highlight) {
  color: lightgray;
}
.strong,
pre.strong {
  font-weight: 600;
}
.lt-ie9 .hidden-lt-ie9 {
  display: none;
}
.show-lt-ie9 {
  display: none;
}
.lt-ie9 .show-lt-ie9 {
  display: block;
}
[data-toggle="modal"] {
  cursor: pointer;
}
td pre {
  border: none;
  background-color: transparent;
  margin: 2px 0 0 0;
  padding: 3px 0 0 0;
  text-align: right;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  font-size: 12px;
}
.ibt-flash-messages-container {
  margin-bottom: 9px;
}
.alert {
  padding: 6px 12px;
  margin-top: 9px;
  margin-bottom: 9px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: 0;
}
td .alert {
  display: inline-block;
  margin: 0;
  padding: 3px 6px;
}
.modal .bootstrap-dialog-message {
  min-height: 50px;
}
.modal .bootstrap-dialog-footer-buttons {
  min-height: 34px;
}
.modal .progress {
  margin-top: 7px;
  margin-bottom: 7px;
}
.ibt-checkbox-group {
  margin-bottom: 18px;
}
.form-inline label {
  margin-right: 9px;
}
.form-horizontal {
  margin-bottom: 15px;
}
.table > thead > tr.ibt-border-top-none > th,
.table > tbody > tr.ibt-border-top-none > th,
.table > tfoot > tr.ibt-border-top-none > th,
.table > thead > tr.ibt-border-top-none > td,
.table > tbody > tr.ibt-border-top-none > td,
.table > tfoot > tr.ibt-border-top-none > td {
  border-top: none;
}
.navbar-fixed-top .navbar-brand {
  /*
      text-indent: -9999px;
      background-image: url('../img/icgene-green-492-120.png');
      background-color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: auto 40px;
      width: 123px;
    */
  margin-top: 8px;
  margin-bottom: 5px;
  text-indent: -9999px;
  background-image: url('../img/IBT-ICGENEweb-logo.png');
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 47px;
  width: 200px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
#container > h1.bionat-logo {
  background-image: url('../img/logo-bionat-italia.png');
}
.ibt-page-container {
  padding-top: 15px;
}
.ibt-gantt td .progress {
  margin-bottom: 1px;
}
.ibt-gantt th:not(:first-child) {
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
.ibt-margin-bottom {
  margin-bottom: 15px;
}
/**
 * FLUID RATIO PLUGIN
 */
.fluid-ratio {
  position: relative;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.ratio-2-1 {
  padding-bottom: 50%;
}
.ratio-16-9 {
  padding-bottom: 56.25%;
}
.ratio-4-3 {
  padding-bottom: 75%;
}
.ratio-3-2 {
  padding-bottom: 66.6666667%;
}
.ratio-3-1 {
  padding-bottom: 33.3333333%;
}
.ratio-1-1 {
  padding-bottom: 100%;
}
.ratio-9-16 {
  padding-bottom: 177.78%;
}
.fluid-ratio > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.navbar-default .navbar-text.icgene-view-title {
  font-size: 20px;
  font-weight: bolder;
  font-family: 'exo_2bold';
  color: black;
}
@media (min-width: 768px) {
  .navbar-default .navbar-text.icgene-view-title {
    margin-right: 0;
  }
}
.icgene-graph-container {
  background-color: #f8f8f8;
}
.ibt-form-static .form-group {
  margin-bottom: 0;
}
.ibt-form-static .control-label,
.ibt-form-static .form-control-static {
  padding-top: 0;
}
.ibt-signin-container {
  padding: 15px;
}
.ibt-signin-container h1 {
  display: block;
  margin: 0 auto 15px auto;
  background-color: transparent;
  background-image: url('../img/IBT-ICGENEweb-logo.png');
  background-size: 95% auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 175px;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .ibt-signin-container h1 {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .ibt-signin-container h1 {
    height: 130px;
  }
}
@media (min-width: 1200px) {
  .ibt-signin-container h1 {
    height: 140px;
  }
}
#ibt-body-main,
.no-js #ibt-loading-body {
  display: none;
}
.no-js #ibt-body-main {
  display: block;
}
#ibt-loading-body {
  width: 100%;
  height: 30px;
  background-color: white;
  position: fixed;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
/*
 * PACE

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: @colorICGENEmini;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  width: 200px;
  background: #fff;
  border: 1px solid @colorICGENEmini;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: @colorICGENEmini;
}

.pace.pace-inactive {
  display: none;
}

*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 6px;
  background: #fff;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background-color: #638e2a;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100%;
  overflow: hidden;
  height: 6px;
}
.pace .pace-activity {
  position: fixed;
  top: 0;
  right: -32px;
  bottom: 0;
  left: 0;
  height: 6px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  -o-background-size: 32px 32px;
  background-size: 32px 32px;
  -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite;
  -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite;
  -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite;
  -o-animation: pace-theme-barber-shop-motion 500ms linear infinite;
  animation: pace-theme-barber-shop-motion 500ms linear infinite;
}
@-webkit-keyframes pace-theme-barber-shop-motion {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@-moz-keyframes pace-theme-barber-shop-motion {
  0% {
    -moz-transform: none;
    transform: none;
  }
  100% {
    -moz-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@-o-keyframes pace-theme-barber-shop-motion {
  0% {
    -o-transform: none;
    transform: none;
  }
  100% {
    -o-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@-ms-keyframes pace-theme-barber-shop-motion {
  0% {
    -ms-transform: none;
    transform: none;
  }
  100% {
    -ms-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@keyframes pace-theme-barber-shop-motion {
  0% {
    transform: none;
  }
  100% {
    transform: translate(-32px, 0);
  }
}
.ibt-modernizr-no-inputtypes-date {
  display: none;
}
table tbody tr td form.form-horizontal,
table tbody tr td form.form-inline,
table tbody tr td form.form-horizontal fieldset,
table tbody tr td form.form-inline fieldset,
table tbody tr td form.form-horizontal fieldset .form-group,
table tbody tr td form.form-inline fieldset .form-group {
  margin: 0;
  padding: 0;
}
tr .ibt-show-on-hover-parent-tr,
.panel .ibt-show-on-hover-parent-panel {
  visibility: hidden;
  transition: 'visibility .3s ease-in';
  -webkit-transition: 'visibility .3s ease-in';
  -moz-transition: 'visibility .3s ease-in';
  -ms-transition: 'visibility .3s ease-in';
  -o-transition: 'visibility .3s ease-in';
}
tr:hover .ibt-show-on-hover-parent-tr,
.panel:hover .ibt-show-on-hover-parent-panel {
  visibility: visible;
}
code {
  color: black;
  background-color: #efefef;
}
span[data-toggle] {
  cursor: default;
}
table.table thead tr th span {
  font-weight: bold;
}
input[data-ibt-input-functionalities=amount],
input[data-ibt-input-functionalities=integer] {
  text-align: right;
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
.row div .thumbnail {
  padding: 9px;
}
.row div .thumbnail h1:first-child,
.row div .thumbnail h2:first-child,
.row div .thumbnail h3:first-child,
.row div .thumbnail h4:first-child,
.row div .thumbnail h5:first-child,
.row div .thumbnail h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
.panel .panel-body form.form-horizontal:last-child,
.panel .panel-body form.form-horizontal:last-child .form-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.huge {
  font-size: 40px;
}
.dashboard-container .panel:not(.panel-default):not(.panel-warning) .panel-heading {
  min-height: 100px;
}
.dashboard-container .panel:not(.panel-default):not(.panel-warning) .panel-footer {
  min-height: 42px;
}
/*
 *
 */
.cb-slideshow,
.cb-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  list-style-type: none;
  list-style: none;
}
.cb-slideshow:after {
  content: '';
  background: transparent url(../img/pattern.png) repeat top left;
}
.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 36s linear infinite 0s;
  -moz-animation: imageAnimation 36s linear infinite 0s;
  -o-animation: imageAnimation 36s linear infinite 0s;
  -ms-animation: imageAnimation 36s linear infinite 0s;
  animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) span {
  background-image: url(../img/covers/infobiotech-icgene-mini-results.jpg);
}
.cb-slideshow li:nth-child(2) span {
  background-image: url(../img/covers/infobiotech-icgene-vet.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
  background-image: url(../img/covers/infobiotech-icgene-mini-dxBottom.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
  background-image: url(../img/covers/infobiotech-icgene-wine-winery.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
  background-image: url(../img/covers/enbiotech-icgene-mini-nucleic-acid-extraction.jpg);
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
  background-image: url(../img/covers/infobiotech-icgene-mini-results.jpg);
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -o-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*
 * Select2 fixes
 */
li.select2-results__option {
  white-space: nowrap;
}
.select2-result-label {
  white-space: nowrap;
}
/*
 *
 */
.ibt-margin-bottom-none {
  margin-bottom: 0;
}
.ibt-margin-bottom-none span.help-block {
  font-size: 13px;
  line-height: 1.1;
}
form:not(.ibt-signin-form) keeper-lock {
  display: none;
}
