/* reset everything to the default box model */
@import url(https://fonts.googleapis.com/css?family=Roboto);
*, :before, :after {
  box-sizing: content-box; }

/* set a border-box model only to elements that need it */
.form-control,
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  box-sizing: border-box; }

/* Color override */
h1, h2, h3, h4, h5 {
  font-family: 'Roboto', serif; }

body {
  font-family: 'Roboto', sans-serif;
  height: 100vh;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  body .header {
    width: 100%; }
  body footer {
    margin-top: auto !important; }

.ac-content-container {
  min-width: 870px; }

.ac-required {
  color: #db432b;
  font-weight: lighter;
  display: inline-block;
  font-size: smaller; }

.k-widget.k-tooltip.k-tooltip-validation, .k-widget.k-tooltip-validation {
  opacity: 0; }

.btn-outline-primary {
  color: #00a398;
  background-color: transparent;
  background-image: none;
  border-color: #00a398; }

.btn-outline-primary:hover {
  color: #007068;
  border-color: #007068; }

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: #007068;
  border-color: #007068; }

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  opacity: 0.3; }

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #CCEDEA; }

.ac-link {
  color: #db432b;
  text-decoration: underline;
  border: none;
  background-color: transparent;
  font-weight: 700; }
  .ac-link.reset-generator {
    padding-top: 10px; }
  .ac-link:hover {
    color: #892717; }

.ac-divider {
  margin-top: 25px; }

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #00a398;
  border-color: #008a80; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .btn-default.dropdown-toggle:hover,
.btn-default:active:focus:hover,
.btn-default:active.focus:hover,
.btn-default.active:focus:hover,
.btn-default.active.focus:hover,
.open > .btn-default.dropdown-toggle:focus:hover,
.open > .btn-default.dropdown-toggle.focus:hover {
  color: #fff;
  background-color: #007068;
  border-color: #005751; }

.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #00a398;
  border-color: #008a80; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none; }

.k-datepicker .k-input {
  height: auto; }

.row.k-content {
  border: none; }

#generate-button, #validation-checker-button, #reset-generator-button, #import-xml-button, .help-button {
  font-size: 14px; }

span.k-tooltip {
  position: absolute;
  opacity: 0.75; }

span.k-link.k-header > span {
  font-size: 20px; }

.k-list-container .k-item {
  white-space: nowrap;
  float: left;
  clear: left;
  width: 120px;
  min-width: 100%;
  box-sizing: border-box; }

label[for=legal-declaration] {
  margin-top: 20px; }

.label-normal {
  font-weight: normal; }

#product-builder-name {
  margin-bottom: 10px; }

.selected-product {
  color: #05A1BA; }

.product-summary-name {
  font-size: larger; }

#product-structure-recursive-container ul {
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0; }

#product-structure-recursive-container ul ul {
  margin-left: 25px;
  padding-top: 4px; }

#product-structure-recursive-container ul li {
  margin: 0;
  padding: 3px 5px;
  line-height: 20px;
  font-weight: bold;
  border-left: 2px solid #646464; }

#product-structure-recursive-container ul li:first-child {
  margin-top: -6px;
  padding-top: 5px; }

#product-structure-recursive-container ul li:last-child {
  border-left: none; }

#product-structure-recursive-container ul li:before {
  position: relative;
  top: -3px;
  height: 24px;
  width: 19px;
  color: white;
  border-bottom: 2px solid #646464;
  content: "";
  display: inline-block;
  left: -5px; }

#product-structure-recursive-container ul li:last-child:before {
  border-left: 2px solid #646464; }

#product-structure-recursive-container li span.is-selected {
  color: #00a398 !important;
  font-weight: bold;
  height: 23px;
  display: inline-block; }

#product-structure-recursive-container li span.is-complete {
  color: #0b9027;
  font-weight: bold; }

#product-structure-recursive-container li span {
  font-weight: bold;
  font-size: medium; }

#product-structure-recursive-container li > span.item {
  border: 2px solid #646464;
  border-radius: 5px;
  padding: 4px;
  margin-left: -9px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

#product-structure-recursive-container li > span.item.is-selected {
  border-color: #00a398; }

