/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@font-face {
  font-family: 'Roboto';
  src: url('../font/roboto/Roboto-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/roboto/Roboto-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/roboto/Roboto-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/roboto/Roboto-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/roboto/Roboto-Black.ttf') format('truetype');
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/roboto/Roboto-BlackItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/roboto/Roboto-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/roboto/Roboto-LightItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/roboto/Roboto-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/roboto/Roboto-MediumItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 600;
}
:root {
  color-scheme: light;
  --bts-black: #000000;
  --bts-gray-darker: #222222;
  --bts-gray-dark: #333333;
  --bts-gray-dark-2: #444444;
  --bts-gray: #555555;
  --bts-gray-medium: #666666;
  --bts-gray-medium-light: #888888;
  --bts-gray-light: #999999;
  --bts-gray-light-2: #b0b0b0;
  --bts-gray-lighter: #eeeeee;
  --bts-white: #ffffff;
  --bts-white-text: #ffffff;
  --bts-border-light: #e5e5e5;
  --bts-border: #dddddd;
  --bts-border-medium: #dadadb;
  --bts-border-dark: #cccccc;
  --bts-bg-lightest: #fafafa;
  --bts-bg-very-light: #f8f8f8;
  --bts-bg-very-light-2: #f7f7f7;
  --bts-bg-light: #f5f5f5;
  --bts-bg-light-2: #f1f1f1;
  --bts-bg-light-3: #f0f0f0;
  --bts-bg-medium-light: #e8e8e8;
  --bts-bg-medium: #e7e7e7;
  --bts-bg-medium-dark: #e0e0e0;
  --bts-bg-lighter: #e0e0e0;
  --bts-bg-disabled: #e7e7e7;
  --bts-text-muted: #b0b0b0;
  --bts-text-dark: #404040;
  --bts-danger-bg-light: #ffebeb;
  --bts-code-color: #dd1144;
  --bts-code-bg: #f7f7f9;
  --bts-code-border: #e1e1e8;
  --bts-pre-bg: #f5f5f5;
  --bts-label-default: #dfdfdf;
  --bts-label-success: #b4efc6;
  --bts-label-warn: #fbcc7f;
  --bts-border-overlay-light: rgba(0, 0, 0, 0.15);
  --bts-border-overlay-medium: rgba(0, 0, 0, 0.2);
  --bts-border-overlay-dark: rgba(0, 0, 0, 0.3);
  --bts-shadow-sm: rgba(0, 0, 0, 0.12);
  --bts-dropdown-shadow: rgba(149, 157, 165, 0.2);
  --bts-focus-ring-inner: rgba(255, 255, 255, 0.8);
  --bts-focus-ring-outer: var(--bts-black);
  --cds-colors__pale-lilac-24: rgba(227, 227, 250, 0.24);
  --bts-blue: #049cdb;
  --bts-blue-dark: #0064cd;
  --bts-green: #46a546;
  --bts-red: #9d261d;
  --bts-yellow: #ffc40d;
  --bts-orange: #f89406;
  --bts-pink: #c3325f;
  --bts-purple: #7a43b6;
  --bts-body-background: #ffffff;
  --bts-text-color: #2e2e2e;
  --bts-link-color: #4a5de2;
  --bts-link-color-hover: #3949bb;
  --bts-focus-color: #4a5de2;
  --bts-selector-border-hover-color: #3745be;
  --bts-selector-border-active-color: #4a5de2;
  --bts-selector-back-hover-color: #f8f8ff;
  --bts-selector-back-active-color: rgba(227, 227, 250, 0.5);
  --bts-selector-back-active-hover-color: #e3e3fa;
  --bts-table-background: transparent;
  --bts-table-background-accent: #f9f9f9;
  --bts-table-background-hover: #f8f8ff;
  --bts-table-border: #e3e3fa;
  --bts-btn-background: transparent;
  --bts-btn-background-highlight: var(--cds-colors__pale-lilac);
  --bts-btn-border: #4a5de2;
  --bts-btn-primary-background: #4a5de2;
  --bts-btn-primary-background-highlight: #3949bb;
  --bts-btn-info-background: #5bc0de;
  --bts-btn-info-background-highlight: #2f96b4;
  --bts-btn-success-background: #62c462;
  --bts-btn-success-background-highlight: #51a351;
  --bts-btn-warning-background: #fbb450;
  --bts-btn-warning-background-highlight: #f89406;
  --bts-btn-danger-background: #da2442;
  --bts-btn-danger-background-highlight: #cc1734;
  --bts-btn-inverse-background: #444444;
  --bts-btn-inverse-background-highlight: #222222;
  --bts-modal-backdrop-bg: #000000;
  --bts-modal-backdrop-opacity: 0.5;
  --bts-input-background: #ffffff;
  --bts-input-border: #767676;
  --bts-input-border-focus: #4a5de2;
  --bts-input-disabled-background: #f8f9fa;
  --bts-form-actions-background: #f5f5f5;
  --bts-placeholder-text: #999999;
  --bts-dropdown-background: #ffffff;
  --bts-dropdown-border: #e1e4e8;
  --bts-dropdown-divider-top: #e5e5e5;
  --bts-dropdown-divider-bottom: #ffffff;
  --bts-dropdown-link-color: #333333;
  --bts-dropdown-link-color-hover: #333333;
  --bts-dropdown-link-color-active: #333333;
  --bts-dropdown-link-background-active: #f8f8ff;
  --bts-dropdown-link-background-hover: #f8f8ff;
  --bts-navbar-background: #ffffff;
  --bts-navbar-background-highlight: #f2f2f2;
  --bts-navbar-border: #d4d4d4;
  --bts-navbar-text: #767676;
  --bts-navbar-link-color: #767676;
  --bts-navbar-link-color-hover: #4a5de2;
  --bts-navbar-link-color-active: #555555;
  --bts-navbar-link-background-hover: transparent;
  --bts-navbar-link-background-active: #f2f2f2;
  --bts-navbar-brand-color: #767676;
  --bts-navbar-inverse-background: #111111;
  --bts-navbar-inverse-background-highlight: #222222;
  --bts-navbar-inverse-border: #252525;
  --bts-navbar-inverse-text: #999999;
  --bts-navbar-inverse-link-color: #999999;
  --bts-navbar-inverse-link-color-hover: #ffffff;
  --bts-navbar-inverse-link-color-active: #ffffff;
  --bts-navbar-inverse-link-background-hover: transparent;
  --bts-navbar-inverse-link-background-active: #111111;
  --bts-navbar-inverse-search-background: #515151;
  --bts-navbar-inverse-search-background-focus: #ffffff;
  --bts-navbar-inverse-search-border: #111111;
  --bts-navbar-inverse-search-placeholder-color: #cccccc;
  --bts-navbar-inverse-brand-color: #999999;
  --bts-pagination-background: #ffffff;
  --bts-pagination-border: #dddddd;
  --bts-pagination-active-background: #f5f5f5;
  --bts-hero-unit-background: #eeeeee;
  --bts-hero-unit-heading-color: inherit;
  --bts-hero-unit-lead-color: inherit;
  --bts-warning-text: #c09853;
  --bts-warning-background: #fef2de;
  --bts-warning-border: #f5a623;
  --bts-error-text: #da2442;
  --bts-error-background: #fdf4f5;
  --bts-error-border: #da2442;
  --bts-danger-text: #da2442;
  --bts-danger-text-hover: #cc1734;
  --bts-success-text: #468847;
  --bts-success-background: #e9faee;
  --bts-success-border: #37ca93;
  --bts-info-text: #283593;
  --bts-info-background: #edeffc;
  --bts-info-border: #283593;
  --bts-summary-background: #f5f5f5;
  --bts-summary-background-active: #eaeaea;
  --bts-success-background-hover: #d4f5de;
  --bts-warning-background-hover: #fde8c5;
  --bts-info-background-hover: #d7dcf8;
  --bts-error-background-hover: #f9dee1;
  --bts-well-background: #f5f5f5;
  --bts-hr-border: #e3e3fa;
  --bts-tooltip-color: #ffffff;
  --bts-tooltip-background: #000000;
  --bts-tooltip-arrow-color: #000000;
  --bts-popover-background: #ffffff;
  --bts-popover-arrow-color: #ffffff;
  --bts-popover-title-background: #f7f7f7;
  --bts-popover-arrow-outer-color: rgba(0, 0, 0, 0.25);
  --bts-headings-color: inherit;
  --cds-colors__dark-blue: #283593;
  --cds-colors__lilac: #4a5de2;
  --cds-colors__white: #fff !default;
  --cds-colors__lilac-hover: #3949bb;
  --cds-colors__primary-1: #4a5de2;
  --cds-colors__primary-2: #283593;
  --cds-colors__primary-3: #3949bb;
  --cds-colors__orange: #f5a623;
  --cds-colors__grapefruit: #f75e5e;
  --cds-colors__blush: #f98585;
  --cds-colors__green: #37ca93;
  --cds-colors__light-green: #b4efc6;
  --cds-colors__pale-lilac: #e3e3fa;
  --cds-colors__pale-lilac-50: rgba(227, 227, 250, 0.5);
  --cds-colors__light-lilac: #f8f8ff;
  --cds-colors__secondary-1: #f5a623;
  --cds-colors__secondary-2: #f75e5e;
  --cds-colors__secondary-3: #f98585;
  --cds-colors__secondary-4: #37ca93;
  --cds-colors__secondary-5: #b4efc6;
  --cds-colors__secondary-6: #e3e3fa;
  --cds-colors__secondary-7: #f8f8ff;
  --cds-colors__secondary-8: #da2442;
  --cds-colors__secondary-9: #008945;
  --cds-colors__secondary-10: #fdf4f5;
  --cds-colors__secondary-11: #cc1734;
  --cds-colors__secondary-12: #bb0e29;
  --cds-colors__black: #000 !default;
  --cds-colors__dark-gray: #2e2e2e;
  --cds-colors__graphite: #4a4a4a;
  --cds-colors__medium-gray: #767676;
  --cds-colors__gray: #959595;
  --cds-colors__light-gray: #f3f3f3;
  --cds-colors__pale-gray: #f8f9fa;
  --cds-colors__gray-1: #2e2e2e;
  --cds-colors__gray-2: #4a4a4a;
  --cds-colors__gray-3: #767676;
  --cds-colors__gray-4: #959595;
  --cds-colors__gray-5: #f3f3f3;
  --cds-colors__gray-6: #f8f9fa;
  --cds-colors__red: #da2442;
  --cds-colors__dark-green: #008945;
  --cds-colors__pale-red: #fdf4f5;
  --cds-colors__red-hover: #cc1734;
  --cds-colors__red-pressed: #bb0e29;
  --vbs-font-sans-serif: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --vbs-link-color: #4a5de2;
  --vbs-link-color-hover: #3949bb;
  --vbs-focus-color: #4a5de2;
  --vbs-text-color: #2e2e2e;
  --vbs-input-border-focus-color: #4a5de2;
  --vbs-btn-border-radius: 20px;
  --vbs-table-border-color: #e3e3fa;
  --vbs-navbar-background-color: #ffffff;
  --vbs-navbar-link-color-hover: #4a5de2;
  --vbs-navbar-height: 48px;
  --vbs-info-text: #283593;
  --vbs-info-background: #edeffc;
  --vbs-warning-text: #c09853;
  --vbs-warning-background: #fef2de;
  --vbs-error-text: #da2442;
  --vbs-error-background: #fdf4f5;
  --vbs-success-text: #468847;
  --vbs-success-background: #e9faee;
  --vbs-danger-text: #da2442;
  --vbs-danger-text-hover: #cc1734;
  --vbs-selector-border-hover-color: #3745be;
  --vbs-selector-border-active-color: #4a5de2;
  --vbs-selector-back-hover-color: #f8f8ff;
  --vbs-selector-back-active-color: rgba(227, 227, 250, 0.5);
  --vbs-selector-back-active-hover-color: #e3e3fa;
  --vbs-msg-info-icocolor: #283593;
  --vbs-msg-info-bgcolor: #edeffc;
  --vbs-msg-success-icocolor: #37ca93;
  --vbs-msg-success-bgcolor: #e9faee;
  --vbs-msg-warn-icocolor: #f5a623;
  --vbs-msg-warn-bgcolor: #fef2de;
  --vbs-msg-error-icocolor: #da2442;
  --vbs-msg-error-bgcolor: #fee7e7;
  --vbs-msg-discovery-icocolor: #403294;
  --vbs-msg-discovery-bgcolor: #eae6ff;
  --vbs-color-primary: #4a5de2;
  --vbs-color-primary-hover: #3949bb;
  --vbs-color-secondary: #e3e3fa;
  --vbs-color-secondary-hover: #f8f8ff;
}
[data-theme="dark"] {
  color-scheme: dark;
  --bts-black: rgba(255, 255, 255, 0.87);
  --bts-gray-darker: rgba(255, 255, 255, 0.87);
  --bts-gray-dark: rgba(255, 255, 255, 0.87);
  --bts-gray-dark-2: rgba(255, 255, 255, 0.87);
  --bts-gray: rgba(255, 255, 255, 0.6);
  --bts-gray-medium: rgba(255, 255, 255, 0.6);
  --bts-gray-medium-light: rgba(255, 255, 255, 0.6);
  --bts-gray-light: rgba(255, 255, 255, 0.6);
  --bts-gray-light-2: rgba(255, 255, 255, 0.38);
  --bts-gray-lighter: rgba(255, 255, 255, 0.12);
  --bts-white: #1E1E1E;
  --bts-white-text: rgba(255, 255, 255, 0.87);
  --bts-border-light: rgba(255, 255, 255, 0.08);
  --bts-border: rgba(255, 255, 255, 0.12);
  --bts-border-medium: rgba(255, 255, 255, 0.15);
  --bts-border-dark: rgba(255, 255, 255, 0.2);
  --bts-bg-lightest: #1E1E1E;
  --bts-bg-very-light: #1E1E1E;
  --bts-bg-very-light-2: #1E1E1E;
  --bts-bg-light: #1E1E1E;
  --bts-bg-light-2: #1E1E1E;
  --bts-bg-light-3: #1E1E1E;
  --bts-bg-medium-light: #2D2D2D;
  --bts-bg-medium: #2D2D2D;
  --bts-bg-medium-dark: #2D2D2D;
  --bts-bg-lighter: #2D2D2D;
  --bts-bg-disabled: #1F1F1F;
  --bts-text-muted: rgba(255, 255, 255, 0.38);
  --bts-text-dark: rgba(255, 255, 255, 0.87);
  --bts-danger-bg-light: rgba(239, 83, 80, 0.12);
  --bts-code-color: #F48FB1;
  --bts-code-bg: #1E1E1E;
  --bts-code-border: rgba(255, 255, 255, 0.12);
  --bts-pre-bg: #1E1E1E;
  --bts-label-default: #3A3A3A;
  --bts-label-success: rgba(102, 187, 106, 0.2);
  --bts-label-warn: rgba(255, 167, 38, 0.2);
  --bts-border-overlay-light: rgba(255, 255, 255, 0.08);
  --bts-border-overlay-medium: rgba(255, 255, 255, 0.12);
  --bts-border-overlay-dark: rgba(255, 255, 255, 0.2);
  --bts-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.5);
  --bts-dropdown-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
  --bts-focus-ring-inner: rgba(106, 125, 255, 0.4);
  --bts-focus-ring-outer: rgba(106, 125, 255, 0.8);
  --cds-colors__pale-lilac-24: rgba(98, 126, 234, 0.12);
  --bts-blue: #42A5F5;
  --bts-blue-dark: #1E88E5;
  --bts-green: #66BB6A;
  --bts-red: #EF5350;
  --bts-yellow: #FFEE58;
  --bts-orange: #FFA726;
  --bts-pink: #EC407A;
  --bts-purple: #AB47BC;
  --bts-body-background: #121212;
  --bts-text-color: rgba(255, 255, 255, 0.87);
  --bts-link-color: #6a7dff;
  --bts-link-color-hover: #8493ff;
  --bts-focus-color: #6a7dff;
  --bts-selector-border-hover-color: rgba(255, 255, 255, 0.2);
  --bts-selector-border-active-color: #6a7dff;
  --bts-selector-back-hover-color: #1E1E1E;
  --bts-selector-back-active-color: rgba(106, 125, 255, 0.12);
  --bts-selector-back-active-hover-color: rgba(106, 125, 255, 0.2);
  --bts-table-background: transparent;
  --bts-table-background-accent: #1E1E1E;
  --bts-table-background-hover: rgba(255, 255, 255, 0.04);
  --bts-table-border: rgba(255, 255, 255, 0.12);
  --bts-btn-background: #2D2D2D;
  --bts-btn-background-highlight: var(--cds-colors__pale-lilac);
  --bts-btn-border: rgba(255, 255, 255, 0.12);
  --bts-btn-primary-background: #6a7dff;
  --bts-btn-primary-background-highlight: #8493ff;
  --bts-btn-info-background: #29B6F6;
  --bts-btn-info-background-highlight: #4FC3F7;
  --bts-btn-success-background: #66BB6A;
  --bts-btn-success-background-highlight: #81C784;
  --bts-btn-warning-background: #f39c12;
  --bts-btn-warning-background-highlight: #d68910;
  --bts-btn-danger-background: #e74c3c;
  --bts-btn-danger-background-highlight: #c0392b;
  --bts-btn-inverse-background: #444444;
  --bts-btn-inverse-background-highlight: #333333;
  --bts-modal-backdrop-bg: #000000;
  --bts-modal-backdrop-opacity: 0.6;
  --bts-input-background: #1E1E1E;
  --bts-input-border: rgba(255, 255, 255, 0.12);
  --bts-input-border-focus: #6a7dff;
  --bts-input-disabled-background: #1F1F1F;
  --bts-form-actions-background: #1E1E1E;
  --bts-placeholder-text: rgba(255, 255, 255, 0.38);
  --bts-dropdown-background: #2D2D2D;
  --bts-dropdown-border: rgba(255, 255, 255, 0.12);
  --bts-dropdown-divider-top: rgba(255, 255, 255, 0.08);
  --bts-dropdown-divider-bottom: rgba(0, 0, 0, 0.2);
  --bts-dropdown-link-color: rgba(255, 255, 255, 0.87);
  --bts-dropdown-link-color-hover: rgba(255, 255, 255, 0.87);
  --bts-dropdown-link-color-active: rgba(255, 255, 255, 0.87);
  --bts-dropdown-link-background-active: rgba(106, 125, 255, 0.2);
  --bts-dropdown-link-background-hover: rgba(255, 255, 255, 0.04);
  --bts-navbar-background: #1f1f1f;
  --bts-navbar-background-highlight: #2a2a2a;
  --bts-navbar-border: #333333;
  --bts-navbar-text: #b0b0b0;
  --bts-navbar-link-color: #e0e0e0;
  --bts-navbar-link-color-hover: #ffffff;
  --bts-navbar-link-color-active: #ffffff;
  --bts-navbar-link-background-hover: transparent;
  --bts-navbar-link-background-active: #3a3a3a;
  --bts-navbar-brand-color: #ffffff;
  --bts-navbar-inverse-background: #f5f5f5;
  --bts-navbar-inverse-background-highlight: #e0e0e0;
  --bts-navbar-inverse-border: #cccccc;
  --bts-navbar-inverse-text: #333333;
  --bts-navbar-inverse-link-color: #555555;
  --bts-navbar-inverse-link-color-hover: #333333;
  --bts-navbar-inverse-link-color-active: #333333;
  --bts-navbar-inverse-link-background-hover: transparent;
  --bts-navbar-inverse-link-background-active: #d0d0d0;
  --bts-navbar-inverse-search-background: #ffffff;
  --bts-navbar-inverse-search-background-focus: #ffffff;
  --bts-navbar-inverse-search-border: #cccccc;
  --bts-navbar-inverse-search-placeholder-color: #999999;
  --bts-navbar-inverse-brand-color: #333333;
  --bts-pagination-background: #2a2a2a;
  --bts-pagination-border: #555555;
  --bts-pagination-active-background: #5c5cbe;
  --bts-hero-unit-background: #252525;
  --bts-hero-unit-heading-color: #ffffff;
  --bts-hero-unit-lead-color: #b0b0b0;
  --bts-warning-text: #ffb74d;
  --bts-warning-background: #3d3520;
  --bts-warning-border: #8a6d3b;
  --bts-error-text: #ef5350;
  --bts-error-background: #3d2020;
  --bts-error-border: #a94442;
  --bts-danger-text: #ef5350;
  --bts-danger-text-hover: #e57373;
  --bts-success-text: #66d9a6;
  --bts-success-background: #203d20;
  --bts-success-border: #3c763d;
  --bts-info-text: #7986cb;
  --bts-info-background: #2a2440;
  --bts-info-border: #31708f;
  --bts-summary-background: #252525;
  --bts-summary-background-active: #2a2a2a;
  --bts-success-background-hover: #2a4a2a;
  --bts-warning-background-hover: #4d4428;
  --bts-info-background-hover: #353050;
  --bts-error-background-hover: #4d2828;
  --bts-well-background: #1E1E1E;
  --bts-hr-border: #404040;
  --bts-tooltip-color: rgba(255, 255, 255, 0.87);
  --bts-tooltip-background: #3A3A3A;
  --bts-tooltip-arrow-color: #3A3A3A;
  --bts-popover-background: #2a2a2a;
  --bts-popover-arrow-color: #2a2a2a;
  --bts-popover-title-background: #333333;
  --bts-popover-arrow-outer-color: #555555;
  --bts-headings-color: #ffffff;
  --cds-colors__dark-blue: #7ca8ff;
  --cds-colors__lilac: #6a7dff;
  --cds-colors__white: #1a1a1a;
  --cds-colors__lilac-hover: #8493ff;
  --cds-colors__primary-1: #7ca8ff;
  --cds-colors__primary-2: #6a7dff;
  --cds-colors__primary-3: #1a1a1a;
  --cds-colors__orange: #ff8c42;
  --cds-colors__grapefruit: #ff6b6b;
  --cds-colors__blush: #ffb3b3;
  --cds-colors__green: #5cb85c;
  --cds-colors__light-green: #7ed17e;
  --cds-colors__pale-lilac: #2a2a3e;
  --cds-colors__pale-lilac-50: rgba(106, 125, 255, 0.08);
  --cds-colors__light-lilac: #35354a;
  --cds-colors__secondary-1: #ff8c42;
  --cds-colors__secondary-2: #ff6b6b;
  --cds-colors__secondary-3: #ffb3b3;
  --cds-colors__secondary-4: #5cb85c;
  --cds-colors__secondary-5: #7ed17e;
  --cds-colors__secondary-6: #2a2a3e;
  --cds-colors__secondary-7: #35354a;
  --cds-colors__secondary-8: #ff6b6b;
  --cds-colors__secondary-9: #ff8c42;
  --cds-colors__secondary-10: #ff6b6b;
  --cds-colors__secondary-11: #ffb3b3;
  --cds-colors__secondary-12: #5cb85c;
  --cds-colors__black: #ffffff;
  --cds-colors__dark-gray: #e0e0e0;
  --cds-colors__graphite: #b0b0b0;
  --cds-colors__medium-gray: #888888;
  --cds-colors__gray: #666666;
  --cds-colors__light-gray: #444444;
  --cds-colors__pale-gray: #2a2a2a;
  --cds-colors__gray-1: #ffffff;
  --cds-colors__gray-2: #e0e0e0;
  --cds-colors__gray-3: #b0b0b0;
  --cds-colors__gray-4: #888888;
  --cds-colors__gray-5: #666666;
  --cds-colors__gray-6: #444444;
  --cds-colors__red: #ff6b6b;
  --cds-colors__dark-green: #5cb85c;
  --cds-colors__pale-red: #3d2020;
  --cds-colors__red-hover: #ff8a8a;
  --cds-colors__red-pressed: #e05555;
  --vbs-link-color: #6a7dff;
  --vbs-link-color-hover: #8493ff;
  --vbs-focus-color: #6a7dff;
  --vbs-text-color: #e0e0e0;
  --vbs-input-border-focus-color: #6a7dff;
  --vbs-btn-border-radius: 4px;
  --vbs-table-border-color: #404040;
  --vbs-navbar-background-color: #1f1f1f;
  --vbs-navbar-link-color-hover: #ffffff;
  --vbs-navbar-height: 40px;
  --vbs-info-text: #7986cb;
  --vbs-info-background: #2a2440;
  --vbs-warning-text: #ffb74d;
  --vbs-warning-background: #3d3520;
  --vbs-error-text: #ef5350;
  --vbs-error-background: #3d2020;
  --vbs-success-text: #66d9a6;
  --vbs-success-background: #203d20;
  --vbs-danger-text: #ef5350;
  --vbs-danger-text-hover: #e57373;
  --vbs-selector-border-hover-color: #555555;
  --vbs-selector-border-active-color: #6a7dff;
  --vbs-selector-back-hover-color: #2a2a2a;
  --vbs-selector-back-active-color: rgba(106, 125, 255, 0.12);
  --vbs-selector-back-active-hover-color: rgba(106, 125, 255, 0.2);
  --vbs-msg-info-icocolor: #7986cb;
  --vbs-msg-info-bgcolor: #2a2440;
  --vbs-msg-success-icocolor: #66d9a6;
  --vbs-msg-success-bgcolor: #203d20;
  --vbs-msg-warn-icocolor: #ffb74d;
  --vbs-msg-warn-bgcolor: #3d3520;
  --vbs-msg-error-icocolor: #ef5350;
  --vbs-msg-error-bgcolor: #3d2020;
  --vbs-msg-discovery-icocolor: #6a7dff;
  --vbs-msg-discovery-bgcolor: rgba(45, 45, 69, 0.5);
  --vbs-color-primary: #6a7dff;
  --vbs-color-primary-hover: #8493ff;
  --vbs-color-secondary: rgba(106, 125, 255, 0.12);
  --vbs-color-secondary-hover: rgba(106, 125, 255, 0.2);
}
[data-theme="dark"] .select2-container .select2-choice,
[data-theme="dark"] .select2-dropdown-open .select2-choice {
  background-color: var(--bts-input-background) !important;
  color: var(--bts-text-color) !important;
  border-color: var(--bts-input-border) !important;
}
[data-theme="dark"] .select2-container .select2-choice .select2-arrow,
[data-theme="dark"] .select2-container-multi .select2-choices .select2-arrow {
  border-left-color: var(--bts-input-border) !important;
}
[data-theme="dark"] .select2-container-multi .select2-choices {
  background-color: var(--bts-input-background) !important;
  border-color: var(--bts-input-border) !important;
}
[data-theme="dark"] .select2-container-multi .select2-choices li.select2-search-choice {
  background-color: var(--bts-bg-medium-dark) !important;
  border-color: var(--bts-border) !important;
  color: var(--bts-text-color) !important;
}
[data-theme="dark"] .select2-drop {
  background-color: var(--bts-dropdown-background) !important;
  border-color: var(--bts-dropdown-border) !important;
}
[data-theme="dark"] .select2-results {
  background-color: var(--bts-dropdown-background) !important;
  color: var(--bts-dropdown-link-color) !important;
}
[data-theme="dark"] .select2-results .select2-highlighted {
  background: var(--bts-dropdown-link-background-active) !important;
  color: var(--bts-dropdown-link-color-hover) !important;
}
[data-theme="dark"] .select2-drop.select2-drop-active {
  border-color: var(--bts-dropdown-border) !important;
}
[data-theme="dark"] .select2-search input,
[data-theme="dark"] .select2-search-field input {
  background: var(--bts-input-background) url(select2.png) no-repeat 100% -22px !important;
  color: var(--bts-text-color) !important;
  border-color: var(--bts-input-border) !important;
}
[data-theme="dark"] .select2-results .select2-no-results,
[data-theme="dark"] .select2-results .select2-searching,
[data-theme="dark"] .select2-results .select2-selection-limit {
  background: var(--bts-dropdown-background) !important;
  color: var(--bts-text-color) !important;
}
[data-theme="dark"] .select2-container .select2-choice.select2-default,
[data-theme="dark"] .select2-container-multi .select2-choices .select2-search-field input.select2-default {
  color: var(--bts-placeholder-text) !important;
}
[data-theme="dark"] .input-append .add-on,
[data-theme="dark"] .input-prepend .add-on {
  background-color: var(--bts-bg-medium-dark) !important;
  border-color: var(--bts-input-border) !important;
  color: var(--bts-text-color) !important;
}
[data-theme="dark"] .datetime.input-append > .add-on,
[data-theme="dark"] .date.input-append > .add-on,
[data-theme="dark"] .time.input-append > .add-on {
  background: var(--bts-input-background) !important;
  border-color: var(--bts-input-border) !important;
  color: var(--bts-text-color) !important;
}
[data-theme="dark"] .well {
  background-color: var(--bts-bg-light) !important;
  border-color: var(--bts-border) !important;
}
[data-theme="dark"] .select2-search input.select2-active {
  background: var(--bts-input-background) url('select2-spinner.gif') no-repeat 100% !important;
  background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, var(--bts-input-background) 85%, var(--bts-bg-medium) 99%) !important;
}
[data-theme="dark"] .select2-more-results.select2-active {
  background: var(--bts-bg-light) url('select2-spinner.gif') no-repeat 100% !important;
}
[data-theme="dark"] .select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: var(--bts-input-background) url('select2-spinner.gif') no-repeat 100% !important;
}
@media (prefers-color-scheme: dark) {
  [data-theme="auto"] {
    color-scheme: dark;
    --bts-black: rgba(255, 255, 255, 0.87);
    --bts-gray-darker: rgba(255, 255, 255, 0.87);
    --bts-gray-dark: rgba(255, 255, 255, 0.87);
    --bts-gray-dark-2: rgba(255, 255, 255, 0.87);
    --bts-gray: rgba(255, 255, 255, 0.6);
    --bts-gray-medium: rgba(255, 255, 255, 0.6);
    --bts-gray-medium-light: rgba(255, 255, 255, 0.6);
    --bts-gray-light: rgba(255, 255, 255, 0.6);
    --bts-gray-light-2: rgba(255, 255, 255, 0.38);
    --bts-gray-lighter: rgba(255, 255, 255, 0.12);
    --bts-white: #1E1E1E;
    --bts-white-text: rgba(255, 255, 255, 0.87);
    --bts-border-light: rgba(255, 255, 255, 0.08);
    --bts-border: rgba(255, 255, 255, 0.12);
    --bts-border-medium: rgba(255, 255, 255, 0.15);
    --bts-border-dark: rgba(255, 255, 255, 0.2);
    --bts-bg-lightest: #1E1E1E;
    --bts-bg-very-light: #1E1E1E;
    --bts-bg-very-light-2: #1E1E1E;
    --bts-bg-light: #1E1E1E;
    --bts-bg-light-2: #1E1E1E;
    --bts-bg-light-3: #1E1E1E;
    --bts-bg-medium-light: #2D2D2D;
    --bts-bg-medium: #2D2D2D;
    --bts-bg-medium-dark: #2D2D2D;
    --bts-bg-lighter: #2D2D2D;
    --bts-bg-disabled: #1F1F1F;
    --bts-text-muted: rgba(255, 255, 255, 0.38);
    --bts-text-dark: rgba(255, 255, 255, 0.87);
    --bts-danger-bg-light: rgba(239, 83, 80, 0.12);
    --bts-code-color: #F48FB1;
    --bts-code-bg: #1E1E1E;
    --bts-code-border: rgba(255, 255, 255, 0.12);
    --bts-pre-bg: #1E1E1E;
    --bts-label-default: #3A3A3A;
    --bts-label-success: rgba(102, 187, 106, 0.2);
    --bts-label-warn: rgba(255, 167, 38, 0.2);
    --bts-border-overlay-light: rgba(255, 255, 255, 0.08);
    --bts-border-overlay-medium: rgba(255, 255, 255, 0.12);
    --bts-border-overlay-dark: rgba(255, 255, 255, 0.2);
    --bts-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.5);
    --bts-dropdown-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
    --bts-focus-ring-inner: rgba(106, 125, 255, 0.4);
    --bts-focus-ring-outer: rgba(106, 125, 255, 0.8);
    --cds-colors__pale-lilac-24: rgba(98, 126, 234, 0.12);
    --bts-blue: #42A5F5;
    --bts-blue-dark: #1E88E5;
    --bts-green: #66BB6A;
    --bts-red: #EF5350;
    --bts-yellow: #FFEE58;
    --bts-orange: #FFA726;
    --bts-pink: #EC407A;
    --bts-purple: #AB47BC;
    --bts-body-background: #121212;
    --bts-text-color: rgba(255, 255, 255, 0.87);
    --bts-link-color: #6a7dff;
    --bts-link-color-hover: #8493ff;
    --bts-focus-color: #6a7dff;
    --bts-selector-border-hover-color: rgba(255, 255, 255, 0.2);
    --bts-selector-border-active-color: #6a7dff;
    --bts-selector-back-hover-color: #1E1E1E;
    --bts-selector-back-active-color: rgba(106, 125, 255, 0.12);
    --bts-selector-back-active-hover-color: rgba(106, 125, 255, 0.2);
    --bts-table-background: transparent;
    --bts-table-background-accent: #1E1E1E;
    --bts-table-background-hover: rgba(255, 255, 255, 0.04);
    --bts-table-border: rgba(255, 255, 255, 0.12);
    --bts-btn-background: #2D2D2D;
    --bts-btn-background-highlight: var(--cds-colors__pale-lilac);
    --bts-btn-border: rgba(255, 255, 255, 0.12);
    --bts-btn-primary-background: #6a7dff;
    --bts-btn-primary-background-highlight: #8493ff;
    --bts-btn-info-background: #29B6F6;
    --bts-btn-info-background-highlight: #4FC3F7;
    --bts-btn-success-background: #66BB6A;
    --bts-btn-success-background-highlight: #81C784;
    --bts-btn-warning-background: #f39c12;
    --bts-btn-warning-background-highlight: #d68910;
    --bts-btn-danger-background: #e74c3c;
    --bts-btn-danger-background-highlight: #c0392b;
    --bts-btn-inverse-background: #444444;
    --bts-btn-inverse-background-highlight: #333333;
    --bts-modal-backdrop-bg: #000000;
    --bts-modal-backdrop-opacity: 0.6;
    --bts-input-background: #1E1E1E;
    --bts-input-border: rgba(255, 255, 255, 0.12);
    --bts-input-border-focus: #6a7dff;
    --bts-input-disabled-background: #1F1F1F;
    --bts-form-actions-background: #1E1E1E;
    --bts-placeholder-text: rgba(255, 255, 255, 0.38);
    --bts-dropdown-background: #2D2D2D;
    --bts-dropdown-border: rgba(255, 255, 255, 0.12);
    --bts-dropdown-divider-top: rgba(255, 255, 255, 0.08);
    --bts-dropdown-divider-bottom: rgba(0, 0, 0, 0.2);
    --bts-dropdown-link-color: rgba(255, 255, 255, 0.87);
    --bts-dropdown-link-color-hover: rgba(255, 255, 255, 0.87);
    --bts-dropdown-link-color-active: rgba(255, 255, 255, 0.87);
    --bts-dropdown-link-background-active: rgba(106, 125, 255, 0.2);
    --bts-dropdown-link-background-hover: rgba(255, 255, 255, 0.04);
    --bts-navbar-background: #1f1f1f;
    --bts-navbar-background-highlight: #2a2a2a;
    --bts-navbar-border: #333333;
    --bts-navbar-text: #b0b0b0;
    --bts-navbar-link-color: #e0e0e0;
    --bts-navbar-link-color-hover: #ffffff;
    --bts-navbar-link-color-active: #ffffff;
    --bts-navbar-link-background-hover: transparent;
    --bts-navbar-link-background-active: #3a3a3a;
    --bts-navbar-brand-color: #ffffff;
    --bts-navbar-inverse-background: #f5f5f5;
    --bts-navbar-inverse-background-highlight: #e0e0e0;
    --bts-navbar-inverse-border: #cccccc;
    --bts-navbar-inverse-text: #333333;
    --bts-navbar-inverse-link-color: #555555;
    --bts-navbar-inverse-link-color-hover: #333333;
    --bts-navbar-inverse-link-color-active: #333333;
    --bts-navbar-inverse-link-background-hover: transparent;
    --bts-navbar-inverse-link-background-active: #d0d0d0;
    --bts-navbar-inverse-search-background: #ffffff;
    --bts-navbar-inverse-search-background-focus: #ffffff;
    --bts-navbar-inverse-search-border: #cccccc;
    --bts-navbar-inverse-search-placeholder-color: #999999;
    --bts-navbar-inverse-brand-color: #333333;
    --bts-pagination-background: #2a2a2a;
    --bts-pagination-border: #555555;
    --bts-pagination-active-background: #5c5cbe;
    --bts-hero-unit-background: #252525;
    --bts-hero-unit-heading-color: #ffffff;
    --bts-hero-unit-lead-color: #b0b0b0;
    --bts-warning-text: #ffb74d;
    --bts-warning-background: #3d3520;
    --bts-warning-border: #8a6d3b;
    --bts-error-text: #ef5350;
    --bts-error-background: #3d2020;
    --bts-error-border: #a94442;
    --bts-danger-text: #ef5350;
    --bts-danger-text-hover: #e57373;
    --bts-success-text: #66d9a6;
    --bts-success-background: #203d20;
    --bts-success-border: #3c763d;
    --bts-info-text: #7986cb;
    --bts-info-background: #2a2440;
    --bts-info-border: #31708f;
    --bts-summary-background: #252525;
    --bts-summary-background-active: #2a2a2a;
    --bts-success-background-hover: #2a4a2a;
    --bts-warning-background-hover: #4d4428;
    --bts-info-background-hover: #353050;
    --bts-error-background-hover: #4d2828;
    --bts-well-background: #1E1E1E;
    --bts-hr-border: #404040;
    --bts-tooltip-color: rgba(255, 255, 255, 0.87);
    --bts-tooltip-background: #3A3A3A;
    --bts-tooltip-arrow-color: #3A3A3A;
    --bts-popover-background: #2a2a2a;
    --bts-popover-arrow-color: #2a2a2a;
    --bts-popover-title-background: #333333;
    --bts-popover-arrow-outer-color: #555555;
    --bts-headings-color: #ffffff;
    --cds-colors__dark-blue: #7ca8ff;
    --cds-colors__lilac: #6a7dff;
    --cds-colors__white: #1a1a1a;
    --cds-colors__lilac-hover: #8493ff;
    --cds-colors__primary-1: #7ca8ff;
    --cds-colors__primary-2: #6a7dff;
    --cds-colors__primary-3: #1a1a1a;
    --cds-colors__orange: #ff8c42;
    --cds-colors__grapefruit: #ff6b6b;
    --cds-colors__blush: #ffb3b3;
    --cds-colors__green: #5cb85c;
    --cds-colors__light-green: #7ed17e;
    --cds-colors__pale-lilac: #2a2a3e;
    --cds-colors__pale-lilac-50: rgba(106, 125, 255, 0.08);
    --cds-colors__light-lilac: #35354a;
    --cds-colors__secondary-1: #ff8c42;
    --cds-colors__secondary-2: #ff6b6b;
    --cds-colors__secondary-3: #ffb3b3;
    --cds-colors__secondary-4: #5cb85c;
    --cds-colors__secondary-5: #7ed17e;
    --cds-colors__secondary-6: #2a2a3e;
    --cds-colors__secondary-7: #35354a;
    --cds-colors__secondary-8: #ff6b6b;
    --cds-colors__secondary-9: #ff8c42;
    --cds-colors__secondary-10: #ff6b6b;
    --cds-colors__secondary-11: #ffb3b3;
    --cds-colors__secondary-12: #5cb85c;
    --cds-colors__black: #ffffff;
    --cds-colors__dark-gray: #e0e0e0;
    --cds-colors__graphite: #b0b0b0;
    --cds-colors__medium-gray: #888888;
    --cds-colors__gray: #666666;
    --cds-colors__light-gray: #444444;
    --cds-colors__pale-gray: #2a2a2a;
    --cds-colors__gray-1: #ffffff;
    --cds-colors__gray-2: #e0e0e0;
    --cds-colors__gray-3: #b0b0b0;
    --cds-colors__gray-4: #888888;
    --cds-colors__gray-5: #666666;
    --cds-colors__gray-6: #444444;
    --cds-colors__red: #ff6b6b;
    --cds-colors__dark-green: #5cb85c;
    --cds-colors__pale-red: #3d2020;
    --cds-colors__red-hover: #ff8a8a;
    --cds-colors__red-pressed: #e05555;
    --vbs-link-color: #6a7dff;
    --vbs-link-color-hover: #8493ff;
    --vbs-focus-color: #6a7dff;
    --vbs-text-color: #e0e0e0;
    --vbs-input-border-focus-color: #6a7dff;
    --vbs-btn-border-radius: 4px;
    --vbs-table-border-color: #404040;
    --vbs-navbar-background-color: #1f1f1f;
    --vbs-navbar-link-color-hover: #ffffff;
    --vbs-navbar-height: 40px;
    --vbs-info-text: #7986cb;
    --vbs-info-background: #2a2440;
    --vbs-warning-text: #ffb74d;
    --vbs-warning-background: #3d3520;
    --vbs-error-text: #ef5350;
    --vbs-error-background: #3d2020;
    --vbs-success-text: #66d9a6;
    --vbs-success-background: #203d20;
    --vbs-danger-text: #ef5350;
    --vbs-danger-text-hover: #e57373;
    --vbs-selector-border-hover-color: #555555;
    --vbs-selector-border-active-color: #6a7dff;
    --vbs-selector-back-hover-color: #2a2a2a;
    --vbs-selector-back-active-color: rgba(106, 125, 255, 0.12);
    --vbs-selector-back-active-hover-color: rgba(106, 125, 255, 0.2);
    --vbs-msg-info-icocolor: #7986cb;
    --vbs-msg-info-bgcolor: #2a2440;
    --vbs-msg-success-icocolor: #66d9a6;
    --vbs-msg-success-bgcolor: #203d20;
    --vbs-msg-warn-icocolor: #ffb74d;
    --vbs-msg-warn-bgcolor: #3d3520;
    --vbs-msg-error-icocolor: #ef5350;
    --vbs-msg-error-bgcolor: #3d2020;
    --vbs-msg-discovery-icocolor: #6a7dff;
    --vbs-msg-discovery-bgcolor: rgba(45, 45, 69, 0.5);
    --vbs-color-primary: #6a7dff;
    --vbs-color-primary-hover: #8493ff;
    --vbs-color-secondary: rgba(106, 125, 255, 0.12);
    --vbs-color-secondary-hover: rgba(106, 125, 255, 0.2);
  }
  [data-theme="auto"] .select2-container .select2-choice,
  [data-theme="auto"] .select2-dropdown-open .select2-choice {
    background-color: var(--bts-input-background) !important;
    color: var(--bts-text-color) !important;
    border-color: var(--bts-input-border) !important;
  }
  [data-theme="auto"] .select2-container .select2-choice .select2-arrow,
  [data-theme="auto"] .select2-container-multi .select2-choices .select2-arrow {
    border-left-color: var(--bts-input-border) !important;
  }
  [data-theme="auto"] .select2-container-multi .select2-choices {
    background-color: var(--bts-input-background) !important;
    border-color: var(--bts-input-border) !important;
  }
  [data-theme="auto"] .select2-container-multi .select2-choices li.select2-search-choice {
    background-color: var(--bts-bg-medium-dark) !important;
    border-color: var(--bts-border) !important;
    color: var(--bts-text-color) !important;
  }
  [data-theme="auto"] .select2-drop {
    background-color: var(--bts-dropdown-background) !important;
    border-color: var(--bts-dropdown-border) !important;
  }
  [data-theme="auto"] .select2-results {
    background-color: var(--bts-dropdown-background) !important;
    color: var(--bts-dropdown-link-color) !important;
  }
  [data-theme="auto"] .select2-results .select2-highlighted {
    background: var(--bts-dropdown-link-background-active) !important;
    color: var(--bts-dropdown-link-color-hover) !important;
  }
  [data-theme="auto"] .select2-drop.select2-drop-active {
    border-color: var(--bts-dropdown-border) !important;
  }
  [data-theme="auto"] .select2-search input,
  [data-theme="auto"] .select2-search-field input {
    background: var(--bts-input-background) url(select2.png) no-repeat 100% -22px !important;
    color: var(--bts-text-color) !important;
    border-color: var(--bts-input-border) !important;
  }
  [data-theme="auto"] .select2-results .select2-no-results,
  [data-theme="auto"] .select2-results .select2-searching,
  [data-theme="auto"] .select2-results .select2-selection-limit {
    background: var(--bts-dropdown-background) !important;
    color: var(--bts-text-color) !important;
  }
  [data-theme="auto"] .select2-container .select2-choice.select2-default,
  [data-theme="auto"] .select2-container-multi .select2-choices .select2-search-field input.select2-default {
    color: var(--bts-placeholder-text) !important;
  }
  [data-theme="auto"] .input-append .add-on,
  [data-theme="auto"] .input-prepend .add-on {
    background-color: var(--bts-bg-medium-dark) !important;
    border-color: var(--bts-input-border) !important;
    color: var(--bts-text-color) !important;
  }
  [data-theme="auto"] .datetime.input-append > .add-on,
  [data-theme="auto"] .date.input-append > .add-on,
  [data-theme="auto"] .time.input-append > .add-on {
    background: var(--bts-input-background) !important;
    border-color: var(--bts-input-border) !important;
    color: var(--bts-text-color) !important;
  }
  [data-theme="auto"] .well {
    background-color: var(--bts-bg-light) !important;
    border-color: var(--bts-border) !important;
  }
  [data-theme="auto"] .select2-search input.select2-active {
    background: var(--bts-input-background) url('select2-spinner.gif') no-repeat 100% !important;
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, var(--bts-input-background) 85%, var(--bts-bg-medium) 99%) !important;
  }
  [data-theme="auto"] .select2-more-results.select2-active {
    background: var(--bts-bg-light) url('select2-spinner.gif') no-repeat 100% !important;
  }
  [data-theme="auto"] .select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: var(--bts-input-background) url('select2-spinner.gif') no-repeat 100% !important;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*,
