/*
	App CSS

	We use postcss-cssnext for future proof css files.

	Docs at: http://cssnext.io/postcss/

	Basic style in :root files has all common variables and includes and then components are created within the components folder.

	For the moment we have legacy files which have been imported by default as all pages haven't been refactored.

*/

:root {
    --bui_color_destructive_dark: #e21111;
    --bui_color_destructive: #ff0202;
    --bui_color_destructive_light: #ff6c6c;
    --bui_color_destructive_lighter: #ffa9a9;
    --bui_color_destructive_lightest: #fae1e1;

    --bui_color_callout_dark: #b75f00;
    --bui_color_callout: #f07c00;
    --bui_color_callout_light: #ffd2a2;
    --bui_color_callout_lighter: #ffedd9;
    --bui_color_callout_lightest: #faf3eb;

    --bui_color_complement_dark: #e2aa11;
    --bui_color_complement: #febb02;
    --bui_color_complement_light: #ffd257;
    --bui_color_complement_lighter: #ffe9ab;
    --bui_color_complement_lightest: #faf3e1;

    --bui_color_constructive_dark: #077812;
    --bui_color_constructive: #0ab21b;
    --bui_color_constructive_light: #96d99d;
    --bui_color_constructive_lighter: #d1edd4;
    --bui_color_constructive_lightest: #f5fbf6;

    --bui_color_primary_dark: #001b42;
    --bui_color_primary: #003580;
    --bui_color_primary_light: #537bb4;
    --bui_color_primary_lighter: #cce1ff;
    --bui_color_primary_lightest: #e9f0fa;

    --bui_color_grayscale_dark: #383838;
    --bui_color_grayscale: #707070;
    --bui_color_grayscale_light: #bdbdbd;
    --bui_color_grayscale_lighter: #ededed;
    --bui_color_grayscale_lightest: #f7f7f7;

    --bui_color_black: #000;
    --bui_color_white: #fff;
    --bui_color_action: #0077cc;
}

:root {
    --bui_font_smaller_size : 12px;
    --bui_font_smaller_line_height: 18px;
    --bui_font_smaller_line_height_em: 1.5em;

    --bui_font_small_size : 14px;
    --bui_font_small_line_height: 20px;
    --bui_font_small_line_height_em: 1.42857em;

    --bui_font_medium_size: 16px;
    --bui_font_medium_line_height: 24px;
    --bui_font_medium_line_height_em: 1.5em;

    --bui_font_large_size: 20px;
    --bui_font_large_line_height: 28px;
    --bui_font_large_line_height_em: 1.4em;

    --bui_font_larger_size: 24px;
    --bui_font_larger_line_height: 32px;
    --bui_font_larger_line_height_em: 1.33333em;

    --bui_font_largest_size: 32px;
    --bui_font_largest_line_height: 40px;
    --bui_font_largest_line_height_em: 1.25em;

    --bui_font_weight_normal: 400;
    --bui_font_weight_medium: 500;
    --bui_font_weight_bold: 700;

    --bui_font_stack_sans: "BlinkMacSystemFont", -apple-system, "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;
    --bui_font_stack_serif: "Georgia", serif;
    --bui_font_stack_mono: "Monaco", "Courier New", monospace;
    --bui_font_stack_arabic: "Geeza Pro", "Tahoma", var(--bui_font_family_sans);
}

:root {
    --bui_unit_value: 8;
    --bui_unit_smaller: 2px;
    --bui_unit_small: 4px;
    --bui_unit_medium: 8px;
    --bui_unit_large: 16px;
    --bui_unit_larger: 24px;
    --bui_unit_largest: 32px;
}

:root {
}

:root {
    /* Grid */
    --bui_baseline: 24px;
    --bui_padding: 12px;
    --bui_negative_padding: -12px;
    --bui_medium_breakpoint: 576px;
    --bui_large_breakpoint: 992px;
    --bui_huge_breakpoint: 1200px;
    --bui_container: 1170px;

    /* Animation */
    --bui_animation_duration: 0.15s;

    /* z-index */
    --z_index_0: 0;
    --z_index_1: 100;
    --z_index_2: 200;
    --z_index_3: 300;
    --z_index_4: 400;
}

:root {
    /* Focus states */
}

:root {
    --bui_depth_0_box_shadow: none !important;

    --bui_depth_1_box_shadow:
        0 3px 4px 0 rgba(0, 0, 0, .14),
        0 1px 8px 0 rgba(0, 0, 0, .12),
        0 2px 3px -1px rgba(0, 0, 0, .2);

    --bui_depth_2_box_shadow:
        0 6px 10px 0 rgba(0, 0, 0, .14),
        0 3px 18px 0 rgba(0, 0, 0, .12),
        0 3px 5px -1px rgba(0, 0, 0, .2);

    --bui_depth_3_box_shadow:
        0 10px 12px 1px rgba(0, 0, 0, .14),
        0 4px 15px 2px rgba(0, 0, 0, .12),
        0 5px 6px -3px rgba(0, 0, 0, .2);

    --bui_depth_4_box_shadow:
        0 16px 24px 2px rgba(0, 0, 0, .14),
        0 6px 30px 5px rgba(0, 0, 0, .12),
        0 8px 10px -5px rgba(0, 0, 0, .2);
}

:root {
}

:root {

  /* BIQ Colors */
  --bui_color_black:                  #000000;
  --bui_color_white:                  #ffffff;
  --bui_color_action:                 #0077cc;

  --bui_color_grayscale_dark:         #383838;
  --bui_color_grayscale:              #707070;
  --bui_color_grayscale_light:        #bdbdbd;
  --bui_color_grayscale_lighter:      #ededed;
  --bui_color_grayscale_lightest:     #f7f7f7;

  --bui_color_primary_dark:           #001b42;
  --bui_color_primary:                #003580;
  --bui_color_primary_light:          #537bb4;
  --bui_color_primary_lighter:        #cce1ff;
  --bui_color_primary_lightest:       #e9f0fa;

  --bui_color_constructive_dark:      #077812;
  --bui_color_constructive:           #0ab21b;
  --bui_color_constructive_light:     #96d99d;
  --bui_color_constructive_lighter:   #d1edd4;
  --bui_color_constructive_lightest:  #f5fbf6;

  --bui_color_complement_dark:        #e2aa11;
  --bui_color_complement:             #febb02;
  --bui_color_complement_light:       #ffd257;
  --bui_color_complement_lighter:     #ffe9ab;
  --bui_color_complement_lightest:    #faf3e1;

  --bui_color_callout_dark:           #b75f00;
  --bui_color_callout:                #f07c00;
  --bui_color_callout_light:          #ffd2a2;
  --bui_color_callout_lighter:        #ffedd9;
  --bui_color_callout_lightest:       #faf3eb;

  --bui_color_destructive_dark:       #e21111;
  --bui_color_destructive:            #ff0202;
  --bui_color_destructive_light:      #ff6c6c;
  --bui_color_destructive_lighter:    #ffa9a9;
  --bui_color_destructive_lightest:   #fae1e1;


  /* BIQ Spacing */
  --bui_unit_value:      8px;

  --bui_unit_smaller:   calc(var(--bui_unit_value)/4);   /*2px*/
  --bui_unit_small:     calc(var(--bui_unit_value)/2);   /*4px*/
  --bui_unit_medium:    var(--bui_unit_value);             /*8px*/
  --bui_unit_large:     calc(var(--bui_unit_value)*2);   /*16px*/
  --bui_unit_larger:    calc(var(--bui_unit_value)*3);   /*24px*/
  --bui_unit_largest:   calc(var(--bui_unit_value)*4);   /*32px*/


  /* BIQ Type */
  --bui_font_stack_sans: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif
}

/* modern bui elements size depends on rem(The root element's font-size) 
 * so we have to define it here. Value selected to match with previous elements size*/

html {
  font-size: 16px;
}

html, body {
  min-width: 992px;
}

body {
  font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  background-color:#f7f7f7;
  color: #000000;
  line-height: 1.2;
}

section {
    padding: 40px;
    border-bottom: 1px solid rgba(189, 189, 189, 0.4);
}

.section-header {
 	margin-bottom: 16px;
}

section.footer {
    border-bottom: 0px;
    border-top: 1px solid rgba(189, 189, 189, 0.4);
}

img {
    max-width: 100%;
}

/* Headers */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1, .h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 8px;
}

h2, .h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 8px;
}

h3, .h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 8px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 4px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 4px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin: 0 0 4px;
  font-weight: 600;
}

/* Paragraphs */

p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;

  margin-bottom: 8px;
}

p:last-child {
    margin-bottom: 0;
  }

p.text-featured,
.text-featured {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 8px 0 8px;
}

p.text-caption,
.text-caption,
p.text-subtle,
.text-subtle {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #707070;
  margin: 0;
}

p.text-grayscale,
.text-grayscale {
  color: #707070;
  margin: 0;
}

p.text-code,
.text-code {
  font-size: 12px;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  margin: 0;
}