#product-structure-recursive-container li span button {
  margin-left: 5px; }

#product-structure-recursive-container .structure-indicator {
  font-size: x-small;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 5px; }

.k-dropdown .k-tooltip-validation {
  white-space: normal; }

.k-combobox .k-select {
  background-color: white;
  width: 1.4em; }

.k-combobox .k-dropdown-wrap.k-state-focused .k-select {
  background-color: #dcddde; }

.k-combobox .k-dropdown-wrap.k-state-hover .k-select {
  background-color: #dcddde; }

.k-tooltip-validation {
  z-index: 9990; }

.modal {
  z-index: 9995; }

.k-icon.k-i-calendar,
.k-icon.k-i-arrow-s,
.k-icon.k-i-arrow-n {
  margin-top: 8px; }

button.copy-contact {
  margin-bottom: 15px; }

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100); }

.tooltip-inner {
  padding: 10px;
  border: 1px solid #215273;
  background-color: #f9f9f9;
  color: #333;
  position: relative; }

.tooltip.top .tooltip-arrow {
  border-top-color: #215273; }

.tooltip.left .tooltip-arrow {
  border-left-color: #215273; }

[data-toggle=tooltip] {
  cursor: pointer; }

select[multiple]:focus option:checked {
  background: #215273 linear-gradient(0deg, #215273 0%, #215273 100%); }

select[multiple] option:checked {
  background: #999 linear-gradient(0deg, #999 0%, #999 100%); }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=checkbox] {
  -ms-transform: scale(1.2);
  /* IE */
  -moz-transform: scale(1.2);
  /* FF */
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2);
  /* Opera */
  padding: 10px; }

.btn-file {
  position: relative;
  overflow: hidden;
  padding: 6px 4px; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

input[type="submit"], button#reset-generator-button, button#import-xml-button, button#validation-checker-button {
  margin: 10px 0 70px 0; }

button#import-xml-button {
  margin-left: 15px; }

button#validation-checker-button {
  margin-right: 15px; }

.modal-header, .modal-footer {
  border: none; }

tr.table-center th, tr.table-center td {
  text-align: center;
  vertical-align: middle; }

td.table-center, th.table-center {
  text-align: center;
  vertical-align: middle; }

div#available-query-lists {
  margin-bottom: 40px; }

#homogeneous-materials > ul {
  width: 1246px; }

#homogeneous-materials ul.table-row {
  margin: 0 -8px; }

#homogeneous-materials .k-dropdown-wrap {
  padding-right: 4px; }

#homogeneous-materials .k-dropdown-wrap .k-input {
  text-indent: 4px; }

#homogeneous-materials ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#homogeneous-materials .table-title li {
  width: 1246px;
  min-width: 1246px;
  font-size: medium;
  font-weight: bold; }

#homogeneous-materials .table-headers li {
  word-break: break-all;
  text-align: center;
  border-bottom: 1px solid #999; }

#homogeneous-materials .table-headers li.table-cell {
  height: 50px;
  font-size: 12px; }

#homogeneous-materials ul li {
  border-top: 1px solid #999; }

#homogeneous-materials ul:last-child > li {
  border-bottom: 1px solid #999; }

#homogeneous-materials ul:nth-child(even) li {
  background-color: #EEEEEE; }

#homogeneous-materials ul:nth-child(even) ul:nth-child(even) li {
  background-color: #fff; }

#homogeneous-materials ul:nth-child(even) ul:nth-child(odd) li {
  background-color: #EEEEEE; }

#homogeneous-materials ul:nth-child(odd) ul:nth-child(even) ul:nth-child(odd) li {
  background-color: #EEEEEE; }

#homogeneous-materials ul:nth-child(even) ul:nth-child(odd) ul:nth-child(odd) li {
  background-color: #EEEEEE; }

#homogeneous-materials ul:nth-child(even) ul:nth-child(odd) ul:nth-child(even) li {
  background-color: #fff; }

#homogeneous-materials ul:nth-child(even) ul:nth-child(even) ul:nth-child(odd) li {
  background-color: #fff; }

#homogeneous-materials ul:nth-child(even) ul:nth-child(even) ul:nth-child(even) li {
  background-color: #EEEEEE; }