:after,
:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: var(--bts-text-color);
  background-color: var(--bts-body-background);
}
a {
  color: var(--bts-link-color);
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--bts-link-color-hover);
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: var(--bts-white);
  border: 1px solid var(--bts-border-dark);
  border: 1px solid var(--bts-border-overlay-medium);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -12px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 12px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 996px;
}
.span12 {
  width: 996px;
}
.span11 {
  width: 912px;
}
.span10 {
  width: 828px;
}
.span9 {
  width: 744px;
}
.span8 {
  width: 660px;
}
.span7 {
  width: 576px;
}
.span6 {
  width: 492px;
}
.span5 {
  width: 408px;
}
.span4 {
  width: 324px;
}
.span3 {
  width: 240px;
}
.span2 {
  width: 156px;
}
.span1 {
  width: 72px;
}
.offset12 {
  margin-left: 1020px;
}
.offset11 {
  margin-left: 936px;
}
.offset10 {
  margin-left: 852px;
}
.offset9 {
  margin-left: 768px;
}
.offset8 {
  margin-left: 684px;
}
.offset7 {
  margin-left: 600px;
}
.offset6 {
  margin-left: 516px;
}
.offset5 {
  margin-left: 432px;
}
.offset4 {
  margin-left: 348px;
}
.offset3 {
  margin-left: 264px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 96px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.2048192771084338%;
  *margin-left: 1.1546184738955825%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.2048192771084338%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94979919678715%;
}
.row-fluid .span11 {
  width: 91.56626506024097%;
  *width: 91.51606425702812%;
}
.row-fluid .span10 {
  width: 83.13253012048192%;
  *width: 83.08232931726907%;
}
.row-fluid .span9 {
  width: 74.6987951807229%;
  *width: 74.64859437751005%;
}
.row-fluid .span8 {
  width: 66.26506024096385%;
  *width: 66.214859437751%;
}
.row-fluid .span7 {
  width: 57.831325301204814%;
  *width: 57.78112449799196%;
}
.row-fluid .span6 {
  width: 49.39759036144578%;
  *width: 49.347389558232926%;
}
.row-fluid .span5 {
  width: 40.963855421686745%;
  *width: 40.91365461847389%;
}
.row-fluid .span4 {
  width: 32.53012048192771%;
  *width: 32.47991967871486%;
}
.row-fluid .span3 {
  width: 24.096385542168676%;
  *width: 24.046184738955823%;
}
.row-fluid .span2 {
  width: 15.662650602409638%;
  *width: 15.612449799196787%;
}
.row-fluid .span1 {
  width: 7.228915662650602%;
  *width: 7.178714859437751%;
}
.row-fluid .offset12 {
  margin-left: 102.40963855421687%;
  *margin-left: 102.30923694779118%;
}
.row-fluid .offset12:first-child {
  margin-left: 101.20481927710843%;
  *margin-left: 101.10441767068274%;
}
.row-fluid .offset11 {
  margin-left: 93.97590361445783%;
  *margin-left: 93.87550200803214%;
}
.row-fluid .offset11:first-child {
  margin-left: 92.7710843373494%;
  *margin-left: 92.6706827309237%;
}
.row-fluid .offset10 {
  margin-left: 85.54216867469879%;
  *margin-left: 85.4417670682731%;
}
.row-fluid .offset10:first-child {
  margin-left: 84.33734939759034%;
  *margin-left: 84.23694779116465%;
}
.row-fluid .offset9 {
  margin-left: 77.10843373493977%;
  *margin-left: 77.00803212851407%;
}
.row-fluid .offset9:first-child {
  margin-left: 75.90361445783132%;
  *margin-left: 75.80321285140563%;
}
.row-fluid .offset8 {
  margin-left: 68.67469879518072%;
  *margin-left: 68.57429718875503%;
}
.row-fluid .offset8:first-child {
  margin-left: 67.46987951807228%;
  *margin-left: 67.36947791164658%;
}
.row-fluid .offset7 {
  margin-left: 60.24096385542168%;
  *margin-left: 60.14056224899598%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.03614457831325%;
  *margin-left: 58.93574297188754%;
}
.row-fluid .offset6 {
  margin-left: 51.80722891566265%;
  *margin-left: 51.70682730923694%;
}
.row-fluid .offset6:first-child {
  margin-left: 50.602409638554214%;
  *margin-left: 50.50200803212851%;
}
.row-fluid .offset5 {
  margin-left: 43.373493975903614%;
  *margin-left: 43.27309236947791%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.16867469879518%;
  *margin-left: 42.06827309236947%;
}
.row-fluid .offset4 {
  margin-left: 34.93975903614458%;
  *margin-left: 34.83935742971887%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.734939759036145%;
  *margin-left: 33.63453815261044%;
}
.row-fluid .offset3 {
  margin-left: 26.506024096385545%;
  *margin-left: 26.40562248995984%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.30120481927711%;
  *margin-left: 25.200803212851405%;
}
.row-fluid .offset2 {
  margin-left: 18.072289156626507%;
  *margin-left: 17.9718875502008%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.867469879518072%;
  *margin-left: 16.767068273092367%;
}
.row-fluid .offset1 {
  margin-left: 9.638554216867469%;
  *margin-left: 9.538152610441767%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.433734939759036%;
  *margin-left: 8.333333333333334%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 12px;
  padding-left: 12px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: var(--bts-gray-light);
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: var(--bts-warning-text);
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: var(--bts-error-text);
}
a.text-error:hover,
a.text-error:focus {
  color: #ae1d35;
}
.text-danger {
  color: var(--bts-danger-text);
}
a.text-danger:hover,
a.text-danger:focus {
  color: var(--bts-danger-text-hover);
}
.text-info {
  color: var(--bts-info-text);
}
a.text-info:hover,
a.text-info:focus {
  color: #1d276b;
}
.text-success {
  color: var(--bts-success-text);
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: var(--bts-headings-color);
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: var(--bts-gray-light);
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid var(--bts-gray-lighter);
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid var(--bts-hr-border);
  border-bottom: 1px solid var(--bts-white);
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted var(--bts-gray-light);
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid var(--bts-gray-lighter);
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: var(--bts-gray-light);
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid var(--bts-gray-lighter);
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: var(--bts-gray-dark);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: var(--bts-code-color);
  background-color: var(--bts-code-bg);
  border: 1px solid var(--bts-code-border);
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: var(--bts-pre-bg);
  border: 1px solid var(--bts-border-dark);
  border: 1px solid var(--bts-border-overlay-light);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: var(--bts-gray-dark);
  border: 0;
  border-bottom: 1px solid var(--bts-border-light);
}
legend small {
  font-size: 15px;
  color: var(--bts-gray-light);
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 32px;
  box-sizing: border-box;
  padding: 5px 8px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: var(--cds-colors__dark-gray);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: var(--bts-input-background);
  border: 1px solid var(--bts-input-border);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
textarea:focus-visible,
input[type="text"]:focus-visible,
input[type="password"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="time"]:focus-visible,
input[type="week"]:focus-visible,
input[type="number"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="search"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="color"]:focus-visible,
.uneditable-input:focus-visible {
  border-color: var(--bts-input-border-focus);
  outline: 1px solid var(--bts-focus-color);
  outline-offset: -2px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 32px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 32px;
}
select {
  width: 220px;
  border: 1px solid var(--bts-input-border);
  background-color: var(--bts-input-background);
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus {
  background: var(--cds-colors__pale-lilac);
}
input[type="checkbox"]:focus-visible {
  outline: 2px solid var(--bts-focus-color);
  outline-offset: 1px;
}
input[type="radio"]:focus {
  background: var(--cds-colors__pale-lilac);
}
input[type="radio"]:focus-visible {
  outline: 2px solid var(--bts-focus-color);
  outline-offset: 1px;
}
.uneditable-input,
.uneditable-textarea {
  color: var(--bts-gray-light);
  background-color: var(--bts-input-disabled-background);
  border-color: var(--bts-input-border);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 12px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 982px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 898px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 814px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 730px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 646px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 562px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 478px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 394px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 310px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 226px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 142px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 58px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: var(--bts-input-disabled-background);
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853 !important;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning .object-picker,
.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container.select2-container-multi > ul.select2-choices,
.control-group.warning textarea {
  color: #c09853 !important;
  border-color: #fef2de !important;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning .object-picker:focus,
.control-group.warning .select2-container .select2-choice:focus,
.control-group.warning .select2-container.select2-container-multi > ul.select2-choices:focus,
.control-group.warning textarea:focus {
  border-color: #fddeac;
  -webkit-box-shadow: 0 0 6px #ffffff;
  -moz-box-shadow: 0 0 6px #ffffff;
  box-shadow: 0 0 6px #ffffff;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #f5f5f5;
  border-color: #c09853;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853 !important;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning .object-picker,
.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container.select2-container-multi > ul.select2-choices,
.control-group.warning textarea {
  color: #c09853 !important;
  border-color: #c09853 !important;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning .object-picker:focus,
.control-group.warning .select2-container .select2-choice:focus,
.control-group.warning .select2-container.select2-container-multi > ul.select2-choices:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fef2de;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #da2442 !important;
}
.control-group.error input,
.control-group.error select,
.control-group.error .object-picker,
.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container.select2-container-multi > ul.select2-choices,
.control-group.error textarea {
  color: #da2442 !important;
  border-color: #fdf4f5 !important;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error .object-picker:focus,
.control-group.error .select2-container .select2-choice:focus,
.control-group.error .select2-container.select2-container-multi > ul.select2-choices:focus,
.control-group.error textarea:focus {
  border-color: #f5c9ce;
  -webkit-box-shadow: 0 0 6px #ffffff;
  -moz-box-shadow: 0 0 6px #ffffff;
  box-shadow: 0 0 6px #ffffff;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #da2442;
  background-color: #f5f5f5;
  border-color: #da2442;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #da2442 !important;
}
.control-group.error input,
.control-group.error select,
.control-group.error .object-picker,
.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container.select2-container-multi > ul.select2-choices,
.control-group.error textarea {
  color: #da2442 !important;
  border-color: #da2442 !important;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error .object-picker:focus,
.control-group.error .select2-container .select2-choice:focus,
.control-group.error .select2-container.select2-container-multi > ul.select2-choices:focus,
.control-group.error textarea:focus {
  border-color: #ae1d35;
  -webkit-box-shadow: 0 0 6px #e97b8d;
  -moz-box-shadow: 0 0 6px #e97b8d;
  box-shadow: 0 0 6px #e97b8d;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #da2442;
  background-color: #fdf4f5;
  border-color: #da2442;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847 !important;
}
.control-group.success input,
.control-group.success select,
.control-group.success .object-picker,
.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container.select2-container-multi > ul.select2-choices,
.control-group.success textarea {
  color: #468847 !important;
  border-color: #e9faee !important;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success .object-picker:focus,
.control-group.success .select2-container .select2-choice:focus,
.control-group.success .select2-container.select2-container-multi > ul.select2-choices:focus,
.control-group.success textarea:focus {
  border-color: #bff1ce;
  -webkit-box-shadow: 0 0 6px #ffffff;
  -moz-box-shadow: 0 0 6px #ffffff;
  box-shadow: 0 0 6px #ffffff;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #f5f5f5;
  border-color: #468847;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847 !important;
}
.control-group.success input,
.control-group.success select,
.control-group.success .object-picker,
.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container.select2-container-multi > ul.select2-choices,
.control-group.success textarea {
  color: #468847 !important;
  border-color: #468847 !important;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success .object-picker:focus,
.control-group.success .select2-container .select2-choice:focus,
.control-group.success .select2-container.select2-container-multi > ul.select2-choices:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #e9faee;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #283593 !important;
}
.control-group.info input,
.control-group.info select,
.control-group.info .object-picker,
.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container.select2-container-multi > ul.select2-choices,
.control-group.info textarea {
  color: #283593 !important;
  border-color: #edeffc !important;
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info .object-picker:focus,
.control-group.info .select2-container .select2-choice:focus,
.control-group.info .select2-container.select2-container-multi > ul.select2-choices:focus,
.control-group.info textarea:focus {
  border-color: #c1c8f5;
  -webkit-box-shadow: 0 0 6px #ffffff;
  -moz-box-shadow: 0 0 6px #ffffff;
  box-shadow: 0 0 6px #ffffff;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #283593;
  background-color: #f5f5f5;
  border-color: #283593;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #283593 !important;
}
.control-group.info input,
.control-group.info select,
.control-group.info .object-picker,
.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container.select2-container-multi > ul.select2-choices,
.control-group.info textarea {
  color: #283593 !important;
  border-color: #283593 !important;
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info .object-picker:focus,
.control-group.info .select2-container .select2-choice:focus,
.control-group.info .select2-container.select2-container-multi > ul.select2-choices:focus,
.control-group.info textarea:focus {
  border-color: #1d276b;
  -webkit-box-shadow: 0 0 6px #5161d0;
  -moz-box-shadow: 0 0 6px #5161d0;
  box-shadow: 0 0 6px #5161d0;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #283593;
  background-color: #edeffc;
  border-color: #283593;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: var(--bts-error-text);
  border-color: var(--bts-error-border);
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #ae1d35;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: var(--bts-form-actions-background);
  border-top: 1px solid var(--bts-border-light);
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: var(--bts-gray-light);
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 0 var(--bts-white);
  background-color: var(--bts-gray-lighter);
  border: 1px solid var(--bts-input-border);
  height: 20px;
  min-width: 14px;
  padding: 4px 4px 6px;
  font-size: 14px;
  line-height: 20px;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: var(--bts-green);
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  min-height: 16px;
  margin-top: 0;
  padding: 0;
  vertical-align: middle;
  background-color: var(--bts-white);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid var(--cds-colors__medium-gray);
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  z-index: 1;
}
input[type="checkbox"]:hover {
  border-color: var(--bts-link-color-hover);
}
input[type="checkbox"]:checked {
  background-color: var(--bts-link-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  z-index: -1;
}
input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  min-height: 16px;
  margin-top: .15em;
  padding: 0;
  vertical-align: middle;
  background-color: var(--bts-white);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid var(--cds-colors__medium-gray);
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
input[type="radio"]:hover {
  border-color: var(--bts-link-color-hover);
}
input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%234a5de2'/%3e%3c/svg%3e");
  border-color: var(--bts-link-color);
}
input[type="radio"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  z-index: -1;
}
input[type="checkbox"][disabled],
input[type="checkbox"][readonly] {
  background-color: var(--cds-colors__light-gray);
  border-color: var(--cds-colors__gray);
}
input[type="checkbox"][disabled]:checked,
input[type="checkbox"][readonly]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23959595' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
input[type="radio"][disabled],
input[type="radio"][readonly] {
  background-color: var(--cds-colors__light-gray);
  border-color: var(--cds-colors__gray);
}
table {
  max-width: 100%;
  background-color: var(--bts-table-background);
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 10px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid var(--bts-table-border);
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid var(--bts-table-border);
}
.table .table {
  background-color: var(--bts-body-background);
}
.table-condensed th,
.table-condensed td {
  padding: 5px 6px 6px;
}
.table-bordered {
  border: 1px solid var(--bts-table-border);
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid var(--bts-table-border);
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: var(--bts-table-background-accent);
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: var(--bts-table-background-hover);
}
.table-hover tbody > tr:hover {
  box-shadow: 0 2px 8px 0 var(--bts-shadow-sm);
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 56px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 140px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 224px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 308px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 392px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 476px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 560px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 644px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 728px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 812px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 896px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 980px;
  margin-left: 0;
}
.table {
  border-collapse: collapse;
}
.table tbody tr.success > td {
  background-color: var(--bts-success-background);
}
.table tbody tr.error > td {
  background-color: var(--bts-error-background);
}
.table tbody tr.error {
  border-left: 4px solid var(--bts-error-text);
}
.table tbody tr.warning > td {
  background-color: var(--bts-warning-background);
}
.table tbody tr.info > td {
  background-color: var(--bts-info-background);
}
.table tbody tr.summary > td,
.table tbody tr.summary > th {
  background-color: var(--bts-summary-background);
}
.table tbody tr.selected td {
  background-color: var(--bts-selector-back-active-color);
}
.table-hover tbody tr.success:hover > td {
  background-color: var(--bts-success-background-hover);
}
.table-hover tbody tr.error:hover > td {
  background-color: var(--bts-error-background-hover);
}
.table-hover tbody tr.warning:hover > td {
  background-color: var(--bts-warning-background-hover);
}
.table-hover tbody tr.info:hover > td {
  background-color: var(--bts-info-background-hover);
}
.table-hover tbody tr.selected:hover td {
  background-color: var(--bts-selector-back-active-hover-color);
}
.table-hover tbody tr:hover .table tbody tr.summary > td,
.table-hover tbody tr:hover .table tbody tr.summary > th,
.table-hover tbody tr.hover .table tbody tr.summary > td,
.table-hover tbody tr.hover .table tbody tr.summary > th {
  background-color: var(--bts-summary-background-active);
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -23px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -118px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid var(--bts-black);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: var(--bts-dropdown-background);
  border: 1px solid #ccc;
  border: 1px solid var(--bts-dropdown-border);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 8px 24px var(--bts-dropdown-shadow);
  -moz-box-shadow: 0 8px 24px var(--bts-dropdown-shadow);
  box-shadow: 0 8px 24px var(--bts-dropdown-shadow);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: var(--bts-dropdown-divider-top);
  border-bottom: 1px solid var(--bts-dropdown-divider-bottom);
}
.dropdown-menu > li > a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: var(--bts-dropdown-link-color);
  white-space: nowrap;
}
.dropdown-menu > li > a.text-danger {
  color: var(--bts-danger-text);
}
.dropdown-menu > li > span.group {
  display: block;
  padding: 6px 20px;
  clear: both;
  color: var(--cds-colors__medium-gray);
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  white-space: nowrap;
}
.dropdown-menu > li + li > span.group {
  margin-top: 6px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: var(--bts-dropdown-link-color-hover);
  background-color: var(--bts-dropdown-link-background-hover);
}
.dropdown-menu > li > a:hover.text-danger,
.dropdown-menu > li > a:focus.text-danger,
.dropdown-submenu:hover > a.text-danger,
.dropdown-submenu:focus > a.text-danger {
  color: var(--bts-danger-text-hover);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: var(--bts-dropdown-link-color-active);
  text-decoration: none;
  outline: 0;
  background-color: var(--bts-dropdown-link-background-active);
}
.dropdown-menu > .active > a.text-danger,
.dropdown-menu > .active > a:hover.text-danger,
.dropdown-menu > .active > a:focus.text-danger {
  color: var(--bts-danger-text-hover);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: var(--bts-gray-light);
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid var(--bts-black);
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: var(--bts-dropdown-link-color-hover);
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: var(--bts-well-background);
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well blockquote {
  border-color: var(--bts-border);
  border-color: var(--bts-border-overlay-light);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: var(--bts-black);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.close:hover,
.close:focus {
  color: var(--bts-black);
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  padding: 4px 12px 4px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
  height: 32px;
  vertical-align: middle;
  cursor: pointer;
  background-color: var(--bts-btn-background);
  color: var(--bts-link-color);
  border: 2px solid var(--bts-btn-border);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: background .2s linear;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  background-color: var(--bts-btn-background-highlight);
  border-color: var(--bts-btn-border);
  color: var(--bts-link-color-hover);
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
}
.btn .caret {
  border-top-color: var(--bts-link-color);
}
.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--bts-focus-ring-inner), 0 0 0 4px var(--bts-focus-ring-outer);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: transparent;
  color: var(--cds-colors__gray);
  border-color: var(--cds-colors__gray);
}
.btn > i,
.btn-text > i {
  transform: none;
}
.btn-large {
  padding: 4px 20px 4px;
  font-size: 16px;
  line-height: 28px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 4px 12px 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  height: 32px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
/* .btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: 0;
}
 */
.btn-mini {
  padding: 4px 12px 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  height: 32px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* .btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,.75);
} */
.btn-primary {
  background-color: var(--bts-btn-primary-background);
  border-color: var(--bts-btn-primary-background);
  color: var(--bts-white-text);
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--bts-btn-primary-background-highlight);
  border-color: var(--bts-btn-primary-background-highlight);
  color: var(--bts-white-text);
}
.btn-primary:active,
.btn-primary.active {
  background-color: var(--bts-btn-primary-background-highlight);
  border-color: var(--bts-btn-primary-background-highlight);
  color: var(--bts-white-text);
}
.btn-primary .caret {
  border-top-color: var(--bts-white-text);
}
.btn-primary.disabled,
.btn-primary[disabled] {
  color: var(--cds-colors__gray);
  background-color: var(--bts-bg-disabled);
  border-color: var(--bts-bg-disabled);
}
.btn-danger {
  background-color: var(--bts-btn-danger-background);
  border-color: var(--bts-btn-danger-background);
  color: var(--bts-white-text);
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: var(--bts-btn-danger-background-highlight);
  border-color: var(--bts-btn-danger-background-highlight);
  color: var(--bts-white-text);
}
.btn-danger:active,
.btn-danger.active {
  background-color: var(--bts-btn-danger-background-highlight);
  border-color: var(--bts-btn-danger-background-highlight);
  color: var(--bts-white-text);
}
.btn-danger .caret {
  border-top-color: var(--bts-white-text);
}
.btn-danger.disabled,
.btn-danger[disabled] {
  color: var(--cds-colors__gray);
  background-color: var(--bts-bg-disabled);
  border-color: var(--bts-bg-disabled);
}
.btn-danger.btn-text {
  color: var(--bts-danger-text);
}
.btn-danger.btn-text:hover,
.btn-danger.btn-text:focus {
  color: var(--bts-danger-text-hover);
  background-color: var(--bts-danger-bg-light);
}
.btn-white {
  background-color: var(--bts-white);
  border-color: var(--bts-white);
  color: var(--bts-link-color);
}
.btn-white:hover,
.btn-white:focus {
  background-color: var(--cds-colors__pale-gray);
  border-color: var(--cds-colors__pale-gray);
  color: var(--cds-colors__lilac-hover);
}
.btn-white:active,
.btn-white.active {
  background-color: var(--cds-colors__pale-gray);
  border-color: var(--cds-colors__pale-gray);
  color: var(--bts-link-color);
}
.btn-white .caret {
  border-top-color: var(--bts-link-color);
}
.btn-text {
  display: inline-block;
  padding: 4px 12px 4px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
  height: 32px;
  vertical-align: middle;
  background-color: var(--bts-btn-background);
  border: 2px solid var(--bts-btn-border);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: background .2s linear;
  text-decoration: none !important;
  border-color: transparent;
  cursor: pointer;
  color: var(--bts-link-color);
  padding: 2px 4px;
  height: auto;
  line-height: normal;
  border-radius: calc(0px + 1.2rem);
  background-color: transparent;
  background-image: none;
}
.btn-text:hover,
.btn-text:focus {
  text-decoration: none;
  background-color: var(--bts-btn-background-highlight);
  border-color: var(--bts-btn-border);
  color: var(--bts-link-color-hover);
}
.btn-text:active,
.btn-text.active {
  background-image: none;
  outline: 0;
}
.btn-text .caret {
  border-top-color: var(--bts-link-color);
}
.btn-text:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--bts-focus-ring-inner), 0 0 0 4px var(--bts-focus-ring-outer);
}
.btn-text.disabled,
.btn-text[disabled] {
  cursor: default;
  background-color: transparent;
  color: var(--cds-colors__gray);
  border-color: var(--cds-colors__gray);
}
.btn-text .label,
.btn-text .badge {
  position: relative;
  top: -1px;
}
.btn-text:hover,
.btn-text:focus,
.btn-text:focus-visible {
  color: var(--bts-link-color-hover);
  background-color: var(--bts-btn-background-highlight);
  border-color: transparent;
  background-clip: padding-box;
}
.btn-text:active,
.btn-text.disabled,
.btn-text[disabled] {
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}
.btn-text.disabled:hover,
.btn-text.disabled:focus,
.btn-text[disabled]:hover,
.btn-text[disabled]:focus {
  color: var(--cds-colors__gray);
  text-decoration: none;
}
.btn-text:focus-visible {
  box-shadow: none;
  outline: 2px solid var(--bts-black);
}
.btn-link {
  display: inline-block;
  padding: 4px 12px 4px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
  height: 32px;
  vertical-align: middle;
  background-color: var(--bts-btn-background);
  border: 2px solid var(--bts-btn-border);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: background .2s linear;
  text-decoration: none !important;
  border-color: transparent;
  cursor: pointer;
  color: var(--bts-link-color);
  padding: 2px 4px;
  height: auto;
  line-height: normal;
  border-radius: calc(0px + 1.2rem);
  background-color: transparent;
  background-image: none;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
  background-color: var(--bts-btn-background-highlight);
  border-color: var(--bts-btn-border);
  color: var(--bts-link-color-hover);
}
.btn-link:active,
.btn-link.active {
  background-image: none;
  outline: 0;
}
.btn-link .caret {
  border-top-color: var(--bts-link-color);
}
.btn-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--bts-focus-ring-inner), 0 0 0 4px var(--bts-focus-ring-outer);
}
.btn-link.disabled,
.btn-link[disabled] {
  cursor: default;
  background-color: transparent;
  color: var(--cds-colors__gray);
  border-color: var(--cds-colors__gray);
}
.btn-link .label,
.btn-link .badge {
  position: relative;
  top: -1px;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:focus-visible {
  color: var(--bts-link-color-hover);
  background-color: var(--bts-btn-background-highlight);
  border-color: transparent;
  background-clip: padding-box;
}
.btn-link:active,
.btn-link.disabled,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: var(--cds-colors__gray);
  text-decoration: none;
}
.btn-link:focus-visible {
  box-shadow: none;
  outline: 2px solid var(--bts-black);
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 8px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
}
.btn-split > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-split > .btn:first-child {
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
}
.btn-split > .btn:last-child,
.btn-group > .dropdown-toggle {
  margin-left: 2px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
}
.btn-split > .btn.large:first-child {
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
}
.btn-split > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  *padding-top: 5px;
  *padding-bottom: 5px;
}
/* .btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
 */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open {
  /* .btn-warning.dropdown-toggle {
    background-color: @btnWarningBackgroundHighlight;
  }
  .btn-danger.dropdown-toggle {
    background-color: @btnDangerBackgroundHighlight;
  }
  .btn-success.dropdown-toggle {
    background-color: @btnSuccessBackgroundHighlight;
  }
  .btn-info.dropdown-toggle {
    background-color: @btnInfoBackgroundHighlight;
  }
  .btn-inverse.dropdown-toggle {
    background-color: @btnInverseBackgroundHighlight;
  } */

}
.btn-group.open .dropdown-toggle {
  background-image: none;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: var(--bts-btn-background-highlight);
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #3949bb;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
/* .btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
} */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret {
  border-top-color: var(--bts-white);
  border-bottom-color: var(--bts-white);
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  background-color: var(--bts-warning-background);
  border: 1px solid var(--bts-warning-border);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: var(--bts-warning-text);
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: var(--bts-success-background);
  border-color: var(--bts-success-border);
  color: var(--bts-success-text);
}
.alert-success h4 {
  color: var(--bts-success-text);
}
.alert-danger,
.alert-error {
  background-color: var(--bts-error-background);
  border-color: var(--bts-error-border);
  color: var(--bts-error-text);
}
.alert-danger h4,
.alert-error h4 {
  color: var(--bts-error-text);
}
.alert-info {
  background-color: var(--bts-info-background);
  border-color: var(--bts-info-border);
  color: var(--bts-info-text);
}
.alert-info h4 {
  color: var(--bts-info-text);
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.segmented {
  display: inline-flex !important;
  flex-wrap: wrap;
  padding: 2px;
  box-sizing: border-box;
  border-radius: 6px;
  column-gap: 2px;
  background-color: var(--cds-colors__pale-lilac-24);
}
.segmented > * {
  display: flex !important;
  box-sizing: border-box;
  padding: 8px 14px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 4px;
  border: none;
  color: var(--cds-colors__dark-gray);
  background: none;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  margin: 0 !important;
  height: 28px;
  white-space: nowrap;
}
.segmented > *:hover,
.segmented > *:focus,
.segmented > *:has(input[type="radio"]:focus) {
  text-decoration: none !important;
  color: var(--vbs-color-primary-hover);
  background: transparent;
}
.segmented > *.active,
.segmented > *.linksTo,
.segmented > *.fc-state-active,
.segmented > *.radio:has(input[type="radio"]:checked) {
  background: var(--bts-white);
  color: var(--vbs-color-primary);
  line-height: 20px;
  box-shadow: 0px 0px 8px 0px var(--bts-shadow-sm);
  cursor: default;
}
.segmented > *:focus-visible,
.segmented > *:has(input[type="radio"]:focus-visible) {
  text-decoration: none !important;
  border: 2px solid var(--bts-black);
  padding: 4px 12px;
}
.segmented > label.radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: var(--bts-gray-light);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: var(--bts-white-text);
  background-color: var(--bts-link-color);
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  line-height: 14px;
}
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid var(--bts-border-medium);
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: var(--vbs-color-primary);
  border: 1px solid var(--cds-colors__pale-lilac);
  background-color: var(--cds-colors__pale-gray);
  border-bottom: 1px solid var(--bts-border-medium);
}
.nav-tabs > li > a:hover {
  color: var(--vbs-color-primary-hover);
  background-color: var(--cds-colors__pale-lilac);
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: var(--bts-text-color);
  background-color: var(--bts-white);
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: var(--bts-white-text);
  background-color: var(--bts-link-color);
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid var(--bts-border);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: var(--bts-border);
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: var(--bts-link-color);
  border-bottom-color: var(--bts-link-color);
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: var(--bts-link-color-hover);
  border-bottom-color: var(--bts-link-color-hover);
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: var(--bts-white-text);
  border-bottom-color: var(--bts-white-text);
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: var(--bts-gray);
  border-bottom-color: var(--bts-gray);
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: var(--bts-white-text);
  background-color: var(--bts-gray-light);
  border-color: var(--bts-gray-light);
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: var(--bts-white-text);
  border-bottom-color: var(--bts-white-text);
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: var(--bts-gray-light);
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid var(--bts-border);
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: var(--bts-border);
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent var(--bts-border) var(--bts-border) var(--bts-border);
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
}
.tabs-left {
  display: flex;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid var(--bts-border-medium);
  flex: 1 1;
  min-width: 150px;
}
.tabs-left > .tab-content {
  flex: 5;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border: 1px solid var(--cds-colors__pale-lilac);
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-right-color: transparent;
  border-bottom-color: var(--cds-colors__pale-lilac);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid var(--bts-border);
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: var(--bts-gray-lighter) var(--bts-gray-lighter) var(--bts-gray-lighter) var(--bts-border);
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: var(--bts-border) var(--bts-border) var(--bts-border) transparent;
  *border-left-color: var(--bts-white-text);
}
.nav > .disabled > a {
  color: var(--bts-gray-light);
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--bts-navbar-background);
  border: 1px solid var(--bts-navbar-border);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 14px 20px 14px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: var(--bts-navbar-brand-color);
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 48px;
  color: var(--bts-navbar-text);
}
.navbar-link {
  color: var(--bts-navbar-link-color);
}
.navbar-link:hover,
.navbar-link:focus {
  color: var(--bts-navbar-link-color-hover);
}
.navbar .divider-vertical {
  height: 48px;
  margin: 0 9px;
  border-left: 1px solid var(--bts-navbar-background);
  border-right: 1px solid var(--bts-navbar-background-highlight);
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 9px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 9px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 9px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 996px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 15px 10px 15px;
  color: var(--bts-navbar-link-color);
  text-decoration: none;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: var(--bts-navbar-link-background-hover);
  color: var(--bts-navbar-link-color-hover);
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: var(--bts-navbar-link-color-active);
  text-decoration: none;
  background-color: var(--bts-navbar-link-background-active);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ffffff;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}
.navbar .btn-navbar .caret {
  border-top-color: #ffffff;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--bts-bg-light);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--bts-border-dark);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--bts-dropdown-background);
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid var(--bts-border-dark);
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid var(--bts-dropdown-background);
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: var(--bts-navbar-link-color-hover);
  border-bottom-color: var(--bts-navbar-link-color-hover);
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: var(--bts-navbar-link-background-active);
  color: var(--bts-navbar-link-color-active);
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: var(--bts-navbar-link-color);
  border-bottom-color: var(--bts-navbar-link-color);
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: var(--bts-navbar-link-color-active);
  border-bottom-color: var(--bts-navbar-link-color-active);
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  border-color: var(--bts-navbar-inverse-border);
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: var(--bts-navbar-inverse-link-color);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: var(--bts-navbar-inverse-link-color-hover);
}
.navbar-inverse .brand {
  color: var(--bts-navbar-inverse-brand-color);
}
.navbar-inverse .navbar-text {
  color: var(--bts-navbar-inverse-text);
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: var(--bts-navbar-inverse-link-background-hover);
  color: var(--bts-navbar-inverse-link-color-hover);
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: var(--bts-navbar-inverse-link-color-active);
  background-color: var(--bts-navbar-inverse-link-background-active);
}
.navbar-inverse .navbar-link {
  color: var(--bts-navbar-inverse-link-color);
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: var(--bts-navbar-inverse-link-color-hover);
}
.navbar-inverse .divider-vertical {
  border-left-color: var(--bts-navbar-inverse-background);
  border-right-color: var(--bts-navbar-inverse-background-highlight);
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: var(--bts-navbar-inverse-link-background-active);
  color: var(--bts-navbar-inverse-link-color-active);
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: var(--bts-navbar-inverse-link-color-active);
  border-bottom-color: var(--bts-navbar-inverse-link-color-active);
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: var(--bts-navbar-inverse-link-color);
  border-bottom-color: var(--bts-navbar-inverse-link-color);
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: var(--bts-navbar-inverse-link-color-active);
  border-bottom-color: var(--bts-navbar-inverse-link-color-active);
}
.navbar-inverse .navbar-search .search-query {
  color: var(--bts-white-text);
  background-color: var(--bts-navbar-inverse-search-background);
  border-color: var(--bts-navbar-inverse-search-border);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: var(--bts-gray-dark);
  background-color: var(--bts-navbar-inverse-search-background-focus);
  border: 0;
  outline: 0;
}
.navbar-inverse .btn-navbar {
  background-color: #151515;
  border-color: #151515;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ffffff;
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  border-color: #040404;
  background-color: #040404;
}
.navbar-inverse .btn-navbar .caret {
  border-top-color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: var(--bts-bg-light);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: var(--bts-border-dark);
}
.breadcrumb > .active {
  color: var(--bts-gray-light);
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: var(--bts-pagination-background);
  border: 1px solid var(--bts-pagination-border);
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: var(--bts-pagination-active-background);
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: var(--bts-gray-light);
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: var(--bts-gray-light);
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 12px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: var(--bts-white);
  border: 1px solid var(--bts-border);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: var(--bts-bg-light);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: var(--bts-gray-light);
  background-color: var(--bts-white);
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: var(--bts-modal-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: var(--bts-modal-backdrop-opacity);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: var(--bts-white);
  border: 1px solid var(--bts-gray-light);
  border: 1px solid var(--bts-border-overlay-dark);
  *border: 1px solid var(--bts-gray-light);
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 20px;
  border-bottom: 1px solid var(--bts-gray-lighter);
}
.modal-header .close {
  margin-top: 2px;
  float: right;
  font-size: 32px;
  line-height: 18px;
  color: var(--cds-colors__gray);
  font-weight: 200;
  opacity: inherit;
  border-radius: 22px;
  width: 22px;
  height: 22px;
  text-align: center;
  padding: 10px;
  margin: -7px;
  transition: background .2s linear;
}
.modal-header a.close:hover {
  color: var(--vbs-color-primary);
  background: var(--cds-colors__pale-lilac-50);
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 20px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 20px;
  margin-bottom: 0;
  text-align: right;
  border-top: 1px solid var(--bts-border);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 11300;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: var(--bts-tooltip-color);
  text-align: center;
  text-decoration: none;
  background-color: var(--bts-tooltip-background);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: var(--bts-tooltip-arrow-color);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: var(--bts-tooltip-arrow-color);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: var(--bts-tooltip-arrow-color);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: var(--bts-tooltip-arrow-color);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12000;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: var(--bts-popover-background);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid var(--bts-border-dark);
  border: 1px solid var(--bts-border-overlay-medium);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: var(--bts-popover-title-background);
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: var(--bts-gray-light);
  border-top-color: var(--bts-popover-arrow-outer-color);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: var(--bts-popover-arrow-color);
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: var(--bts-gray-light);
  border-right-color: var(--bts-popover-arrow-outer-color);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: var(--bts-popover-arrow-color);
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: var(--bts-gray-light);
  border-bottom-color: var(--bts-popover-arrow-outer-color);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: var(--bts-popover-arrow-color);
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: var(--bts-gray-light);
  border-left-color: var(--bts-popover-arrow-outer-color);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: var(--bts-popover-arrow-color);
  bottom: -10px;
}
.thumbnails {
  margin-left: -12px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 12px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid var(--bts-border);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: var(--bts-link-color);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: var(--bts-gray);
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  color: var(--bts-black);
  vertical-align: baseline;
  white-space: nowrap;
  background-color: var(--bts-label-default);
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: var(--bts-black);
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: var(--bts-error-text);
  color: var(--bts-white);
}
.label-important[href],
.badge-important[href] {
  background-color: #ae1d35;
}
.label-warning,
.badge-warning {
  background-color: var(--bts-label-warn);
}
.label-warning[href],
.badge-warning[href] {
  background-color: #f9b84e;
}
.label-success,
.badge-success {
  background-color: var(--bts-label-success);
}
.label-success[href],
.badge-success[href] {
  background-color: #8ae6a6;
}
.label-info,
.badge-info {
  background-color: #e3e3fa;
}
.label-info[href],
.badge-info[href] {
  background-color: #b8b8f2;
}
.label-inverse,
.badge-inverse {
  background-color: var(--bts-gray-dark);
  color: var(--bts-white);
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 16px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 12px;
  margin-bottom: 20px;
  background-color: var(--bts-gray-lighter);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress-small {
  height: 8px;
}
.progress-large {
  height: 20px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: var(--bts-white-text);
  float: left;
  font-size: 12px;
  text-align: center;
  background-color: var(--vbs-text-color);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .bar {
  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);
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.progress.active .bar {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: var(--cds-colors__red);
}
.progress-success .bar,
.progress .bar-success {
  background-color: var(--cds-colors__dark-green);
}
.progress-info .bar,
.progress .bar-info {
  background-color: var(--cds-colors__dark-blue);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: var(--cds-colors__orange);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid var(--bts-border-light);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid var(--bts-border-light);
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: var(--bts-white-text);
  text-align: center;
  background: var(--bts-gray-darker);
  border: 3px solid var(--bts-white);
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: var(--bts-white-text);
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: var(--bts-border-dark);
  background-color: rgba(255, 255, 255, 0.25);
}
.carousel-indicators .active {
  background-color: var(--bts-white);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: var(--bts-gray-dark);
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: var(--bts-white-text);
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: var(--bts-hero-unit-lead-color);
  background-color: var(--bts-hero-unit-background);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: var(--bts-hero-unit-heading-color);
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/

}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--bts-border-dark);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--bts-dropdown-background);
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: var(--bts-gray-lighter);
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fdd49a;
  border-color: #fdd49a;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ffffff;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  color: #ffffff;
  border-color: #fdf59a;
  background-color: #fdf59a;
}
.datepicker table tr td.today .caret,
.datepicker table tr td.today:hover .caret,
.datepicker table tr td.today.disabled .caret,
.datepicker table tr td.today.disabled:hover .caret {
  border-top-color: #ffffff;
}
.datepicker table tr td.enabled {
  background: #fafafe;
}
.datepicker table tr td.enabled:hover {
  background: #ced3f7;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover {
  background-color: #4a5de2;
  border-color: #4a5de2;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ffffff;
  color: var(--bts-white-text);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled] {
  color: #ffffff;
  border-color: #6a4ae2;
  background-color: #6a4ae2;
}
.datepicker table tr td.active .caret,
.datepicker table tr td.active:hover .caret {
  border-top-color: #ffffff;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background: #f6f6f6;
  color: #999999;
  text-shadow: none;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: var(--bts-gray-lighter);
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #4a5de2;
  border-color: #4a5de2;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ffffff;
  color: var(--bts-white-text);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  color: #ffffff;
  border-color: #6a4ae2;
  background-color: #6a4ae2;
}
.datepicker table tr td span.active .caret,
.datepicker table tr td span.active:hover .caret,
.datepicker table tr td span.active.disabled .caret,
.datepicker table tr td span.active.disabled:hover .caret {
  border-top-color: #ffffff;
}
.datepicker table tr td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
  background: var(--bts-gray-lighter);
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid var(--bts-dropdown-background);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: var(--bts-gray-dark);
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: var(--bts-gray-lighter);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: var(--bts-border);
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px !important;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
.bootstrap-timepicker-hour {
  width: 38px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
/*
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
*/
/* Bootstrap customizations */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
label {
  margin: 0;
}
.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.margin-space-bottom {
  margin-bottom: 8px !important;
}
.margin-space-top {
  margin-top: 8px !important;
}
.margin-space-left {
  margin-left: 8px !important;
}
.margin-space-right {
  margin-right: 8px !important;
}
.alert-closeless {
  padding-right: 14px;
}
.modal > .modal-content {
  display: flex;
  flex-direction: column;
  max-height: inherit;
}
.modal > .modal-content > .modal-body {
  flex-grow: 2;
  overflow-x: auto;
}
.modal > .modal-content > .modal-footer {
  bottom: 0;
  left: 0;
}
.modal > .modal-content > .form {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
}
.modal > .modal-content > .form > form {
  display: flex;
  flex-direction: column;
  overflow-x: auto;
}
.modal > .modal-content > .form > form > div {
  display: flex;
  flex-direction: column;
  overflow-x: auto;
}
.modal > .modal-content > .form > form > div > .modal-body {
  flex-grow: 2;
  overflow-x: auto;
}
.modal.modal-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  min-height: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
}
.modal.modal-fullscreen > .modal-content {
  width: 100vw;
  height: 100vh;
}
.modal.modal-fullscreen > .modal-content > .modal-header {
  padding: 20px;
}
.modal.modal-fullscreen > .modal-content > .modal-body {
  padding: 20px;
}
.modal.modal-fullscreen > .modal-content > .modal-footer {
  padding: 20px;
}
.modal.modal-fullscreen.fade.in,
.modal.modal-fullscreen.in {
  top: 0;
  width: 100%;
}
.modal .modal-header + .confirmation-container > .actions > .message,
.modal .modal-header + div > .confirmation-container > .actions > .message {
  padding: 15px;
  display: block;
  font-size: 14px;
}
.modal .modal-header + .confirmation-container > .actions > ul,
.modal .modal-header + div > .confirmation-container > .actions > ul {
  margin: 0;
  padding: 20px;
  margin-bottom: 0;
  text-align: right;
  border-top: 1px solid var(--bts-border);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  column-gap: 6px;
}
.modal .modal-header + .confirmation-container > .actions > ul .btn + .btn,
.modal .modal-header + div > .confirmation-container > .actions > ul .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal .modal-header + .confirmation-container > .actions > ul .btn-group .btn + .btn,
.modal .modal-header + div > .confirmation-container > .actions > ul .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal .modal-header + .confirmation-container > .actions > ul .btn-block + .btn-block,
.modal .modal-header + div > .confirmation-container > .actions > ul .btn-block + .btn-block {
  margin-left: 0;
}
.modal .modal-header + .confirmation-container > .actions > ul > li.button-left,
.modal .modal-header + div > .confirmation-container > .actions > ul > li.button-left {
  order: -200;
}
.modal .modal-header + .confirmation-container > .actions > ul::after,
.modal .modal-header + div > .confirmation-container > .actions > ul::after {
  content: "";
  flex: 1 1 0;
  order: -100;
}
.tab-content-notcut > .tab-panel.tab-content {
  overflow: visible;
}
.actions.modal-footer ul {
  margin: 0;
}
.modal-header h3 {
  line-height: 23px;
}
.modal .confirmation-container .actions ul li {
  list-style: none;
  display: inline;
}
.modal-body {
  max-height: none;
  overflow-y: inherit;
}
.sortstatepanel a {
  color: var(--bts-text-color);
}
.sortstatepanel.sortAsc:after {
  color: #AAA;
  content: '\25B2';
}
.sortstatepanel.sortDesc:after {
  color: #AAA;
  content: '\25BC';
}
.table-hover tbody tr.hover > td {
  background-color: var(--bts-table-background-hover);
}
.table-tiny th,
.table-tiny td {
  padding: 2px 4px;
}
.table tr.repeatrow:not(.firstitemrow) > td {
  border-top: 0;
}
td.inline > ul {
  margin: 0;
}
.btn {
  text-decoration: none !important;
}
.nav {
  margin-bottom: 0;
}
.nav-pills > li > a {
  background-color: #F5F5F5;
}
.nav-pills-small > li > a {
  padding-bottom: 4px;
  padding-top: 2px;
}
.nav-pills-small > li > a {
  line-height: 12px;
  margin-right: 2px;
  padding-left: 4px;
  padding-right: 4px;
}
.nav-tabs-small > li > a {
  padding-top: 4px;
  padding-bottom: 6px;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: 2px;
  line-height: 10px;
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.modal-open {
  overflow: hidden;
}
/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: auto;
}
@media (max-width: 979px) {
  .modal-open.page-overflow .page-container .navbar-fixed-top,
  .modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: visible;
  }
}
.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.modal {
  outline: none;
  position: absolute;
  margin-top: 0;
  top: 10%;
  overflow: visible;
  /* allow content to popup out (i.e tooltips) */

}
.modal.fade {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}
.modal.fade.in {
  top: 10%;
}
.modal-body {
  max-height: none;
  overflow: visible;
}
.modal.modal-absolute {
  position: absolute;
  z-index: 950;
}
.modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
}
.modal-backdrop.modal-absolute {
  position: absolute;
  z-index: 940;
}
.modal.container {
  width: 940px;
  margin-left: -470px;
}
/* Modal Overflow */
.modal-overflow.modal {
  top: 1%;
}
.modal-overflow.modal.fade {
  top: -100%;
}
.modal-overflow.modal.fade.in {
  top: 1%;
}
.modal-overflow .modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* Responsive */
@media (min-width: 1200px) {
  .modal.container {
    width: 1170px;
    margin-left: -585px;
  }
}
@media (max-width: 979px) {
  .modal,
  .modal.container,
  .modal.modal-overflow {
    top: 1%;
    right: 1%;
    left: 1%;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .modal.fade.in,
  .modal.container.fade.in,
  .modal.modal-overflow.fade.in {
    top: 1%;
    bottom: auto;
  }
  .modal-body,
  .modal-overflow .modal-body {
    position: static;
    margin: 0;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .modal-footer,
  .modal-overflow .modal-footer {
    position: static;
  }
}
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
.form fieldset {
  margin-bottom: 8px;
}
.form fieldset > legend {
  margin-bottom: 8px;
}
.form .disabled label {
  color: var(--bts-gray-light);
}
.form label.radio,
.form label.checkbox {
  margin-bottom: 5px;
}
.form select,
.form textarea,
.form input[type="text"],
.form input[type="password"],
.form input[type="datetime"],
.form input[type="datetime-local"],
.form input[type="date"],
.form input[type="month"],
.form input[type="time"],
.form input[type="week"],
.form input[type="number"],
.form input[type="email"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="color"],
.form .uneditable-input {
  height: 32px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}
.form select {
  width: 217px;
  height: 32px;
  line-height: 20px;
  padding: 2px 4px;
}
.form select[multiple],
.form select[size] {
  height: auto;
}
.form select.input-block-level {
  display: block;
  width: 100%;
  max-width: 100%;
}
.form textarea {
  height: auto;
}
.input-append,
.input-prepend {
  margin-bottom: 0;
}
.select2-container {
  max-width: 100%;
}
.select2-container .select2-choice {
  max-width: 100%;
  width: 206px;
  border: 1px solid var(--bts-input-border) !important;
  height: 32px !important;
  line-height: 30px !important;
  font-size: 14px !important;
  vertical-align: middle;
  background-image: none !important;
  box-sizing: border-box !important;
}
.select2-container .select2-choice span.select2-arrow {
  background: none !important;
  border-left: none;
}
.select2-container .select2-choice abbr {
  top: 8px !important;
  background: url('../img/select2-cds-2.png') right -53px no-repeat !important;
  height: 18px !important;
  width: 18px !important;
  right: 18px !important;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -29px !important;
}
.select2-container .select2-choice span.select2-arrow b {
  margin-left: 1px !important;
  margin-top: 2px !important;
  background: url('../img/select2-cds-2.png') no-repeat -6px -23px !important;
}
.select2-container:not(.select2-container-disabled) .select2-choice:hover .select2-arrow b {
  background: url('../img/select2-cds-2.png') no-repeat -30px -23px !important;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: var(--bts-input-disabled-background) !important;
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-container.select2-dropdown-open .select2-arrow b {
  background-position: -54px -23px !important;
}
.select2-2lines .select2-container .select2-choice {
  height: 54px !important;
}
.select2-container-multi .select2-choices {
  width: 206px;
  min-height: 32px !important;
  max-width: 100%;
  border: 1px solid var(--bts-input-border) !important;
  box-sizing: border-box !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: none !important;
  padding-right: 4px;
}
.select2-container-multi .select2-choices .select2-arrow {
  background: var(--bts-bg-light) !important;
}
.select2-container-multi .select2-choices .select2-search-field input {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.select2-container-multi .select2-choices .select2-search-field {
  height: 21px !important;
  line-height: 21px !important;
  font-size: 14px !important;
  vertical-align: middle;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-input {
  padding: 0 0 0 5px;
  margin: 1px 0 2px 4px;
  height: 25px;
}
.select2-container-multi .select2-choices li.select2-search-choice {
  font-size: 14px;
  margin: 2px 0 1px 3px;
  padding: 6px 24px 6px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: none;
  background: var(--cds-colors__pale-lilac);
  color: var(--cds-colors__lilac);
  box-shadow: none;
  border: none;
  line-height: 13px;
}
.select2-container-multi .select2-choices li.select2-search-choice:hover {
  color: var(--cds-colors__lilac-hover);
  background: var(--secondary-lilac-pale-50, rgba(227, 227, 250, 0.5));
}
.select2-container-multi .select2-choices.select2-dropdown-open > .select2-choices {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container-multi .select2-choices > li.select2-search-choice.invalid-value {
  border-color: var(--bts-error-text) !important;
  background-color: var(--bts-danger-bg-light) !important;
}
.select2-container-multi .select2-choices > li.select2-search-choice.invalid-value > div {
  color: var(--bts-error-text) !important;
}
.select2-container-multi .select2-choices > li.select2-search-choice .select2-search-choice-close {
  background: url('../img/select2-cds-2.png') right -29px no-repeat !important;
  width: 18px !important;
  top: 5px !important;
  left: auto !important;
  right: 0 !important;
}
.select2-container-multi .select2-choices > li.select2-search-choice .select2-search-choice-close:hover {
  background-position: right -5px !important;
}
.select2-container-multi.select2-dropdown-open > .select2-choices {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-drop.select2-drop-active {
  border-left: 1px solid var(--bts-input-border) !important;
  border-right: 1px solid var(--bts-input-border) !important;
  border-bottom: 1px solid var(--bts-input-border) !important;
  border-top: none;
}
.select2-search {
  min-height: 21px !important;
}
.select2-dropdown-open .select2-choice {
  background-color: var(--bts-input-background) !important;
}
.select2-dropdown-open .select2-choice span.select2-arrow {
  background: none !important;
}
.select2-dropdown-open span.select2-arrow {
  background: none !important;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border-color: var(--bts-input-border-focus) !important;
  outline: 1px solid var(--bts-focus-color) !important;
}
.select2-container-active.select2-dropdown-open .select2-choice {
  border-color: var(--bts-input-border-focus) !important;
}
.select2-results .select2-highlighted {
  background: var(--bts-dropdown-link-background-hover) !important;
  color: var(--bts-dropdown-link-color-hover) !important;
}
.select2-results .select2-result-label {
  padding: 5px 8px 6px !important;
}
.object-picker.input-mini,
select.input-mini {
  width: 70px;
}
.object-picker.input-mini .select2-container .select2-choice,
select.input-mini .select2-container .select2-choice {
  width: 70px;
}
.object-picker.input-small,
select.input-small {
  width: 100px;
}
.object-picker.input-small .select2-container .select2-choice,
select.input-small .select2-container .select2-choice {
  width: 100px;
}
.object-picker.input-medium,
select.input-medium {
  width: 160px;
}
.object-picker.input-medium .select2-container .select2-choice,
select.input-medium .select2-container .select2-choice {
  width: 160px;
}
.object-picker.input-large,
select.input-large {
  width: 220px;
}
.object-picker.input-large .select2-container .select2-choice,
select.input-large .select2-container .select2-choice {
  width: 220px;
}
.object-picker.input-xlarge,
select.input-xlarge {
  width: 280px;
}
.object-picker.input-xlarge .select2-container .select2-choice,
select.input-xlarge .select2-container .select2-choice {
  width: 280px;
}
.object-picker.input-xxlarge,
select.input-xxlarge {
  width: 540px;
  max-width: 100%;
}
.object-picker.input-xxlarge .select2-container .select2-choice,
select.input-xxlarge .select2-container .select2-choice {
  max-width: 100%;
  width: 540px;
}
.input-block-level > .object-picker .select2-container,
.object-picker.input-block-level .select2-container {
  width: 100%;
  max-width: 100%;
}
.input-block-level > .object-picker .select2-container .select2-choice,
.object-picker.input-block-level .select2-container .select2-choice {
  width: auto;
}
.multi-object-picker.input-mini {
  width: 70px;
  max-width: 100%;
}
.multi-object-picker.input-mini .select2-container-multi {
  max-width: 100%;
}
.multi-object-picker.input-mini .select2-container-multi .select2-choices {
  width: 68px;
}
.multi-object-picker.input-small {
  width: 100px;
  max-width: 100%;
}
.multi-object-picker.input-small .select2-container-multi {
  max-width: 100%;
}
.multi-object-picker.input-small .select2-container-multi .select2-choices {
  width: 98px;
}
.multi-object-picker.input-medium {
  width: 160px;
  max-width: 100%;
}
.multi-object-picker.input-medium .select2-container-multi {
  max-width: 100%;
}
.multi-object-picker.input-medium .select2-container-multi .select2-choices {
  width: 158px;
}
.multi-object-picker.input-large {
  width: 220px;
  max-width: 100%;
}
.multi-object-picker.input-large .select2-container-multi {
  max-width: 100%;
}
.multi-object-picker.input-large .select2-container-multi .select2-choices {
  width: 218px;
}
.multi-object-picker.input-xlarge {
  width: 280px;
  max-width: 100%;
}
.multi-object-picker.input-xlarge .select2-container-multi {
  max-width: 100%;
}
.multi-object-picker.input-xlarge .select2-container-multi .select2-choices {
  width: 278px;
}
.multi-object-picker.input-xxlarge {
  width: 540px;
  max-width: 100%;
}
.multi-object-picker.input-xxlarge .select2-container-multi {
  max-width: 100%;
}
.multi-object-picker.input-xxlarge .select2-container-multi .select2-choices {
  width: 538px;
}
.multi-object-picker.input-block-level .select2-container-multi {
  width: 100%;
  max-width: 100%;
}
.multi-object-picker.input-block-level .select2-container-multi .select2-choices {
  width: auto;
}
.object-picker.popup-search {
  width: 241px;
}
.popup-search.input-mini {
  width: 110px;
}
.popup-search.input-small {
  width: 140px;
}
.popup-search.input-medium {
  width: 200px;
}
.popup-search.input-large {
  width: 260px;
}
.popup-search.input-xlarge {
  width: 320px;
}
.popup-search.input-xxlarge {
  width: 580px;
}
.popup-search.input-block-level {
  width: auto;
}
.popup-search.input-block-level .select2-container {
  width: calc(100% - 25px);
  max-width: calc(100% - 25px);
}
/* .form-large {
	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.uneditable-input {
  		display: inline-block;
  		height: @baseLineHeight;
  		padding: 4px 6px;
  		margin-bottom: 2px;
  		font-size: @baseFontSize;
  		line-height: @baseLineHeight;
  		.border-radius(@inputBorderRadius);
  		vertical-align: middle;
	}
	textarea {
	  height: auto;
	}

	.input-append,
	.input-prepend {
  		margin-bottom: 5px;
  		.add-on {
  			height: @baseLineHeight;
	    	min-width: 16px;
	    	padding: 4px 5px;
    		font-size: @baseFontSize;
        	line-height: @baseLineHeight;
  		}
	}

	.select2-container {
		.select2-choice {
  			height: 25px !important;
    		line-height: 25px !important;
	    	abbr {
    			top: 6px !important;
    		}
    		span.select2-arrow b {
	    	    margin-top: -1px !important;
	    	    margin-left: 1px !important;
			}
		}
	}
	.select2-container-multi {
    	.select2-arrow b {
  			margin-left: 1px !important;
	        margin-top: -3px !important;
		}
	}
} */
.datetime.input-append {
  display: inline-block;
}
.datetime.input-append > input {
  width: 96px;
}
.controlitem.invalid .controlcontent > label,
.controlitem.invalid .controlcontent .help-block,
.controlitem.invalid .controlcontent .help-inline {
  color: #da2442 !important;
}
.controlitem.invalid .controlcontent input,
.controlitem.invalid .controlcontent select,
.controlitem.invalid .controlcontent .object-picker,
.controlitem.invalid .controlcontent .select2-container .select2-choice,
.controlitem.invalid .controlcontent .select2-container.select2-container-multi > ul.select2-choices,
.controlitem.invalid .controlcontent textarea {
  color: #da2442 !important;
  border-color: #fdf4f5 !important;
}
.controlitem.invalid .controlcontent input:focus,
.controlitem.invalid .controlcontent select:focus,
.controlitem.invalid .controlcontent .object-picker:focus,
.controlitem.invalid .controlcontent .select2-container .select2-choice:focus,
.controlitem.invalid .controlcontent .select2-container.select2-container-multi > ul.select2-choices:focus,
.controlitem.invalid .controlcontent textarea:focus {
  border-color: #f5c9ce;
  -webkit-box-shadow: 0 0 6px #ffffff;
  -moz-box-shadow: 0 0 6px #ffffff;
  box-shadow: 0 0 6px #ffffff;
}
.controlitem.invalid .controlcontent .input-prepend .add-on,
.controlitem.invalid .controlcontent .input-append .add-on {
  color: #da2442;
  background-color: #f5f5f5;
  border-color: #da2442;
}
.controlitem.invalid .controlcontent > label,
.controlitem.invalid .controlcontent .help-block,
.controlitem.invalid .controlcontent .help-inline {
  color: #da2442 !important;
}
.controlitem.invalid .controlcontent input,
.controlitem.invalid .controlcontent select,
.controlitem.invalid .controlcontent .object-picker,
.controlitem.invalid .controlcontent .select2-container .select2-choice,
.controlitem.invalid .controlcontent .select2-container.select2-container-multi > ul.select2-choices,
.controlitem.invalid .controlcontent textarea {
  color: #da2442 !important;
  border-color: #da2442 !important;
}
.controlitem.invalid .controlcontent input:focus,
.controlitem.invalid .controlcontent select:focus,
.controlitem.invalid .controlcontent .object-picker:focus,
.controlitem.invalid .controlcontent .select2-container .select2-choice:focus,
.controlitem.invalid .controlcontent .select2-container.select2-container-multi > ul.select2-choices:focus,
.controlitem.invalid .controlcontent textarea:focus {
  border-color: #ae1d35;
  -webkit-box-shadow: 0 0 6px #e97b8d;
  -moz-box-shadow: 0 0 6px #e97b8d;
  box-shadow: 0 0 6px #e97b8d;
}
.controlitem.invalid .controlcontent .input-prepend .add-on,
.controlitem.invalid .controlcontent .input-append .add-on {
  color: #da2442;
  background-color: #fdf4f5;
  border-color: #da2442;
}
.controlrow.invalid .controlhead > label,
.controlrow.invalid .controlcontent > label,
.controlrow.invalid .controlhead .help-block,
.controlrow.invalid .controlcontent .help-block,
.controlrow.invalid .controlhead .help-inline,
.controlrow.invalid .controlcontent .help-inline {
  color: #da2442 !important;
}
.controlrow.invalid .controlhead input,
.controlrow.invalid .controlcontent input,
.controlrow.invalid .controlhead select,
.controlrow.invalid .controlcontent select,
.controlrow.invalid .controlhead .object-picker,
.controlrow.invalid .controlcontent .object-picker,
.controlrow.invalid .controlhead .select2-container .select2-choice,
.controlrow.invalid .controlcontent .select2-container .select2-choice,
.controlrow.invalid .controlhead .select2-container.select2-container-multi > ul.select2-choices,
.controlrow.invalid .controlcontent .select2-container.select2-container-multi > ul.select2-choices,
.controlrow.invalid .controlhead textarea,
.controlrow.invalid .controlcontent textarea {
  color: #da2442 !important;
  border-color: #fdf4f5 !important;
}
.controlrow.invalid .controlhead input:focus,
.controlrow.invalid .controlcontent input:focus,
.controlrow.invalid .controlhead select:focus,
.controlrow.invalid .controlcontent select:focus,
.controlrow.invalid .controlhead .object-picker:focus,
.controlrow.invalid .controlcontent .object-picker:focus,
.controlrow.invalid .controlhead .select2-container .select2-choice:focus,
.controlrow.invalid .controlcontent .select2-container .select2-choice:focus,
.controlrow.invalid .controlhead .select2-container.select2-container-multi > ul.select2-choices:focus,
.controlrow.invalid .controlcontent .select2-container.select2-container-multi > ul.select2-choices:focus,
.controlrow.invalid .controlhead textarea:focus,
.controlrow.invalid .controlcontent textarea:focus {
  border-color: #f5c9ce;
  -webkit-box-shadow: 0 0 6px #ffffff;
  -moz-box-shadow: 0 0 6px #ffffff;
  box-shadow: 0 0 6px #ffffff;
}
.controlrow.invalid .controlhead .input-prepend .add-on,
.controlrow.invalid .controlcontent .input-prepend .add-on,
.controlrow.invalid .controlhead .input-append .add-on,
.controlrow.invalid .controlcontent .input-append .add-on {
  color: #da2442;
  background-color: #f5f5f5;
  border-color: #da2442;
}
.controlrow.invalid .controlhead > label,
.controlrow.invalid .controlcontent > label,
.controlrow.invalid .controlhead .help-block,
.controlrow.invalid .controlcontent .help-block,
.controlrow.invalid .controlhead .help-inline,
.controlrow.invalid .controlcontent .help-inline {
  color: #da2442 !important;
}
.controlrow.invalid .controlhead input,
.controlrow.invalid .controlcontent input,
.controlrow.invalid .controlhead select,
.controlrow.invalid .controlcontent select,
.controlrow.invalid .controlhead .object-picker,
.controlrow.invalid .controlcontent .object-picker,
.controlrow.invalid .controlhead .select2-container .select2-choice,
.controlrow.invalid .controlcontent .select2-container .select2-choice,
.controlrow.invalid .controlhead .select2-container.select2-container-multi > ul.select2-choices,
.controlrow.invalid .controlcontent .select2-container.select2-container-multi > ul.select2-choices,
.controlrow.invalid .controlhead textarea,
.controlrow.invalid .controlcontent textarea {
  color: #da2442 !important;
  border-color: #da2442 !important;
}
.controlrow.invalid .controlhead input:focus,
.controlrow.invalid .controlcontent input:focus,
.controlrow.invalid .controlhead select:focus,
.controlrow.invalid .controlcontent select:focus,
.controlrow.invalid .controlhead .object-picker:focus,
.controlrow.invalid .controlcontent .object-picker:focus,
.controlrow.invalid .controlhead .select2-container .select2-choice:focus,
.controlrow.invalid .controlcontent .select2-container .select2-choice:focus,
.controlrow.invalid .controlhead .select2-container.select2-container-multi > ul.select2-choices:focus,
.controlrow.invalid .controlcontent .select2-container.select2-container-multi > ul.select2-choices:focus,
.controlrow.invalid .controlhead textarea:focus,
.controlrow.invalid .controlcontent textarea:focus {
  border-color: #ae1d35;
  -webkit-box-shadow: 0 0 6px #e97b8d;
  -moz-box-shadow: 0 0 6px #e97b8d;
  box-shadow: 0 0 6px #e97b8d;
}
.controlrow.invalid .controlhead .input-prepend .add-on,
.controlrow.invalid .controlcontent .input-prepend .add-on,
.controlrow.invalid .controlhead .input-append .add-on,
.controlrow.invalid .controlcontent .input-append .add-on {
  color: #da2442;
  background-color: #fdf4f5;
  border-color: #da2442;
}
.controlvalue.invalid > label,
.controlvalue.invalid .controlcontent > label,
.controlvalue.invalid .help-block,
.controlvalue.invalid .controlcontent .help-block,
.controlvalue.invalid .help-inline,
.controlvalue.invalid .controlcontent .help-inline {
  color: #da2442 !important;
}
.controlvalue.invalid input,
.controlvalue.invalid .controlcontent input,
.controlvalue.invalid select,
.controlvalue.invalid .controlcontent select,
.controlvalue.invalid .object-picker,
.controlvalue.invalid .controlcontent .object-picker,
.controlvalue.invalid .select2-container .select2-choice,
.controlvalue.invalid .controlcontent .select2-container .select2-choice,
.controlvalue.invalid .select2-container.select2-container-multi > ul.select2-choices,
.controlvalue.invalid .controlcontent .select2-container.select2-container-multi > ul.select2-choices,
.controlvalue.invalid textarea,
.controlvalue.invalid .controlcontent textarea {
  color: #da2442 !important;
  border-color: #fdf4f5 !important;
}
.controlvalue.invalid input:focus,
.controlvalue.invalid .controlcontent input:focus,
.controlvalue.invalid select:focus,
.controlvalue.invalid .controlcontent select:focus,
.controlvalue.invalid .object-picker:focus,
.controlvalue.invalid .controlcontent .object-picker:focus,
.controlvalue.invalid .select2-container .select2-choice:focus,
.controlvalue.invalid .controlcontent .select2-container .select2-choice:focus,
.controlvalue.invalid .select2-container.select2-container-multi > ul.select2-choices:focus,
.controlvalue.invalid .controlcontent .select2-container.select2-container-multi > ul.select2-choices:focus,
.controlvalue.invalid textarea:focus,
.controlvalue.invalid .controlcontent textarea:focus {
  border-color: #f5c9ce;
  -webkit-box-shadow: 0 0 6px #ffffff;
  -moz-box-shadow: 0 0 6px #ffffff;
  box-shadow: 0 0 6px #ffffff;
}
.controlvalue.invalid .input-prepend .add-on,
.controlvalue.invalid .controlcontent .input-prepend .add-on,
.controlvalue.invalid .input-append .add-on,
.controlvalue.invalid .controlcontent .input-append .add-on {
  color: #da2442;
  background-color: #f5f5f5;
  border-color: #da2442;
}
.controlvalue.invalid > label,
.controlvalue.invalid .controlcontent > label,
.controlvalue.invalid .help-block,
.controlvalue.invalid .controlcontent .help-block,
.controlvalue.invalid .help-inline,
.controlvalue.invalid .controlcontent .help-inline {
  color: #da2442 !important;
}
.controlvalue.invalid input,
.controlvalue.invalid .controlcontent input,
.controlvalue.invalid select,
.controlvalue.invalid .controlcontent select,
.controlvalue.invalid .object-picker,
.controlvalue.invalid .controlcontent .object-picker,
.controlvalue.invalid .select2-container .select2-choice,
.controlvalue.invalid .controlcontent .select2-container .select2-choice,
.controlvalue.invalid .select2-container.select2-container-multi > ul.select2-choices,
.controlvalue.invalid .controlcontent .select2-container.select2-container-multi > ul.select2-choices,
.controlvalue.invalid textarea,
.controlvalue.invalid .controlcontent textarea {
  color: #da2442 !important;
  border-color: #da2442 !important;
}
.controlvalue.invalid input:focus,
.controlvalue.invalid .controlcontent input:focus,
.controlvalue.invalid select:focus,
.controlvalue.invalid .controlcontent select:focus,
.controlvalue.invalid .object-picker:focus,
.controlvalue.invalid .controlcontent .object-picker:focus,
.controlvalue.invalid .select2-container .select2-choice:focus,
.controlvalue.invalid .controlcontent .select2-container .select2-choice:focus,
.controlvalue.invalid .select2-container.select2-container-multi > ul.select2-choices:focus,
.controlvalue.invalid .controlcontent .select2-container.select2-container-multi > ul.select2-choices:focus,
.controlvalue.invalid textarea:focus,
.controlvalue.invalid .controlcontent textarea:focus {
  border-color: #ae1d35;
  -webkit-box-shadow: 0 0 6px #e97b8d;
  -moz-box-shadow: 0 0 6px #e97b8d;
  box-shadow: 0 0 6px #e97b8d;
}
.controlvalue.invalid .input-prepend .add-on,
.controlvalue.invalid .controlcontent .input-prepend .add-on,
.controlvalue.invalid .input-append .add-on,
.controlvalue.invalid .controlcontent .input-append .add-on {
  color: #da2442;
  background-color: #fdf4f5;
  border-color: #da2442;
}
td.invalid > label,
td.invalid .help-block,
td.invalid .help-inline {
  color: #da2442 !important;
}
td.invalid input,
td.invalid select,
td.invalid .object-picker,
td.invalid .select2-container .select2-choice,
td.invalid .select2-container.select2-container-multi > ul.select2-choices,
td.invalid textarea {
  color: #da2442 !important;
  border-color: #fdf4f5 !important;
}
td.invalid input:focus,
td.invalid select:focus,
td.invalid .object-picker:focus,
td.invalid .select2-container .select2-choice:focus,
td.invalid .select2-container.select2-container-multi > ul.select2-choices:focus,
td.invalid textarea:focus {
  border-color: #f5c9ce;
  -webkit-box-shadow: 0 0 6px #ffffff;
  -moz-box-shadow: 0 0 6px #ffffff;
  box-shadow: 0 0 6px #ffffff;
}
td.invalid .input-prepend .add-on,
td.invalid .input-append .add-on {
  color: #da2442;
  background-color: #f5f5f5;
  border-color: #da2442;
}
td.invalid > label,
td.invalid .help-block,
td.invalid .help-inline {
  color: #da2442 !important;
}
td.invalid input,
td.invalid select,
td.invalid .object-picker,
td.invalid .select2-container .select2-choice,
td.invalid .select2-container.select2-container-multi > ul.select2-choices,
td.invalid textarea {
  color: #da2442 !important;
  border-color: #da2442 !important;
}
td.invalid input:focus,
td.invalid select:focus,
td.invalid .object-picker:focus,
td.invalid .select2-container .select2-choice:focus,
td.invalid .select2-container.select2-container-multi > ul.select2-choices:focus,
td.invalid textarea:focus {
  border-color: #ae1d35;
  -webkit-box-shadow: 0 0 6px #e97b8d;
  -moz-box-shadow: 0 0 6px #e97b8d;
  box-shadow: 0 0 6px #e97b8d;
}
td.invalid .input-prepend .add-on,
td.invalid .input-append .add-on {
  color: #da2442;
  background-color: #fdf4f5;
  border-color: #da2442;
}
li.invalid .controlcontent > label,
li.invalid .controlcontent .help-block,
li.invalid .controlcontent .help-inline {
  color: #da2442 !important;
}
li.invalid .controlcontent input,
li.invalid .controlcontent select,
li.invalid .controlcontent .object-picker,
li.invalid .controlcontent .select2-container .select2-choice,
li.invalid .controlcontent .select2-container.select2-container-multi > ul.select2-choices,
li.invalid .controlcontent textarea {
  color: #da2442 !important;
  border-color: #fdf4f5 !important;
}
li.invalid .controlcontent input:focus,
li.invalid .controlcontent select:focus,
li.invalid .controlcontent .object-picker:focus,
li.invalid .controlcontent .select2-container .select2-choice:focus,
li.invalid .controlcontent .select2-container.select2-container-multi > ul.select2-choices:focus,
li.invalid .controlcontent textarea:focus {
  border-color: #f5c9ce;
  -webkit-box-shadow: 0 0 6px #ffffff;
  -moz-box-shadow: 0 0 6px #ffffff;
  box-shadow: 0 0 6px #ffffff;
}
li.invalid .controlcontent .input-prepend .add-on,
li.invalid .controlcontent .input-append .add-on {
  color: #da2442;
  background-color: #f5f5f5;
  border-color: #da2442;
}
li.invalid .controlcontent > label,
li.invalid .controlcontent .help-block,
li.invalid .controlcontent .help-inline {
  color: #da2442 !important;
}
li.invalid .controlcontent input,
li.invalid .controlcontent select,
li.invalid .controlcontent .object-picker,
li.invalid .controlcontent .select2-container .select2-choice,
li.invalid .controlcontent .select2-container.select2-container-multi > ul.select2-choices,
li.invalid .controlcontent textarea {
  color: #da2442 !important;
  border-color: #da2442 !important;
}
li.invalid .controlcontent input:focus,
li.invalid .controlcontent select:focus,
li.invalid .controlcontent .object-picker:focus,
li.invalid .controlcontent .select2-container .select2-choice:focus,
li.invalid .controlcontent .select2-container.select2-container-multi > ul.select2-choices:focus,
li.invalid .controlcontent textarea:focus {
  border-color: #ae1d35;
  -webkit-box-shadow: 0 0 6px #e97b8d;
  -moz-box-shadow: 0 0 6px #e97b8d;
  box-shadow: 0 0 6px #e97b8d;
}
li.invalid .controlcontent .input-prepend .add-on,
li.invalid .controlcontent .input-append .add-on {
  color: #da2442;
  background-color: #fdf4f5;
  border-color: #da2442;
}
table td input[type="text"] {
  overflow: auto;
  max-width: 100%;
}
table td input[type="text"].input-block-level {
  max-width: 100%;
}
/* =COLLECTION-EDIT */
.sortable-sortmark {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
  margin-right: 2px;
  background-position: -168px -72px;
}
.collection-edit .collection-actions {
  margin-top: 6px;
}
.collection-edit .collection-actions .custom-actions > ul,
.collection-edit .collection-actions .component-actions > ul,
.collection-edit .collection-actions .confirmation-container > .actions > ul {
  padding: 0;
  display: inline;
  background: none;
  border: none;
  text-align: right;
  margin-top: 6px;
  display: inline-block;
}
.collection-edit .collection-actions .custom-actions > ul > li,
.collection-edit .collection-actions .component-actions > ul > li,
.collection-edit .collection-actions .confirmation-container > .actions > ul > li {
  display: inline-block;
  margin-right: 3px;
  /* & > a {
					.btn;
					.btn-text;
				}
				& > a.btn-primary,
				& > a.primary {
					.btn-primary;
				}
				& > a.btn-danger {
					.btn-danger;
				} */

}
.collection-edit .collection-actions .component-actions {
  display: inline-block;
  float: right;
  /* &  > ul > li > a {
				.btn-success;
			} */

}
.collection-edit .confirmation-container .message {
  padding: inherit;
  display: block;
  font-size: inherit;
}
.collection-edit .custom-actions {
  display: inline-block;
}
.collection-edit table {
  width: 100%;
}
.collection-edit table th {
  font-weight: bold;
  padding: 5px 6px 6px;
  text-align: left;
  border-bottom: 1px solid var(--bts-table-border);
}
.collection-edit table td {
  padding: 5px 6px 6px;
  border-bottom: 1px solid var(--bts-table-border);
  width: auto;
}
.collection-edit table td .controlitem {
  margin-bottom: 0;
}
.collection-edit table td.actions {
  text-align: right;
}
.collection-edit table td.actions ul li {
  margin-left: 0;
  margin-right: 3px;
  display: inline-block;
}
.collection-edit table tr:hover td {
  background-color: var(--bts-table-background-hover);
}
.collection-edit .ui-sortable td,
.collection-edit .ui-sortable .list-group {
  background-color: var(--bts-bg-lightest);
  color: var(--bts-gray-light);
  cursor: move;
}
.collection-edit .ui-sortable td.actions .sortmark,
.collection-edit .ui-sortable .list-cell.actions .sortmark {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
  margin-right: 2px;
  background-position: -168px -72px;
}
.collection-edit .ui-sortable .sortable_item_placeholder {
  background-color: var(--bts-warning-background);
  display: block;
}
.datetime.input-append > .add-on {
  background: var(--bts-input-background) !important;
  border-left: none;
}
.datetime.input-append input[disabled] + .add-on,
.datetime.input-append input[readonly] + .add-on {
  background: var(--bts-input-disabled-background) !important;
}
.popover {
  max-width: 450px;
}
.modal-header h3 {
  line-height: 32px;
  font-size: 24px;
}
.modal .modal-header + .confirmation-container > .actions > .message,
.modal .modal-header + div > .confirmation-container > .actions > .message {
  padding: 20px;
}