.text-inline {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

/* Links */

a {
  color: #0077cc;
}

a:hover {
    color: #003580;
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

a svg {
  fill: #0077cc;
}

/* Label */

label {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-weight: normal;
}

/* Lists */

ol, ul {
  margin-top: 16px;
  margin-bottom: 16px;
}

ul li,
ol li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* Text Displays */

pre {
  white-space: pre-wrap;
}

/* Custom CSS for the api error page, would like to remove this */

.error-description-container pre {
  margin-bottom: 16px;
}

.error-description-container .error-entry:last-child pre {
  margin-bottom: 0;
}

blockquote {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 8px 16px;
  margin: 0 0 16px;
  border-left:  4px solid #bdbdbd;
}

hr {
  margin: 24px 0;
}

hr.hr__large {
  margin:  32px 0;
}

.page_wrapper {
    margin-bottom: 64px;
    margin-bottom: 64px;
}

.row + .row {
	margin-top: 24px;
}

.row + .row-medium {
    margin-top: 8px;
}

.row + .row-small {
    margin-top: 4px;
}

.section + .section {
	margin-top: 24px;
}

.b-card + .b-card {
	margin-top: 16px;
}

.section__footer {
    margin-top: 8px;
}

.section--masonry {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 16px;
         column-gap: 16px;
}

.masonry-child {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}

.masonry-child+.masonry-child {
    margin-top: 0;
}

.section--grid  {}

.section--grid__item {}

.section--flex  {
    display: flex;
}

.section--flex__item {
    flex: 1;
}

/*

	Utility classing
	- ideally shouldn't be needed but better than custom styles

*/

.b-mtop-largest {
    margin-top: 32px;
}

.b-mtop-larger {
    margin-top: 24px;
}

.b-mtop-large {
    margin-top: 16px;
}

.b-mtop-medium {
    margin-top: 8px;
}

.b-mtop-small {
    margin-top: 4px;
}

.b-mtop-smaller {
    margin-top: 2px;
}

.b-mbot-largest {
    margin-bottom: 32px;
}

.b-mbot-larger {
    margin-bottom: 24px;
}

.b-mbot-large {
    margin-bottom: 16px;
}

.b-mbot-medium {
    margin-bottom: 8px;
}

.b-mbot-small {
    margin-bottom: 4px;
}

.b-mbot-smaller {
    margin-bottom: 2px;
}

.b-mright-largest {
    margin-right: 32px;
}

.b-mright-larger {
    margin-right: 24px;
}

.b-mright-large {
    margin-right: 16px;
}

.b-mright-medium {
    margin-right: 8px;
}

.b-mright-small {
    margin-right: 4px;
}

.b-mright-smaller {
    margin-right: 2px;
}

.b-mleft-largest {
    margin-left: 32px;
}

.b-mleft-larger {
    margin-left: 24px;
}

.b-mleft-large {
    margin-left: 16px;
}

.b-mleft-medium {
    margin-left: 8px;
}

.b-mleft-small {
    margin-left: 4px;
}

.b-mleft-smaller {
    margin-left: 2px;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* CSS FADE IN */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* CSS Slide IN */

@keyframes slidein {
    from { opacity: 0; top: 0px; }
    to   { opacity: 1; top: 40px; }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

/*

  New Navigation

*/

header.header {
  /* margin-bottom: 16px; */
}

.header-primary {
  background: #001b42;
  color: #FFF;
}

.dev .header-primary {
  background: #feba02;
}

.header-logo a {
  font-size:14px;
  font-weight: 400;
  color: #FFF;
  -webkit-text-decoration: none;
  text-decoration: none;
  /*font-family: 'SF UI Text';*/
  letter-spacing: 0.03em;
}

.header-logo a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #FFF;
}

.header-logo .svg-logo {
  top: 5px;
  position: relative;
}

.notifications-badge {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 10px;
  border-radius: 100px;
  height: 16px;
  width: 16px;
  line-height: 1.2;
  color: #fff !important;
  background: #d9534f;
  text-align: center;
  padding: 2px;
}

.header-secondary {
  background: #f7f7f7;
  color: #707070;
  border-bottom: 1px solid #D8D8D8;
}

.header-nav {
}

.header-logo {
  margin: 12px 0;
}

.header-middle h2 {
  margin: 16px 0 16px;
  display: inline-block;
}

.header__switch-provider svg {
  fill: #FFF;
  margin-left: 8px;
  opacity: 0.7;
}

/* only add this when in the app, not in docs */

.header + .container {
  margin-top: 32px;
  min-height: 80vh;
}

/* Main Navigation */

.header-nav .navbar-nav>li,
.nav .dropdown-menu>li {
  margin-bottom: 0;
}

.header-nav .navbar-nav>li>a {
  padding: 16px 0 13px 0;
  margin-right: 24px;
  color: #707070;
  position: relative;
  letter-spacing: 0.03em;
  border-bottom: 3px solid transparent;
}

.header-nav .navbar-nav>li>a:hover,
.header-nav .navbar-nav>li>a:focus,
.header-nav .nav .open>a,
.header-nav .nav .open>a:focus,
.header-nav .nav .open>a:hover,
.header-nav .navbar-nav>li>a.active {
  background: transparent;
  border-bottom: 3px solid #0077cc;
}

.nav .dropdown-menu {
  padding: 8px 0;
  border: 0px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
}

.nav .dropdown-menu>li>a {
  color: #707070;
  position: relative;
}

/* Account Navigation  */

.header-account-nav {
  margin-top: 16px;
}

.header-account-nav img,
.header-account-nav svg {
  fill: #F7F7F7;
  opacity: 0.8;
}

.header-account-nav .menu-icon {
  position: relative;
  top: 5px;
}

.header-account-nav .menu-icon-text {
  margin-left: 5px;
}

.header-account-nav .navbar-nav>li {
  margin-bottom: 0;
}

.header-account-nav .navbar-nav>li>a {
  /*background: transparent;*/
  color: #ffffff;
  padding: 0 16px;
  /*min-height: 30px;*/
  line-height: 28px;
}

.header-account-nav .navbar-nav>li+li {
  border-left: 1px solid #003580;
}

.dev .header-account-nav .navbar-nav>li+li {
  border-left: 1px solid #ffefc8;
}

.header-account-nav .navbar-nav>li>a:hover,
.header-account-nav .navbar-nav>li>a:focus,
.header-account-nav .nav .open>a,
.header-account-nav .nav .open>a:focus,
.header-account-nav .nav .open>a:hover,
.header-account-nav .navbar-nav>li>a.active {
  background: transparent;
}

.header-account-nav .navbar-nav>li>a.btn:hover,
.header-account-nav .navbar-nav>li>a.btn:focus {
  background: #001b42;
}

.header-account-nav .navbar-nav>li>a:hover img,
.header-account-nav .navbar-nav>li>a:focus img,
.header-account-nav .nav .open>a img,
.header-account-nav .nav .open>a:focus img,
.header-account-nav .nav .open>a:hover img,
.header-account-nav .navbar-nav>li>a.active img,
.header-account-nav .navbar-nav>li>a:hover svg,
.header-account-nav .navbar-nav>li>a:focus svg,
.header-account-nav .nav .open>a svg,
.header-account-nav .nav .open>a:focus svg,
.header-account-nav .nav .open>a:hover svg,
.header-account-nav .navbar-nav>li>a.active svg {
  opacity: 1;
}

.header-account-nav .navbar-nav>li>.dropdown-menu {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  min-width: 200px;
}

.new-feature__icon {
    color: white;
    background: #d9534f;
    text-align: center;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    right: -6px;
    font-size: 10px;
    text-transform: lowercase;
}

.nav .dropdown-menu>li>a .new-feature__icon {
    right: auto;
    right: initial;
    margin-left: 3px;
    top: 5px;
}

.nav .user-info {
  padding: 5px 20px;
}

.user-info__name {
  @apply (--bui_font_strong);
  color: #262626;
}

.user-info__emailid {
  @apply (--bui_font_caption);
  color: #6B6B6B;
}

/*
Code

<div class="page-header">
  <div class="page-header__info">
    <h1 class="page-header__title">Page Header</h1>
    <p class="text-featured">Sub Title - designed to be an intro for the users to get engaged in the page
  </p></div>
  <div class="buttons-container clearfix">
    <a href="#" class="btn btn-primary">Button</a>
    <a href="#" class="btn btn-secondary">Button</a>
  </div>
</div>

*/

.page-header {
  margin: 0;
  padding: 0;
  border: none;
  /* reset bootstrap */
  position: relative;
}

.page-header__buttons {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-header__breadcrumb {
  margin-bottom: 8px;
}

.page-header .text-featured,
.b-modal__title .text-featured {
  max-width: 70rem;
  font-size: 20px;
  line-height: 28px;
}

.page-header__details--divider+.page-header__details--divider:before {
  content: '|';
  padding: 8px;
}

.b-modal {

}

.b-modal {
    display: block;
    position: relative;
    max-width: 850px;
    margin: 60px auto;
    padding: 60px;
    background-color: #fff;
    box-shadow: 0 3px 45px rgba(0,0,0,0.2);
}

.b-modal__title {
    padding-right: 45px;
}

.mfp-close-btn-in .b-modal .mfp-close {
    color: #000;
    top: 60px;
    right: 60px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
}

.mfp-close-btn-in .b-modal .mfp-close::before,
.mfp-close-btn-in .b-modal .mfp-close::after {
    content: '';
    display:block;
    position: absolute;
    background-color: #0077CC;
    height: 37px;
    width: 1px;
    top: -3px;
    left: 14px;
    transform-origin: center;
}

.mfp-close-btn-in .b-modal .mfp-close::before {
    transform: rotate(45deg);
}

.mfp-close-btn-in .b-modal .mfp-close::after {
    transform: rotate(-45deg);
}

.mfp-close-btn-in .b-modal .mfp-close:hover::before,
.mfp-close-btn-in .b-modal .mfp-close:hover::after {
    background-color: #000000;
}

.b-modal .element__info-top {
    padding-right: 50px;
}

.close-popup-cta {
    text-align: center;
}

.content-list-2col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 16px;
         column-gap: 16px;
}

.content-list-2col ul > li {
    display: block;
    margin: 0.5em 0;
}

.b-modal .score-header__category-linear {
    background-color: #febb02;
}

.b-modal .score-header__category-linear.constructive {
    background-color: #0AB21B;
}

.b-modal .score-header__category-linear-actioning {
    background-color: #7b98b4;
}

.buttons-container {
    margin-top: 15px;
}

.buttons-container .btn {
    float: left;
}

.buttons-container .btn + .btn {
    margin-left: 8px;
}

.btn {
    display: inline-block;
    white-space: inherit;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 6px 16px;
    transition: all 300ms;
}

.btn:hover, .btn:focus {
    -webkit-text-decoration: none;
    text-decoration: none;
    outline: 0;
}

.btn.active, .btn:active {
    box-shadow: none;
    outline: none;
}

.btn-fluid {
    padding: 5px 5px;
    min-width: 1px;
}

.btn-full-width {
    width: 100%;
}

.btn-half-width {
    width: 49.4%;
}

.btn-small {
    padding: 4px 8px;
}

.btn-btn-spacing {
    margin:0 16px;
}

.btn-btn-space {
    margin:0 0 0 16px;
}

.btn-primary {
    border: 1px solid #0077CC;
    background-color: #2974CC;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary_selected {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #123280;
    background-color: #123280;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
    color: #fff;
    opacity: 0.2;
    cursor: not-allowed;
}

.btn-primary_selected:disabled,
.btn-primary_selected[disabled] {
    opacity: 1;
}

.btn-secondary, .btn-default {
    border: 1px solid #0077CC;
    color: #0077CC;
    background:transparent;
}

.btn-disabled,
.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.element__button {
    width: 100%;
    display: block;
}

.btn-secondary:hover, .btn-secondary:focus {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #0077CC;
}

.btn-transparent {
    background: transparent;
    border: none;
    color: #000;
}

.btn-transparent:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: #FFF;
}

.btn-xs {
    padding: 0 8px;
    min-width: 0;
}

.btn-large {
  padding: 12px 24px;
}

.btn-complement {background: #FEBB02; color: #FFF;}

.btn-complement:hover {background: #E2AA11; color: #FFF;}

.btn-destructive {background: #FF0202; color: #FFF;}

.btn-destructive:hover {background: #E21111; color: #FFF;}

.btn-constructive {background: #0AB21B; color: #FFF;}

.btn-constructive:hover {background: #077812; color: #FFF;}

.btn-neutral {background: #707070; color: #FFF;}

.btn-neutral:hover {background: #383838; color: #FFF;}

.btn-icon {
    text-align: left;
    padding: 1px 2px;
    line-height: 14px;
}

.btn-icon svg {
    fill: #FFF;
    margin-bottom: -2px;
    margin-right: 4px;
}

.btn-icon_small {
    padding: 4px 8px;
}

.toggle-container {margin-bottom: 8px;}

.button-toggle {min-width: 150px;}

.toggle-addition {color: #707070; margin: 0 8px;}

.dropdown-item {
    display: block;
    margin-bottom: 0;
}

/* Generic close botton */

/* Used in Feedback floater for example */

.btn-close {
    color: #000;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 0;
    border: 0;
}

.btn-close::before,
.btn-close::after {
    content: '';
    display:block;
    position: absolute;
    background-color: #0077CC;
    height: 16px;
    width: 1px;
    top: 4px;
    left: 7px;
    transform-origin: center;
}

.btn-close::before {
    transform: rotate(45deg);
}

.btn-close::after {
    transform: rotate(-45deg);
}

.btn-close:hover::before,
.btn-close:hover::after {
    background-color: #000000;
}

/*

  Basic Layout

  <div class="b-card b-card_normal">
  <div class="b-card__header">
    <h3 class="b-card__header-title">
      {title}
    </h3>
  </div>
  <div class="content-section">
    {content}
  </div>
</div>

*/

.b-card {
  border: 1px solid #ededed;
  border-radius: 3px;
  background-color: #ffffff;
}

.b-card__secondary {
  background-color: rgba(255, 255, 255, 0.6);
}

.b-card_small {
    padding: 12px;
}

.b-card_small + .b-card_small {
  margin-top: 12px;
}

.b-card + .b-card_footer {
  border-radius: 0 0 3px 3px;
  margin-top: 0;
}

.b-card_normal {
    padding: 24px;
}

.b-card_large {
    padding: 46px;
}

.b-card_largest {
    padding: 48px 96px;
}

.b-card_largest .b-card__header {
  padding: 0 0 32px 0;
}

.b-card_disabled {
  opacity: 0.5;
}

.b-card_footer {
  /* sits outside the b-card to give a footer*/
  background-color: #ededed;
  border: 0px;
  padding: 12px 24px;
}

.b-card_flush + .b-card_flush {
  margin-top: 0px;
  border-radius: 0;
  border-top: 0px solid #DADADA;
}

.b-card_flush:first-child {
  border-radius: 3px 3px 0 0;
}

.b-card_flush:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #DADADA;
}

.b-card_shadow {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
}

.b-card__header--action {
    display: inline-block;
    margin-left: .25em;
}

.b_card__byline {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

a.b-card {
  display: block;
  transition: all 200ms;
  color: #000000;
}

a.b-card:hover,a.b-card:focus {
    -webkit-text-decoration: none;
    text-decoration: none;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.16);
    outline: none;
  }

form .b-card__header-title {
  margin: 0 0 16px 0;
}

.b-card .row:last-child {
  margin-bottom: 24px;
}

/* Feature Sections */

.section-feature {
  border: 1px solid #DADADA;
  padding: 0 8px 16px;
  margin: 16px 0 32px;
}

.section-feature__title {
  background-color: #003580;
  border-radius: 3px;
  padding: 8px 16px;
  margin: 0 8px;
  position: relative;
  top: -12px;
  display: inline-block;
}

.section-feature__title h3 {
  margin: 0;
  color: #ffffff;
}

.section-feature__content {
  padding: 0 16px;
}

.button-group{
  margin-top: 24px;
}

/*
  B Table to restyle Bootstrap Table
*/

.table_wrap {
  border-radius: 3px 3px 0 0;
  border: 1px solid #EDEDED;
  margin-bottom: 20px;
  position: relative;
}

.table-wrap--flush-card {
  margin-left: -24px;
  margin-right: -24px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.table_wrap .table {
  margin-bottom: 0px;
}

.table {
  margin-bottom: 0px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 16px 24px;
  vertical-align: middle;
  border-top: 1px solid #EDEDED;
  color: #000;
  font-size: 14px;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 4px 8px;
}

.table:not(.table-pace-report)>thead>tr>th {
  border-bottom: 2px solid #EDEDED !important;
  width: auto !important;
}

.table>tbody>tr>th {
  font-weight: bold;
}

.table td {
  /*border-bottom: 1px solid #EDEDED;*/
}

.table a.table__action-link {
  display: block;
  text-align: right;
}

.table td.align-middle {
}

.table__alert .alert {
  position: absolute;
  top: -40px;
  right: 25px;
  background-image: none;
  border: none;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
}

.table__alert .alert:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  right: 68px;
  width: 1px;
  height: 1px;
  background: transparent;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}

.table__alert .alert-success:before {
  border-top-color: #dff0d8;
}

.table>thead>tr>th.pace-date,
.table>thead>tr>td.pace-date,
.table>tbody>tr.row-group-start>td,
.table>tbody>tr.row-group-start>td {
    padding: 4px 8px;
    font-size: 10px;
    box-sizing: content-box;
}

.table>thead>tr>th.pace-date,
.table>thead>tr>td.pace-date {

}

.table-pace-report th.fixed-col,
.table-pace-report td.fixed-col {
    position: relative;
    width: 1px;
    padding: 0 0 0 11px;
}

.graph-axis-area-right .graph-axis-right {
    right: 0;
}

.table-hover>tbody>tr.table--clean-cell:hover {
  background-color: transparent;
}

.table-hover>tbody>tr.table--clean-cell>td {
  border-top: 0px;
  padding-top: 4px;
}

.error-description-toggle {
  cursor: pointer;
}

.collapse-trigger .collapse-icon {
  transform: rotate(180deg);
}

.collapse-trigger.collapsed .collapse-icon {
  transform: rotate(0deg);
}

.error-description-container {
    border-left: 3px solid #EDEDED;
    padding: 4px 0 4px 16px;
    margin: 4px 0;
}

.error-description-container .text-subtle {
  margin-bottom: 8px;
}

.error-description-container .error-highlight {
    border:1px solid #ffd257;
    border-radius:3px;
    background:#ffe9ab;
    padding:0 4px;
    font-family:monospace;
}

tr.error-description-toggle .error_method {
    border:1px solid #AAA;
    border-radius:3px;
    background:#EEE;
    padding:0 4px;
    margin-left:4px;
    font-family:monospace;
    font-size:12px;
}

tr.error-description-toggle.collapsed p.error_description {
    max-height:1.25em;
    overflow:hidden;
}

tr.error-description-toggle td:first-child {
    vertical-align: top;
}

.error-details-container .error-entry td:last-child {
    padding-left: 10px;
}

.error-details-container .error-entry .api-error-tooltip {
    top: -200%;
    white-space: nowrap;
    background: #333;
    color: #fff;
    padding: 4px 8px;
}

.content-loaded,
.is-loading .content-loading {
  display: inline;
  display: initial;
}

.content-loading,
.is-loading .content-loaded {
  display: none;
}

.loading-text {
  line-height: 16px;
  vertical-align: top;
}

div.dataTables_length label {
  font-size: 14px;
}

.table__basic td,
.table__basic th {
  padding: 4px;
}

/* overrides for data-table styling */

.table--data-table .table {
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;

}

/*.table--data-table .dataTables_filter {
  display: none;
}*/

.table--data-table .dataTables_length,
.table--data-table .dt-toolbar,
.table--data-table .dataTables_filter {
  padding: 24px 24px 0 24px;
}

.table--data-table .dataTables_paginate,
.table--data-table .dataTables_info,
.table--data-table .table--actions {
  padding: 0 24px 0 24px;
}

.table--data-table .dataTables_info {
  padding-top: 10px;
}

.table--data-table .dataTables_length label,
.table--data-table .dataTables_filter label {
  margin-bottom: 0;
}

.table--data-table table.dataTable thead .sorting:after,
.table--data-table table.dataTable thead .sorting_asc:after,
.table--data-table table.dataTable thead .sorting_desc:after {
    padding: 0px 8px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 0;
}

.table--data-table div.dataTables_processing {
    position: absolute;
    top: 0px;
    left: 0;
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 32px;
    font-weight: bold;
    box-sizing: border-box;
    height: 100%;
    background: rgba(255,255,255,0.7);
}

/* Simple tooltip display on Properties page */

.mc__count {
  position: relative;
  cursor: pointer;
}

.load-action,
.mc__link {
  color: #0077cc;
}

.load-action:active {
    color: #003580;
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

.mc__link:active {
    color: #003580;
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

.load-action:focus,.mc__link:focus,.load-action:hover,.mc__link:hover {
    color: #003580;
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

.mc__tooltip {
  position: absolute;
  z-index: 100;
  text-align: left;
  top: 20px;
  right: 0px;
  background: rgb(255, 255, 255);
  padding: 8px;
  border: 1px solid rgb(226, 226, 226);
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
  display: block;
}

/*


*/

/*.b-tabs */

.b-tabs ul.b-tab-list {
    list-style: none;
    padding: 0;
    margin: 8px 0 20px;
    position: relative;
}

.b-tabs ul.b-tab-list__spacer-reset {
    margin-bottom: 4px;
}

.b-tabs ul.b-tab-list__bordered {
    border-bottom: 1px solid rgba(189, 189, 189, 0.5);
    padding: 4px 0;
}

.b-tabs ul.b-tab-list li {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

.b-tabs .b-tab-list li a {
	border-bottom: 3px solid transparent;
	padding: 4px 0;
}

.b-tabs .b-tab-list li.active a {
	border-color: #000000;
    color: #000000;
}

.b-tabs ul.b-tab-list li + li {
    margin-left: 30px;
}

.b-tabs .b-tab-list a,
.b-tabs .b-tab-list a:hover,
.b-tabs .b-tab-list a:focus {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.b-tabs .b-tab-list a:hover,
.b-tabs .b-tab-list a:focus {
	color: #0077cc;
    border-color: #0077cc;
}

.form-control {
  border-radius: 2px;
  padding: 8px 12px;
  height: auto;
}

input[type='checkbox'] {

}

.form-horizontal {
  margin: 16px 0;
}

.select2-selection--multiple:after{
  content:"";
  position:absolute;
  right:5px;
  top:15px;
  width:0;
  height:0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #888;
  cursor: pointer;
}

.form-group__large {
  margin-bottom: 32px;
}

.button-group--right {
  text-align: right;
}

.form-group__small {

}

.form-group__small label {
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 14px;
  line-height: 18px;
}

.form-group__small button,
.form-group__small input,
.form-group__small select,
.form-group__small textarea {
  background: #ffffff;
  padding: 2px 8px;
  border-radius: 2px;
  border: 1px solid #bdbdbd;
}

/*
  Form Component - Switch
*/

.bootstrap-switch {
  position: relative;
  border: 0px;
  background: transparent;
  position: relative;
  width: 100% !important;
  height: 22px !important;
  padding: 0 1px;
  cursor: default;
}

.bootstrap-switch:before {
  content: '';
  height: 12px !important;
  width: 53px !important;
  background: #BDBDBD !important;
  border-radius: 100px !important;
  text-indent: -999px;
  position: absolute;
  top: 5px;
  left: 1px;
}

.bootstrap-switch-on:before {
  background: #CDEBCE !important;
}

.switch:focus,
.bootstrap-switch:focus,
.bootstrap-switch-container:focus {
  outline: none;
}

.bootstrap-switch-off:after,
.bootstrap-switch-on:after {
  position: absolute;
  left: 58px;
  top: 7px;
}

.bootstrap-switch-off:after {content: 'Off'}

.bootstrap-switch-on:after {content: 'On'}

.bootstrap-switch-handle-off,
.bootstrap-switch-handle-on { visibility: hidden; opacity: 0;}

.bootstrap-switch-handle-on {
  right: -9px;
  left: auto;
}

.bootstrap-switch-label {
  background: #EDEDED !important;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
  border-radius: 100px;
  width: 20px !important;
  height: 20px !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom-left-radius: 100px !important;
  border-top-left-radius: 100px !important;
  cursor: pointer !important;
}

.bootstrap-switch-on .bootstrap-switch-label {
  background: #0AB21B !important;
  border-bottom-right-radius: 100px !important;
  border-top-right-radius: 100px !important;
}

.collapsible-control-content {
  padding: 0 24px 24px;
}

/*
  Tooltips
*/

.tooltip {
  background: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
  border-radius: 3px;
  right: 10px;
  opacity: 1;
  display: none;
}

.legal-entity:hover + .tooltip { display:block; }

.tooltip-small {
  padding: 3px 8px;
  font-size: 12px;
}

.feedback-tooltip {
  white-space: nowrap;
  z-index: 10;
}

.feedback-tooltip:before {
  content: '';
  position: absolute;
  bottom: -13px;
  right: 8px;
  width: 1px;
  height: 1px;
  border: 8px solid transparent;
  border-top-color: #FFF;
}

.tooltip-fadein { /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
    animation: fadein 4s none;
}

.hover-tooltip-wrapper {
  position: relative;
}

.hover-tooltip {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 1;
}

.hover-tooltip-wrapper:hover .hover-tooltip {
  display: block;
}

.tooltip .tooltiptext {
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  z-index: 1;
}

.label {
    font-size: 12px;
    font-weight: normal;
    padding: 2px 8px;
}

.label-default, .label-neutral {
    background: #707070;
}

.label-primary {
    background: #0077CC;
}

.label-success, .label-constructive {
    background: #0AB21B;
}

.label-info {
    background: #003580;
}

.label-callout {
    background: #f07c00;
}

.label-warning, .label-complement {
    background: #FEBB02;
    color: #000;
}

.label-warning:hover, .label-complement:hover,
a.label-warning:hover, a.label-complement:hover {
    color: #000;
}

.label-danger, .label-destructive {
    background: #FF0202;
}

.text-default, .text-neutral {
    color: #000000;
}

.text-primary {
    color: #0077CC;
}

.text-success, .text-constructive {
    color: #0ab21b;
}

.text-success svg,
.text-constructive svg {
    fill: #0ab21b;
}

.text-info {
    color: #003580;
}

.text-warning, .text-complement {
    color: #FEBB02;
}

.text-danger, .text-destructive, .text-error {
    color: #FF0202;
}

.label-addition {
    border: 1px solid #EDEDED;
    border-left: 0px;
    border-radius: 3px;
    margin-left: -6px;
    color: #000;
}

.text-icon-svg {
    top: 6px;
    position: relative;
}

.icon-action,
.icon-action svg {
    fill: #0077cc;
}

.icon-complement,
.icon-complement svg {
    fill: #FEBB02;
}

.icon-destructive,
.icon-destructive svg {
    fill: #FF0202;
}

.icon-constructive,
.icon-constructive svg {
    fill: #0AB21B;
}

.icon-neutral,
.icon-neutral svg {
    fill: #707070;
}

.icon-default,
.icon-default svg {
    fill: #003580
}

/*
  LIST UI

*/

.list ol, .list ul, ul.list, ol.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list li {
  margin: 4px 0;
  padding: 0;
}

.list h4 {
  margin: 8px 0;
}

.list__header {

}

.list__content,
.list__content li {
  margin-bottom:  16px;
}

/*
  NOTIFICATION LIST
*/

.notifications-list {}

.notifications-list ul {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}

.notifications-list li {
    list-style: none;
    margin: 8px 0;
    padding: 0;
}

.notification-icon {
    display: inline-block;
    vertical-align: top;
}

.notification-icon svg {
    height: 16px;
    width: 16px;
    margin-bottom: -2px;
    margin-right: 4px;
    display: block;
    margin-top: 2px;
}

.notification-text {
    display: inline-block;
    max-width: 90%;
}

.notification-text-link {
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.notification-text-link:hover {
  color: #0077CC;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.notification-icon + .notification-text {
    margin-left: 3px;
}

a.announcements {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a.announcements:hover:after {
    color: #0077cc;
    content: ' Read more';
  }

.announcement-text {
  margin-top: 24px;
}

/*

WORKFLOW LIST
List joined via dots

*/

.workflow-list {
  padding-left: 30px;
  list-style: none;
}

.workflow-list__item {
  position: relative;
  margin: 0;
  padding-bottom: 16px;
  list-style: none;
}

.workflow-list__item:last-child {
  padding-bottom: 0;
}

.workflow-list__item:before {
  content: '';
  height: 100%;
  margin: 8px 8px 0 8px;
  position: absolute;
  top: 0;
  left: -32px;
  width: 3px;
  background: #ededed;
}

.workflow-list__item:last-child:before {
  display: none;
}

.workflow-list__item:after {
  content: '';
  position: absolute;
  top: 4px;
  left: -29px;
  width: 13px;
  height: 13px;
  background: #ededed;
  border-radius: 100px;
}

/* List with Close function */

/* hacked in old properties-machine-account-list html as fall back */

.closeable-list,
.properties-machine-account-list {

}

.closeable-list .closeable-list__item,
.properties-machine-account-list a {

}

.closeable-list .closeable-list__close,
.properties-machine-account-list span {
  float: right;
  display: block;
  width: 18px;
  height: 18px;
  background: #ededed;
  border-radius: 12px;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  font-weight: bold;
  cursor: pointer;
}

.closeable-list .closeable-list__close:hover,
.properties-machine-account-list span:hover {
  background: #bdbdbd;
}

.score-pre-header {
    margin-bottom: 4px;
}

.score-header__score-text {
    align-items: start;
    position: relative;
    margin-bottom: 8px;
}

.score-header__score-large-text {
  font-size: 24px;
}

.score-header__score-text i {
  color: #BEC8D2;
  cursor: pointer;
}

.score-header__score-points {
    font-size: 44px;
    font-weight: bold;
    line-height: 48px;
}

.score-header__score-points-total {
    font-size: 18px;
    line-height: 21px;
    position: relative;
    /* line-height: 48px; */
}

.score-header__score-tier {
    font-size: 36px;
    font-weight: 300;
     line-height: 48px;
}

.score-header__score-tier:before {
    content: '';
    border-left: 1px solid #D3D3D3;
    color: #D3D3D3;
    margin-left: 16px;
    margin-right: 16px;
    font-weight: 200;
}

.score-header__score-benefits-cta {
    font-size: 14px;
    line-height: 20px;
    margin-left: 16px;
    /* line-height: 48px; */
}

.score-header__score-wrap {}

.score-header__score-linear-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 12px;
    margin: 5px 0;
}

.score-header__score-linear-total {
    display: block;
    position: absolute;
    /* width: 100%; */
    background-color: #ededed;
    height: 6px;
    top: 3px;
    left: 5px;
    right: 5px;
    border-radius: 5px;
}

.score-header__score-linear {
    display: block;
    position: relative;
    background-color: #FABD04;
    height: 12px;
    top: 0;
    min-width: 16px;
    width: 70%;
    border-radius: 8px;
}

.score-header__score-linear:before {
    left: -8px;
}

.score-header__score-linear:after {
    right: -8px;
}

.score-header__company-info {
    position: relative;
    margin-top: 13px;
}

.score-header__company-info:before,
.score-header__company-info:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 8px 12px;
    border-color: transparent transparent #DADADA transparent;
    top: -8px;
    left: 24px;
    margin-left: -12px;
}

.score-header__company-info:after {
    border-color: transparent transparent #ffffff transparent;
    top: -7px;
}

.score-header__company-info p {
    margin: 0
}

.score-header__tiers {
    display: block;
    position: relative;
    padding: 0 5px;
}

.score-header__tier {
    display: inline-block;
    position: relative;
    float: left;
    color: #707070;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    border-left: 1px solid #D3D3D3;
    padding: 0 5px;
    box-sizing: border-box;
}

.score-header__tier:last-child {
    border-right: 1px solid #D3D3D3;
}

.score-header__tier-title {
    display: inline-block;
    background-color: #ffffff;
    position: relative;
    padding: 0 5px;
    line-height: 12px;
    vertical-align: middle;
    min-height: 14px;
}

.score-header__tier-bg-line {
    display: block;
    position: absolute;
    background-color: #D3D3D3;
    height: 1px;
    top: 13px;
    left: 5px;
    right:  5px;
}

.score-header__tier_standard {
    width: 60%;
}

.score-header__tier_advanced {
    width: 15%;
}

.score-header__tier_premier {
    width: 15%;
}

.score-header__tier_premier-plus {
    width: 10%;
}

.score-header__categories {
    display: block;
    position: relative;
    margin: 24px -2px 0;
}

.score-header__category {
    display: inline-block;
    float: left;
    padding: 0 2px;
    position: relative;
}

.score-header__category_coming-soon {
    opacity: 0.4;
}

.score-header__category_coming-soon:hover{
    opacity: 1;
}

.score-header__category_coming-soon .score-header__category-feedback {
    color: #000000;
    font-style: italic;
}

.score-header__category_quality {
    width: 29%;
}

.score-header__category_innovate {
    width: 29%;
}

.score-header__category_partners {
    width: 29%;
}

.score-header__category_extras {
    width: 13%;
}

.score-header__category-title {}

.score-header__category-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.score-header__category-score {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.score-header__category-score:before {
    content: ' - ';
}

.score-header__category-info {
    color: #BEC8D2;
    cursor: pointer;
}

.score-header__category:hover .score-header__category-info {
    visibility: hidden;
}

.score-header__category-linear-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 12px;
    margin: 5px 0;
}

.score-header__category-linear-total {
    display: block;
    position: absolute;
    width: 100%;
    background-color: #ededed;
    height: 4px;
    border-radius: 4px;
    top: 0;
    left: 0;
    margin: 3px 0;
}

.score-header__category-linear-actioning,
.score-header__category-linear {
  display: block;
  position: absolute;
  height: 8px;
  border-radius: 4px;
  top: -2px;
  margin: 3px 0;
  min-width: 8px;
  transition: all 300ms;
}

.score-header__category-linear-actioning {
    background-color: #bababa;
}

.score-header__category-linear {
    background-color: #D3D3D3;
}

.score-header__category-feedback,
.score-header__opp-feedback {
    color: #55AF32;
    font-size: 14px;
    line-height: 20px;
}

.score-header__opp-status {
    color: #383838;
    font-size: 14px;
    margin-top: 8px;
}

.score-header__category-tooltip {
    display: none;
    position: absolute;
    left: 0px;
    right: auto;
    margin: -15px;
    padding: 16px;
    top: -2px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1;
    min-width: 280px;
}

.score-header__category:last-child .score-header__category-tooltip {
    left: auto;
    right: 0px;
}

.score-header__category:hover .score-header__category-tooltip {
    display: block;
}

.score-header__category:hover .score-header__category-linear,
.element:hover .score-header__category-linear,
.element:focus .score-header__category-linear {
    background-color: #FABD04;
    transition: all 300ms;
}

.element:hover .score-header__category-linear.constructive,
.element:focus .score-header__category-linear.constructive {
    background-color: #0AB21B;
}

.element:hover .score-header__category-linear-actioning,
.element:focus .score-header__category-linear-actioning {
    background-color: #7b98b4;
    transition: all 300ms;
}

.score-header__caret {
  display: block;
  position: relative;
  width: 80px;
  height: 24px;
  overflow:hidden;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.score-header__caret-svg{
    height:100%;
    filter: drop-shadow( 0px 1px 6px hsla(0, 0%, 0%, 0.1));
}

.score-header__caret-svg polygon{
    fill:white;
}

.score-badge-wrapper {
    width: 50%;
    min-height: 1px;
    padding-right: 30px;
}

.score-badge {
    text-align: center;
    cursor: default;
}

.score-badge__base {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 190px;
    background-color: #118bdc;
    border-radius: 95px;
    box-shadow: 0 3px 20px rgba(0,0,0,0.15), inset 0 0 1px rgba(0,0,0,0.2);
}

.score-badge__base .score-badge__markers {
    opacity: 0;
    transition: opacity 500ms;
}

.score-badge__base:hover .score-badge__markers {
    opacity: 1;
}

.score-badge__info-marker {
    display: block;
    position: absolute;
    background-color: rgba(255,255,255,26.9);
    padding: 4px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content;
}

.score-badge__info-marker_standard {
    bottom: 18%;
    left: -14%;
}

.score-badge__info-marker_advanced {
    bottom: 72%;
    left: 72%;
}

.score-badge__info-marker_premier {
    bottom: 45%;
    left: 86%;
}

.score-badge__info-marker_premier-plus {
    bottom: 28%;
    right: -51%;
}

.score-base__info {
    position: absolute;
    top: 1%;
    right: 1%;
    color: #bbbbbb;
    font-size: 17px;
}

.score-badge__base:hover .score-base__info {
    color: #999;
}

.score-badge__total-score-radial {
    position: absolute;
    top: 6.316%;
    left: 6.316%;
    opacity: 0.3;
}

.score-badge__provider-score-radial {
    position: absolute;
    top: 6.316%;
    left: 6.316%;
}

.score-badge__glyph {
    position: absolute;
    top: 18%;
    width: 100%;
    text-align: center;
}

.score-badge__star {
    display: inline-block;
    width: 42px;
    height: 40px;
    margin: 0 -14px;
}

.score-badge__star svg{
    display:block;
    opacity: 0;
    width: 42px;
    height: 40px;
    transform: scale(0); /* older webkit */
    transition: all 500ms cubic-bezier(0.285, 1.650, 0.090, 0.990); /* custom */ /* older webkit */
    transition-timing-function: cubic-bezier(0.285, 1.650, 0.090, 0.990); /* custom */
}

.score-badge__star_active {}

.score-badge__star_active svg {
    opacity: 1;
    transform: scale(1);
}

.score-badge__star_inactive {
    display:none;
}

.score-badge__rank {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0.07em;
    line-height: 1.1em;
    margin-top: -0.55em;
    padding: 0 23px;
}

.score-badge__score-text {
    position: absolute;
    top: 61%;
    width: 100%;
    text-align: center;
    color: #fff;
}

.score-badge__provider-score-text {
    display: block;
    font-size: 50px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.score-badge__provider-score-total {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.03em;
    font-weight: 300;
}

.score-badge img {
    display: inline-block;
    max-width: 100%;
    width: 200px;
}

.score-badge__marker {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #118bdc;
    transform-origin: center;
}

.score-badge__marker_advanced {
    left: 78.1%;
    top: 20.8%;
    transform: rotate(-47deg);
    margin-left: -9px;
    margin-top: -1px;
}

.score-badge__marker_premier {
    left: 90%;
    top: 50%;
    transform: rotate(-177deg);
    margin-left: -9px;
    margin-top: -1px;
}

.score-badge__marker_premier-plus {
    left: 87.5%;
    top: 64.5%;
    transform: rotate(-157deg);
    margin-left: -9px;
    margin-top: -1px;
}

.score-description {
}

.score-description__content {}

.score-description__content h3 {
    margin: 0 0 15px 0;
    font-size: 19px;
}

.score-description__content p {
    margin: 0 0 .5em;
    font-size: 16px;
    line-height: 1.4em;
}

.score-description__content p:last-child {
    margin: 0;
}

.element-category__score-bar-wrapper {
    display: inline-block;
    width: 100%;
    height: 7px;
    position: relative;
    margin-top: 20px;
    padding: 0 15px;
}

.element-category__score-bar {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #ddd;
}

.element-category__score-bar-fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    background-color: #000;
}

.element-category__score-bar-point {
    display: block;
    position: absolute;
    top: -2px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: #000;
}

.element-category_connection-quality .element-category__score-bar-fill,
.element-category_connection-quality .element-category__score-bar-point {
    background-color: #1C487F;
}

.element-category_innovations .element-category__score-bar-fill,
.element-category_innovations .element-category__score-bar-point {
    background-color: #008ADF;
}

.element-category_commercial-actions .element-category__score-bar-fill,
.element-category_commercial-actions .element-category__score-bar-point {
    background-color: #FFAE00;
}

.element-category_bonus .element-category__score-bar-fill,
.element-category_bonus .element-category__score-bar-point {
    background-color: #666666;
}

.element__score {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    /*display: inline-block;*/
    /* just to see if we need it */
    display: none;

}

.element__score-remaining {
    display: inline-block;
    color: #707070;
    font-size: 12px;
    line-height: 14px;
}

.element__points {

}

.element__point {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #0077CC;
    border-radius: 6px;
    line-height: 20px;
    vertical-align: middle;
}

.element__point_filled {

}

.element__point_filled::after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #0077CC;
}

.element-category_connection-quality .element__point_filled::after {
    background-color: #1C487F;
}

.element-category_innovations .element__point_filled::after {
    background-color: #008ADF;
}

.element-category_commercial-actions .element__point_filled::after {
    background-color: #FFAE00;
}

.element-category_bonus .element__point_filled::after {
    background-color: #666666;
}

.element-popup .element__score {
    font-size: 18px;
}

.element-popup .element__points {
    text-align: left;
    width: 100%;
    line-height: 15px;
}

.element-popup .element__point {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 3px
}

.element-popup .element__point_filled::after {
    width: 6px;
    height: 6px;
    border-radius: 3px;
}

.element-popup[data-popup-category="connection-quality"] .element__info-top {
    background-color: #1C487F;
}

.element-popup[data-popup-category="connection-quality"] .element__point_filled::after {
    background-color: #1C487F;
    background-color: #FFF;
}

.element-popup[data-popup-category="innovations"] .element__info-top {
    background-color: #008ADF;
}

.element-popup[data-popup-category="innovations"] .element__point_filled::after {
    background-color: #008ADF;
    background-color: #FFF;
}

.element-popup[data-popup-category="commercial-actions"] .element__info-top {
    background-color: #FFAE00;
}

.element-popup[data-popup-category="commercial-actions"] .element__point_filled::after {
    background-color: #FFAE00;
    background-color: #FFF;
}

.element-popup[data-popup-category="bonus"] .element__info-top {
    background-color: #666666;
}

.element-popup[data-popup-category="bonus"] .element__point_filled::after {
    background-color: #666666;
    background-color: #FFF;
}

.score--company, .score--provider {
  display: inline-block;
}

.scores-navigation {
    position: relative;
    top: -1px;
}

.scores-navigation-dropdown h5 {
    color: #000000;
}

.scores--slanted {
  margin-left: 5px;
}

.scores--slanted .score--company,.scores--slanted .score--provider {
    position: relative;
    transform: skewX(-20deg);
  }

.scores--slanted .score--company {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

.scores--slanted .score--company:before {
      content: "";
      transform: skewX(20deg);
      position: absolute;
      top: 0;
      left: -3px;
      width: 25%;
      height: 100%;
      background: inherit;
      border-top-left-radius: inherit;
      border-bottom-left-radius: inherit;
    }

.scores--slanted .score--provider {
    margin-left: -2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

.scores--slanted .score--provider:after {
      content: "";
      transform: skewX(20deg);
      position: absolute;
      top: 0;
      right: -3px;
      width: 25%;
      height: 100%;
      background: inherit;
      border-top-right-radius: inherit;
      border-bottom-right-radius: inherit;
    }

.scores--slanted .score__text {
    display: inline-block;
    transform: skewX(20deg);
  }

.b-alert {
    position: fixed;
    min-width: 200px;
    max-width: 800px;
    top: 24px;
    left: 50%;
    transform: translate(-50%,0%);

    line-height: 19px;

    animation: slidein 1s none;
    animation-timing-function: ease-out;
      animation-delay: 0s;

    z-index: 9999;
}

.b-alert-hint {
    border-color:#cce1ff;
    background:#f7f7f7;
    margin-bottom: 20px;
    margin-top: 10px;
}

#dashboard .b-alert-hint,
#connectivity_partner_program .b-alert-hint {
    background:#fff;
    margin-top: 0px;
}

#partner-programme .b-alert-hint {
    background:#fff;
    width:100%;
    margin: 0 16px;
    margin-bottom: -20px;
    margin-top: 10px;
}

.b-alert-hint span.pp-banner__icon {
    float: left;
    padding-right: 10px;
}

.b-alert-hint p.bui-banner__text,
.b-alert-hint p.bui-banner__links {
    margin-left: 40px;
}

.b-alert-hint p.bui-banner__links a {
    margin-right:16px;
}

#programme2019_intro_modal .bui-modal__body {
    text-align: center;
    padding: 32px;
}

#programme2019_intro_modal .bui-modal__footer {
    text-align: center;
}

#page_list_hotels .b-alert-hint {
    padding: 15px;
    border: 1px solid #cce1ff;
}

#page_list_hotels .b-alert-hint .pp-banner__icon,.b-alert-hint span.pp-banner__icon {
    padding: 0;
    width: 20px;
}

.b-alert-error {
    color:#ff0202;
}

.b-alert-error svg {
    fill:#ff0202;
}

.api-status-alert {
    margin-bottom: 16px;
}

.token-auth-alert {
    margin-bottom: 16px;
}

.token-auth-popup-close {
    flex-grow: 0;
    cursor: pointer;
    border: none;
    background: none;
    float: right;
}

.token-auth-popup-close img {
    width: 13px;
    height: 13px;
}

.b-status-alert {
    display: flex;
    padding: 16px;
    border-radius: 2px; 
}

.b-status-alert-error {
    background-color: #fff0f0;
    border: 1px solid #cc0000;
}

.b-token-auth-alert {
    background-color: #F0F6FF;
    border: 1px solid #006CE4;
}

.b-status-alert-success {
    background-color: #e7fde9;
    border: 1px solid #008009;
}

.b-status-alert-icon {
    fill: #cc0000;
    color: #cc0000;
    width: 24px;
    height: 24px;
    margin-right: 16px
}

.b-status-alert-description {
    flex: 1;
}

.b-status-alert-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    margin-bottom: 8px;
}

.b-token-auth-link-left {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    float : left
}

.b-token-auth-link-right {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    float : right
}

.b-status-alert-text {
    margin: 0 0 16px;
}

.media {
	margin-bottom: 16px;
}

.media-icon {
	fill: #0ab21b;
}

.media-left, .media>.pull-left {
	padding-right: 24px;
}

.media-step {
	background-color: #0ab21b;
	border-radius: 100px;
	width: 32px;
	height: 32px;
	color: #ffffff;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
}

/*
  Action List Global
*/

.action-list-instance {
  position: relative;
  overflow: auto;
}

.action-list-loading .action-list-body:after,
.action-list-loading .action-list-footer:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(247, 247, 247, 0.6);
  z-index: 99;
  clear: both;
}

.action-list-instance .form-group__small label {
  margin-left: 16px;
}

/*
  Action List Header
*/

.action-list-menu {

}

.action-list-menu .btn {
  position: relative;
  border: none;
  border-right: 1px solid #DADADA;
  border-radius: 0;
  padding: 12px 16px;
}

.js-filter-target.active:not(.btn) {
  background-color: #ddd;
}

.js-filter-group--header.active,
.js-filter-target.btn.active {

}

.js-filter-group--header.active::before,
.js-filter-target.btn.active::before {
  content: "";
  background-color: #0077cc;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
}

.action-list-menu .dropdown-menu {
  padding: 8px 0;
  border: 0;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  min-width: 200px;
}

.action-list-menu .dropdown-menu>li>a {
  color: #707070;
  position: relative;
}

.action-list-menu .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.connection-quality-intro {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.connection-quality-intro.active {
  display: block;
}

.action-list-header__filters input,
.action-list-header__filters select {
  padding: 6px;
}

.action-list-error-message {
  color: #ff0202;
}

/*
  Action List Body
*/

.action-list-body {
  position: relative;
  margin-top: 16px;
}

.action-list-header,
.action-list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 16px;
}

.action-list-header {
  align-items: center;
  padding: 12px 16px;
}

.action-list-item {
  align-items: baseline;
  border-top: 1px solid #ededed;
  background: #ffffff;
}

.action-list-item__sort-data {
  color: #bdbdbd;
  white-space: nowrap;
  margin-top: 4px;
}

.action-list-item__column + .action-list-item__column,
.action-list-header__column + .action-list-header__column {
  margin-left: 16px;
  align-self: flex-start;
}

.action-list-item__info-data,
.action-list-header__list-title {
  flex-grow: 1;
}

.action-list-header__list-title > * {
  margin: 0;
  line-height: 24px;
}

.action-list-header__list-title > h5 {
  line-height: 18px;
  font-size: 12px;
}

.action-list-header__list-title > h5.action-list-results-single-line {
  margin-top:9px;
}

.action-list-item__primary {
  margin-bottom: 8px;
}

.action-list-item__primary a {
  color: #000000;
}

.action-list-item__primary h4 {
  font-weight: 600;
}

.action-list-item__secondary {
  display: flex;
}

.action-list-item__labels {
  display: inline-table;
}

.action-list-item__labels .label + .label {
  margin-left: 8px;
}

.action-list-item__metadata > span {
  vertical-align: middle;
}

.action-list-item__labels + .action-list-item__metadata > span,
.action-list-item__metadata > span + span {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #bdbdbd;
}

.action-list-item__metadata {
  line-height: 14px;
}

.action-list-results-message {
  text-align: center;
  padding: 32px 8px;
}

/*
  Action List Footer
*/

.action-list-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    padding: 12px 16px;
    border-top: 1px solid #DADADA;
}

.properties--pagination select {
  padding: 6px;
}

.properties--pagination a.btn {
  display:inline;
}

.anchored-card {
	width: 320px;
	position: fixed;
	bottom: -5px;
	right: 16px;
	opacity: 0;
	z-index: 99;
    transition: all 2s;
    padding: 32px;
}

.anchored-card--wide {
	width: 480px;
}

.anchored-card__close {
	position: absolute;
	top: 24px;
	right: 24px;
}

.anchored-card__title {
	/*margin-bottom: var(--bui_unit_medium);*/
}

.anchored-card__row {
	margin-bottom: 16px;
}

.anchored-card__row:last-child {
	margin-bottom: 0;
}

.anchored-card__actions {
}

.anchored-card--open {
	bottom: -4px !important;
	opacity: 1;
}

.anchored-card--closed {
	opacity: 0;
}

.anchored-card .btn {
	border: 1px solid #07c;
    background-color: #2974cc;
	color: #fff;
}

.key {
	line-height: 16px;
}

.key__item {
	display: table-cell;
	width: 16px;
	height: 16px;
	background: #707070;
	border-radius: .25em;
}

.key__text {
	display: table-cell;
    padding: 0 16px 0 8px;
}

.key__item--orange {
	background: #f07c00;
}

.key__item--yellow {
	background: #febb02;
}

/*Bootstrap Pagination Overrides */

.pagination--wrapper {
	text-align: center;
}

.pagination {
	margin: 24px 0;
}

.pagination-sm>li>a, .pagination-sm>li>span {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;

	padding: 8px 16px;
}

/* Properties page pagination */

.properties--pagination {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

/*
  Feedback Button
*/

.feedback-floater {
  position: fixed;
  bottom: 16px;
  right: 16px;
}

.feedback-icon a {
  background: #0077cc;
  border-radius: 100px;
  padding: 10px 8px;
  display: block;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);

  width: 50px;
  height: 50px;
}

.feedback-icon a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #123280;
}

.feedback-tooltip {
	opacity: 0;
	display: none;
}

.feedback-floater:hover .feedback-tooltip {
	opacity: 1;
	display: block;
}

.connection-settings-form__actions {
    display: none;
    margin-top: 16px;
}

.connection-auto-confirmation__controls {
    margin-bottom: 0 !important;
}

.connection-settings-form__cancel {
    margin-left: 8px;
}

.connection-settings__message {
    margin-left: 16px;
}

.connection-settings__icon {
    border: 1px solid;
    border-radius: 50%;
}

.connection-settings__icon--success {
    padding: 0 3px;
}

.connection-settings__icon--error {
    padding: 0 7px;
}

.connection-settings__message--success {
    color: #008009;
}

.connection-settings__message--error {
    color: #CC0000;
}

.connection-auto-confirmation__notice {
    align-items: center;
    background: #FFF0E0;
    border-radius: 2px;
    border: 1px solid #FF8000;
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 24px 1fr;
    margin: 16px 0;
    padding: 16px;
}

.embeddedServiceHelpButton .helpButton {
  bottom: 16px !important;
  right: 16px !important;
  transition: right .3s !important;
}

.has-feedback-prompt .embeddedServiceHelpButton .helpButton {
  right: 317px !important;
}

.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #07c !important;
  border-radius: 2px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16) !important;
  font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif !important;
  font-size: 14px !important;
  min-width: 0 !important;
  /* this is a fix for salesforce
  when the chat is loading, the icon dissapears and the copy changes to Loading.
  when the user closes the chat the button appears again, but the icon is still hidden
  but now the button is not as long, so it's not aligned to the feedback bar.
  */
  float: right !important;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid #005290 !important;
}

.embeddedServiceHelpButton .helpButton,
.embeddedServiceHelpButton .helpButton .uiButton {
  height: 48px !important;
}

.feedback-container {
    width: 282px;
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
}

.feedback-prompt {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 8px 0 16px;
    gap: 16px;
    height: 48px;
}

.feedback-prompt__question {
    width: 153px;
    height: 20px;
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1E1E1E;
}

.feedback-prompt__answers {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 92px;
    height: 36px;
}

.feedback-prompt__yesnotext {
    border: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 40px;
    height: 36px;
    padding: 8px;
    background-color: inherit;
    cursor: pointer;
    color: #07c;
}

.feedback-prompt__separator {
    height: 36px;
    border-left: 1px solid #E7E7E7;
}

.feedback-prompt__response--success {
    color: green;
}

.feedback-prompt__response--failure {
    color: #CC0000;
}

.feedback-prompt__tryagain {
    cursor: pointer;
}

.feedback-popup {
    display: none;
}

.feedback-popup__header {
    display: flex;
    padding: 16px;
    border-bottom: 1px solid #D9D9D9;
}

.feedback-popup__title {
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    flex: 1;
}

.feedback-popup__close {
    flex-grow: 0;
    cursor: pointer;
    border: none;
    background: none;
}

.feedback-popup__close img {
    width: 20px;
    height: 20px;
}

.feedback-popup__answers {
    padding: 16px;
}

.feedback-popup__warnings {
    padding : 4px 0 19.5px 16px;
    display: none;
}

.feedback-popup__warnings span {
    padding-left: 8px;
    color: #CC0000;
}

.feedback-popup__actions {
    padding: 0 0 16px 16px;
}

.feedback-popup__actions button:disabled {
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
    color: #949494;
    opacity: 1;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
}

.feedback-popup__detailed_answer textarea {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: ft-area;
    resize: none;
    padding: 12px;
    border: 1px solid #949494;
    height: 6.5em;
    width: 100%;
}

.feedback-popup__detailed_answer {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: ft-area;
    margin-top: 11px;
}

.feedback-popup__detailed_answer label {
    font-weight: 500;
    display: block;
}

.feedback-popup__actions .feedback-actions__cancel {
    margin-left: 10px;
}

.feedback-popup__answers--needsupport {
    margin-left: 22px;
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #949494;
    background: #F2F2F2;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.feedback-popup__answers--needsupport label {
    font-weight: 400;
    margin-bottom: 16px;
}

.feedback-popup__needsupport--content {
    margin-left: 16px;
}

.feedback-category {
    display: grid;
    grid-template-areas: 'ft-radio ft-label'
'ft-area ft-area';
    grid-template-columns: 20px 1fr;
    margin-bottom: 8px;
}

.feedback-category__input {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    width: 20px;
    height: 20px;
    grid-area: ft-radio;
    cursor: pointer;
}

.feedback-category__label {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    padding-top: 4px;
    padding-left: 8px;
    grid-area: ft-label;
    cursor:pointer;
    margin-bottom: 0;
}

.feedback-popup__response {
    padding: 16px;
}

.feedback-popup__response img {
    width: 24px;
    height: 24px;
}

.feedback-popup__response span {
    padding-left: 10px;
}

.feedback-popup__response button {
    margin-top: 19px;
}

.feedback-success__content {
    display: flex;
    align-items: center;
}

.feedback-success__content span {
    color: #008009;
}

.feedback-failure__content {
    display: flex;
}

.feedback-failure__content span {
    color: #CC0000;
}

.feedback-actions__button {
    border: 1px solid #07c;
    border-radius: 2px;
    line-height: 20px;
    padding: 6px 16px;
}

.feedback-actions__submit {
    background-color: #2974cc;
    color: #fff;
}

.feedback-actions__cancel {
    color: #07c;
    background: 0 0;
}

/* Page Specific */

/* A custom way to center content on the page..  */

.login__wrapper {
	margin: 4vh auto;
	box-sizing: border-box;
	max-width: 850px;
	display: flex;
}

.login__wrapper .b-card {
	margin-top: 0;
}

.login__form {
	flex: 1.5;
}

.login__info {
	flex: 1;
	padding: 48px 48px;
    border-left: 0px;
    border-radius: 0 3px 3px 0;
}

html.no-min-width,
.no-min-width body {
    min-width: 0;
}

.content-feature {
    padding: 80px;
    background: #001b42;
 }

.content-white {
      background: #ffffff;
 }

.header-feature__content-wrapper {
    padding-top: 83px;
    padding-bottom: 83px;
 }

.header-index {
     font-size: 48px;
     line-height: 56px;
     color: #ffffff;
     position: relative;
 }

.header-feature-word {
     color: #0077cc;
     display: block;
     position: relative;
    height: 56px;
 }

.header-feature-word span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    width: 100%;
 }

p.text-header-index {
     font-size: 20px;
       color: #ffffff;
       opacity: 0.8;
 }

.nav-inline {
     display: flex;
     margin-top: 0;
 }

.nav-inline>li>a {
     padding: 0 15px;
 }

.nav-inline>li>a:first-child {
     padding-left: 0;
 }

@media (max-width: 768px) {
     section .container {
         width: 100%;
     }
     .content-feature,
     .b-card_large {
         padding: 10%;
     }
     .navbar-nav {
         margin: 0 8px;
     }
     .header-account-nav .navbar-nav>li {
         display: none;
     }
     .header-account-nav .navbar-nav>li:last-child {
         display: block;
     }
 }

@media (max-width: 480px) {
     .header-index {
         font-size: 40px;
         line-height: 48px;
     }
     .header-feature-word {
        height: 48px;
    }
 }

.header-feature-word span{
    animation: rotateWordsFirst 12s linear infinite 0s;
}

.header-feature-word  span:nth-child(2) {
    animation-delay: 3s;
}

.header-feature-word  span:nth-child(3) {
    animation-delay: 6s;
}

.header-feature-word  span:nth-child(4) {
    animation-delay: 9s;
}

.toast {
    position: fixed;
    width: 320px;
    bottom: 20px; /* Distance from the bottom */
    left: 20px; /* Distance from the left */
    background-color: #1a1a1a; /* Background color */
    color: #fff; /* Text color */
    padding: 16px; /* Padding around the text */
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Shadow for depth */
    transition: opacity 0.5s ease; /* Transition for fade effect */
    z-index: 1;
    animation: hideToast 5s forwards;
}

@keyframes hideToast {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes rotateWordsFirst {
    0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
    8% { opacity: 1; height: 56px; }
    19% { opacity: 1; height: 56px; }
    25% { opacity: 0; height: 56px; }
    100% { opacity: 0; }
}

/* Legacy */

/*

  Existing Styles

*/

.logo-img{
    float:left;
    padding:15px 30px 0 0;
}

.error_msg {
   background: #CEE5F5;
   border: 1px solid #AACBE2;
   padding: 0.5em;
}

.navbar{
    background:#003580;
}

.navbar-inverse .navbar-brand{
    color:#fff;
    font-size:16px;
}

.navbar-inverse .navbar-nav>li>a{
    color:#ced5e0
}

.dropdown-menu{
    background: #fff;
    border: 1px solid #46b0d3;
    box-shadow: 0 0 8px #46b0d3;
    border-radius: 3px;
    padding: 0;
}

.dropdown-menu>li>a{
    color:#337ab7;
    padding:5px 20px;
}

.menu-inline {
  display: inline-block;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
    background:#184E9B
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.cell {
    border: solid .1em darkgrey;
    border-radius: .4em;
    padding:.2em;
}

.anchor-link {
    /* tweak positioning of anchor links, so whenever you open them,
     * they will be shown below top navbar, rather than behind it */
    padding-top: 70px;
    margin-top: -70px;
}

#unacked-reservations-container table .status { text-align: center; }

/*

  Remaining PSUI

*/

.float-right {
    float: right;
}

.elements-section .elements-wrapper {
    min-height: 550px;
}

.elements-wrapper .col-xs-4:nth-child(3n+1) {
    clear: left;
}

.elements-section .opp-filtered {
    margin-top: 0px;
}

.elements-section ul.section-filters {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    padding: 10px 0;
    margin: 0;
    margin-top: -16px;
}

.elements-section .b-tabs ul.section-filters.b-tab-list li+li {
    margin-left:10px;
}

.elements-section .b-tabs ul.section-filters.b-tab-list li a {
    background: #666;
    color: #FFF;
    border-radius: 12px;
    font-size: 12px;
    padding: 4px 10px;
    border: none;
    display: inline-block;
    text-align: center;
    line-height: 1em;
    min-width: 60px;
}

.elements-section .b-tabs ul.section-filters.b-tab-list li.active a,
.elements-section .b-tabs ul.section-filters.b-tab-list li a:hover  {
    background: #001b42;
    -webkit-text-decoration: none;
    text-decoration: none;
    color:#FFF;
}

p.opp-cat-list {
    color: #707070;
}

.elements-section .title-featured {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 8px 0 8px;
}

.element-category-alert {
    margin-top: 30px;
    background-color: #ffffff;
}

.element {
    margin-top: 15px;
    background-color: #fff;
    position: relative;
    /* padding: 24px; */
    display: block;
    color: #000;
    transition: all 300ms;
}

.element__default {
    padding: 12px;
}

.element:hover,
.element:focus {
    -webkit-text-decoration: none;
    text-decoration: none;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.16);
    outline: none;
}

.element:hover .element__button,
.element:focus .element__button {
    background-color: #0077CC;
    color: #ffffff;
}

/* Details Popup */

.xml-dash .mfp-bg {
    background: #f9f9f9;
    opacity: 0.9;
}

.mfp-container {
    cursor: pointer;
}

.mfp-container .mfp-content {
  vertical-align: top;
  margin: 16px auto;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.b-ui-tooltip-content {
}

.b-provdash-tooltip i {
    display: none;
}

.b-provdash-tooltip .more-info {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    display: inline-block;
    cursor: help;
}

/*
  Opportunities page
*/

#dt-opportunity-properties-list_filter {
  position: absolute;
  left: 90px;
  top: 16px;
}

#dt-opportunity-properties-list_filter label {
  font-size: 0;
}

/*
  Property settings
 */

#form-property-settings {
    margin-top: 16px;
}

#form-property-settings div {
    margin-bottom: 16px;
}

#form-property-settings label {
    margin-bottom: 0px;
}

#form-property-settings label span {
    padding-left: 8px;
}

#form-property-settings label.send-mail-checkbox {
    margin-left: 24px;
}