#homogeneous-materials ul ul:last-child li,
#homogeneous-materials ul ul ul:last-child li {
  border-bottom: none; }

#homogeneous-materials .table-title li:last-child,
#homogeneous-materials .table-headers li:last-child,
#homogeneous-materials ul ul li:last-child {
  border-right: 1px solid #999; }

#homogeneous-materials ul.template-container, #homogeneous-materials li.template-container {
  border: none; }

#homogeneous-materials li {
  margin: 0;
  padding: 0;
  display: table-cell;
  border-left: 1px solid #999; }

#homogeneous-materials li.table-cell {
  padding: 1px;
  height: 35px;
  max-height: 35px;
  vertical-align: top; }

#homogeneous-materials li.table-cell div {
  padding-top: 6px; }

#homogeneous-materials li.table-cell input {
  padding: 2px;
  background-color: rgba(255, 255, 255, 0.5); }

#homogeneous-materials li.homogeneous-material-attachment label {
  margin-top: 2px;
  font-size: 12px; }

#homogeneous-materials li.add-remove {
  width: 34px;
  min-width: 34px; }

#homogeneous-materials li.homogeneous-material-name {
  width: 140px;
  min-width: 140px; }

#homogeneous-materials li.homogeneous-material-mass {
  width: 58px;
  min-width: 58px; }

#homogeneous-materials li.homogeneous-material-uom {
  width: 56px;
  min-width: 56px; }

#homogeneous-materials li.homogeneous-material-attachment {
  width: 67px;
  min-width: 67px; }

#homogeneous-materials li.substance-category-level {
  width: 86px;
  min-width: 86px; }

#homogeneous-materials li.substance-cas, #homogeneous-materials li.substance-cas .k-widget.k-autocomplete {
  width: 79px;
  min-width: 79px; }

#homogeneous-materials li.substance-name, #homogeneous-materials li.substance-name .k-widget.k-autocomplete {
  width: 156px;
  min-width: 156px; }

#homogeneous-materials li.substance-category-name {
  width: 156px;
  min-width: 156px; }

#homogeneous-materials li.substance-exemption {
  width: 94px;
  min-width: 94px; }

#homogeneous-materials li.substance-mass {
  width: 58px;
  min-width: 58px; }

#homogeneous-materials li.substance-uom {
  width: 56px;
  min-width: 56px; }

#homogeneous-materials li.substance-concentration {
  width: 65px;
  min-width: 65px; }

#homogeneous-materials .k-autocomplete .k-input {
  text-indent: 0;
  padding-top: 7px; }

#homogeneous-materials li.homogeneous-material-name-warning {
  width: 1246px;
  min-width: 1246px;
  background-color: #EEEEEE;
  color: red;
  text-align: left;
  padding-top: 25px; }

#import-xml h3 {
  font-family: "Roboto";
  font-size: 32px; }

#import-xml label {
  font-weight: normal; }

#import-xml label#upload-instructions {
  margin-bottom: 20px; }

#import-xml .modal-dialog {
  width: 550px; }

#import-xml .modal-header,
#import-xml .modal-footer {
  border: none; }

#import-xml .modal-header {
  padding: 25px 15px; }

#import-xml .modal-header .close {
  margin-top: 12px;
  font-size: 25px;
  opacity: 0.5;
  border: none; }

#import-xml .modal-content {
  color: #4a4a4a;
  padding: 20px; }

#import-xml .help-link {
  text-decoration: underline; }

#import-xml .btn {
  border-radius: 2px; }

#import-xml #file-import-label img, #import-xml #upload-file-info {
  cursor: pointer;
  margin-right: 10px; }

#import-xml #upload-file-info, #import-xml .cancel-link {
  color: #00a398;
  text-decoration: underline; }

#import-xml .cancel-link {
  text-decoration: underline;
  margin-top: 21px;
  margin-right: 15px;
  display: inline-block; }

#import-xml .cancel-link:hover,
#import-xml #upload-file-info:hover {
  color: #007068; }

#import-xml #import-button {
  padding: 10px 40px;
  margin-bottom: 20px; }

.blue-steel {
  line-height: 1.6; }
  .blue-steel h2, .blue-steel h5 {
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .blue-steel h2 {
    background-color: #215273;
    font-size: 23px; }
  .blue-steel h5 {
    font-weight: bold; }
  .blue-steel h2, .blue-steel h5, .blue-steel p, .blue-steel .btn {
    margin-bottom: 25px; }
  .blue-steel .btn {
    border-radius: 2px;
    padding: 10px 20px; }
  .blue-steel .subdued {
    color: #999; }

.k-window {
  background: #ffc107;
  color: #000000;
  border: transparent; }
  .k-window .k-window-titlebar {
    border: none; }

.k-window-titlebar.k-header, .k-window-content.k-content {
  background: #ffc107;
  color: #000000; }

.k-window-titlebar .k-window-action {
  opacity: 1; }

.k-window-titlebar.k-header {
  height: 25px;
  text-align: center; }

.k-i-minimize, .k-i-restore, .k-i-close {
  background-color: transparent;
  background-position: 0 0; }

.k-window-action.k-link, .k-window-action.k-link .k-icon {
  height: 24px;
  width: 24px; }

.k-window-action.k-link.k-state-hover .k-i-close,
.k-window-action.k-link.k-state-hover .k-i-minimize,
.k-window-action.k-link.k-state-hover .k-i-restore {
  background-position: 0 0; }

a.k-window-action.k-link.k-state-hover {
  border: none;
  background-color: transparent;
  padding: 2px; }

.k-i-minimize {
  background-image: url("/img/validator-min.png"); }

.k-i-close {
  background-image: url("/img/modal-close.png");
  background-size: contain; }

.k-i-restore {
  background-image: url("/img/validator-max.png"); }

.validation-error .summary {
  margin: 20px 70px;
  top: -5px;
  position: relative; }

.some-left {
  font-weight: bold; }

.none-left {
  color: #0b9027; }

.validation-error-resolved {
  color: #0b9027;
  font-weight: bold; }

.validation-error .next-error,
.validation-error .prev-error {
  display: block;
  width: 20px;
  height: 30px; }

.validation-error .next-error a,
.validation-error .prev-error a {
  display: block;
  width: 100%;
  height: 100%; }

.validation-error .next-error a {
  background-image: url("/img/val-next-dark.png");
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: contain; }

.validation-error .prev-error a {
  background-image: url("/img/val-prev-dark.png");
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: contain; }

.validation-error .prev-error {
  float: left; }

.validation-error .next-error {
  float: right; }

.validation-border, .validation-border:focus, .validation-border.k-state-focused {
  border: 2px solid #ff3e41; }

#exemptions label.validation-border {
  padding: 2px;
  border-radius: 4px; }

.btn-group.validation-border {
  border-radius: 4px; }

.btn-group.validation-border:hover {
  border-color: #ff3e41; }

/* assent style panel bar headers */
.section-validation, .section-requirement, .product-validation {
  position: absolute;
  top: 65%;
  margin-top: -5px;
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.product-validation {
  position: relative;
  margin: 0;
  display: inline-block; }

.section-validation {
  right: 160px; }

.section-requirement {
  right: 25px; }

.section-validation.label,
.section-requirement.label,
.product-validation.label {
  background-color: transparent;
  padding-left: 34px;
  padding-top: 6px;
  background-repeat: no-repeat;
  height: 30px;
  color: #6F6F6F;
  background-size: 26px 26px; }

.product-validation.label {
  height: inherit; }

.k-panelbar > .k-item > .k-link .section-requirement,
.k-panelbar > .k-item > .k-link .section-validation {
  top: 43%; }

.k-panelbar > .k-item > .k-link .k-icon.k-i-arrow-s,
.k-panelbar > .k-item > .k-link .k-icon.k-i-arrow-n {
  margin-top: -4px; }

.checkbox .text-warning {
  color: red;
  text-align: left; }

.section-validation.label-success,
.section-requirement.label-success,
.product-validation.label-success {
  background-image: url("/img/assent-success.png");
  background-size: 18px 18px;
  background-position: 5px 4px; }

.section-validation.label-warning,
.section-requirement.label-warning {
  background-image: url("/img/validation-error.png");
  background-size: 20px 20px;
  background-position: 5px 3px; }

.section-validation.label-info,
.section-requirement.label-info {
  background-image: url("/img/assent-optional.png");
  background-size: 24px 24px;
  background-position: 5px 3px; }

.section-validation.label-danger,
.section-requirement.label-danger,
.product-validation.label-danger {
  background-image: url("/img/danger-icon.png");
  background-size: 20px 20px;
  background-position: 5px 5px; }

.icon {
  padding: 0;
  display: inline-block;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  margin-bottom: -3px;
  background-size: 19px 19px; }

.k-link.k-header .icon {
  width: 20;
  height: 20;
  margin-bottom: -3px;
  background-size: 20px 20px; }

.icon-help {
  background-image: url("/img/help-icon-question-mark.png"); }

.k-panelbar .k-item {
  background-color: #fff; }

.k-panelbar .section-container {
  padding: 10px; }

.k-panelbar > .k-item > .k-link {
  line-height: 50px;
  border-color: #fff;
  border-bottom-color: #a8abae;
  border-bottom-width: 1px;
  font-family: "Roboto";
  text-transform: uppercase;
  background-color: #fff;
  font-size: 25px;
  padding-top: 10px;
  margin-bottom: 5px; }

.k-panelbar > li > .k-state-selected, .k-panelbar > li.k-state-default > .k-link.k-state-selected {
  color: #4A4A4A; }

.k-state-focused.k-state-selected, .k-state-selected, .k-header.k-state-focused {
  box-shadow: none; }

.k-panelbar > li.k-state-default > .k-link {
  color: #4A4A4A;
  padding-left: 0; }

.k-panelbar .k-content, .k-header {
  border-color: #fff; }

.k-widget.k-panelbar {
  background-color: #fff;
  box-shadow: none;
  border: none; }

.divider {
  margin: 30px 0;
  border-top: 4px solid #DCDDDE; }

.transparent-divider {
  margin: 20px 0; }

.transparent-divider > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

.transparent-divider > div > label {
  margin: 0; }

body.modal {
  overflow-y: auto; }

body.modal-open {
  overflow: auto; }

body.modal-open[style] {
  padding-right: 0px !important; }

.header, footer {
  min-width: 1346px; }

/* landing page styles */
.landing-block {
  background: #FFFFFF;
  border: 1px solid #D6D8D9;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
  text-align: center;
  padding: 30px 15px;
  margin: 30px 0 40px 0; }

.landing-block .divider {
  border-width: 2px; }

.landing-block img {
  margin-bottom: 20px; }

.landing-block .section-blurb {
  color: #343A40;
  font-size: 18px;
  display: block; }

.landing-block .btn {
  width: 160px;
  display: inline-block;
  margin-top: 15px; }

.landing-block a.btn {
  font-size: 18px; }

.landing-welcome {
  background-color: #00a1be;
  color: #fff;
  padding: 20px; }

.landing-overview {
  margin: 20px 20px 0 20px;
  color: #4a4a4a;
  font-size: 14px; }

/* assent header and footer styles copied from assentcompliance.com */
@font-face {
  font-family: 'roboto';
  src: url("/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.header {
  background-image: url("/img/header-bg.jpg");
  background-repeat: repeat-x;
  padding: 0;
  text-align: center; }

.header > div {
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 288px;
  background: linear-gradient(94.55deg, #215273 6.92%, #166D7F 37.45%, #00a398 100%); }

.header > div > div.logo-link {
  position: absolute;
  top: 0;
  margin: 15px; }

.header > div > div.logo-link > a {
  display: block; }

.header > div > div.fmd-title-header > h2 {
  margin: 0;
  font-weight: bold; }

.header > div > div.fmd-title-header > h3 {
  margin-bottom: 0; }

.header h1, .header h2, .header h3, .header h4 {
  color: #fff; }

.header h1 {
  font-size: 62px; }

.header h2 {
  font-size: 36px;
  margin-top: 15px; }

.footer {
  background: #2e2e2e;
  color: #cbcbcb;
  padding: 60px 0 0;
  margin-top: -1px; }

.footer p, .footer a {
  color: #cbcbcb; }

.footer .heading {
  font-size: 1.3em;
  font-weight: thin;
  position: relative;
  color: white; }

.footer .heading::after {
  position: absolute;
  top: 25px;
  left: 4px;
  height: 2px;
  width: 30px;
  margin: 3px;
  background: #ef3c32;
  content: ""; }

.footer h3 {
  font-size: 1.1em;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-family: 'roboto'; }

.footer {
  font-size: .9em;
  background: #323232; }

footer.footer form input[type="text"] {
  display: block;
  margin-top: 20px;
  font-size: 1.2em;
  width: 90%;
  border: 2px solid white;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1) !important;
  padding: 10px;
  color: gainsboro !important; }

/*!
 *
 *  Glyphicons Social
 *
 */
@font-face {
  font-family: 'Glyphicons Social Regular';
  src: url(/fonts/glyphicons-social-regular.eot);
  src: url(/fonts/glyphicons-social-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/glyphicons-social-regular.woff) format("woff"), url(/fonts/glyphicons-social-regular.ttf) format("truetype"), url(/fonts/glyphicons-social-regular.svg#glyphicons_socialregular) format("svg");
  font-weight: 400;
  font-style: normal; }

.social.pinterest:before {
  content: "\E001"; }

.social.dropbox:before {
  content: "\E002"; }

.social.google_plus:before {
  content: "\E003"; }

.social.jolicloud:before {
  content: "\E004"; }

.social.yahoo:before {
  content: "\E005"; }

.social.blogger:before {
  content: "\E006"; }

.social.picasa:before {
  content: "\E007"; }

.social.amazon:before {
  content: "\E008"; }

.social.tumblr:before {
  content: "\E009"; }

.social.wordpress:before {
  content: "\E010"; }

.social.instapaper:before {
  content: "\E011"; }

.social.evernote:before {
  content: "\E012"; }

.social.xing:before {
  content: "\E013"; }

.social.zootool:before {
  content: "\E014"; }

.social.dribbble:before {
  content: "\E015"; }

.social.deviantart:before {
  content: "\E016"; }

.social.read_it_later:before {
  content: "\E017"; }

.social.linked_in:before {
  content: "\E018"; }

.social.forrst:before {
  content: "\E019"; }

.social.pinboard:before {
  content: "\E020"; }

.social.behance:before {
  content: "\E021"; }

.social.github:before {
  content: "\E022"; }

.social.youtube:before {
  content: "\E023"; }

.social.skitch:before {
  content: "\E024"; }

.social.foursquare:before {
  content: "\E025"; }

.social.quora:before {
  content: "\E026"; }

.social.badoo:before {
  content: "\E027"; }

.social.spotify:before {
  content: "\E028"; }

.social.stumbleupon:before {
  content: "\E029"; }

.social.readability:before {
  content: "\E030"; }

.social.facebook:before {
  content: "\E031"; }

.social.twitter:before {
  content: "\E032"; }

.social.instagram:before {
  content: "\E033"; }

.social.posterous_spaces:before {
  content: "\E034"; }

.social.vimeo:before {
  content: "\E035"; }

.social.flickr:before {
  content: "\E036"; }

.social.last_fm:before {
  content: "\E037"; }

.social.rss:before {
  content: "\E038"; }

.social.skype:before {
  content: "\E039"; }

.social.e-mail:before {
  content: "\E040"; }

.social.vine:before {
  content: "\E041"; }

.social.myspace:before {
  content: "\E042"; }

.social.goodreads:before {
  content: "\E043"; }

.social.apple:before {
  content: "\F8FF"; }

.social.windows:before {
  content: "\E045"; }

.social.yelp:before {
  content: "\E046"; }

.social.playstation:before {
  content: "\E047"; }

.social.xbox:before {
  content: "\E048"; }

.social.android:before {
  content: "\E049"; }

.social.ios:before {
  content: "\E050"; }

.social-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  line-height: 14px;
  background-image: url(/images/glyphicons_social.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: top; }

.social-icon, .social-icon _:-o-prefocus {
  background-image: url(/images/glyphicons_social.png); }

.no-inlinesvg .social-icon {
  background-image: url(/images/glyphicons_social.png); }

.social-icon.white {
  background-image: url(/images/glyphicons_social-white.svg); }

.social-icon.white, .social-icon.white _:-o-prefocus {
  background-image: url(/images/glyphicons_social-white.png); }

.no-inlinesvg .social-icon.white {
  background-image: url(/images/glyphicons_social-white.png); }

.social-icon.pinterest {
  background-position: 0 0; }

.social-icon.dropbox {
  background-position: -48px 0; }

.social-icon.google_plus {
  background-position: -96px 0; }

.social-icon.jolicloud {
  background-position: -144px 0; }

.social-icon.yahoo {
  background-position: -192px 0; }

.social-icon.blogger {
  background-position: -240px 0; }

.social-icon.picasa {
  background-position: -288px 0; }

.social-icon.amazon {
  background-position: -336px 0; }

.social-icon.tumblr {
  background-position: -384px 0; }

.social-icon.wordpress {
  background-position: -432px 0; }

.social-icon.instapaper {
  background-position: 0 -48px; }

.social-icon.evernote {
  background-position: -48px -48px; }

.social-icon.xing {
  background-position: -96px -48px; }

.social-icon.zootool {
  background-position: -144px -48px; }

.social-icon.dribbble {
  background-position: -192px -48px; }

.social-icon.deviantart {
  background-position: -240px -48px; }

.social-icon.read_it_later {
  background-position: -288px -48px; }

.social-icon.linked_in {
  background-position: -336px -48px; }

.social-icon.forrst {
  background-position: -384px -48px; }

.social-icon.pinboard {
  background-position: -432px -48px; }

.social-icon.behance {
  background-position: 0 -96px; }

.social-icon.github {
  background-position: -48px -96px; }

.social-icon.youtube {
  background-position: -96px -96px; }

.social-icon.skitch {
  background-position: -144px -96px; }

.social-icon.foursquare {
  background-position: -192px -96px; }

.social-icon.quora {
  background-position: -240px -96px; }

.social-icon.badoo {
  background-position: -288px -96px; }

.social-icon.spotify {
  background-position: -336px -96px; }

.social-icon.stumbleupon {
  background-position: -384px -96px; }

.social-icon.readability {
  background-position: -432px -96px; }

.social-icon.facebook {
  background-position: 0 -144px; }

.social-icon.twitter {
  background-position: -48px -144px; }

.social-icon.instagram {
  background-position: -96px -144px; }

.social-icon.posterous_spaces {
  background-position: -144px -144px; }

.social-icon.vimeo {
  background-position: -192px -144px; }

.social-icon.flickr {
  background-position: -240px -144px; }

.social-icon.last_fm {
  background-position: -288px -144px; }

.social-icon.rss {
  background-position: -336px -144px; }

.social-icon.skype {
  background-position: -384px -144px; }

.social-icon.e-mail {
  background-position: -432px -144px; }

.social-icon.vine {
  background-position: 0 -192px; }

.social-icon.myspace {
  background-position: -48px -192px; }

.social-icon.goodreads {
  background-position: -96px -192px; }

.social-icon.apple {
  background-position: -144px -192px; }

.social-icon.windows {
  background-position: -192px -192px; }

.social-icon.yelp {
  background-position: -240px -192px; }

.social-icon.playstation {
  background-position: -288px -192px; }

.social-icon.xbox {
  background-position: -336px -192px; }

.social-icon.android {
  background-position: -384px -192px; }

.social-icon.ios {
  background-position: -432px -192px; }

/* v1.9 */
.social.x05 {
  font-size: 12px; }

.social.x2 {
  font-size: 48px; }

.social.x3 {
  font-size: 72px; }

.social.x4 {
  font-size: 96px; }

.social.x5 {
  font-size: 120px; }

.social.light:before {
  color: #f2f2f2; }

.social.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }

.social.flip {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.social.flipv {
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.social.rotate90 {
  transform: rotate(90deg); }

.social.rotate180 {
  transform: rotate(180deg); }

.social.rotate270 {
  transform: rotate(270deg); }

.social-pinterest:before {
  content: "\E001"; }

.social-dropbox:before {
  content: "\E002"; }

.social-google-plus:before {
  content: "\E003"; }

.social-jolicloud:before {
  content: "\E004"; }

.social-yahoo:before {
  content: "\E005"; }

.social-blogger:before {
  content: "\E006"; }

.social-picasa:before {
  content: "\E007"; }

.social-amazon:before {
  content: "\E008"; }

.social-tumblr:before {
  content: "\E009"; }

.social-wordpress:before {
  content: "\E010"; }

.social-instapaper:before {
  content: "\E011"; }

.social-evernote:before {
  content: "\E012"; }

.social-xing:before {
  content: "\E013"; }

.social-zootool:before {
  content: "\E014"; }

.social-dribbble:before {
  content: "\E015"; }

.social-deviantart:before {
  content: "\E016"; }

.social-read-it-later:before {
  content: "\E017"; }

.social-linked-in:before {
  content: "\E018"; }

.social-forrst:before {
  content: "\E019"; }

.social-pinboard:before {
  content: "\E020"; }

.social-behance:before {
  content: "\E021"; }

.social-github:before {
  content: "\E022"; }

.social-youtube:before {
  content: "\E023"; }

.social-skitch:before {
  content: "\E024"; }

.social-foursquare:before {
  content: "\E025"; }

.social-quora:before {
  content: "\E026"; }

.social-badoo:before {
  content: "\E027"; }

.social-spotify:before {
  content: "\E028"; }

.social-stumbleupon:before {
  content: "\E029"; }

.social-readability:before {
  content: "\E030"; }

.social-facebook:before {
  content: "\E031"; }

.social-twitter:before {
  content: "\E032"; }

.social-instagram:before {
  content: "\E033"; }

.social-posterous-spaces:before {
  content: "\E034"; }

.social-vimeo:before {
  content: "\E035"; }

.social-flickr:before {
  content: "\E036"; }

.social-last-fm:before {
  content: "\E037"; }

.social-rss:before {
  content: "\E038"; }

.social-skype:before {
  content: "\E039"; }

.social-e-mail:before {
  content: "\E040"; }

.social-vine:before {
  content: "\E041"; }

.social-myspace:before {
  content: "\E042"; }

.social-goodreads:before {
  content: "\E043"; }

.social-apple:before {
  content: "\F8FF"; }

.social-windows:before {
  content: "\E045"; }

.social-yelp:before {
  content: "\E046"; }

.social-playstation:before {
  content: "\E047"; }

.social-xbox:before {
  content: "\E048"; }

.social-android:before {
  content: "\E049"; }

.social-ios:before {
  content: "\E050"; }

.social-wikipedia:before {
  content: "\E051"; }

.social-pocket:before {
  content: "\E052"; }

.social-steam:before {
  content: "\E053"; }

.social-souncloud:before {
  content: "\E054"; }

.social-slideshare:before {
  content: "\E055"; }

.social-netflix:before {
  content: "\E056"; }

.social-paypal:before {
  content: "\E057"; }

.social-google-drive:before {
  content: "\E058"; }

.social-linux-foundation:before {
  content: "\E059"; }

.social-ebay:before {
  content: "\E060"; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.pulse {
  animation-name: pulse; }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.bounce {
  animation-name: bounce; }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }

.tada {
  animation-name: tada; }

.social {
  font-family: 'Glyphicons Social Regular'; }

.soc-icons {
  margin-top: 30px; }

.soc-icons .social {
  font-size: 40px;
  margin: 5px; }

.footer .btn {
  display: inline-block;
  background: #e62828;
  color: white; }

.footer .btn {
  padding: 10px 45px;
  border-radius: 3px;
  transition: all 0.2s linear; }

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: #fff; }

.ac-crf {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 10%;
  margin-top: 30px; }

.footer a {
  transition: all 0.2s ease-in-out;
  text-decoration: none; }

.footer a:hover {
  color: #fff;
  text-decoration: none; }

#validation-window_wnd_title {
  font-size: 18px; }

#validation-window {
  font-size: 14px; }

#fmd-response-mode-selector > span > span {
  margin-top: 10px;
  margin-left: 10px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px; }

/*# sourceMappingURL=app.css.map */
