/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
.tab-header {
  height: 3.5rem;
  background-color: #fafafa;
  z-index: 1000; }
  .tab-header > .mdl-layout__tab {
    color: #d4d4d4 !important; }
  .tab-header > .mdl-layout__tab.is-active {
    color: #000000 !important; }

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
.text-align-center {
  text-align: center; }

/* Invalid fields styling */
fieldset {
  width: 100%; }
  fieldset.field-clean input,
  fieldset.field-clean select,
  fieldset.field-clean textarea {
    border-color: rgba(0,0,0, 0.12);
    background-color: #fafafa;
    display: block;
    margin: 0; }
  fieldset.with-select {
    position: relative;
    height: 60px;
    width: 100%;
    margin-bottom: 8px; }
  fieldset input,
  fieldset select,
  fieldset textarea {
    border: 2px solid rgba(0,0,0, 0.12);
    border-radius: 5px;
    padding: 20px;
    height: unset;
    min-height: 68px;
    color: #5c686c;
    width: 100%;
    font-size: 1.4rem;
    display: block;
    margin: 0; }
    fieldset input:focus,
    fieldset select:focus,
    fieldset textarea:focus {
      outline: none;
      border-color: #21ce99;
      box-shadow: 0 0 10px rbga(#21ce99, 0.7); }
    fieldset input::placeholder, fieldset input:placeholder-shown,
    fieldset select::placeholder,
    fieldset select:placeholder-shown,
    fieldset textarea::placeholder,
    fieldset textarea:placeholder-shown {
      color: #cccccc;
      font-weight: 100;
      font-size: 1.2rem; }
    fieldset input.ng-invalid.ng-touched,
    fieldset select.ng-invalid.ng-touched,
    fieldset textarea.ng-invalid.ng-touched {
      color: #ce1e34;
      border-color: #ce1e34; }
      fieldset input.ng-invalid.ng-touched:focus,
      fieldset select.ng-invalid.ng-touched:focus,
      fieldset textarea.ng-invalid.ng-touched:focus {
        color: #ce1e34;
        border-color: #ce1e34; }
  fieldset select {
    -webkit-appearance: none;
    padding-right: 50px;
    /* overflow: hidden;
  		text-overflow: ellipsis; */ }
  fieldset svg {
    margin: 25px; }
    fieldset svg.embedded {
      position: absolute;
      right: 0px;
      color: #cccccc; }

.ng-submitted .ng-invalid {
  color: #ce1e34;
  border-color: #ce1e34; }
  .ng-submitted .ng-invalid:focus {
    color: #ce1e34;
    border-color: #ce1e34; }

.btn-field {
  padding: 15px 20px;
  font-size: 1.1rem;
  color: #5c686c;
  border-radius: 100px;
  background-color: #ffffff;
  border: 2px solid #0e4c96;
  cursor: pointer;
  width: auto;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px; }
  .btn-field:focus {
    outline: none; }
  .btn-field.nobr {
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px; }
  .btn-field.full-width {
    width: 100%; }

.btn-secondary {
  padding: 15px 20px;
  font-size: 1.1rem;
  color: #5c686c;
  border-radius: 100px;
  background-color: #ffffff;
  border: 2px solid #0e4c96;
  cursor: pointer;
  width: auto;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: #0e4c96;
  border-color: #0e4c96; }
  .btn-secondary:focus {
    outline: none; }
  .btn-secondary.nobr {
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px; }
  .btn-secondary.full-width {
    width: 100%; }

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

/* Invalid fields styling */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Typography */
/* Shadows */
/* Animations */
/* Dialog */
/**
 * Right Navigation drawer
 */
.mdl-layout__drawer-right {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 240px;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  background: #001c46;
  transform: translateX(240px);
  transform-style: preserve-3d;
  will-change: transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform;
  color: rgb(74,74,74);
  overflow: visible;
  overflow-y: auto;
  z-index: 5; }
  .mdl-layout__drawer-right.is-visible {
    transform: translateX(0); }
    .mdl-layout__drawer-right.is-visible ~ .mdl-layout__content.mdl-layout__content {
      overflow: hidden; }
  .mdl-layout__drawer-right > * {
    flex-shrink: 0; }
  .mdl-layout__drawer-right > .mdl-layout__title,
  .mdl-layout__drawer-right > .mdl-layout-title {
    line-height: 64px;
    padding-left: 40px; }
    @media screen and (max-width: 1024px) {
      .mdl-layout__drawer-right > .mdl-layout__title,
      .mdl-layout__drawer-right > .mdl-layout-title {
        line-height: 56px;
        padding-left: 16px; } }
  .mdl-layout__drawer-right .mdl-navigation {
    flex-direction: column;
    align-items: stretch;
    padding-top: 16px; }
    .mdl-layout__drawer-right .mdl-navigation .mdl-navigation__link {
      display: block;
      flex-shrink: 0;
      padding: 16px 40px;
      margin: 0;
      color: #757575;
      border-top: 1px solid rgba(33, 206, 153, 0.3); }
      .mdl-layout__drawer-right .mdl-navigation .mdl-navigation__link:last-of-type {
        border-bottom: 1px solid rgba(33, 206, 153, 0.3); }
      @media screen and (max-width: 1024px) {
        .mdl-layout__drawer-right .mdl-navigation .mdl-navigation__link {
          padding: 16px 16px; } }
      .mdl-layout__drawer-right .mdl-navigation .mdl-navigation__link:hover {
        background-color: rgba(33, 206, 153, 0.3); }
      .mdl-layout__drawer-right .mdl-navigation .mdl-navigation__link--current {
        background-color: rgb(212,212,212);
        color: rgb(0,0,0); }
  @media screen and (min-width: 1025px) {
    .mdl-layout--fixed-drawer > .mdl-layout__drawer-right {
      transform: translateX(0); } }

.mdl-layout__obfuscator-right {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  visibility: hidden;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  .mdl-layout__obfuscator-right.is-visible {
    background-color: rgba(0, 0, 0, 0.5);
    visibility: visible; }
  @supports (pointer-events: auto) {
    .mdl-layout__obfuscator-right {
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition-property: opacity;
      visibility: visible;
      pointer-events: none; }
      .mdl-layout__obfuscator-right.is-visible {
        pointer-events: auto;
        opacity: 1; } }

/**
 * Bottom Navigation drawer
 */
.mdl-layout__drawer-bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 240px;
  max-height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-top: 1px solid rgb(212,212,212);
  background: rgb(249,249,249);
  transform: translateX(240px);
  transform-style: preserve-3d;
  will-change: transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform;
  color: rgb(74,74,74);
  overflow: visible;
  overflow-y: auto;
  z-index: 5; }
  .mdl-layout__drawer-bottom.is-visible {
    transform: translateX(0); }
    .mdl-layout__drawer-bottom.is-visible ~ .mdl-layout__content.mdl-layout__content {
      overflow: hidden; }
  .mdl-layout__drawer-bottom > * {
    flex-shrink: 0; }
  .mdl-layout__drawer-bottom > .mdl-layout__title,
  .mdl-layout__drawer-bottom > .mdl-layout-title {
    line-height: 64px;
    padding-left: 40px; }
    @media screen and (max-width: 1024px) {
      .mdl-layout__drawer-bottom > .mdl-layout__title,
      .mdl-layout__drawer-bottom > .mdl-layout-title {
        line-height: 56px;
        padding-left: 16px; } }
  .mdl-layout__drawer-bottom .mdl-navigation {
    flex-direction: column;
    align-items: stretch;
    padding-top: 16px; }
    .mdl-layout__drawer-bottom .mdl-navigation .mdl-navigation__link {
      display: block;
      flex-shrink: 0;
      padding: 16px 40px;
      margin: 0;
      color: #757575;
      border-top: 1px solid rgba(33, 206, 153, 0.3); }
      .mdl-layout__drawer-bottom .mdl-navigation .mdl-navigation__link:last-of-type {
        border-bottom: 1px solid rgba(33, 206, 153, 0.3); }
      @media screen and (max-width: 1024px) {
        .mdl-layout__drawer-bottom .mdl-navigation .mdl-navigation__link {
          padding: 16px 16px; } }
      .mdl-layout__drawer-bottom .mdl-navigation .mdl-navigation__link:hover {
        background-color: rgba(33, 206, 153, 0.3); }
      .mdl-layout__drawer-bottom .mdl-navigation .mdl-navigation__link--current {
        background-color: rgb(212,212,212);
        color: rgb(0,0,0); }
  @media screen and (min-width: 1025px) {
    .mdl-layout--fixed-drawer > .mdl-layout__drawer-bottom {
      transform: translateX(0); } }

.mdl-layout__obfuscator-bottom {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  visibility: hidden;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  .mdl-layout__obfuscator-bottom.is-visible {
    background-color: rgba(0, 0, 0, 0.5);
    visibility: visible; }
  @supports (pointer-events: auto) {
    .mdl-layout__obfuscator-bottom {
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition-property: opacity;
      visibility: visible;
      pointer-events: none; }
      .mdl-layout__obfuscator-bottom.is-visible {
        pointer-events: auto;
        opacity: 1; } }

.mdl-layout__header {
  background-color: #001c46; }

/**
 * Buttons
 */
.mdl-button--warn.mdl-button--warn.mdl-button--raised,
.mdl-button--warn.mdl-button--warn.mdl-button--fab {
  color: #ffffff;
  background-color: #ce1e34; }

.mdl-button--success.mdl-button--success.mdl-button--raised,
.mdl-button--success.mdl-button--success.mdl-button--fab {
  color: #ffffff;
  background-color: #0e4c96; }
  .mdl-button--success.mdl-button--success.mdl-button--raised[disabled],
  .mdl-button--success.mdl-button--success.mdl-button--fab[disabled] {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.26);
    box-shadow: none; }

.mdl-button--rounded {
  border-radius: 20px; }

/**
 * Layout
 */
html, body {
  height: 100%;
  overflow: auto; }

.mdl-button--colored,
.mdl-switch.is-checked .mdl-switch__thumb,
.mdl-switch.always-colored .mdl-switch__thumb {
  background-color: #21ce99 !important; }

.mdl-switch.is-checked .mdl-switch__track,
.mdl-switch.always-colored .mdl-switch__track {
  background-color: rgba(33, 206, 153, 0.5) !important; }

.mdl-layout__header-row,
.mdl-navigation {
  z-index: -2; }

.slide-out-container {
  left: 0;
  top: 55px;
  width: 85%;
  z-index: 101;
  height: calc(100% - 55px);
  display: flex;
  visibility: hidden;
  max-height: 100%;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  box-sizing: border-box;
  flex-direction: column;
  will-change: transform;
  transition-duration: 0.2s;
  transform-style: preserve-3d;
  transform: translateX(-100%);
  background-color: #ffffff;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .slide-out-container.full {
    top: 0;
    height: 100%; }
  .slide-out-container.left {
    left: 185%; }
    .slide-out-container.left.active {
      transform: translateX(-200%); }
  .slide-out-container.active:not(.left) {
    transform: translateX(0); }
  .slide-out-container > .mdl-grid.mdl-layout__header {
    padding-top: 0;
    align-items: center;
    flex-wrap: nowrap; }
    .slide-out-container > .mdl-grid.mdl-layout__header svg {
      font-size: 1.5rem;
      width: 40px; }
  .slide-out-container > div {
    overflow: hidden;
    overflow-y: auto;
    padding-top: 1rem; }

@media (max-width: 500px) {
  #chat-slideout {
    top: 0;
    width: 100%;
    height: 100%; } }

#chat-slideout > div,
#chat-slideout > div > div {
  width: 100%;
  padding: 0; }

#chat-slideout > .mdl-layout__header {
  padding-left: 30px; }

.slide-out-overlay {
  left: 0;
  right: 0;
  top: 55px;
  bottom: 0;
  z-index: 4;
  display: none;
  position: absolute; }
  .slide-out-overlay.over {
    top: 0; }
  .slide-out-overlay.active {
    display: block; }

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
#login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#15395d+0,051c34+100 */
  background: #15395d;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #15395d 0%, #051c34 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #15395d 0%, #051c34 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #15395d 0%, #051c34 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15395d', endColorstr='#051c34',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  #login .office-login {
    font-size: .9rem; }
    #login .office-login a {
      color: rgba(255, 255, 255, 0.66);
      text-decoration: none; }
  #login img {
    margin-bottom: 1.5rem;
    max-width: 100%; }
  #login > div {
    width: 27rem;
    max-width: 85%; }
  #login form {
    width: 100%; }
    #login form div {
      position: relative; }
    #login form label {
      position: absolute;
      left: 12px;
      top: 14px;
      font-size: 1.5rem;
      color: #5c686c; }
    #login form input,
    #login form button {
      min-height: unset;
      border: 0;
      height: 3.5rem;
      width: 100%;
      display: block;
      margin: 0;
      padding: 0;
      outline: none;
      font-size: 1rem; }
    #login form input {
      padding: 0 0 0 50px; }
    #login form ::placeholder {
      color: #5c686c;
      opacity: 1; }
    #login form :-ms-input-placeholder {
      color: #5c686c; }
    #login form ::-ms-input-placeholder {
      color: #5c686c; }
    #login form input.username {
      border-radius: 5px 5px 0 0;
      border-bottom: 1px solid rgba(0,0,0, 0.12); }
    #login form input.password {
      border-radius: 0;
      -webkit-appearance: none; }
    #login form button {
      border-radius: 0 0 5px 5px;
      color: #ffffff;
      background-color: #0e4c96;
      cursor: pointer; }

#home-header > a {
  width: 0; }

#appointment .selected-appointment-container {
  padding: 0;
  width: 100%;
  flex: 1 0 auto; }
  #appointment .selected-appointment-container > .mdl-cell {
    margin: 0; }
    #appointment .selected-appointment-container > .mdl-cell.mdl-cell--6-col {
      width: 50%; }
    #appointment .selected-appointment-container > .mdl-cell > .mdl-list {
      padding: 0; }
    #appointment .selected-appointment-container > .mdl-cell:nth-of-type(1) {
      z-index: 1; }
  #appointment .selected-appointment-container a {
    font-size: 1.2rem;
    color: #21ce99; }
  #appointment .selected-appointment-container .customer {
    height: auto; }
  #appointment .selected-appointment-container .mdl-list__item-secondary-content {
    margin: 0; }

#appointment .mdl-cell {
  margin: 0;
  width: 100%; }

#appointment .notes {
  margin-top: 5px; }

#appointment .description {
  word-break: break-word; }

#appointment .mdl-list__item-avatar {
  font-size: 26px;
  background: transparent;
  color: #3d3d3d; }

#appointment .mdl-list__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

#appointment .gray-header {
  background: #d4d4d4;
  width: 100%;
  margin: 0px;
  padding: 8px; }

#appointment .mdl-list__item-secondary-action span {
  margin-right: 20px; }

#appointment .mdl-list__item--two-line {
  height: auto; }

#appointment .customer-info {
  padding: 16px; }
  @media (max-width: 839px) {
    #appointment .customer-info {
      flex-direction: column; } }

#appointment .customer-contact {
  padding: 16px; }

#appointment .customer-name {
  margin-right: 16px;
  min-width: 150px;
  display: inline-block; }

#appointment .customer-contact-cell {
  min-width: 100px;
  align-items: center; }

#appointment ng-map {
  height: 100%; }

#appointment .btn-field > span {
  margin-right: 0px; }

@media (max-width: 768px) {
  #appointment .appointment-row {
    flex-wrap: wrap; } }

@media (max-width: 768px) {
  #appointment .appointment-row .time-and-button {
    width: 100%;
    text-align: right; } }

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
#appointment-menu .mdl-list__item.mdl-list__item--primary-content {
  padding: 16px 31px 0; }
  #appointment-menu .mdl-list__item.mdl-list__item--primary-content .mdl-list__item-primary-content {
    font-size: 1rem; }
    #appointment-menu .mdl-list__item.mdl-list__item--primary-content .mdl-list__item-primary-content .mdl-list__item-avatar {
      font-size: 1.5rem;
      background: none;
      color: #5c686c;
      display: inline-block;
      height: auto; }

#appointment-menu .mdl-navigation__link {
  border-top: 1px solid rgba(33, 206, 153, 0.3); }
  #appointment-menu .mdl-navigation__link:last-of-type {
    border-bottom: 1px solid rgba(33, 206, 153, 0.3); }

#appointment-menu .no-selected-appt {
  margin-top: 30%;
  text-align: center; }

#appointment-menu .small {
  font-size: 50% !important; }

#appointment-menu .questionnaire-icon {
  margin-left: 10px; }
  #appointment-menu .questionnaire-icon.green {
    color: #72b24d; }
  #appointment-menu .questionnaire-icon.red, #appointment-menu #work-order > .work-order-header .package-basic-info > .questionnaire-icon.edit-toggle.editing, #work-order > .work-order-header #appointment-menu .package-basic-info > .questionnaire-icon.edit-toggle.editing, #appointment-menu #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .questionnaire-icon.fa-minus-circle, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #appointment-menu .questionnaire-icon.fa-minus-circle,
  #appointment-menu #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .questionnaire-icon.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #appointment-menu .questionnaire-icon.fa-minus-circle,
  #appointment-menu #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .questionnaire-icon.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #appointment-menu .questionnaire-icon.fa-minus-circle, #appointment-menu .stats .questionnaire-icon.error, .stats #appointment-menu .questionnaire-icon.error, #appointment-menu #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .questionnaire-icon.fa-minus-circle, #template-view .packages .package-option #appointment-menu .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .questionnaire-icon.fa-minus-circle {
    color: #ec394f; }

#appointment-menu .history-menu {
  display: flex;
  justify-content: space-between; }

#appointment-overview hr.mdl-cell--12-col {
  width: 100%; }

#appointment-overview .main.mdl-grid {
  padding: 10px 0 0 0;
  margin: 0; }

#appointment-overview .mdl-grid:nth-of-type(1) .mdl-list__item-primary-content a:not(.mdl-list__item-sub-title) {
  display: inline-block;
  margin-left: 10px;
  margin-top: 0.2rem; }

#appointment-overview .mdl-grid:nth-of-type(1) .mdl-list__item-primary-content p {
  font-size: 1.2rem;
  margin: 0; }

#appointment-overview .mdl-grid:nth-of-type(1) .mdl-list__item-primary-content:nth-of-type(3) {
  display: block; }

#appointment-overview .mdl-grid:nth-of-type(1) .mdl-list__item-primary-content:nth-of-type(4) {
  display: block; }

#appointment-overview .mdl-grid > .mdl-cell {
  margin: 0;
  width: 100%; }
  #appointment-overview .mdl-grid > .mdl-cell.mdl-cell--6-col {
    width: 50%; }

#appointment-overview .mdl-list__item-avatar {
  font-size: 26px;
  background: transparent;
  color: #3d3d3d; }

#appointment-overview .mdl-list__item--two-line {
  height: auto; }
  #appointment-overview .mdl-list__item--two-line > .mdl-list__item-primary-content {
    height: auto; }
    #appointment-overview .mdl-list__item--two-line > .mdl-list__item-primary-content:nth-of-type(2) {
      display: block;
      text-align: right; }
    #appointment-overview .mdl-list__item--two-line > .mdl-list__item-primary-content > div {
      display: flex;
      padding-bottom: 0.5rem; }

#appointment-overview ng-map {
  display: block;
  min-height: 300px;
  height: 450px; }

@media (max-width: 839px) {
  #appointment-overview .btn-field {
    width: 100%;
    margin-bottom: 20px; } }

#appointment-overview a {
  color: #21ce99; }

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

/* Invalid fields styling */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
.bordered, #customer .mdl-list, #customer .selected-customer {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px; }

#customer .mdl-list__item--two-line .mdl-list__item-primary-content {
  word-break: break-all; }

#customer .mdl-list__item--primary-content:not(:last-child),
#customer .mdl-list__item--two-line:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

#customer .mdl-grid .mdl-list__item--two-line {
  height: initial; }
  #customer .mdl-grid .mdl-list__item--two-line .mdl-list__item-primary-content {
    height: initial; }

#customer .mdl-grid {
  padding: 0 8px;
  margin: 0; }

#customer .flex-cell {
  display: flex;
  justify-content: center; }

#customer .invalid {
  color: #ce1e34;
  border-color: #ce1e34; }

#customer .tel {
  display: inline-block;
  padding-right: 10px; }

#customer [ng-messages] {
  position: relative;
  left: 10px;
  font-size: 1rem;
  color: #c77676; }

#customer [name="searchForm"] {
  width: 100%; }
  #customer [name="searchForm"] fieldset {
    position: relative; }
    #customer [name="searchForm"] fieldset .fa-spinner,
    #customer [name="searchForm"] fieldset .fa-times {
      color: #21ce99;
      position: absolute;
      right: 0;
      top: 5px; }

#customer select {
  height: 69px;
  font-size: 1.2rem; }
  #customer select:not(.has-value) {
    color: #cccccc; }
  #customer select option {
    color: #4a4a4a; }

#customer input[type="date"],
#customer input[type="time"] {
  text-align: center;
  width: 100%; }

#customer input[type="date"]:not(.has-value):before,
#customer input[type="time"]:not(.has-value):before {
  color: lightgray;
  content: attr(placeholder); }

#customer .selected-customer {
  padding: 10px 15px;
  margin: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54); }
  #customer .selected-customer > div {
    display: flex;
    flex-direction: column; }
    #customer .selected-customer > div > span {
      display: flex;
      flex-direction: column; }
  #customer .selected-customer .h4 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87); }

#customer .action-buttons {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px; }
  #customer .action-buttons .btn-field {
    min-width: 120px; }

#customer .search-form {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px; }

#customer .address-form {
  position: absolute;
  z-index: 1;
  background: #ffffff;
  padding: 0 20px 20px;
  box-shadow: 0 5px 10px 1px #ccc; }
  #customer .address-form h6 {
    text-align: center; }

#customer .afterHoursContainer {
  text-align: left;
  padding: 1em 0 1em 1em; }
  #customer .afterHoursContainer .afterHoursLabel {
    display: inline-block;
    padding-left: 2rem;
    width: 85%; }
  #customer .afterHoursContainer .mdl-switch {
    float: left;
    width: 15%; }

#customer .appointment-form {
  flex: 1;
  display: -webkit-flex;
  flex-direction: column; }
  #customer .appointment-form textarea {
    font-size: 1.2rem;
    background-color: #ffffff; }
  #customer .appointment-form fieldset select {
    -moz-appearance: none;
    -webkit-appearance: none; }
    #customer .appointment-form fieldset select:not(:disabled) {
      background-color: #ffffff; }
    #customer .appointment-form fieldset select:disabled {
      background-color: #fafafa;
      color: #cccccc; }
  #customer .appointment-form fieldset .embedded {
    pointer-events: none; }

#customer h6.address-total span {
  color: #ccc;
  font-size: 0.8rem;
  padding-left: 5px;
  vertical-align: 2px; }

#customer .addresses {
  max-height: 900px;
  overflow: auto; }

#service-request-history .delete-package,
#recommendations .delete-package,
#history .delete-package {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 32px;
  z-index: 1; }
  #service-request-history .delete-package.btn-disabled,
  #recommendations .delete-package.btn-disabled,
  #history .delete-package.btn-disabled {
    cursor: not-allowed;
    color: darkgray; }

#service-request-history .approved-package,
#recommendations .approved-package,
#history .approved-package {
  position: absolute;
  left: 16px;
  top: 20px;
  z-index: 1;
  color: red; }

#service-request-history .deleted-packages,
#recommendations .deleted-packages,
#history .deleted-packages {
  margin-bottom: 2rem; }

#service-request-history .expand-deleted,
#recommendations .expand-deleted,
#history .expand-deleted {
  position: absolute;
  right: 16px;
  font-size: 32px;
  z-index: 1; }

#service-request-history .edited-note,
#recommendations .edited-note,
#history .edited-note {
  position: relative;
  top: -0.5rem; }
  #service-request-history .edited-note > .caret,
  #recommendations .edited-note > .caret,
  #history .edited-note > .caret {
    transform: rotate(45deg); }

#service-request-history #invoice,
#recommendations #invoice,
#history #invoice {
  /*
		 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
		 * Copyright 2011-2017 The Bootstrap Authors
		 * Copyright 2011-2017 Twitter, Inc.
		 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
		 */ }
  #service-request-history #invoice .check,
  #recommendations #invoice .check,
  #history #invoice .check {
    height: 20px;
    border: 1px solid black;
    border-radius: 7px;
    padding: 4px;
    display: inline; }
  #service-request-history #invoice .check-container,
  #recommendations #invoice .check-container,
  #history #invoice .check-container {
    height: 24px; }
  #service-request-history #invoice .letter,
  #recommendations #invoice .letter,
  #history #invoice .letter {
    width: 216mm;
    font-size: 12px;
    margin: auto; }
  #service-request-history #invoice .type,
  #recommendations #invoice .type,
  #history #invoice .type {
    color: darkgray;
    font-size: 300%;
    margin-top: 4mm; }
  #service-request-history #invoice .inline-block,
  #recommendations #invoice .inline-block,
  #history #invoice .inline-block {
    display: inline-block; }
  #service-request-history #invoice .no-padding,
  #recommendations #invoice .no-padding,
  #history #invoice .no-padding {
    padding: 0; }
  #service-request-history #invoice .small,
  #recommendations #invoice .small,
  #history #invoice .small {
    font-size: 80%; }
  #service-request-history #invoice .vsmall,
  #recommendations #invoice .vsmall,
  #history #invoice .vsmall {
    font-size: 20%; }
  #service-request-history #invoice hr,
  #recommendations #invoice hr,
  #history #invoice hr {
    border-top: 1px solid black; }
  #service-request-history #invoice .header,
  #recommendations #invoice .header,
  #history #invoice .header {
    border-bottom: 2px solid black;
    margin-bottom: 2mm; }
  #service-request-history #invoice .header-small,
  #recommendations #invoice .header-small,
  #history #invoice .header-small {
    border-bottom: 1px solid black;
    margin-bottom: 1mm; }
  #service-request-history #invoice .package,
  #recommendations #invoice .package,
  #history #invoice .package {
    margin-bottom: 2mm; }
  #service-request-history #invoice .signature,
  #recommendations #invoice .signature,
  #history #invoice .signature {
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px black solid;
    max-width: 50%;
    object-fit: cover; }
  #service-request-history #invoice .approval > *,
  #recommendations #invoice .approval > *,
  #history #invoice .approval > * {
    margin-bottom: 1mm; }
  #service-request-history #invoice .summary > *,
  #recommendations #invoice .summary > *,
  #history #invoice .summary > * {
    margin-bottom: 2mm;
    padding-bottom: 1mm;
    font-size: 150%; }
  #service-request-history #invoice .address-seperator,
  #recommendations #invoice .address-seperator,
  #history #invoice .address-seperator {
    height: 50px; }
  #service-request-history #invoice header,
  #recommendations #invoice header,
  #history #invoice header {
    margin-top: 70px; }
  #service-request-history #invoice article,
  #recommendations #invoice article,
  #history #invoice article {
    padding: 0;
    margin: auto; }
  #service-request-history #invoice hr.control-break,
  #recommendations #invoice hr.control-break,
  #history #invoice hr.control-break {
    background: #21ce99;
    margin-left: 0;
    height: 10px; }
  #service-request-history #invoice table,
  #recommendations #invoice table,
  #history #invoice table {
    width: 100% !important; }
  #service-request-history #invoice .text-right,
  #recommendations #invoice .text-right,
  #history #invoice .text-right {
    text-align: right; }
  #service-request-history #invoice .text-center,
  #recommendations #invoice .text-center,
  #history #invoice .text-center {
    text-align: center; }
  #service-request-history #invoice .strike,
  #recommendations #invoice .strike,
  #history #invoice .strike {
    text-decoration: line-through; }
  #service-request-history #invoice ul, #service-request-history #invoice ol, #service-request-history #invoice dl,
  #recommendations #invoice ul,
  #recommendations #invoice ol,
  #recommendations #invoice dl,
  #history #invoice ul,
  #history #invoice ol,
  #history #invoice dl {
    margin-bottom: 0 !important; }
  #service-request-history #invoice .page-header,
  #recommendations #invoice .page-header,
  #history #invoice .page-header {
    padding: 10px;
    border: 1px solid black;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 1rem; }
  #service-request-history #invoice .signaturePicture,
  #recommendations #invoice .signaturePicture,
  #history #invoice .signaturePicture {
    border: 1px black solid;
    padding: 10px;
    border-radius: 10px;
    max-width: 800px;
    max-height: 250px; }
  #service-request-history #invoice :root,
  #recommendations #invoice :root,
  #history #invoice :root {
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#fff;
    --gray:#868e96;
    --gray-dark:#343a40;
    --primary:#007bff;
    --secondary:#868e96;
    --success:#28a745;
    --info:#17a2b8;
    --warning:#ffc107;
    --danger:#dc3545;
    --light:#f8f9fa;
    --dark:#343a40;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace:"SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }
  @media print {
    #service-request-history #invoice *, #service-request-history #invoice ::after, #service-request-history #invoice ::before,
    #recommendations #invoice *,
    #recommendations #invoice ::after,
    #recommendations #invoice ::before,
    #history #invoice *,
    #history #invoice ::after,
    #history #invoice ::before {
      text-shadow: none !important;
      box-shadow: none !important; }
    #service-request-history #invoice a, #service-request-history #invoice a:visited,
    #recommendations #invoice a,
    #recommendations #invoice a:visited,
    #history #invoice a,
    #history #invoice a:visited {
      text-decoration: underline; }
    #service-request-history #invoice abbr[title]::after,
    #recommendations #invoice abbr[title]::after,
    #history #invoice abbr[title]::after {
      content: " (" attr(title) ")"; }
    #service-request-history #invoice pre,
    #recommendations #invoice pre,
    #history #invoice pre {
      white-space: pre-wrap !important; }
    #service-request-history #invoice blockquote, #service-request-history #invoice pre,
    #recommendations #invoice blockquote,
    #recommendations #invoice pre,
    #history #invoice blockquote,
    #history #invoice pre {
      border: 1px solid #999;
      page-break-inside: avoid; }
    #service-request-history #invoice thead,
    #recommendations #invoice thead,
    #history #invoice thead {
      display: table-header-group; }
    #service-request-history #invoice img, #service-request-history #invoice tr,
    #recommendations #invoice img,
    #recommendations #invoice tr,
    #history #invoice img,
    #history #invoice tr {
      page-break-inside: avoid; }
    #service-request-history #invoice h2, #service-request-history #invoice h3, #service-request-history #invoice p,
    #recommendations #invoice h2,
    #recommendations #invoice h3,
    #recommendations #invoice p,
    #history #invoice h2,
    #history #invoice h3,
    #history #invoice p {
      orphans: 3;
      widows: 3; }
    #service-request-history #invoice h2, #service-request-history #invoice h3,
    #recommendations #invoice h2,
    #recommendations #invoice h3,
    #history #invoice h2,
    #history #invoice h3 {
      page-break-after: avoid; }
    #service-request-history #invoice .navbar,
    #recommendations #invoice .navbar,
    #history #invoice .navbar {
      display: none; }
    #service-request-history #invoice .badge,
    #recommendations #invoice .badge,
    #history #invoice .badge {
      border: 1px solid #000; }
    #service-request-history #invoice .table,
    #recommendations #invoice .table,
    #history #invoice .table {
      border-collapse: collapse !important; }
    #service-request-history #invoice .table td, #service-request-history #invoice .table th,
    #recommendations #invoice .table td,
    #recommendations #invoice .table th,
    #history #invoice .table td,
    #history #invoice .table th {
      background-color: #fff !important; }
    #service-request-history #invoice .table-bordered td, #service-request-history #invoice .table-bordered th,
    #recommendations #invoice .table-bordered td,
    #recommendations #invoice .table-bordered th,
    #history #invoice .table-bordered td,
    #history #invoice .table-bordered th {
      border: 1px solid #ddd !important; } }
  #service-request-history #invoice *, #service-request-history #invoice ::after, #service-request-history #invoice ::before,
  #recommendations #invoice *,
  #recommendations #invoice ::after,
  #recommendations #invoice ::before,
  #history #invoice *,
  #history #invoice ::after,
  #history #invoice ::before {
    box-sizing: border-box; }
  #service-request-history #invoice html,
  #recommendations #invoice html,
  #history #invoice html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  #service-request-history #invoice,
  #recommendations #invoice,
  #history #invoice {
    width: device-width; } }
  #service-request-history #invoice article, #service-request-history #invoice aside, #service-request-history #invoice dialog, #service-request-history #invoice figcaption, #service-request-history #invoice figure, #service-request-history #invoice footer, #service-request-history #invoice header, #service-request-history #invoice hgroup, #service-request-history #invoice main, #service-request-history #invoice nav, #service-request-history #invoice section,
  #recommendations #invoice article,
  #recommendations #invoice aside,
  #recommendations #invoice dialog,
  #recommendations #invoice figcaption,
  #recommendations #invoice figure,
  #recommendations #invoice footer,
  #recommendations #invoice header,
  #recommendations #invoice hgroup,
  #recommendations #invoice main,
  #recommendations #invoice nav,
  #recommendations #invoice section,
  #history #invoice article,
  #history #invoice aside,
  #history #invoice dialog,
  #history #invoice figcaption,
  #history #invoice figure,
  #history #invoice footer,
  #history #invoice header,
  #history #invoice hgroup,
  #history #invoice main,
  #history #invoice nav,
  #history #invoice section {
    display: block; }
  #service-request-history #invoice body,
  #recommendations #invoice body,
  #history #invoice body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff; }
  #service-request-history #invoice [tabindex="-1"]:focus,
  #recommendations #invoice [tabindex="-1"]:focus,
  #history #invoice [tabindex="-1"]:focus {
    outline: 0 !important; }
  #service-request-history #invoice hr,
  #recommendations #invoice hr,
  #history #invoice hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }
  #service-request-history #invoice h1, #service-request-history #invoice h2, #service-request-history #invoice h3, #service-request-history #invoice h4, #service-request-history #invoice h5, #service-request-history #invoice h6,
  #recommendations #invoice h1,
  #recommendations #invoice h2,
  #recommendations #invoice h3,
  #recommendations #invoice h4,
  #recommendations #invoice h5,
  #recommendations #invoice h6,
  #history #invoice h1,
  #history #invoice h2,
  #history #invoice h3,
  #history #invoice h4,
  #history #invoice h5,
  #history #invoice h6 {
    margin-top: 0;
    margin-bottom: .5rem; }
  #service-request-history #invoice p,
  #recommendations #invoice p,
  #history #invoice p {
    margin-top: 0;
    margin-bottom: 1rem; }
  #service-request-history #invoice abbr[data-original-title], #service-request-history #invoice abbr[title],
  #recommendations #invoice abbr[data-original-title],
  #recommendations #invoice abbr[title],
  #history #invoice abbr[data-original-title],
  #history #invoice abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0; }
  #service-request-history #invoice address,
  #recommendations #invoice address,
  #history #invoice address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }
  #service-request-history #invoice dl, #service-request-history #invoice ol, #service-request-history #invoice ul,
  #recommendations #invoice dl,
  #recommendations #invoice ol,
  #recommendations #invoice ul,
  #history #invoice dl,
  #history #invoice ol,
  #history #invoice ul {
    margin-top: 0;
    margin-bottom: 1rem; }
  #service-request-history #invoice ol ol, #service-request-history #invoice ol ul, #service-request-history #invoice ul ol, #service-request-history #invoice ul ul,
  #recommendations #invoice ol ol,
  #recommendations #invoice ol ul,
  #recommendations #invoice ul ol,
  #recommendations #invoice ul ul,
  #history #invoice ol ol,
  #history #invoice ol ul,
  #history #invoice ul ol,
  #history #invoice ul ul {
    margin-bottom: 0; }
  #service-request-history #invoice dt,
  #recommendations #invoice dt,
  #history #invoice dt {
    font-weight: 700; }
  #service-request-history #invoice dd,
  #recommendations #invoice dd,
  #history #invoice dd {
    margin-bottom: .5rem;
    margin-left: 0; }
  #service-request-history #invoice blockquote,
  #recommendations #invoice blockquote,
  #history #invoice blockquote {
    margin: 0 0 1rem; }
  #service-request-history #invoice dfn,
  #recommendations #invoice dfn,
  #history #invoice dfn {
    font-style: italic; }
  #service-request-history #invoice b, #service-request-history #invoice strong,
  #recommendations #invoice b,
  #recommendations #invoice strong,
  #history #invoice b,
  #history #invoice strong {
    font-weight: bolder; }
  #service-request-history #invoice small,
  #recommendations #invoice small,
  #history #invoice small {
    font-size: 80%; }
  #service-request-history #invoice sub, #service-request-history #invoice sup,
  #recommendations #invoice sub,
  #recommendations #invoice sup,
  #history #invoice sub,
  #history #invoice sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  #service-request-history #invoice sub,
  #recommendations #invoice sub,
  #history #invoice sub {
    bottom: -.25em; }
  #service-request-history #invoice sup,
  #recommendations #invoice sup,
  #history #invoice sup {
    top: -.5em; }
  #service-request-history #invoice a,
  #recommendations #invoice a,
  #history #invoice a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects; }
  #service-request-history #invoice a:hover,
  #recommendations #invoice a:hover,
  #history #invoice a:hover {
    color: #0056b3;
    text-decoration: underline; }
  #service-request-history #invoice a:not([href]):not([tabindex]),
  #recommendations #invoice a:not([href]):not([tabindex]),
  #history #invoice a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  #service-request-history #invoice a:not([href]):not([tabindex]):focus, #service-request-history #invoice a:not([href]):not([tabindex]):hover,
  #recommendations #invoice a:not([href]):not([tabindex]):focus,
  #recommendations #invoice a:not([href]):not([tabindex]):hover,
  #history #invoice a:not([href]):not([tabindex]):focus,
  #history #invoice a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  #service-request-history #invoice a:not([href]):not([tabindex]):focus,
  #recommendations #invoice a:not([href]):not([tabindex]):focus,
  #history #invoice a:not([href]):not([tabindex]):focus {
    outline: 0; }
  #service-request-history #invoice code, #service-request-history #invoice kbd, #service-request-history #invoice pre, #service-request-history #invoice samp,
  #recommendations #invoice code,
  #recommendations #invoice kbd,
  #recommendations #invoice pre,
  #recommendations #invoice samp,
  #history #invoice code,
  #history #invoice kbd,
  #history #invoice pre,
  #history #invoice samp {
    font-family: monospace,monospace;
    font-size: 1em; }
  #service-request-history #invoice pre,
  #recommendations #invoice pre,
  #history #invoice pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar; }
  #service-request-history #invoice figure,
  #recommendations #invoice figure,
  #history #invoice figure {
    margin: 0 0 1rem; }
  #service-request-history #invoice img,
  #recommendations #invoice img,
  #history #invoice img {
    vertical-align: middle;
    border-style: none; }
  #service-request-history #invoice svg:not(:root),
  #recommendations #invoice svg:not(:root),
  #history #invoice svg:not(:root) {
    overflow: hidden; }
  #service-request-history #invoice [role=button], #service-request-history #invoice a, #service-request-history #invoice area, #service-request-history #invoice button, #service-request-history #invoice input:not([type=range]), #service-request-history #invoice label, #service-request-history #invoice select, #service-request-history #invoice summary, #service-request-history #invoice textarea,
  #recommendations #invoice [role=button],
  #recommendations #invoice a,
  #recommendations #invoice area,
  #recommendations #invoice button,
  #recommendations #invoice input:not([type=range]),
  #recommendations #invoice label,
  #recommendations #invoice select,
  #recommendations #invoice summary,
  #recommendations #invoice textarea,
  #history #invoice [role=button],
  #history #invoice a,
  #history #invoice area,
  #history #invoice button,
  #history #invoice input:not([type=range]),
  #history #invoice label,
  #history #invoice select,
  #history #invoice summary,
  #history #invoice textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
  #service-request-history #invoice table,
  #recommendations #invoice table,
  #history #invoice table {
    border-collapse: collapse; }
  #service-request-history #invoice caption,
  #recommendations #invoice caption,
  #history #invoice caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom; }
  #service-request-history #invoice th,
  #recommendations #invoice th,
  #history #invoice th {
    text-align: inherit; }
  #service-request-history #invoice label,
  #recommendations #invoice label,
  #history #invoice label {
    display: inline-block;
    margin-bottom: .5rem; }
  #service-request-history #invoice button,
  #recommendations #invoice button,
  #history #invoice button {
    border-radius: 0; }
  #service-request-history #invoice button:focus,
  #recommendations #invoice button:focus,
  #history #invoice button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  #service-request-history #invoice button, #service-request-history #invoice input, #service-request-history #invoice optgroup, #service-request-history #invoice select, #service-request-history #invoice textarea,
  #recommendations #invoice button,
  #recommendations #invoice input,
  #recommendations #invoice optgroup,
  #recommendations #invoice select,
  #recommendations #invoice textarea,
  #history #invoice button,
  #history #invoice input,
  #history #invoice optgroup,
  #history #invoice select,
  #history #invoice textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  #service-request-history #invoice button, #service-request-history #invoice input,
  #recommendations #invoice button,
  #recommendations #invoice input,
  #history #invoice button,
  #history #invoice input {
    overflow: visible; }
  #service-request-history #invoice button, #service-request-history #invoice select,
  #recommendations #invoice button,
  #recommendations #invoice select,
  #history #invoice button,
  #history #invoice select {
    text-transform: none; }
  #service-request-history #invoice [type=reset], #service-request-history #invoice [type=submit], #service-request-history #invoice button, #service-request-history #invoice html [type=button],
  #recommendations #invoice [type=reset],
  #recommendations #invoice [type=submit],
  #recommendations #invoice button,
  #recommendations #invoice html [type=button],
  #history #invoice [type=reset],
  #history #invoice [type=submit],
  #history #invoice button,
  #history #invoice html [type=button] {
    -webkit-appearance: button; }
  #service-request-history #invoice [type=button]::-moz-focus-inner, #service-request-history #invoice [type=reset]::-moz-focus-inner, #service-request-history #invoice [type=submit]::-moz-focus-inner, #service-request-history #invoice button::-moz-focus-inner,
  #recommendations #invoice [type=button]::-moz-focus-inner,
  #recommendations #invoice [type=reset]::-moz-focus-inner,
  #recommendations #invoice [type=submit]::-moz-focus-inner,
  #recommendations #invoice button::-moz-focus-inner,
  #history #invoice [type=button]::-moz-focus-inner,
  #history #invoice [type=reset]::-moz-focus-inner,
  #history #invoice [type=submit]::-moz-focus-inner,
  #history #invoice button::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  #service-request-history #invoice input[type=checkbox], #service-request-history #invoice input[type=radio],
  #recommendations #invoice input[type=checkbox],
  #recommendations #invoice input[type=radio],
  #history #invoice input[type=checkbox],
  #history #invoice input[type=radio] {
    box-sizing: border-box;
    padding: 0; }
  #service-request-history #invoice input[type=date], #service-request-history #invoice input[type=datetime-local], #service-request-history #invoice input[type=month], #service-request-history #invoice input[type=time],
  #recommendations #invoice input[type=date],
  #recommendations #invoice input[type=datetime-local],
  #recommendations #invoice input[type=month],
  #recommendations #invoice input[type=time],
  #history #invoice input[type=date],
  #history #invoice input[type=datetime-local],
  #history #invoice input[type=month],
  #history #invoice input[type=time] {
    -webkit-appearance: listbox; }
  #service-request-history #invoice textarea,
  #recommendations #invoice textarea,
  #history #invoice textarea {
    overflow: auto;
    resize: vertical; }
  #service-request-history #invoice fieldset,
  #recommendations #invoice fieldset,
  #history #invoice fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  #service-request-history #invoice legend,
  #recommendations #invoice legend,
  #history #invoice legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }
  #service-request-history #invoice progress,
  #recommendations #invoice progress,
  #history #invoice progress {
    vertical-align: baseline; }
  #service-request-history #invoice [type=number]::-webkit-inner-spin-button, #service-request-history #invoice [type=number]::-webkit-outer-spin-button,
  #recommendations #invoice [type=number]::-webkit-inner-spin-button,
  #recommendations #invoice [type=number]::-webkit-outer-spin-button,
  #history #invoice [type=number]::-webkit-inner-spin-button,
  #history #invoice [type=number]::-webkit-outer-spin-button {
    height: auto; }
  #service-request-history #invoice [type=search],
  #recommendations #invoice [type=search],
  #history #invoice [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none; }
  #service-request-history #invoice [type=search]::-webkit-search-cancel-button, #service-request-history #invoice [type=search]::-webkit-search-decoration,
  #recommendations #invoice [type=search]::-webkit-search-cancel-button,
  #recommendations #invoice [type=search]::-webkit-search-decoration,
  #history #invoice [type=search]::-webkit-search-cancel-button,
  #history #invoice [type=search]::-webkit-search-decoration {
    -webkit-appearance: none; }
  #service-request-history #invoice ::-webkit-file-upload-button,
  #recommendations #invoice ::-webkit-file-upload-button,
  #history #invoice ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }
  #service-request-history #invoice output,
  #recommendations #invoice output,
  #history #invoice output {
    display: inline-block; }
  #service-request-history #invoice summary,
  #recommendations #invoice summary,
  #history #invoice summary {
    display: list-item; }
  #service-request-history #invoice template,
  #recommendations #invoice template,
  #history #invoice template {
    display: none; }
  #service-request-history #invoice [hidden],
  #recommendations #invoice [hidden],
  #history #invoice [hidden] {
    display: none !important; }
  #service-request-history #invoice .h1, #service-request-history #invoice .h2, #service-request-history #invoice .h3, #service-request-history #invoice .h4, #service-request-history #invoice .h5, #service-request-history #invoice .h6, #service-request-history #invoice h1, #service-request-history #invoice h2, #service-request-history #invoice h3, #service-request-history #invoice h4, #service-request-history #invoice h5, #service-request-history #invoice h6,
  #recommendations #invoice .h1,
  #recommendations #invoice .h2,
  #recommendations #invoice .h3,
  #recommendations #invoice .h4,
  #recommendations #invoice .h5,
  #recommendations #invoice .h6,
  #recommendations #invoice h1,
  #recommendations #invoice h2,
  #recommendations #invoice h3,
  #recommendations #invoice h4,
  #recommendations #invoice h5,
  #recommendations #invoice h6,
  #history #invoice .h1,
  #history #invoice .h2,
  #history #invoice .h3,
  #history #invoice .h4,
  #history #invoice .h5,
  #history #invoice .h6,
  #history #invoice h1,
  #history #invoice h2,
  #history #invoice h3,
  #history #invoice h4,
  #history #invoice h5,
  #history #invoice h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit; }
  #service-request-history #invoice .h1, #service-request-history #invoice h1,
  #recommendations #invoice .h1,
  #recommendations #invoice h1,
  #history #invoice .h1,
  #history #invoice h1 {
    font-size: 2.5rem; }
  #service-request-history #invoice .h2, #service-request-history #invoice h2,
  #recommendations #invoice .h2,
  #recommendations #invoice h2,
  #history #invoice .h2,
  #history #invoice h2 {
    font-size: 2rem; }
  #service-request-history #invoice .h3, #service-request-history #invoice h3,
  #recommendations #invoice .h3,
  #recommendations #invoice h3,
  #history #invoice .h3,
  #history #invoice h3 {
    font-size: 1.75rem; }
  #service-request-history #invoice .h4, #service-request-history #invoice h4,
  #recommendations #invoice .h4,
  #recommendations #invoice h4,
  #history #invoice .h4,
  #history #invoice h4 {
    font-size: 1.5rem; }
  #service-request-history #invoice .h5, #service-request-history #invoice h5,
  #recommendations #invoice .h5,
  #recommendations #invoice h5,
  #history #invoice .h5,
  #history #invoice h5 {
    font-size: 1.25rem; }
  #service-request-history #invoice .h6, #service-request-history #invoice h6,
  #recommendations #invoice .h6,
  #recommendations #invoice h6,
  #history #invoice .h6,
  #history #invoice h6 {
    font-size: 1rem; }
  #service-request-history #invoice .lead,
  #recommendations #invoice .lead,
  #history #invoice .lead {
    font-size: 1.25rem;
    font-weight: 300; }
  #service-request-history #invoice .display-1,
  #recommendations #invoice .display-1,
  #history #invoice .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2; }
  #service-request-history #invoice .display-2,
  #recommendations #invoice .display-2,
  #history #invoice .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2; }
  #service-request-history #invoice .display-3,
  #recommendations #invoice .display-3,
  #history #invoice .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2; }
  #service-request-history #invoice .display-4,
  #recommendations #invoice .display-4,
  #history #invoice .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2; }
  #service-request-history #invoice hr,
  #recommendations #invoice hr,
  #history #invoice hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  #service-request-history #invoice .small, #service-request-history #invoice small,
  #recommendations #invoice .small,
  #recommendations #invoice small,
  #history #invoice .small,
  #history #invoice small {
    font-size: 80%;
    font-weight: 400; }
  #service-request-history #invoice .mark, #service-request-history #invoice mark,
  #recommendations #invoice .mark,
  #recommendations #invoice mark,
  #history #invoice .mark,
  #history #invoice mark {
    padding: .2em;
    background-color: #fcf8e3; }
  #service-request-history #invoice .list-unstyled,
  #recommendations #invoice .list-unstyled,
  #history #invoice .list-unstyled {
    padding-left: 0;
    list-style: none; }
  #service-request-history #invoice .list-inline,
  #recommendations #invoice .list-inline,
  #history #invoice .list-inline {
    padding-left: 0;
    list-style: none; }
  #service-request-history #invoice .list-inline-item,
  #recommendations #invoice .list-inline-item,
  #history #invoice .list-inline-item {
    display: inline-block; }
  #service-request-history #invoice .list-inline-item:not(:last-child),
  #recommendations #invoice .list-inline-item:not(:last-child),
  #history #invoice .list-inline-item:not(:last-child) {
    margin-right: 5px; }
  #service-request-history #invoice .initialism,
  #recommendations #invoice .initialism,
  #history #invoice .initialism {
    font-size: 90%;
    text-transform: uppercase; }
  #service-request-history #invoice .blockquote,
  #recommendations #invoice .blockquote,
  #history #invoice .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem; }
  #service-request-history #invoice .blockquote-footer,
  #recommendations #invoice .blockquote-footer,
  #history #invoice .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96; }
  #service-request-history #invoice .blockquote-footer::before,
  #recommendations #invoice .blockquote-footer::before,
  #history #invoice .blockquote-footer::before {
    content: "\2014 \00A0"; }
  #service-request-history #invoice .container,
  #recommendations #invoice .container,
  #history #invoice .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 576px) {
    #service-request-history #invoice .container,
    #recommendations #invoice .container,
    #history #invoice .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    #service-request-history #invoice .container,
    #recommendations #invoice .container,
    #history #invoice .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    #service-request-history #invoice .container,
    #recommendations #invoice .container,
    #history #invoice .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    #service-request-history #invoice .container,
    #recommendations #invoice .container,
    #history #invoice .container {
      max-width: 1140px; } }
  #service-request-history #invoice .container-fluid,
  #recommendations #invoice .container-fluid,
  #history #invoice .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  #service-request-history #invoice .row,
  #recommendations #invoice .row,
  #history #invoice .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  #service-request-history #invoice .no-gutters,
  #recommendations #invoice .no-gutters,
  #history #invoice .no-gutters {
    margin-right: 0;
    margin-left: 0; }
  #service-request-history #invoice .no-gutters > .col, #service-request-history #invoice .no-gutters > [class*=col-],
  #recommendations #invoice .no-gutters > .col,
  #recommendations #invoice .no-gutters > [class*=col-],
  #history #invoice .no-gutters > .col,
  #history #invoice .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0; }
  #service-request-history #invoice .col, #service-request-history #invoice .col-1, #service-request-history #invoice .col-10, #service-request-history #invoice .col-11, #service-request-history #invoice .col-12, #service-request-history #invoice .col-2, #service-request-history #invoice .col-3, #service-request-history #invoice .col-4, #service-request-history #invoice .col-5, #service-request-history #invoice .col-6, #service-request-history #invoice .col-7, #service-request-history #invoice .col-8, #service-request-history #invoice .col-9, #service-request-history #invoice .col-auto, #service-request-history #invoice .col-lg, #service-request-history #invoice .col-lg-1, #service-request-history #invoice .col-lg-10, #service-request-history #invoice .col-lg-11, #service-request-history #invoice .col-lg-12, #service-request-history #invoice .col-lg-2, #service-request-history #invoice .col-lg-3, #service-request-history #invoice .col-lg-4, #service-request-history #invoice .col-lg-5, #service-request-history #invoice .col-lg-6, #service-request-history #invoice .col-lg-7, #service-request-history #invoice .col-lg-8, #service-request-history #invoice .col-lg-9, #service-request-history #invoice .col-lg-auto, #service-request-history #invoice .col-md, #service-request-history #invoice .col-md-1, #service-request-history #invoice .col-md-10, #service-request-history #invoice .col-md-11, #service-request-history #invoice .col-md-12, #service-request-history #invoice .col-md-2, #service-request-history #invoice .col-md-3, #service-request-history #invoice .col-md-4, #service-request-history #invoice .col-md-5, #service-request-history #invoice .col-md-6, #service-request-history #invoice .col-md-7, #service-request-history #invoice .col-md-8, #service-request-history #invoice .col-md-9, #service-request-history #invoice .col-md-auto, #service-request-history #invoice .col-sm, #service-request-history #invoice .col-sm-1, #service-request-history #invoice .col-sm-10, #service-request-history #invoice .col-sm-11, #service-request-history #invoice .col-sm-12, #service-request-history #invoice .col-sm-2, #service-request-history #invoice .col-sm-3, #service-request-history #invoice .col-sm-4, #service-request-history #invoice .col-sm-5, #service-request-history #invoice .col-sm-6, #service-request-history #invoice .col-sm-7, #service-request-history #invoice .col-sm-8, #service-request-history #invoice .col-sm-9, #service-request-history #invoice .col-sm-auto, #service-request-history #invoice .col-xl, #service-request-history #invoice .col-xl-1, #service-request-history #invoice .col-xl-10, #service-request-history #invoice .col-xl-11, #service-request-history #invoice .col-xl-12, #service-request-history #invoice .col-xl-2, #service-request-history #invoice .col-xl-3, #service-request-history #invoice .col-xl-4, #service-request-history #invoice .col-xl-5, #service-request-history #invoice .col-xl-6, #service-request-history #invoice .col-xl-7, #service-request-history #invoice .col-xl-8, #service-request-history #invoice .col-xl-9, #service-request-history #invoice .col-xl-auto,
  #recommendations #invoice .col,
  #recommendations #invoice .col-1,
  #recommendations #invoice .col-10,
  #recommendations #invoice .col-11,
  #recommendations #invoice .col-12,
  #recommendations #invoice .col-2,
  #recommendations #invoice .col-3,
  #recommendations #invoice .col-4,
  #recommendations #invoice .col-5,
  #recommendations #invoice .col-6,
  #recommendations #invoice .col-7,
  #recommendations #invoice .col-8,
  #recommendations #invoice .col-9,
  #recommendations #invoice .col-auto,
  #recommendations #invoice .col-lg,
  #recommendations #invoice .col-lg-1,
  #recommendations #invoice .col-lg-10,
  #recommendations #invoice .col-lg-11,
  #recommendations #invoice .col-lg-12,
  #recommendations #invoice .col-lg-2,
  #recommendations #invoice .col-lg-3,
  #recommendations #invoice .col-lg-4,
  #recommendations #invoice .col-lg-5,
  #recommendations #invoice .col-lg-6,
  #recommendations #invoice .col-lg-7,
  #recommendations #invoice .col-lg-8,
  #recommendations #invoice .col-lg-9,
  #recommendations #invoice .col-lg-auto,
  #recommendations #invoice .col-md,
  #recommendations #invoice .col-md-1,
  #recommendations #invoice .col-md-10,
  #recommendations #invoice .col-md-11,
  #recommendations #invoice .col-md-12,
  #recommendations #invoice .col-md-2,
  #recommendations #invoice .col-md-3,
  #recommendations #invoice .col-md-4,
  #recommendations #invoice .col-md-5,
  #recommendations #invoice .col-md-6,
  #recommendations #invoice .col-md-7,
  #recommendations #invoice .col-md-8,
  #recommendations #invoice .col-md-9,
  #recommendations #invoice .col-md-auto,
  #recommendations #invoice .col-sm,
  #recommendations #invoice .col-sm-1,
  #recommendations #invoice .col-sm-10,
  #recommendations #invoice .col-sm-11,
  #recommendations #invoice .col-sm-12,
  #recommendations #invoice .col-sm-2,
  #recommendations #invoice .col-sm-3,
  #recommendations #invoice .col-sm-4,
  #recommendations #invoice .col-sm-5,
  #recommendations #invoice .col-sm-6,
  #recommendations #invoice .col-sm-7,
  #recommendations #invoice .col-sm-8,
  #recommendations #invoice .col-sm-9,
  #recommendations #invoice .col-sm-auto,
  #recommendations #invoice .col-xl,
  #recommendations #invoice .col-xl-1,
  #recommendations #invoice .col-xl-10,
  #recommendations #invoice .col-xl-11,
  #recommendations #invoice .col-xl-12,
  #recommendations #invoice .col-xl-2,
  #recommendations #invoice .col-xl-3,
  #recommendations #invoice .col-xl-4,
  #recommendations #invoice .col-xl-5,
  #recommendations #invoice .col-xl-6,
  #recommendations #invoice .col-xl-7,
  #recommendations #invoice .col-xl-8,
  #recommendations #invoice .col-xl-9,
  #recommendations #invoice .col-xl-auto,
  #history #invoice .col,
  #history #invoice .col-1,
  #history #invoice .col-10,
  #history #invoice .col-11,
  #history #invoice .col-12,
  #history #invoice .col-2,
  #history #invoice .col-3,
  #history #invoice .col-4,
  #history #invoice .col-5,
  #history #invoice .col-6,
  #history #invoice .col-7,
  #history #invoice .col-8,
  #history #invoice .col-9,
  #history #invoice .col-auto,
  #history #invoice .col-lg,
  #history #invoice .col-lg-1,
  #history #invoice .col-lg-10,
  #history #invoice .col-lg-11,
  #history #invoice .col-lg-12,
  #history #invoice .col-lg-2,
  #history #invoice .col-lg-3,
  #history #invoice .col-lg-4,
  #history #invoice .col-lg-5,
  #history #invoice .col-lg-6,
  #history #invoice .col-lg-7,
  #history #invoice .col-lg-8,
  #history #invoice .col-lg-9,
  #history #invoice .col-lg-auto,
  #history #invoice .col-md,
  #history #invoice .col-md-1,
  #history #invoice .col-md-10,
  #history #invoice .col-md-11,
  #history #invoice .col-md-12,
  #history #invoice .col-md-2,
  #history #invoice .col-md-3,
  #history #invoice .col-md-4,
  #history #invoice .col-md-5,
  #history #invoice .col-md-6,
  #history #invoice .col-md-7,
  #history #invoice .col-md-8,
  #history #invoice .col-md-9,
  #history #invoice .col-md-auto,
  #history #invoice .col-sm,
  #history #invoice .col-sm-1,
  #history #invoice .col-sm-10,
  #history #invoice .col-sm-11,
  #history #invoice .col-sm-12,
  #history #invoice .col-sm-2,
  #history #invoice .col-sm-3,
  #history #invoice .col-sm-4,
  #history #invoice .col-sm-5,
  #history #invoice .col-sm-6,
  #history #invoice .col-sm-7,
  #history #invoice .col-sm-8,
  #history #invoice .col-sm-9,
  #history #invoice .col-sm-auto,
  #history #invoice .col-xl,
  #history #invoice .col-xl-1,
  #history #invoice .col-xl-10,
  #history #invoice .col-xl-11,
  #history #invoice .col-xl-12,
  #history #invoice .col-xl-2,
  #history #invoice .col-xl-3,
  #history #invoice .col-xl-4,
  #history #invoice .col-xl-5,
  #history #invoice .col-xl-6,
  #history #invoice .col-xl-7,
  #history #invoice .col-xl-8,
  #history #invoice .col-xl-9,
  #history #invoice .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  #service-request-history #invoice .col,
  #recommendations #invoice .col,
  #history #invoice .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  #service-request-history #invoice .col-auto,
  #recommendations #invoice .col-auto,
  #history #invoice .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  #service-request-history #invoice .col-1,
  #recommendations #invoice .col-1,
  #history #invoice .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  #service-request-history #invoice .col-2,
  #recommendations #invoice .col-2,
  #history #invoice .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  #service-request-history #invoice .col-3,
  #recommendations #invoice .col-3,
  #history #invoice .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  #service-request-history #invoice .col-4,
  #recommendations #invoice .col-4,
  #history #invoice .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  #service-request-history #invoice .col-5,
  #recommendations #invoice .col-5,
  #history #invoice .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  #service-request-history #invoice .col-6,
  #recommendations #invoice .col-6,
  #history #invoice .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  #service-request-history #invoice .col-7,
  #recommendations #invoice .col-7,
  #history #invoice .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  #service-request-history #invoice .col-8,
  #recommendations #invoice .col-8,
  #history #invoice .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  #service-request-history #invoice .col-9,
  #recommendations #invoice .col-9,
  #history #invoice .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  #service-request-history #invoice .col-10,
  #recommendations #invoice .col-10,
  #history #invoice .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  #service-request-history #invoice .col-11,
  #recommendations #invoice .col-11,
  #history #invoice .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  #service-request-history #invoice .col-12,
  #recommendations #invoice .col-12,
  #history #invoice .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  #service-request-history #invoice .order-first,
  #recommendations #invoice .order-first,
  #history #invoice .order-first {
    -ms-flex-order: -1;
    order: -1; }
  #service-request-history #invoice .order-1,
  #recommendations #invoice .order-1,
  #history #invoice .order-1 {
    -ms-flex-order: 1;
    order: 1; }
  #service-request-history #invoice .order-2,
  #recommendations #invoice .order-2,
  #history #invoice .order-2 {
    -ms-flex-order: 2;
    order: 2; }
  #service-request-history #invoice .order-3,
  #recommendations #invoice .order-3,
  #history #invoice .order-3 {
    -ms-flex-order: 3;
    order: 3; }
  #service-request-history #invoice .order-4,
  #recommendations #invoice .order-4,
  #history #invoice .order-4 {
    -ms-flex-order: 4;
    order: 4; }
  #service-request-history #invoice .order-5,
  #recommendations #invoice .order-5,
  #history #invoice .order-5 {
    -ms-flex-order: 5;
    order: 5; }
  #service-request-history #invoice .order-6,
  #recommendations #invoice .order-6,
  #history #invoice .order-6 {
    -ms-flex-order: 6;
    order: 6; }
  #service-request-history #invoice .order-7,
  #recommendations #invoice .order-7,
  #history #invoice .order-7 {
    -ms-flex-order: 7;
    order: 7; }
  #service-request-history #invoice .order-8,
  #recommendations #invoice .order-8,
  #history #invoice .order-8 {
    -ms-flex-order: 8;
    order: 8; }
  #service-request-history #invoice .order-9,
  #recommendations #invoice .order-9,
  #history #invoice .order-9 {
    -ms-flex-order: 9;
    order: 9; }
  #service-request-history #invoice .order-10,
  #recommendations #invoice .order-10,
  #history #invoice .order-10 {
    -ms-flex-order: 10;
    order: 10; }
  #service-request-history #invoice .order-11,
  #recommendations #invoice .order-11,
  #history #invoice .order-11 {
    -ms-flex-order: 11;
    order: 11; }
  #service-request-history #invoice .order-12,
  #recommendations #invoice .order-12,
  #history #invoice .order-12 {
    -ms-flex-order: 12;
    order: 12; }
  #service-request-history #invoice .offset-1,
  #recommendations #invoice .offset-1,
  #history #invoice .offset-1 {
    margin-left: 8.333333%; }
  #service-request-history #invoice .offset-2,
  #recommendations #invoice .offset-2,
  #history #invoice .offset-2 {
    margin-left: 16.666667%; }
  #service-request-history #invoice .offset-3,
  #recommendations #invoice .offset-3,
  #history #invoice .offset-3 {
    margin-left: 25%; }
  #service-request-history #invoice .offset-4,
  #recommendations #invoice .offset-4,
  #history #invoice .offset-4 {
    margin-left: 33.333333%; }
  #service-request-history #invoice .offset-5,
  #recommendations #invoice .offset-5,
  #history #invoice .offset-5 {
    margin-left: 41.666667%; }
  #service-request-history #invoice .offset-6,
  #recommendations #invoice .offset-6,
  #history #invoice .offset-6 {
    margin-left: 50%; }
  #service-request-history #invoice .offset-7,
  #recommendations #invoice .offset-7,
  #history #invoice .offset-7 {
    margin-left: 58.333333%; }
  #service-request-history #invoice .offset-8,
  #recommendations #invoice .offset-8,
  #history #invoice .offset-8 {
    margin-left: 66.666667%; }
  #service-request-history #invoice .offset-9,
  #recommendations #invoice .offset-9,
  #history #invoice .offset-9 {
    margin-left: 75%; }
  #service-request-history #invoice .offset-10,
  #recommendations #invoice .offset-10,
  #history #invoice .offset-10 {
    margin-left: 83.333333%; }
  #service-request-history #invoice .offset-11,
  #recommendations #invoice .offset-11,
  #history #invoice .offset-11 {
    margin-left: 91.666667%; }
  @media (min-width: 576px) {
    #service-request-history #invoice .col-sm,
    #recommendations #invoice .col-sm,
    #history #invoice .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    #service-request-history #invoice .col-sm-auto,
    #recommendations #invoice .col-sm-auto,
    #history #invoice .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    #service-request-history #invoice .col-sm-1,
    #recommendations #invoice .col-sm-1,
    #history #invoice .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    #service-request-history #invoice .col-sm-2,
    #recommendations #invoice .col-sm-2,
    #history #invoice .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    #service-request-history #invoice .col-sm-3,
    #recommendations #invoice .col-sm-3,
    #history #invoice .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    #service-request-history #invoice .col-sm-4,
    #recommendations #invoice .col-sm-4,
    #history #invoice .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    #service-request-history #invoice .col-sm-5,
    #recommendations #invoice .col-sm-5,
    #history #invoice .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    #service-request-history #invoice .col-sm-6,
    #recommendations #invoice .col-sm-6,
    #history #invoice .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    #service-request-history #invoice .col-sm-7,
    #recommendations #invoice .col-sm-7,
    #history #invoice .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    #service-request-history #invoice .col-sm-8,
    #recommendations #invoice .col-sm-8,
    #history #invoice .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    #service-request-history #invoice .col-sm-9,
    #recommendations #invoice .col-sm-9,
    #history #invoice .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    #service-request-history #invoice .col-sm-10,
    #recommendations #invoice .col-sm-10,
    #history #invoice .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    #service-request-history #invoice .col-sm-11,
    #recommendations #invoice .col-sm-11,
    #history #invoice .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    #service-request-history #invoice .col-sm-12,
    #recommendations #invoice .col-sm-12,
    #history #invoice .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    #service-request-history #invoice .order-sm-first,
    #recommendations #invoice .order-sm-first,
    #history #invoice .order-sm-first {
      -ms-flex-order: -1;
      order: -1; }
    #service-request-history #invoice .order-sm-1,
    #recommendations #invoice .order-sm-1,
    #history #invoice .order-sm-1 {
      -ms-flex-order: 1;
      order: 1; }
    #service-request-history #invoice .order-sm-2,
    #recommendations #invoice .order-sm-2,
    #history #invoice .order-sm-2 {
      -ms-flex-order: 2;
      order: 2; }
    #service-request-history #invoice .order-sm-3,
    #recommendations #invoice .order-sm-3,
    #history #invoice .order-sm-3 {
      -ms-flex-order: 3;
      order: 3; }
    #service-request-history #invoice .order-sm-4,
    #recommendations #invoice .order-sm-4,
    #history #invoice .order-sm-4 {
      -ms-flex-order: 4;
      order: 4; }
    #service-request-history #invoice .order-sm-5,
    #recommendations #invoice .order-sm-5,
    #history #invoice .order-sm-5 {
      -ms-flex-order: 5;
      order: 5; }
    #service-request-history #invoice .order-sm-6,
    #recommendations #invoice .order-sm-6,
    #history #invoice .order-sm-6 {
      -ms-flex-order: 6;
      order: 6; }
    #service-request-history #invoice .order-sm-7,
    #recommendations #invoice .order-sm-7,
    #history #invoice .order-sm-7 {
      -ms-flex-order: 7;
      order: 7; }
    #service-request-history #invoice .order-sm-8,
    #recommendations #invoice .order-sm-8,
    #history #invoice .order-sm-8 {
      -ms-flex-order: 8;
      order: 8; }
    #service-request-history #invoice .order-sm-9,
    #recommendations #invoice .order-sm-9,
    #history #invoice .order-sm-9 {
      -ms-flex-order: 9;
      order: 9; }
    #service-request-history #invoice .order-sm-10,
    #recommendations #invoice .order-sm-10,
    #history #invoice .order-sm-10 {
      -ms-flex-order: 10;
      order: 10; }
    #service-request-history #invoice .order-sm-11,
    #recommendations #invoice .order-sm-11,
    #history #invoice .order-sm-11 {
      -ms-flex-order: 11;
      order: 11; }
    #service-request-history #invoice .order-sm-12,
    #recommendations #invoice .order-sm-12,
    #history #invoice .order-sm-12 {
      -ms-flex-order: 12;
      order: 12; }
    #service-request-history #invoice .offset-sm-0,
    #recommendations #invoice .offset-sm-0,
    #history #invoice .offset-sm-0 {
      margin-left: 0; }
    #service-request-history #invoice .offset-sm-1,
    #recommendations #invoice .offset-sm-1,
    #history #invoice .offset-sm-1 {
      margin-left: 8.333333%; }
    #service-request-history #invoice .offset-sm-2,
    #recommendations #invoice .offset-sm-2,
    #history #invoice .offset-sm-2 {
      margin-left: 16.666667%; }
    #service-request-history #invoice .offset-sm-3,
    #recommendations #invoice .offset-sm-3,
    #history #invoice .offset-sm-3 {
      margin-left: 25%; }
    #service-request-history #invoice .offset-sm-4,
    #recommendations #invoice .offset-sm-4,
    #history #invoice .offset-sm-4 {
      margin-left: 33.333333%; }
    #service-request-history #invoice .offset-sm-5,
    #recommendations #invoice .offset-sm-5,
    #history #invoice .offset-sm-5 {
      margin-left: 41.666667%; }
    #service-request-history #invoice .offset-sm-6,
    #recommendations #invoice .offset-sm-6,
    #history #invoice .offset-sm-6 {
      margin-left: 50%; }
    #service-request-history #invoice .offset-sm-7,
    #recommendations #invoice .offset-sm-7,
    #history #invoice .offset-sm-7 {
      margin-left: 58.333333%; }
    #service-request-history #invoice .offset-sm-8,
    #recommendations #invoice .offset-sm-8,
    #history #invoice .offset-sm-8 {
      margin-left: 66.666667%; }
    #service-request-history #invoice .offset-sm-9,
    #recommendations #invoice .offset-sm-9,
    #history #invoice .offset-sm-9 {
      margin-left: 75%; }
    #service-request-history #invoice .offset-sm-10,
    #recommendations #invoice .offset-sm-10,
    #history #invoice .offset-sm-10 {
      margin-left: 83.333333%; }
    #service-request-history #invoice .offset-sm-11,
    #recommendations #invoice .offset-sm-11,
    #history #invoice .offset-sm-11 {
      margin-left: 91.666667%; } }
  @media (min-width: 768px) {
    #service-request-history #invoice .col-md,
    #recommendations #invoice .col-md,
    #history #invoice .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    #service-request-history #invoice .col-md-auto,
    #recommendations #invoice .col-md-auto,
    #history #invoice .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    #service-request-history #invoice .col-md-1,
    #recommendations #invoice .col-md-1,
    #history #invoice .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    #service-request-history #invoice .col-md-2,
    #recommendations #invoice .col-md-2,
    #history #invoice .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    #service-request-history #invoice .col-md-3,
    #recommendations #invoice .col-md-3,
    #history #invoice .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    #service-request-history #invoice .col-md-4,
    #recommendations #invoice .col-md-4,
    #history #invoice .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    #service-request-history #invoice .col-md-5,
    #recommendations #invoice .col-md-5,
    #history #invoice .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    #service-request-history #invoice .col-md-6,
    #recommendations #invoice .col-md-6,
    #history #invoice .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    #service-request-history #invoice .col-md-7,
    #recommendations #invoice .col-md-7,
    #history #invoice .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    #service-request-history #invoice .col-md-8,
    #recommendations #invoice .col-md-8,
    #history #invoice .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    #service-request-history #invoice .col-md-9,
    #recommendations #invoice .col-md-9,
    #history #invoice .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    #service-request-history #invoice .col-md-10,
    #recommendations #invoice .col-md-10,
    #history #invoice .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    #service-request-history #invoice .col-md-11,
    #recommendations #invoice .col-md-11,
    #history #invoice .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    #service-request-history #invoice .col-md-12,
    #recommendations #invoice .col-md-12,
    #history #invoice .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    #service-request-history #invoice .order-md-first,
    #recommendations #invoice .order-md-first,
    #history #invoice .order-md-first {
      -ms-flex-order: -1;
      order: -1; }
    #service-request-history #invoice .order-md-1,
    #recommendations #invoice .order-md-1,
    #history #invoice .order-md-1 {
      -ms-flex-order: 1;
      order: 1; }
    #service-request-history #invoice .order-md-2,
    #recommendations #invoice .order-md-2,
    #history #invoice .order-md-2 {
      -ms-flex-order: 2;
      order: 2; }
    #service-request-history #invoice .order-md-3,
    #recommendations #invoice .order-md-3,
    #history #invoice .order-md-3 {
      -ms-flex-order: 3;
      order: 3; }
    #service-request-history #invoice .order-md-4,
    #recommendations #invoice .order-md-4,
    #history #invoice .order-md-4 {
      -ms-flex-order: 4;
      order: 4; }
    #service-request-history #invoice .order-md-5,
    #recommendations #invoice .order-md-5,
    #history #invoice .order-md-5 {
      -ms-flex-order: 5;
      order: 5; }
    #service-request-history #invoice .order-md-6,
    #recommendations #invoice .order-md-6,
    #history #invoice .order-md-6 {
      -ms-flex-order: 6;
      order: 6; }
    #service-request-history #invoice .order-md-7,
    #recommendations #invoice .order-md-7,
    #history #invoice .order-md-7 {
      -ms-flex-order: 7;
      order: 7; }
    #service-request-history #invoice .order-md-8,
    #recommendations #invoice .order-md-8,
    #history #invoice .order-md-8 {
      -ms-flex-order: 8;
      order: 8; }
    #service-request-history #invoice .order-md-9,
    #recommendations #invoice .order-md-9,
    #history #invoice .order-md-9 {
      -ms-flex-order: 9;
      order: 9; }
    #service-request-history #invoice .order-md-10,
    #recommendations #invoice .order-md-10,
    #history #invoice .order-md-10 {
      -ms-flex-order: 10;
      order: 10; }
    #service-request-history #invoice .order-md-11,
    #recommendations #invoice .order-md-11,
    #history #invoice .order-md-11 {
      -ms-flex-order: 11;
      order: 11; }
    #service-request-history #invoice .order-md-12,
    #recommendations #invoice .order-md-12,
    #history #invoice .order-md-12 {
      -ms-flex-order: 12;
      order: 12; }
    #service-request-history #invoice .offset-md-0,
    #recommendations #invoice .offset-md-0,
    #history #invoice .offset-md-0 {
      margin-left: 0; }
    #service-request-history #invoice .offset-md-1,
    #recommendations #invoice .offset-md-1,
    #history #invoice .offset-md-1 {
      margin-left: 8.333333%; }
    #service-request-history #invoice .offset-md-2,
    #recommendations #invoice .offset-md-2,
    #history #invoice .offset-md-2 {
      margin-left: 16.666667%; }
    #service-request-history #invoice .offset-md-3,
    #recommendations #invoice .offset-md-3,
    #history #invoice .offset-md-3 {
      margin-left: 25%; }
    #service-request-history #invoice .offset-md-4,
    #recommendations #invoice .offset-md-4,
    #history #invoice .offset-md-4 {
      margin-left: 33.333333%; }
    #service-request-history #invoice .offset-md-5,
    #recommendations #invoice .offset-md-5,
    #history #invoice .offset-md-5 {
      margin-left: 41.666667%; }
    #service-request-history #invoice .offset-md-6,
    #recommendations #invoice .offset-md-6,
    #history #invoice .offset-md-6 {
      margin-left: 50%; }
    #service-request-history #invoice .offset-md-7,
    #recommendations #invoice .offset-md-7,
    #history #invoice .offset-md-7 {
      margin-left: 58.333333%; }
    #service-request-history #invoice .offset-md-8,
    #recommendations #invoice .offset-md-8,
    #history #invoice .offset-md-8 {
      margin-left: 66.666667%; }
    #service-request-history #invoice .offset-md-9,
    #recommendations #invoice .offset-md-9,
    #history #invoice .offset-md-9 {
      margin-left: 75%; }
    #service-request-history #invoice .offset-md-10,
    #recommendations #invoice .offset-md-10,
    #history #invoice .offset-md-10 {
      margin-left: 83.333333%; }
    #service-request-history #invoice .offset-md-11,
    #recommendations #invoice .offset-md-11,
    #history #invoice .offset-md-11 {
      margin-left: 91.666667%; } }
  @media (min-width: 992px) {
    #service-request-history #invoice .col-lg,
    #recommendations #invoice .col-lg,
    #history #invoice .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    #service-request-history #invoice .col-lg-auto,
    #recommendations #invoice .col-lg-auto,
    #history #invoice .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    #service-request-history #invoice .col-lg-1,
    #recommendations #invoice .col-lg-1,
    #history #invoice .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    #service-request-history #invoice .col-lg-2,
    #recommendations #invoice .col-lg-2,
    #history #invoice .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    #service-request-history #invoice .col-lg-3,
    #recommendations #invoice .col-lg-3,
    #history #invoice .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    #service-request-history #invoice .col-lg-4,
    #recommendations #invoice .col-lg-4,
    #history #invoice .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    #service-request-history #invoice .col-lg-5,
    #recommendations #invoice .col-lg-5,
    #history #invoice .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    #service-request-history #invoice .col-lg-6,
    #recommendations #invoice .col-lg-6,
    #history #invoice .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    #service-request-history #invoice .col-lg-7,
    #recommendations #invoice .col-lg-7,
    #history #invoice .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    #service-request-history #invoice .col-lg-8,
    #recommendations #invoice .col-lg-8,
    #history #invoice .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    #service-request-history #invoice .col-lg-9,
    #recommendations #invoice .col-lg-9,
    #history #invoice .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    #service-request-history #invoice .col-lg-10,
    #recommendations #invoice .col-lg-10,
    #history #invoice .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    #service-request-history #invoice .col-lg-11,
    #recommendations #invoice .col-lg-11,
    #history #invoice .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    #service-request-history #invoice .col-lg-12,
    #recommendations #invoice .col-lg-12,
    #history #invoice .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    #service-request-history #invoice .order-lg-first,
    #recommendations #invoice .order-lg-first,
    #history #invoice .order-lg-first {
      -ms-flex-order: -1;
      order: -1; }
    #service-request-history #invoice .order-lg-1,
    #recommendations #invoice .order-lg-1,
    #history #invoice .order-lg-1 {
      -ms-flex-order: 1;
      order: 1; }
    #service-request-history #invoice .order-lg-2,
    #recommendations #invoice .order-lg-2,
    #history #invoice .order-lg-2 {
      -ms-flex-order: 2;
      order: 2; }
    #service-request-history #invoice .order-lg-3,
    #recommendations #invoice .order-lg-3,
    #history #invoice .order-lg-3 {
      -ms-flex-order: 3;
      order: 3; }
    #service-request-history #invoice .order-lg-4,
    #recommendations #invoice .order-lg-4,
    #history #invoice .order-lg-4 {
      -ms-flex-order: 4;
      order: 4; }
    #service-request-history #invoice .order-lg-5,
    #recommendations #invoice .order-lg-5,
    #history #invoice .order-lg-5 {
      -ms-flex-order: 5;
      order: 5; }
    #service-request-history #invoice .order-lg-6,
    #recommendations #invoice .order-lg-6,
    #history #invoice .order-lg-6 {
      -ms-flex-order: 6;
      order: 6; }
    #service-request-history #invoice .order-lg-7,
    #recommendations #invoice .order-lg-7,
    #history #invoice .order-lg-7 {
      -ms-flex-order: 7;
      order: 7; }
    #service-request-history #invoice .order-lg-8,
    #recommendations #invoice .order-lg-8,
    #history #invoice .order-lg-8 {
      -ms-flex-order: 8;
      order: 8; }
    #service-request-history #invoice .order-lg-9,
    #recommendations #invoice .order-lg-9,
    #history #invoice .order-lg-9 {
      -ms-flex-order: 9;
      order: 9; }
    #service-request-history #invoice .order-lg-10,
    #recommendations #invoice .order-lg-10,
    #history #invoice .order-lg-10 {
      -ms-flex-order: 10;
      order: 10; }
    #service-request-history #invoice .order-lg-11,
    #recommendations #invoice .order-lg-11,
    #history #invoice .order-lg-11 {
      -ms-flex-order: 11;
      order: 11; }
    #service-request-history #invoice .order-lg-12,
    #recommendations #invoice .order-lg-12,
    #history #invoice .order-lg-12 {
      -ms-flex-order: 12;
      order: 12; }
    #service-request-history #invoice .offset-lg-0,
    #recommendations #invoice .offset-lg-0,
    #history #invoice .offset-lg-0 {
      margin-left: 0; }
    #service-request-history #invoice .offset-lg-1,
    #recommendations #invoice .offset-lg-1,
    #history #invoice .offset-lg-1 {
      margin-left: 8.333333%; }
    #service-request-history #invoice .offset-lg-2,
    #recommendations #invoice .offset-lg-2,
    #history #invoice .offset-lg-2 {
      margin-left: 16.666667%; }
    #service-request-history #invoice .offset-lg-3,
    #recommendations #invoice .offset-lg-3,
    #history #invoice .offset-lg-3 {
      margin-left: 25%; }
    #service-request-history #invoice .offset-lg-4,
    #recommendations #invoice .offset-lg-4,
    #history #invoice .offset-lg-4 {
      margin-left: 33.333333%; }
    #service-request-history #invoice .offset-lg-5,
    #recommendations #invoice .offset-lg-5,
    #history #invoice .offset-lg-5 {
      margin-left: 41.666667%; }
    #service-request-history #invoice .offset-lg-6,
    #recommendations #invoice .offset-lg-6,
    #history #invoice .offset-lg-6 {
      margin-left: 50%; }
    #service-request-history #invoice .offset-lg-7,
    #recommendations #invoice .offset-lg-7,
    #history #invoice .offset-lg-7 {
      margin-left: 58.333333%; }
    #service-request-history #invoice .offset-lg-8,
    #recommendations #invoice .offset-lg-8,
    #history #invoice .offset-lg-8 {
      margin-left: 66.666667%; }
    #service-request-history #invoice .offset-lg-9,
    #recommendations #invoice .offset-lg-9,
    #history #invoice .offset-lg-9 {
      margin-left: 75%; }
    #service-request-history #invoice .offset-lg-10,
    #recommendations #invoice .offset-lg-10,
    #history #invoice .offset-lg-10 {
      margin-left: 83.333333%; }
    #service-request-history #invoice .offset-lg-11,
    #recommendations #invoice .offset-lg-11,
    #history #invoice .offset-lg-11 {
      margin-left: 91.666667%; } }
  @media (min-width: 1200px) {
    #service-request-history #invoice .col-xl,
    #recommendations #invoice .col-xl,
    #history #invoice .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    #service-request-history #invoice .col-xl-auto,
    #recommendations #invoice .col-xl-auto,
    #history #invoice .col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    #service-request-history #invoice .col-xl-1,
    #recommendations #invoice .col-xl-1,
    #history #invoice .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    #service-request-history #invoice .col-xl-2,
    #recommendations #invoice .col-xl-2,
    #history #invoice .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    #service-request-history #invoice .col-xl-3,
    #recommendations #invoice .col-xl-3,
    #history #invoice .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    #service-request-history #invoice .col-xl-4,
    #recommendations #invoice .col-xl-4,
    #history #invoice .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    #service-request-history #invoice .col-xl-5,
    #recommendations #invoice .col-xl-5,
    #history #invoice .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    #service-request-history #invoice .col-xl-6,
    #recommendations #invoice .col-xl-6,
    #history #invoice .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    #service-request-history #invoice .col-xl-7,
    #recommendations #invoice .col-xl-7,
    #history #invoice .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    #service-request-history #invoice .col-xl-8,
    #recommendations #invoice .col-xl-8,
    #history #invoice .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    #service-request-history #invoice .col-xl-9,
    #recommendations #invoice .col-xl-9,
    #history #invoice .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    #service-request-history #invoice .col-xl-10,
    #recommendations #invoice .col-xl-10,
    #history #invoice .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    #service-request-history #invoice .col-xl-11,
    #recommendations #invoice .col-xl-11,
    #history #invoice .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    #service-request-history #invoice .col-xl-12,
    #recommendations #invoice .col-xl-12,
    #history #invoice .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    #service-request-history #invoice .order-xl-first,
    #recommendations #invoice .order-xl-first,
    #history #invoice .order-xl-first {
      -ms-flex-order: -1;
      order: -1; }
    #service-request-history #invoice .order-xl-1,
    #recommendations #invoice .order-xl-1,
    #history #invoice .order-xl-1 {
      -ms-flex-order: 1;
      order: 1; }
    #service-request-history #invoice .order-xl-2,
    #recommendations #invoice .order-xl-2,
    #history #invoice .order-xl-2 {
      -ms-flex-order: 2;
      order: 2; }
    #service-request-history #invoice .order-xl-3,
    #recommendations #invoice .order-xl-3,
    #history #invoice .order-xl-3 {
      -ms-flex-order: 3;
      order: 3; }
    #service-request-history #invoice .order-xl-4,
    #recommendations #invoice .order-xl-4,
    #history #invoice .order-xl-4 {
      -ms-flex-order: 4;
      order: 4; }
    #service-request-history #invoice .order-xl-5,
    #recommendations #invoice .order-xl-5,
    #history #invoice .order-xl-5 {
      -ms-flex-order: 5;
      order: 5; }
    #service-request-history #invoice .order-xl-6,
    #recommendations #invoice .order-xl-6,
    #history #invoice .order-xl-6 {
      -ms-flex-order: 6;
      order: 6; }
    #service-request-history #invoice .order-xl-7,
    #recommendations #invoice .order-xl-7,
    #history #invoice .order-xl-7 {
      -ms-flex-order: 7;
      order: 7; }
    #service-request-history #invoice .order-xl-8,
    #recommendations #invoice .order-xl-8,
    #history #invoice .order-xl-8 {
      -ms-flex-order: 8;
      order: 8; }
    #service-request-history #invoice .order-xl-9,
    #recommendations #invoice .order-xl-9,
    #history #invoice .order-xl-9 {
      -ms-flex-order: 9;
      order: 9; }
    #service-request-history #invoice .order-xl-10,
    #recommendations #invoice .order-xl-10,
    #history #invoice .order-xl-10 {
      -ms-flex-order: 10;
      order: 10; }
    #service-request-history #invoice .order-xl-11,
    #recommendations #invoice .order-xl-11,
    #history #invoice .order-xl-11 {
      -ms-flex-order: 11;
      order: 11; }
    #service-request-history #invoice .order-xl-12,
    #recommendations #invoice .order-xl-12,
    #history #invoice .order-xl-12 {
      -ms-flex-order: 12;
      order: 12; }
    #service-request-history #invoice .offset-xl-0,
    #recommendations #invoice .offset-xl-0,
    #history #invoice .offset-xl-0 {
      margin-left: 0; }
    #service-request-history #invoice .offset-xl-1,
    #recommendations #invoice .offset-xl-1,
    #history #invoice .offset-xl-1 {
      margin-left: 8.333333%; }
    #service-request-history #invoice .offset-xl-2,
    #recommendations #invoice .offset-xl-2,
    #history #invoice .offset-xl-2 {
      margin-left: 16.666667%; }
    #service-request-history #invoice .offset-xl-3,
    #recommendations #invoice .offset-xl-3,
    #history #invoice .offset-xl-3 {
      margin-left: 25%; }
    #service-request-history #invoice .offset-xl-4,
    #recommendations #invoice .offset-xl-4,
    #history #invoice .offset-xl-4 {
      margin-left: 33.333333%; }
    #service-request-history #invoice .offset-xl-5,
    #recommendations #invoice .offset-xl-5,
    #history #invoice .offset-xl-5 {
      margin-left: 41.666667%; }
    #service-request-history #invoice .offset-xl-6,
    #recommendations #invoice .offset-xl-6,
    #history #invoice .offset-xl-6 {
      margin-left: 50%; }
    #service-request-history #invoice .offset-xl-7,
    #recommendations #invoice .offset-xl-7,
    #history #invoice .offset-xl-7 {
      margin-left: 58.333333%; }
    #service-request-history #invoice .offset-xl-8,
    #recommendations #invoice .offset-xl-8,
    #history #invoice .offset-xl-8 {
      margin-left: 66.666667%; }
    #service-request-history #invoice .offset-xl-9,
    #recommendations #invoice .offset-xl-9,
    #history #invoice .offset-xl-9 {
      margin-left: 75%; }
    #service-request-history #invoice .offset-xl-10,
    #recommendations #invoice .offset-xl-10,
    #history #invoice .offset-xl-10 {
      margin-left: 83.333333%; }
    #service-request-history #invoice .offset-xl-11,
    #recommendations #invoice .offset-xl-11,
    #history #invoice .offset-xl-11 {
      margin-left: 91.666667%; } }
  #service-request-history #invoice .table,
  #recommendations #invoice .table,
  #history #invoice .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent; }
  #service-request-history #invoice .table td, #service-request-history #invoice .table th,
  #recommendations #invoice .table td,
  #recommendations #invoice .table th,
  #history #invoice .table td,
  #history #invoice .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  #service-request-history #invoice .table thead th,
  #recommendations #invoice .table thead th,
  #history #invoice .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef; }
  #service-request-history #invoice .table tbody + tbody,
  #recommendations #invoice .table tbody + tbody,
  #history #invoice .table tbody + tbody {
    border-top: 2px solid #e9ecef; }
  #service-request-history #invoice .table .table,
  #recommendations #invoice .table .table,
  #history #invoice .table .table {
    background-color: #fff; }
  #service-request-history #invoice .table-sm td, #service-request-history #invoice .table-sm th,
  #recommendations #invoice .table-sm td,
  #recommendations #invoice .table-sm th,
  #history #invoice .table-sm td,
  #history #invoice .table-sm th {
    padding: .3rem; }
  #service-request-history #invoice .table-bordered,
  #recommendations #invoice .table-bordered,
  #history #invoice .table-bordered {
    border: 1px solid #e9ecef; }
  #service-request-history #invoice .table-bordered td, #service-request-history #invoice .table-bordered th,
  #recommendations #invoice .table-bordered td,
  #recommendations #invoice .table-bordered th,
  #history #invoice .table-bordered td,
  #history #invoice .table-bordered th {
    border: 1px solid #e9ecef; }
  #service-request-history #invoice .table-bordered thead td, #service-request-history #invoice .table-bordered thead th,
  #recommendations #invoice .table-bordered thead td,
  #recommendations #invoice .table-bordered thead th,
  #history #invoice .table-bordered thead td,
  #history #invoice .table-bordered thead th {
    border-bottom-width: 2px; }
  #service-request-history #invoice .table-striped tbody tr:nth-of-type(odd),
  #recommendations #invoice .table-striped tbody tr:nth-of-type(odd),
  #history #invoice .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  #service-request-history #invoice .table-hover tbody tr:hover,
  #recommendations #invoice .table-hover tbody tr:hover,
  #history #invoice .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075); }
  #service-request-history #invoice .table-primary, #service-request-history #invoice .table-primary > td, #service-request-history #invoice .table-primary > th,
  #recommendations #invoice .table-primary,
  #recommendations #invoice .table-primary > td,
  #recommendations #invoice .table-primary > th,
  #history #invoice .table-primary,
  #history #invoice .table-primary > td,
  #history #invoice .table-primary > th {
    background-color: #b8daff; }
  #service-request-history #invoice .table-hover .table-primary:hover,
  #recommendations #invoice .table-hover .table-primary:hover,
  #history #invoice .table-hover .table-primary:hover {
    background-color: #9fcdff; }
  #service-request-history #invoice .table-hover .table-primary:hover > td, #service-request-history #invoice .table-hover .table-primary:hover > th,
  #recommendations #invoice .table-hover .table-primary:hover > td,
  #recommendations #invoice .table-hover .table-primary:hover > th,
  #history #invoice .table-hover .table-primary:hover > td,
  #history #invoice .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }
  #service-request-history #invoice .table-secondary, #service-request-history #invoice .table-secondary > td, #service-request-history #invoice .table-secondary > th,
  #recommendations #invoice .table-secondary,
  #recommendations #invoice .table-secondary > td,
  #recommendations #invoice .table-secondary > th,
  #history #invoice .table-secondary,
  #history #invoice .table-secondary > td,
  #history #invoice .table-secondary > th {
    background-color: #dddfe2; }
  #service-request-history #invoice .table-hover .table-secondary:hover,
  #recommendations #invoice .table-hover .table-secondary:hover,
  #history #invoice .table-hover .table-secondary:hover {
    background-color: #cfd2d6; }
  #service-request-history #invoice .table-hover .table-secondary:hover > td, #service-request-history #invoice .table-hover .table-secondary:hover > th,
  #recommendations #invoice .table-hover .table-secondary:hover > td,
  #recommendations #invoice .table-hover .table-secondary:hover > th,
  #history #invoice .table-hover .table-secondary:hover > td,
  #history #invoice .table-hover .table-secondary:hover > th {
    background-color: #cfd2d6; }
  #service-request-history #invoice .table-success, #service-request-history #invoice .table-success > td, #service-request-history #invoice .table-success > th,
  #recommendations #invoice .table-success,
  #recommendations #invoice .table-success > td,
  #recommendations #invoice .table-success > th,
  #history #invoice .table-success,
  #history #invoice .table-success > td,
  #history #invoice .table-success > th {
    background-color: #c3e6cb; }
  #service-request-history #invoice .table-hover .table-success:hover,
  #recommendations #invoice .table-hover .table-success:hover,
  #history #invoice .table-hover .table-success:hover {
    background-color: #b1dfbb; }
  #service-request-history #invoice .table-hover .table-success:hover > td, #service-request-history #invoice .table-hover .table-success:hover > th,
  #recommendations #invoice .table-hover .table-success:hover > td,
  #recommendations #invoice .table-hover .table-success:hover > th,
  #history #invoice .table-hover .table-success:hover > td,
  #history #invoice .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }
  #service-request-history #invoice .table-info, #service-request-history #invoice .table-info > td, #service-request-history #invoice .table-info > th,
  #recommendations #invoice .table-info,
  #recommendations #invoice .table-info > td,
  #recommendations #invoice .table-info > th,
  #history #invoice .table-info,
  #history #invoice .table-info > td,
  #history #invoice .table-info > th {
    background-color: #bee5eb; }
  #service-request-history #invoice .table-hover .table-info:hover,
  #recommendations #invoice .table-hover .table-info:hover,
  #history #invoice .table-hover .table-info:hover {
    background-color: #abdde5; }
  #service-request-history #invoice .table-hover .table-info:hover > td, #service-request-history #invoice .table-hover .table-info:hover > th,
  #recommendations #invoice .table-hover .table-info:hover > td,
  #recommendations #invoice .table-hover .table-info:hover > th,
  #history #invoice .table-hover .table-info:hover > td,
  #history #invoice .table-hover .table-info:hover > th {
    background-color: #abdde5; }
  #service-request-history #invoice .table-warning, #service-request-history #invoice .table-warning > td, #service-request-history #invoice .table-warning > th,
  #recommendations #invoice .table-warning,
  #recommendations #invoice .table-warning > td,
  #recommendations #invoice .table-warning > th,
  #history #invoice .table-warning,
  #history #invoice .table-warning > td,
  #history #invoice .table-warning > th {
    background-color: #ffeeba; }
  #service-request-history #invoice .table-hover .table-warning:hover,
  #recommendations #invoice .table-hover .table-warning:hover,
  #history #invoice .table-hover .table-warning:hover {
    background-color: #ffe8a1; }
  #service-request-history #invoice .table-hover .table-warning:hover > td, #service-request-history #invoice .table-hover .table-warning:hover > th,
  #recommendations #invoice .table-hover .table-warning:hover > td,
  #recommendations #invoice .table-hover .table-warning:hover > th,
  #history #invoice .table-hover .table-warning:hover > td,
  #history #invoice .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }
  #service-request-history #invoice .table-danger, #service-request-history #invoice .table-danger > td, #service-request-history #invoice .table-danger > th,
  #recommendations #invoice .table-danger,
  #recommendations #invoice .table-danger > td,
  #recommendations #invoice .table-danger > th,
  #history #invoice .table-danger,
  #history #invoice .table-danger > td,
  #history #invoice .table-danger > th {
    background-color: #f5c6cb; }
  #service-request-history #invoice .table-hover .table-danger:hover,
  #recommendations #invoice .table-hover .table-danger:hover,
  #history #invoice .table-hover .table-danger:hover {
    background-color: #f1b0b7; }
  #service-request-history #invoice .table-hover .table-danger:hover > td, #service-request-history #invoice .table-hover .table-danger:hover > th,
  #recommendations #invoice .table-hover .table-danger:hover > td,
  #recommendations #invoice .table-hover .table-danger:hover > th,
  #history #invoice .table-hover .table-danger:hover > td,
  #history #invoice .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }
  #service-request-history #invoice .table-light, #service-request-history #invoice .table-light > td, #service-request-history #invoice .table-light > th,
  #recommendations #invoice .table-light,
  #recommendations #invoice .table-light > td,
  #recommendations #invoice .table-light > th,
  #history #invoice .table-light,
  #history #invoice .table-light > td,
  #history #invoice .table-light > th {
    background-color: #fdfdfe; }
  #service-request-history #invoice .table-hover .table-light:hover,
  #recommendations #invoice .table-hover .table-light:hover,
  #history #invoice .table-hover .table-light:hover {
    background-color: #ececf6; }
  #service-request-history #invoice .table-hover .table-light:hover > td, #service-request-history #invoice .table-hover .table-light:hover > th,
  #recommendations #invoice .table-hover .table-light:hover > td,
  #recommendations #invoice .table-hover .table-light:hover > th,
  #history #invoice .table-hover .table-light:hover > td,
  #history #invoice .table-hover .table-light:hover > th {
    background-color: #ececf6; }
  #service-request-history #invoice .table-dark, #service-request-history #invoice .table-dark > td, #service-request-history #invoice .table-dark > th,
  #recommendations #invoice .table-dark,
  #recommendations #invoice .table-dark > td,
  #recommendations #invoice .table-dark > th,
  #history #invoice .table-dark,
  #history #invoice .table-dark > td,
  #history #invoice .table-dark > th {
    background-color: #c6c8ca; }
  #service-request-history #invoice .table-hover .table-dark:hover,
  #recommendations #invoice .table-hover .table-dark:hover,
  #history #invoice .table-hover .table-dark:hover {
    background-color: #b9bbbe; }
  #service-request-history #invoice .table-hover .table-dark:hover > td, #service-request-history #invoice .table-hover .table-dark:hover > th,
  #recommendations #invoice .table-hover .table-dark:hover > td,
  #recommendations #invoice .table-hover .table-dark:hover > th,
  #history #invoice .table-hover .table-dark:hover > td,
  #history #invoice .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }
  #service-request-history #invoice .table-active, #service-request-history #invoice .table-active > td, #service-request-history #invoice .table-active > th,
  #recommendations #invoice .table-active,
  #recommendations #invoice .table-active > td,
  #recommendations #invoice .table-active > th,
  #history #invoice .table-active,
  #history #invoice .table-active > td,
  #history #invoice .table-active > th {
    background-color: rgba(0, 0, 0, 0.075); }
  #service-request-history #invoice .table-hover .table-active:hover,
  #recommendations #invoice .table-hover .table-active:hover,
  #history #invoice .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075); }
  #service-request-history #invoice .table-hover .table-active:hover > td, #service-request-history #invoice .table-hover .table-active:hover > th,
  #recommendations #invoice .table-hover .table-active:hover > td,
  #recommendations #invoice .table-hover .table-active:hover > th,
  #history #invoice .table-hover .table-active:hover > td,
  #history #invoice .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }
  #service-request-history #invoice .table .thead-dark th,
  #recommendations #invoice .table .thead-dark th,
  #history #invoice .table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e; }
  #service-request-history #invoice .table .thead-light th,
  #recommendations #invoice .table .thead-light th,
  #history #invoice .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef; }
  #service-request-history #invoice .table-dark,
  #recommendations #invoice .table-dark,
  #history #invoice .table-dark {
    color: #fff;
    background-color: #212529; }
  #service-request-history #invoice .table-dark td, #service-request-history #invoice .table-dark th, #service-request-history #invoice .table-dark thead th,
  #recommendations #invoice .table-dark td,
  #recommendations #invoice .table-dark th,
  #recommendations #invoice .table-dark thead th,
  #history #invoice .table-dark td,
  #history #invoice .table-dark th,
  #history #invoice .table-dark thead th {
    border-color: #32383e; }
  #service-request-history #invoice .table-dark.table-bordered,
  #recommendations #invoice .table-dark.table-bordered,
  #history #invoice .table-dark.table-bordered {
    border: 0; }
  #service-request-history #invoice .table-dark.table-striped tbody tr:nth-of-type(odd),
  #recommendations #invoice .table-dark.table-striped tbody tr:nth-of-type(odd),
  #history #invoice .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  #service-request-history #invoice .table-dark.table-hover tbody tr:hover,
  #recommendations #invoice .table-dark.table-hover tbody tr:hover,
  #history #invoice .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }
  @media (max-width: 575px) {
    #service-request-history #invoice .table-responsive-sm,
    #recommendations #invoice .table-responsive-sm,
    #history #invoice .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    #service-request-history #invoice .table-responsive-sm.table-bordered,
    #recommendations #invoice .table-responsive-sm.table-bordered,
    #history #invoice .table-responsive-sm.table-bordered {
      border: 0; } }
  @media (max-width: 767px) {
    #service-request-history #invoice .table-responsive-md,
    #recommendations #invoice .table-responsive-md,
    #history #invoice .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    #service-request-history #invoice .table-responsive-md.table-bordered,
    #recommendations #invoice .table-responsive-md.table-bordered,
    #history #invoice .table-responsive-md.table-bordered {
      border: 0; } }
  @media (max-width: 991px) {
    #service-request-history #invoice .table-responsive-lg,
    #recommendations #invoice .table-responsive-lg,
    #history #invoice .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    #service-request-history #invoice .table-responsive-lg.table-bordered,
    #recommendations #invoice .table-responsive-lg.table-bordered,
    #history #invoice .table-responsive-lg.table-bordered {
      border: 0; } }
  @media (max-width: 1199px) {
    #service-request-history #invoice .table-responsive-xl,
    #recommendations #invoice .table-responsive-xl,
    #history #invoice .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    #service-request-history #invoice .table-responsive-xl.table-bordered,
    #recommendations #invoice .table-responsive-xl.table-bordered,
    #history #invoice .table-responsive-xl.table-bordered {
      border: 0; } }
  #service-request-history #invoice .table-responsive,
  #recommendations #invoice .table-responsive,
  #history #invoice .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  #service-request-history #invoice .table-responsive.table-bordered,
  #recommendations #invoice .table-responsive.table-bordered,
  #history #invoice .table-responsive.table-bordered {
    border: 0; }
  #service-request-history #invoice .btn,
  #recommendations #invoice .btn,
  #history #invoice .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  #service-request-history #invoice .btn:focus, #service-request-history #invoice .btn:hover,
  #recommendations #invoice .btn:focus,
  #recommendations #invoice .btn:hover,
  #history #invoice .btn:focus,
  #history #invoice .btn:hover {
    text-decoration: none; }
  #service-request-history #invoice .btn.focus, #service-request-history #invoice .btn:focus,
  #recommendations #invoice .btn.focus,
  #recommendations #invoice .btn:focus,
  #history #invoice .btn.focus,
  #history #invoice .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  #service-request-history #invoice .btn.disabled, #service-request-history #invoice .btn:disabled,
  #recommendations #invoice .btn.disabled,
  #recommendations #invoice .btn:disabled,
  #history #invoice .btn.disabled,
  #history #invoice .btn:disabled {
    opacity: .65; }
  #service-request-history #invoice .btn:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn:not([disabled]):not(.disabled):active,
  #recommendations #invoice .btn:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn:not([disabled]):not(.disabled):active,
  #history #invoice .btn:not([disabled]):not(.disabled).active,
  #history #invoice .btn:not([disabled]):not(.disabled):active {
    background-image: none; }
  #service-request-history #invoice a.btn.disabled, #service-request-history #invoice fieldset[disabled] a.btn,
  #recommendations #invoice a.btn.disabled,
  #recommendations #invoice fieldset[disabled] a.btn,
  #history #invoice a.btn.disabled,
  #history #invoice fieldset[disabled] a.btn {
    pointer-events: none; }
  #service-request-history #invoice .btn-primary,
  #recommendations #invoice .btn-primary,
  #history #invoice .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  #service-request-history #invoice .btn-primary:hover,
  #recommendations #invoice .btn-primary:hover,
  #history #invoice .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  #service-request-history #invoice .btn-primary.focus, #service-request-history #invoice .btn-primary:focus,
  #recommendations #invoice .btn-primary.focus,
  #recommendations #invoice .btn-primary:focus,
  #history #invoice .btn-primary.focus,
  #history #invoice .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  #service-request-history #invoice .btn-primary.disabled, #service-request-history #invoice .btn-primary:disabled,
  #recommendations #invoice .btn-primary.disabled,
  #recommendations #invoice .btn-primary:disabled,
  #history #invoice .btn-primary.disabled,
  #history #invoice .btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff; }
  #service-request-history #invoice .btn-primary:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn-primary:not([disabled]):not(.disabled):active, #service-request-history #invoice .show > .btn-primary.dropdown-toggle,
  #recommendations #invoice .btn-primary:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn-primary:not([disabled]):not(.disabled):active,
  #recommendations #invoice .show > .btn-primary.dropdown-toggle,
  #history #invoice .btn-primary:not([disabled]):not(.disabled).active,
  #history #invoice .btn-primary:not([disabled]):not(.disabled):active,
  #history #invoice .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  #service-request-history #invoice .btn-secondary,
  #recommendations #invoice .btn-secondary,
  #history #invoice .btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  #service-request-history #invoice .btn-secondary:hover,
  #recommendations #invoice .btn-secondary:hover,
  #history #invoice .btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d; }
  #service-request-history #invoice .btn-secondary.focus, #service-request-history #invoice .btn-secondary:focus,
  #recommendations #invoice .btn-secondary.focus,
  #recommendations #invoice .btn-secondary:focus,
  #history #invoice .btn-secondary.focus,
  #history #invoice .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  #service-request-history #invoice .btn-secondary.disabled, #service-request-history #invoice .btn-secondary:disabled,
  #recommendations #invoice .btn-secondary.disabled,
  #recommendations #invoice .btn-secondary:disabled,
  #history #invoice .btn-secondary.disabled,
  #history #invoice .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96; }
  #service-request-history #invoice .btn-secondary:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn-secondary:not([disabled]):not(.disabled):active, #service-request-history #invoice .show > .btn-secondary.dropdown-toggle,
  #recommendations #invoice .btn-secondary:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn-secondary:not([disabled]):not(.disabled):active,
  #recommendations #invoice .show > .btn-secondary.dropdown-toggle,
  #history #invoice .btn-secondary:not([disabled]):not(.disabled).active,
  #history #invoice .btn-secondary:not([disabled]):not(.disabled):active,
  #history #invoice .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  #service-request-history #invoice .btn-success,
  #recommendations #invoice .btn-success,
  #history #invoice .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  #service-request-history #invoice .btn-success:hover,
  #recommendations #invoice .btn-success:hover,
  #history #invoice .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  #service-request-history #invoice .btn-success.focus, #service-request-history #invoice .btn-success:focus,
  #recommendations #invoice .btn-success.focus,
  #recommendations #invoice .btn-success:focus,
  #history #invoice .btn-success.focus,
  #history #invoice .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  #service-request-history #invoice .btn-success.disabled, #service-request-history #invoice .btn-success:disabled,
  #recommendations #invoice .btn-success.disabled,
  #recommendations #invoice .btn-success:disabled,
  #history #invoice .btn-success.disabled,
  #history #invoice .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745; }
  #service-request-history #invoice .btn-success:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn-success:not([disabled]):not(.disabled):active, #service-request-history #invoice .show > .btn-success.dropdown-toggle,
  #recommendations #invoice .btn-success:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn-success:not([disabled]):not(.disabled):active,
  #recommendations #invoice .show > .btn-success.dropdown-toggle,
  #history #invoice .btn-success:not([disabled]):not(.disabled).active,
  #history #invoice .btn-success:not([disabled]):not(.disabled):active,
  #history #invoice .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  #service-request-history #invoice .btn-info,
  #recommendations #invoice .btn-info,
  #history #invoice .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  #service-request-history #invoice .btn-info:hover,
  #recommendations #invoice .btn-info:hover,
  #history #invoice .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  #service-request-history #invoice .btn-info.focus, #service-request-history #invoice .btn-info:focus,
  #recommendations #invoice .btn-info.focus,
  #recommendations #invoice .btn-info:focus,
  #history #invoice .btn-info.focus,
  #history #invoice .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  #service-request-history #invoice .btn-info.disabled, #service-request-history #invoice .btn-info:disabled,
  #recommendations #invoice .btn-info.disabled,
  #recommendations #invoice .btn-info:disabled,
  #history #invoice .btn-info.disabled,
  #history #invoice .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8; }
  #service-request-history #invoice .btn-info:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn-info:not([disabled]):not(.disabled):active, #service-request-history #invoice .show > .btn-info.dropdown-toggle,
  #recommendations #invoice .btn-info:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn-info:not([disabled]):not(.disabled):active,
  #recommendations #invoice .show > .btn-info.dropdown-toggle,
  #history #invoice .btn-info:not([disabled]):not(.disabled).active,
  #history #invoice .btn-info:not([disabled]):not(.disabled):active,
  #history #invoice .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  #service-request-history #invoice .btn-warning,
  #recommendations #invoice .btn-warning,
  #history #invoice .btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107; }
  #service-request-history #invoice .btn-warning:hover,
  #recommendations #invoice .btn-warning:hover,
  #history #invoice .btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00; }
  #service-request-history #invoice .btn-warning.focus, #service-request-history #invoice .btn-warning:focus,
  #recommendations #invoice .btn-warning.focus,
  #recommendations #invoice .btn-warning:focus,
  #history #invoice .btn-warning.focus,
  #history #invoice .btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  #service-request-history #invoice .btn-warning.disabled, #service-request-history #invoice .btn-warning:disabled,
  #recommendations #invoice .btn-warning.disabled,
  #recommendations #invoice .btn-warning:disabled,
  #history #invoice .btn-warning.disabled,
  #history #invoice .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107; }
  #service-request-history #invoice .btn-warning:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn-warning:not([disabled]):not(.disabled):active, #service-request-history #invoice .show > .btn-warning.dropdown-toggle,
  #recommendations #invoice .btn-warning:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn-warning:not([disabled]):not(.disabled):active,
  #recommendations #invoice .show > .btn-warning.dropdown-toggle,
  #history #invoice .btn-warning:not([disabled]):not(.disabled).active,
  #history #invoice .btn-warning:not([disabled]):not(.disabled):active,
  #history #invoice .show > .btn-warning.dropdown-toggle {
    color: #111;
    background-color: #d39e00;
    border-color: #c69500;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  #service-request-history #invoice .btn-danger,
  #recommendations #invoice .btn-danger,
  #history #invoice .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  #service-request-history #invoice .btn-danger:hover,
  #recommendations #invoice .btn-danger:hover,
  #history #invoice .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  #service-request-history #invoice .btn-danger.focus, #service-request-history #invoice .btn-danger:focus,
  #recommendations #invoice .btn-danger.focus,
  #recommendations #invoice .btn-danger:focus,
  #history #invoice .btn-danger.focus,
  #history #invoice .btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  #service-request-history #invoice .btn-danger.disabled, #service-request-history #invoice .btn-danger:disabled,
  #recommendations #invoice .btn-danger.disabled,
  #recommendations #invoice .btn-danger:disabled,
  #history #invoice .btn-danger.disabled,
  #history #invoice .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545; }
  #service-request-history #invoice .btn-danger:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn-danger:not([disabled]):not(.disabled):active, #service-request-history #invoice .show > .btn-danger.dropdown-toggle,
  #recommendations #invoice .btn-danger:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn-danger:not([disabled]):not(.disabled):active,
  #recommendations #invoice .show > .btn-danger.dropdown-toggle,
  #history #invoice .btn-danger:not([disabled]):not(.disabled).active,
  #history #invoice .btn-danger:not([disabled]):not(.disabled):active,
  #history #invoice .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  #service-request-history #invoice .btn-light,
  #recommendations #invoice .btn-light,
  #history #invoice .btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  #service-request-history #invoice .btn-light:hover,
  #recommendations #invoice .btn-light:hover,
  #history #invoice .btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  #service-request-history #invoice .btn-light.focus, #service-request-history #invoice .btn-light:focus,
  #recommendations #invoice .btn-light.focus,
  #recommendations #invoice .btn-light:focus,
  #history #invoice .btn-light.focus,
  #history #invoice .btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  #service-request-history #invoice .btn-light.disabled, #service-request-history #invoice .btn-light:disabled,
  #recommendations #invoice .btn-light.disabled,
  #recommendations #invoice .btn-light:disabled,
  #history #invoice .btn-light.disabled,
  #history #invoice .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  #service-request-history #invoice .btn-light:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn-light:not([disabled]):not(.disabled):active, #service-request-history #invoice .show > .btn-light.dropdown-toggle,
  #recommendations #invoice .btn-light:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn-light:not([disabled]):not(.disabled):active,
  #recommendations #invoice .show > .btn-light.dropdown-toggle,
  #history #invoice .btn-light:not([disabled]):not(.disabled).active,
  #history #invoice .btn-light:not([disabled]):not(.disabled):active,
  #history #invoice .show > .btn-light.dropdown-toggle {
    color: #111;
    background-color: #dae0e5;
    border-color: #d3d9df;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  #service-request-history #invoice .btn-dark,
  #recommendations #invoice .btn-dark,
  #history #invoice .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  #service-request-history #invoice .btn-dark:hover,
  #recommendations #invoice .btn-dark:hover,
  #history #invoice .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  #service-request-history #invoice .btn-dark.focus, #service-request-history #invoice .btn-dark:focus,
  #recommendations #invoice .btn-dark.focus,
  #recommendations #invoice .btn-dark:focus,
  #history #invoice .btn-dark.focus,
  #history #invoice .btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  #service-request-history #invoice .btn-dark.disabled, #service-request-history #invoice .btn-dark:disabled,
  #recommendations #invoice .btn-dark.disabled,
  #recommendations #invoice .btn-dark:disabled,
  #history #invoice .btn-dark.disabled,
  #history #invoice .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40; }
  #service-request-history #invoice .btn-dark:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn-dark:not([disabled]):not(.disabled):active, #service-request-history #invoice .show > .btn-dark.dropdown-toggle,
  #recommendations #invoice .btn-dark:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn-dark:not([disabled]):not(.disabled):active,
  #recommendations #invoice .show > .btn-dark.dropdown-toggle,
  #history #invoice .btn-dark:not([disabled]):not(.disabled).active,
  #history #invoice .btn-dark:not([disabled]):not(.disabled):active,
  #history #invoice .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  #service-request-history #invoice .btn-outline-primary,
  #recommendations #invoice .btn-outline-primary,
  #history #invoice .btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff; }
  #service-request-history #invoice .btn-outline-primary:hover,
  #recommendations #invoice .btn-outline-primary:hover,
  #history #invoice .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  #service-request-history #invoice .btn-outline-primary.focus, #service-request-history #invoice .btn-outline-primary:focus,
  #recommendations #invoice .btn-outline-primary.focus,
  #recommendations #invoice .btn-outline-primary:focus,
  #history #invoice .btn-outline-primary.focus,
  #history #invoice .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  #service-request-history #invoice .btn-outline-primary.disabled, #service-request-history #invoice .btn-outline-primary:disabled,
  #recommendations #invoice .btn-outline-primary.disabled,
  #recommendations #invoice .btn-outline-primary:disabled,
  #history #invoice .btn-outline-primary.disabled,
  #history #invoice .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  #service-request-history #invoice .btn-outline-primary:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn-outline-primary:not([disabled]):not(.disabled):active, #service-request-history #invoice .show > .btn-outline-primary.dropdown-toggle,
  #recommendations #invoice .btn-outline-primary:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn-outline-primary:not([disabled]):not(.disabled):active,
  #recommendations #invoice .show > .btn-outline-primary.dropdown-toggle,
  #history #invoice .btn-outline-primary:not([disabled]):not(.disabled).active,
  #history #invoice .btn-outline-primary:not([disabled]):not(.disabled):active,
  #history #invoice .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  #service-request-history #invoice .btn-outline-secondary,
  #recommendations #invoice .btn-outline-secondary,
  #history #invoice .btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96; }
  #service-request-history #invoice .btn-outline-secondary:hover,
  #recommendations #invoice .btn-outline-secondary:hover,
  #history #invoice .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  #service-request-history #invoice .btn-outline-secondary.focus, #service-request-history #invoice .btn-outline-secondary:focus,
  #recommendations #invoice .btn-outline-secondary.focus,
  #recommendations #invoice .btn-outline-secondary:focus,
  #history #invoice .btn-outline-secondary.focus,
  #history #invoice .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  #service-request-history #invoice .btn-outline-secondary.disabled, #service-request-history #invoice .btn-outline-secondary:disabled,
  #recommendations #invoice .btn-outline-secondary.disabled,
  #recommendations #invoice .btn-outline-secondary:disabled,
  #history #invoice .btn-outline-secondary.disabled,
  #history #invoice .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent; }
  #service-request-history #invoice .btn-outline-secondary:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn-outline-secondary:not([disabled]):not(.disabled):active, #service-request-history #invoice .show > .btn-outline-secondary.dropdown-toggle,
  #recommendations #invoice .btn-outline-secondary:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn-outline-secondary:not([disabled]):not(.disabled):active,
  #recommendations #invoice .show > .btn-outline-secondary.dropdown-toggle,
  #history #invoice .btn-outline-secondary:not([disabled]):not(.disabled).active,
  #history #invoice .btn-outline-secondary:not([disabled]):not(.disabled):active,
  #history #invoice .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  #service-request-history #invoice .btn-outline-success,
  #recommendations #invoice .btn-outline-success,
  #history #invoice .btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745; }
  #service-request-history #invoice .btn-outline-success:hover,
  #recommendations #invoice .btn-outline-success:hover,
  #history #invoice .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  #service-request-history #invoice .btn-outline-success.focus, #service-request-history #invoice .btn-outline-success:focus,
  #recommendations #invoice .btn-outline-success.focus,
  #recommendations #invoice .btn-outline-success:focus,
  #history #invoice .btn-outline-success.focus,
  #history #invoice .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  #service-request-history #invoice .btn-outline-success.disabled, #service-request-history #invoice .btn-outline-success:disabled,
  #recommendations #invoice .btn-outline-success.disabled,
  #recommendations #invoice .btn-outline-success:disabled,
  #history #invoice .btn-outline-success.disabled,
  #history #invoice .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  #service-request-history #invoice .btn-outline-success:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn-outline-success:not([disabled]):not(.disabled):active, #service-request-history #invoice .show > .btn-outline-success.dropdown-toggle,
  #recommendations #invoice .btn-outline-success:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn-outline-success:not([disabled]):not(.disabled):active,
  #recommendations #invoice .show > .btn-outline-success.dropdown-toggle,
  #history #invoice .btn-outline-success:not([disabled]):not(.disabled).active,
  #history #invoice .btn-outline-success:not([disabled]):not(.disabled):active,
  #history #invoice .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  #service-request-history #invoice .btn-outline-info,
  #recommendations #invoice .btn-outline-info,
  #history #invoice .btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8; }
  #service-request-history #invoice .btn-outline-info:hover,
  #recommendations #invoice .btn-outline-info:hover,
  #history #invoice .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  #service-request-history #invoice .btn-outline-info.focus, #service-request-history #invoice .btn-outline-info:focus,
  #recommendations #invoice .btn-outline-info.focus,
  #recommendations #invoice .btn-outline-info:focus,
  #history #invoice .btn-outline-info.focus,
  #history #invoice .btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  #service-request-history #invoice .btn-outline-info.disabled, #service-request-history #invoice .btn-outline-info:disabled,
  #recommendations #invoice .btn-outline-info.disabled,
  #recommendations #invoice .btn-outline-info:disabled,
  #history #invoice .btn-outline-info.disabled,
  #history #invoice .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  #service-request-history #invoice .btn-outline-info:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn-outline-info:not([disabled]):not(.disabled):active, #service-request-history #invoice .show > .btn-outline-info.dropdown-toggle,
  #recommendations #invoice .btn-outline-info:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn-outline-info:not([disabled]):not(.disabled):active,
  #recommendations #invoice .show > .btn-outline-info.dropdown-toggle,
  #history #invoice .btn-outline-info:not([disabled]):not(.disabled).active,
  #history #invoice .btn-outline-info:not([disabled]):not(.disabled):active,
  #history #invoice .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  #service-request-history #invoice .btn-outline-warning,
  #recommendations #invoice .btn-outline-warning,
  #history #invoice .btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107; }
  #service-request-history #invoice .btn-outline-warning:hover,
  #recommendations #invoice .btn-outline-warning:hover,
  #history #invoice .btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  #service-request-history #invoice .btn-outline-warning.focus, #service-request-history #invoice .btn-outline-warning:focus,
  #recommendations #invoice .btn-outline-warning.focus,
  #recommendations #invoice .btn-outline-warning:focus,
  #history #invoice .btn-outline-warning.focus,
  #history #invoice .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  #service-request-history #invoice .btn-outline-warning.disabled, #service-request-history #invoice .btn-outline-warning:disabled,
  #recommendations #invoice .btn-outline-warning.disabled,
  #recommendations #invoice .btn-outline-warning:disabled,
  #history #invoice .btn-outline-warning.disabled,
  #history #invoice .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  #service-request-history #invoice .btn-outline-warning:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn-outline-warning:not([disabled]):not(.disabled):active, #service-request-history #invoice .show > .btn-outline-warning.dropdown-toggle,
  #recommendations #invoice .btn-outline-warning:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn-outline-warning:not([disabled]):not(.disabled):active,
  #recommendations #invoice .show > .btn-outline-warning.dropdown-toggle,
  #history #invoice .btn-outline-warning:not([disabled]):not(.disabled).active,
  #history #invoice .btn-outline-warning:not([disabled]):not(.disabled):active,
  #history #invoice .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  #service-request-history #invoice .btn-outline-danger,
  #recommendations #invoice .btn-outline-danger,
  #history #invoice .btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545; }
  #service-request-history #invoice .btn-outline-danger:hover,
  #recommendations #invoice .btn-outline-danger:hover,
  #history #invoice .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  #service-request-history #invoice .btn-outline-danger.focus, #service-request-history #invoice .btn-outline-danger:focus,
  #recommendations #invoice .btn-outline-danger.focus,
  #recommendations #invoice .btn-outline-danger:focus,
  #history #invoice .btn-outline-danger.focus,
  #history #invoice .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  #service-request-history #invoice .btn-outline-danger.disabled, #service-request-history #invoice .btn-outline-danger:disabled,
  #recommendations #invoice .btn-outline-danger.disabled,
  #recommendations #invoice .btn-outline-danger:disabled,
  #history #invoice .btn-outline-danger.disabled,
  #history #invoice .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  #service-request-history #invoice .btn-outline-danger:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn-outline-danger:not([disabled]):not(.disabled):active, #service-request-history #invoice .show > .btn-outline-danger.dropdown-toggle,
  #recommendations #invoice .btn-outline-danger:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn-outline-danger:not([disabled]):not(.disabled):active,
  #recommendations #invoice .show > .btn-outline-danger.dropdown-toggle,
  #history #invoice .btn-outline-danger:not([disabled]):not(.disabled).active,
  #history #invoice .btn-outline-danger:not([disabled]):not(.disabled):active,
  #history #invoice .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  #service-request-history #invoice .btn-outline-light,
  #recommendations #invoice .btn-outline-light,
  #history #invoice .btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa; }
  #service-request-history #invoice .btn-outline-light:hover,
  #recommendations #invoice .btn-outline-light:hover,
  #history #invoice .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  #service-request-history #invoice .btn-outline-light.focus, #service-request-history #invoice .btn-outline-light:focus,
  #recommendations #invoice .btn-outline-light.focus,
  #recommendations #invoice .btn-outline-light:focus,
  #history #invoice .btn-outline-light.focus,
  #history #invoice .btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  #service-request-history #invoice .btn-outline-light.disabled, #service-request-history #invoice .btn-outline-light:disabled,
  #recommendations #invoice .btn-outline-light.disabled,
  #recommendations #invoice .btn-outline-light:disabled,
  #history #invoice .btn-outline-light.disabled,
  #history #invoice .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  #service-request-history #invoice .btn-outline-light:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn-outline-light:not([disabled]):not(.disabled):active, #service-request-history #invoice .show > .btn-outline-light.dropdown-toggle,
  #recommendations #invoice .btn-outline-light:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn-outline-light:not([disabled]):not(.disabled):active,
  #recommendations #invoice .show > .btn-outline-light.dropdown-toggle,
  #history #invoice .btn-outline-light:not([disabled]):not(.disabled).active,
  #history #invoice .btn-outline-light:not([disabled]):not(.disabled):active,
  #history #invoice .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  #service-request-history #invoice .btn-outline-dark,
  #recommendations #invoice .btn-outline-dark,
  #history #invoice .btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40; }
  #service-request-history #invoice .btn-outline-dark:hover,
  #recommendations #invoice .btn-outline-dark:hover,
  #history #invoice .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  #service-request-history #invoice .btn-outline-dark.focus, #service-request-history #invoice .btn-outline-dark:focus,
  #recommendations #invoice .btn-outline-dark.focus,
  #recommendations #invoice .btn-outline-dark:focus,
  #history #invoice .btn-outline-dark.focus,
  #history #invoice .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  #service-request-history #invoice .btn-outline-dark.disabled, #service-request-history #invoice .btn-outline-dark:disabled,
  #recommendations #invoice .btn-outline-dark.disabled,
  #recommendations #invoice .btn-outline-dark:disabled,
  #history #invoice .btn-outline-dark.disabled,
  #history #invoice .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  #service-request-history #invoice .btn-outline-dark:not([disabled]):not(.disabled).active, #service-request-history #invoice .btn-outline-dark:not([disabled]):not(.disabled):active, #service-request-history #invoice .show > .btn-outline-dark.dropdown-toggle,
  #recommendations #invoice .btn-outline-dark:not([disabled]):not(.disabled).active,
  #recommendations #invoice .btn-outline-dark:not([disabled]):not(.disabled):active,
  #recommendations #invoice .show > .btn-outline-dark.dropdown-toggle,
  #history #invoice .btn-outline-dark:not([disabled]):not(.disabled).active,
  #history #invoice .btn-outline-dark:not([disabled]):not(.disabled):active,
  #history #invoice .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  #service-request-history #invoice .btn-link,
  #recommendations #invoice .btn-link,
  #history #invoice .btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent; }
  #service-request-history #invoice .btn-link:hover,
  #recommendations #invoice .btn-link:hover,
  #history #invoice .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  #service-request-history #invoice .btn-link.focus, #service-request-history #invoice .btn-link:focus,
  #recommendations #invoice .btn-link.focus,
  #recommendations #invoice .btn-link:focus,
  #history #invoice .btn-link.focus,
  #history #invoice .btn-link:focus {
    border-color: transparent;
    box-shadow: none; }
  #service-request-history #invoice .btn-link.disabled, #service-request-history #invoice .btn-link:disabled,
  #recommendations #invoice .btn-link.disabled,
  #recommendations #invoice .btn-link:disabled,
  #history #invoice .btn-link.disabled,
  #history #invoice .btn-link:disabled {
    color: #868e96; }
  #service-request-history #invoice .btn-lg,
  #recommendations #invoice .btn-lg,
  #history #invoice .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem; }
  #service-request-history #invoice .btn-sm,
  #recommendations #invoice .btn-sm,
  #history #invoice .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem; }
  #service-request-history #invoice .btn-block,
  #recommendations #invoice .btn-block,
  #history #invoice .btn-block {
    display: block;
    width: 100%; }
  #service-request-history #invoice .btn-block + .btn-block,
  #recommendations #invoice .btn-block + .btn-block,
  #history #invoice .btn-block + .btn-block {
    margin-top: .5rem; }
  #service-request-history #invoice input[type=button].btn-block, #service-request-history #invoice input[type=reset].btn-block, #service-request-history #invoice input[type=submit].btn-block,
  #recommendations #invoice input[type=button].btn-block,
  #recommendations #invoice input[type=reset].btn-block,
  #recommendations #invoice input[type=submit].btn-block,
  #history #invoice input[type=button].btn-block,
  #history #invoice input[type=reset].btn-block,
  #history #invoice input[type=submit].btn-block {
    width: 100%; }

#service-request-history .history-content,
#recommendations .history-content,
#history .history-content {
  padding: 5px 10px; }
  #service-request-history .history-content > div,
  #recommendations .history-content > div,
  #history .history-content > div {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative; }
    #service-request-history .history-content > div .link,
    #recommendations .history-content > div .link,
    #history .history-content > div .link {
      position: absolute;
      right: 40px; }
      @media all and (max-width: 600px) {
        #service-request-history .history-content > div .link,
        #recommendations .history-content > div .link,
        #history .history-content > div .link {
          right: 20px; } }
    #service-request-history .history-content > div span,
    #recommendations .history-content > div span,
    #history .history-content > div span {
      margin-bottom: 20px; }
      #service-request-history .history-content > div span svg,
      #recommendations .history-content > div span svg,
      #history .history-content > div span svg {
        margin-right: 5px; }

#service-request-history .email-recommendations .email,
#recommendations .email-recommendations .email,
#history .email-recommendations .email {
  color: #21ce99;
  text-decoration: underline;
  word-break: break-all; }

#service-request-history .email-recommendations .email-text,
#recommendations .email-recommendations .email-text,
#history .email-recommendations .email-text {
  display: flex;
  align-items: center; }

#service-request-history .email-recommendations .email-note,
#recommendations .email-recommendations .email-note,
#history .email-recommendations .email-note {
  max-height: 300px; }

#service-request-history .email-recommendations .email-send,
#recommendations .email-recommendations .email-send,
#history .email-recommendations .email-send {
  padding-left: 2rem;
  padding-right: 2rem; }

#service-request-history .email-recommendations .email-grid > .mdl-grid:not(:first-child),
#recommendations .email-recommendations .email-grid > .mdl-grid:not(:first-child),
#history .email-recommendations .email-grid > .mdl-grid:not(:first-child) {
  padding-top: 0;
  margin-top: 0; }

#service-request-history .email-recommendations .email-grid > .mdl-grid:not(:last-child),
#recommendations .email-recommendations .email-grid > .mdl-grid:not(:last-child),
#history .email-recommendations .email-grid > .mdl-grid:not(:last-child) {
  padding-bottom: 0;
  margin-bottom: 0; }

#service-request-history .error,
#recommendations .error,
#history .error {
  color: #ce1e34; }

#service-request-history footer,
#recommendations footer,
#history footer {
  padding: 3%; }

#service-request-history .email-recommendations-button,
#recommendations .email-recommendations-button,
#history .email-recommendations-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

#service-request-history .edit-contact,
#recommendations .edit-contact,
#history .edit-contact {
  height: 34px;
  width: 34px;
  min-width: 34px;
  font-size: 19px;
  color: #5c686c;
  margin-left: 10px; }

#service-request-history .email-checkbox,
#recommendations .email-checkbox,
#history .email-checkbox {
  margin-top: 20px; }

#service-request-history .email-link,
#recommendations .email-link,
#history .email-link {
  color: #21ce99;
  text-decoration: underline; }

.bottom-border, #service-request-history .history-content > div:not(:last-child),
#recommendations .history-content > div:not(:last-child),
#history .history-content > div:not(:last-child) {
  border-bottom: 1px solid #ccc; }

#photos .image-container {
  display: flex;
  position: relative; }
  #photos .image-container .image {
    width: 350px;
    height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 10px; }

.page-header h5 {
  position: relative; }

#invoice {
  padding: 20px; }

#item-management .mdl-list__item-avatar {
  font-size: 26px;
  background: transparent;
  color: #3d3d3d; }

#item-management .mdl-list__item--three-line {
  height: auto; }
  #item-management .mdl-list__item--three-line > .mdl-list__item-primary-content {
    height: auto; }
    #item-management .mdl-list__item--three-line > .mdl-list__item-primary-content > div {
      display: flex; }

#item-management .right-align {
  text-align: right; }

#item-management .addItem .addItemSection {
  margin: 0 1rem 2rem 2rem;
  padding-bottom: 1rem;
  text-align: center; }
  #item-management .addItem .addItemSection .title {
    color: #21ce99;
    padding: 1rem 2rem 1rem;
    font-size: 1.4rem; }
  #item-management .addItem .addItemSection .item-name {
    margin-bottom: 1rem; }
    #item-management .addItem .addItemSection .item-name > select {
      width: 50%;
      min-width: 230px; }
    #item-management .addItem .addItemSection .item-name .item_name_select {
      width: 50%; }

#item-management .itemList .itemListHeaders {
  color: #acacac;
  background-color: #fafafa;
  padding: 1rem; }
  #item-management .itemList .itemListHeaders .itemListHeader {
    padding: 0.5rem; }

#item-management .itemList .itemListBody {
  font-weight: 400;
  font-size: 16px; }
  #item-management .itemList .itemListBody .idText {
    font-size: 12px;
    color: #acacac; }
  #item-management .itemList .itemListBody .location {
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden; }
  #item-management .itemList .itemListBody .details {
    line-height: 3em;
    text-align: center;
    font-size: 26px; }
    @media (max-width: 767px) {
      #item-management .itemList .itemListBody .details {
        text-align: right; } }
  #item-management .itemList .itemListBody .maintenance {
    line-height: 3em; }
  #item-management .itemList .itemListBody .green {
    color: #72b24d; }
  #item-management .itemList .itemListBody .red, #item-management .itemList .itemListBody #work-order > .work-order-header .package-basic-info > .edit-toggle.editing, #work-order > .work-order-header #item-management .itemList .itemListBody .package-basic-info > .edit-toggle.editing, #item-management .itemList .itemListBody #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #item-management .itemList .itemListBody .fa-minus-circle,
  #item-management .itemList .itemListBody #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #item-management .itemList .itemListBody .fa-minus-circle,
  #item-management .itemList .itemListBody #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #item-management .itemList .itemListBody .fa-minus-circle, #item-management .itemList .itemListBody .stats .error, .stats #item-management .itemList .itemListBody .error, #item-management .itemList .itemListBody #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .fa-minus-circle, #template-view .packages .package-option #item-management .itemList .itemListBody .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .fa-minus-circle {
    color: #ec394f; }

#item-details .small-button {
  height: 30px;
  width: 30px;
  min-width: 30px;
  font-size: 14px; }

#item-details .gray-header {
  min-height: 48px; }

#item-details .header-text {
  color: #21ce99; }

#item-details .itemListBody {
  font-weight: 400;
  font-size: 16px; }
  #item-details .itemListBody .col-button .btn-field {
    padding: 10px 15px;
    margin-top: -12px; }
    #item-details .itemListBody .col-button .btn-field svg {
      display: inline;
      padding-right: 2px; }

#item-details .item-details {
  padding: 2rem; }
  #item-details .item-details .item-id {
    font-size: 14px; }
  #item-details .item-details .location {
    padding-bottom: 1rem; }
  #item-details .item-details .details span {
    padding: 1rem;
    color: #acacac;
    font-size: 18px; }
  #item-details .item-details .details div {
    padding-bottom: 1rem;
    font-size: 20px; }
  #item-details .item-details .inService {
    text-align: right; }

#item-details .item-notes .note {
  border: 1px solid #d4d4d4;
  border-radius: 5px; }
  #item-details .item-notes .note .note-header {
    font-size: 12px; }

#item-details .item-add-btn {
  margin-left: 1rem; }

#item-details .item-forms .btn-green {
  padding: 10px 23px !important; }

#item-details .item-photos .image img {
  max-width: 100%;
  border-radius: 5px; }

#item-details .item-photos .image span {
  background-color: rgba(0, 0, 0, 0.68);
  color: #ffffff;
  bottom: 22px;
  padding: 3px;
  border-radius: 5px;
  font-size: 0.6em;
  position: relative; }

#item-details .inService, #item-edit-flyout .inService {
  padding-top: 1rem;
  text-align: right; }
  #item-details .inService > .padder, #item-edit-flyout .inService > .padder {
    display: inline-block;
    padding-right: 2rem; }

#ng-include-flyout {
  position: inherit; }

#item-note-flyout .note-value {
  padding-bottom: 2rem;
  margin: 2rem; }
  @media (max-width: 500px) {
    #item-note-flyout .note-value {
      margin-left: -1rem;
      margin-right: -2rem; } }
  #item-note-flyout .note-value .note-text {
    height: 200px; }

#item-note-flyout .buttons {
  text-align: center; }

#item-edit-flyout .mdl-grid {
  padding: 0; }

#item-edit-flyout .item-edit-grid {
  margin-top: 2rem; }
  #item-edit-flyout .item-edit-grid .item-detail-input {
    width: 100%;
    margin: 1rem; }
  #item-edit-flyout .item-edit-grid .item-detail-label {
    margin-left: 1rem; }
  #item-edit-flyout .item-edit-grid .inService {
    text-align: center; }
  #item-edit-flyout .item-edit-grid .buttons {
    text-align: center; }

#item-photo-flyout .small-button {
  height: 30px;
  width: 30px;
  min-width: 30px;
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: 5px; }

#item-photo-flyout .image .mdl-cell {
  position: relative; }

#item-photo-flyout .image img {
  max-width: 100%;
  border-radius: 5px; }

#item-photo-flyout .select-text {
  display: inline-block;
  max-width: 70%;
  padding-left: 10px; }

@media (max-width: 500px) {
  #item-photo-flyout .mdl-grid {
    padding-left: 0;
    padding-right: 0; } }

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
@media all and (max-width: 500px) {
  .mdl-grid {
    padding: 7px; } }

form.custom-product .switch-container, form.custom-product .switch-container .mdl-switch {
  min-width: 150px; }

form.custom-product .switch-container .mdl-switch {
  padding-right: 28px; }

#price-guide input[type="checkbox"]:checked + label > span.delete-select-icon:nth-of-type(1) {
  background-color: #ce1e34; }

#price-guide .to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 998;
  opacity: .6; }

#price-guide > .mdl-grid {
  padding-top: 1rem;
  margin: 0;
  width: 100%; }
  #price-guide > .mdl-grid input {
    -webkit-transform: translate3d(0, 0, 0); }
  #price-guide > .mdl-grid .search-bar .clear-search-button {
    color: #acacac;
    position: relative;
    margin-top: -65px;
    float: right; }
  #price-guide > .mdl-grid .search-bar > form {
    flex-grow: 1;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (max-width: 767px) {
    #price-guide > .mdl-grid .search-bar > .buttons-bar {
      width: 100%;
      display: flex;
      margin-top: 1rem;
      align-items: center;
      justify-content: space-evenly; } }
  #price-guide > .mdl-grid .search-bar > .buttons-bar > button.hide {
    visibility: hidden; }
  @media (max-width: 767px) {
    #price-guide > .mdl-grid .search-bar > .buttons-bar > button {
      margin: 0; }
      #price-guide > .mdl-grid .search-bar > .buttons-bar > button.hide {
        visibility: unset; } }
  @media (min-width: 768px) {
    #price-guide > .mdl-grid .search-bar > .buttons-bar > button {
      margin-left: 1.5rem; } }
  #price-guide > .mdl-grid .search-bar > .buttons-bar > .favorites-filter {
    padding: 0;
    height: 4rem;
    width: 4rem;
    font-size: 3.5rem;
    border-radius: 100%;
    margin-top: 0.45rem;
    color: #acacac; }
    #price-guide > .mdl-grid .search-bar > .buttons-bar > .favorites-filter:hover, #price-guide > .mdl-grid .search-bar > .buttons-bar > .favorites-filter:focus, #price-guide > .mdl-grid .search-bar > .buttons-bar > .favorites-filter:active {
      background-color: transparent; }
    #price-guide > .mdl-grid .search-bar > .buttons-bar > .favorites-filter.active {
      color: #ce1e34; }
  @media (min-width: 768px) {
    #price-guide > .mdl-grid .search-bar > .buttons-bar > .create-package,
    #price-guide > .mdl-grid .search-bar > .buttons-bar > .goto-packages {
      min-width: 9rem; } }
  #price-guide > .mdl-grid .search-bar > .buttons-bar > .create-package.red, #price-guide > .mdl-grid #work-order > .work-order-header .search-bar > .package-basic-info.buttons-bar > .create-package.edit-toggle.editing, #work-order > .work-order-header #price-guide > .mdl-grid .search-bar > .package-basic-info.buttons-bar > .create-package.edit-toggle.editing, #price-guide > .mdl-grid #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .search-bar > .buttons-bar > .create-package.fa-minus-circle, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #price-guide > .mdl-grid .search-bar > .buttons-bar > .create-package.fa-minus-circle,
  #price-guide > .mdl-grid #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .search-bar > .buttons-bar > .create-package.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #price-guide > .mdl-grid .search-bar > .buttons-bar > .create-package.fa-minus-circle,
  #price-guide > .mdl-grid #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .search-bar > .buttons-bar > .create-package.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #price-guide > .mdl-grid .search-bar > .buttons-bar > .create-package.fa-minus-circle, #price-guide > .mdl-grid .stats .search-bar > .buttons-bar > .create-package.error, .stats #price-guide > .mdl-grid .search-bar > .buttons-bar > .create-package.error, #price-guide > .mdl-grid #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line.search-bar > .item-bullet.buttons-bar > .create-package.fa-minus-circle, #template-view .packages .package-option #price-guide > .mdl-grid .package-container > .package-itemize > .package-item > .item-title-line.search-bar > .item-bullet.buttons-bar > .create-package.fa-minus-circle,
  #price-guide > .mdl-grid .search-bar > .buttons-bar > .goto-packages.red,
  #price-guide > .mdl-grid #work-order > .work-order-header .search-bar > .package-basic-info.buttons-bar > .goto-packages.edit-toggle.editing,
  #work-order > .work-order-header #price-guide > .mdl-grid .search-bar > .package-basic-info.buttons-bar > .goto-packages.edit-toggle.editing,
  #price-guide > .mdl-grid #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .search-bar > .buttons-bar > .goto-packages.fa-minus-circle,
  #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #price-guide > .mdl-grid .search-bar > .buttons-bar > .goto-packages.fa-minus-circle,
  #price-guide > .mdl-grid #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .search-bar > .buttons-bar > .goto-packages.fa-minus-circle,
  #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #price-guide > .mdl-grid .search-bar > .buttons-bar > .goto-packages.fa-minus-circle,
  #price-guide > .mdl-grid #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .search-bar > .buttons-bar > .goto-packages.fa-minus-circle,
  #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #price-guide > .mdl-grid .search-bar > .buttons-bar > .goto-packages.fa-minus-circle,
  #price-guide > .mdl-grid .stats .search-bar > .buttons-bar > .goto-packages.error,
  .stats #price-guide > .mdl-grid .search-bar > .buttons-bar > .goto-packages.error,
  #price-guide > .mdl-grid #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line.search-bar > .item-bullet.buttons-bar > .goto-packages.fa-minus-circle,
  #template-view .packages .package-option #price-guide > .mdl-grid .package-container > .package-itemize > .package-item > .item-title-line.search-bar > .item-bullet.buttons-bar > .goto-packages.fa-minus-circle {
    border-color: #ce1e34; }
    #price-guide > .mdl-grid .search-bar > .buttons-bar > .create-package.red :not(:disabled), #price-guide > .mdl-grid #work-order > .work-order-header .search-bar > .package-basic-info.buttons-bar > .create-package.edit-toggle.editing :not(:disabled), #work-order > .work-order-header #price-guide > .mdl-grid .search-bar > .package-basic-info.buttons-bar > .create-package.edit-toggle.editing :not(:disabled), #price-guide > .mdl-grid #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .search-bar > .buttons-bar > .create-package.fa-minus-circle :not(:disabled), #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #price-guide > .mdl-grid .search-bar > .buttons-bar > .create-package.fa-minus-circle :not(:disabled), #price-guide > .mdl-grid #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .search-bar > .buttons-bar > .create-package.fa-minus-circle :not(:disabled), #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #price-guide > .mdl-grid .search-bar > .buttons-bar > .create-package.fa-minus-circle :not(:disabled), #price-guide > .mdl-grid #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .search-bar > .buttons-bar > .create-package.fa-minus-circle :not(:disabled), #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #price-guide > .mdl-grid .search-bar > .buttons-bar > .create-package.fa-minus-circle :not(:disabled), #price-guide > .mdl-grid .stats .search-bar > .buttons-bar > .create-package.error :not(:disabled), .stats #price-guide > .mdl-grid .search-bar > .buttons-bar > .create-package.error :not(:disabled), #price-guide > .mdl-grid #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line.search-bar > .item-bullet.buttons-bar > .create-package.fa-minus-circle :not(:disabled), #template-view .packages .package-option #price-guide > .mdl-grid .package-container > .package-itemize > .package-item > .item-title-line.search-bar > .item-bullet.buttons-bar > .create-package.fa-minus-circle :not(:disabled),
    #price-guide > .mdl-grid .search-bar > .buttons-bar > .goto-packages.red :not(:disabled),
    #price-guide > .mdl-grid #work-order > .work-order-header .search-bar > .package-basic-info.buttons-bar > .goto-packages.edit-toggle.editing :not(:disabled),
    #work-order > .work-order-header #price-guide > .mdl-grid .search-bar > .package-basic-info.buttons-bar > .goto-packages.edit-toggle.editing :not(:disabled),
    #price-guide > .mdl-grid #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .search-bar > .buttons-bar > .goto-packages.fa-minus-circle :not(:disabled),
    #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #price-guide > .mdl-grid .search-bar > .buttons-bar > .goto-packages.fa-minus-circle :not(:disabled),
    #price-guide > .mdl-grid #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .search-bar > .buttons-bar > .goto-packages.fa-minus-circle :not(:disabled),
    #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #price-guide > .mdl-grid .search-bar > .buttons-bar > .goto-packages.fa-minus-circle :not(:disabled),
    #price-guide > .mdl-grid #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .search-bar > .buttons-bar > .goto-packages.fa-minus-circle :not(:disabled),
    #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #price-guide > .mdl-grid .search-bar > .buttons-bar > .goto-packages.fa-minus-circle :not(:disabled),
    #price-guide > .mdl-grid .stats .search-bar > .buttons-bar > .goto-packages.error :not(:disabled),
    .stats #price-guide > .mdl-grid .search-bar > .buttons-bar > .goto-packages.error :not(:disabled),
    #price-guide > .mdl-grid #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line.search-bar > .item-bullet.buttons-bar > .goto-packages.fa-minus-circle :not(:disabled),
    #template-view .packages .package-option #price-guide > .mdl-grid .package-container > .package-itemize > .package-item > .item-title-line.search-bar > .item-bullet.buttons-bar > .goto-packages.fa-minus-circle :not(:disabled) {
      color: #ce1e34; }
  #price-guide > .mdl-grid .search-bar > .buttons-bar > .create-package:not(:disabled) {
    background-color: #21ce99;
    border-color: #21ce99;
    color: #ffffff; }
  #price-guide > .mdl-grid .slideout-toggles {
    padding: 0; }
    #price-guide > .mdl-grid .slideout-toggles > .products-toggle,
    #price-guide > .mdl-grid .slideout-toggles > .template-toggle {
      font-size: 1.5rem;
      color: #acacac;
      border-bottom: 2px solid #acacac;
      padding: 1.8rem 0;
      text-align: center;
      margin: 1rem 0 0;
      width: 50%;
      position: relative;
      box-shadow: inset 0px 5px 15px 0px rgba(207, 207, 207, 0.2); }
      #price-guide > .mdl-grid .slideout-toggles > .products-toggle.selected,
      #price-guide > .mdl-grid .slideout-toggles > .template-toggle.selected {
        color: #21ce99; }
      #price-guide > .mdl-grid .slideout-toggles > .products-toggle:not(.selected),
      #price-guide > .mdl-grid .slideout-toggles > .template-toggle:not(.selected) {
        background-color: rgba(207, 207, 207, 0.2); }
      #price-guide > .mdl-grid .slideout-toggles > .products-toggle + .template-toggle,
      #price-guide > .mdl-grid .slideout-toggles > .template-toggle + .template-toggle {
        border-left: 2px solid #acacac; }
      #price-guide > .mdl-grid .slideout-toggles > .products-toggle > .filters-toggle,
      #price-guide > .mdl-grid .slideout-toggles > .products-toggle > .delete-toggle,
      #price-guide > .mdl-grid .slideout-toggles > .template-toggle > .filters-toggle,
      #price-guide > .mdl-grid .slideout-toggles > .template-toggle > .delete-toggle {
        position: absolute;
        color: #ffffff; }
        #price-guide > .mdl-grid .slideout-toggles > .products-toggle > .filters-toggle.filters-toggle,
        #price-guide > .mdl-grid .slideout-toggles > .products-toggle > .delete-toggle.filters-toggle,
        #price-guide > .mdl-grid .slideout-toggles > .template-toggle > .filters-toggle.filters-toggle,
        #price-guide > .mdl-grid .slideout-toggles > .template-toggle > .delete-toggle.filters-toggle {
          top: 0.45rem;
          font-size: 3rem;
          left: 0;
          padding: 0.7rem 1rem 0.7rem 0.5rem;
          border-radius: 0 1rem 1rem 0;
          background-color: #001c46; }
        #price-guide > .mdl-grid .slideout-toggles > .products-toggle > .filters-toggle.delete-toggle,
        #price-guide > .mdl-grid .slideout-toggles > .products-toggle > .delete-toggle.delete-toggle,
        #price-guide > .mdl-grid .slideout-toggles > .template-toggle > .filters-toggle.delete-toggle,
        #price-guide > .mdl-grid .slideout-toggles > .template-toggle > .delete-toggle.delete-toggle {
          top: 1rem;
          font-size: 1rem;
          left: unset;
          right: 0;
          border-radius: 1rem 0 0 1rem;
          padding: 0.7rem 1rem 0.7rem 1rem;
          color: #5c686c;
          background-color: transparent; }
          #price-guide > .mdl-grid .slideout-toggles > .products-toggle > .filters-toggle.delete-toggle.selected,
          #price-guide > .mdl-grid .slideout-toggles > .products-toggle > .delete-toggle.delete-toggle.selected,
          #price-guide > .mdl-grid .slideout-toggles > .template-toggle > .filters-toggle.delete-toggle.selected,
          #price-guide > .mdl-grid .slideout-toggles > .template-toggle > .delete-toggle.delete-toggle.selected {
            color: #ffffff;
            background-color: #5c686c; }
      @media (max-width: 400px) {
        #price-guide > .mdl-grid .slideout-toggles > .products-toggle > .product-title,
        #price-guide > .mdl-grid .slideout-toggles > .template-toggle > .product-title {
          text-align: right;
          padding-right: 10%; } }
  #price-guide > .mdl-grid .product-list {
    margin: 0;
    padding: 0; }
    #price-guide > .mdl-grid .product-list > .product-list-item {
      padding: 2rem;
      border-bottom: 1px solid #acacac; }
      #price-guide > .mdl-grid .product-list > .product-list-item input[type="number"] {
        text-align: center;
        font-weight: bold;
        width: 10rem;
        padding: 1rem;
        margin: 0 2.5rem; }
        @media (max-width: 767px) {
          #price-guide > .mdl-grid .product-list > .product-list-item input[type="number"] {
            margin: 0 2rem; } }
      #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-body.template-text {
        font-weight: bold;
        margin: 0.7rem 2rem; }
        @media (max-width: 767px) {
          #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-body.template-text {
            flex: 1;
            order: unset; } }
      #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-body.template > .mdl-grid {
        padding: 0; }
      @media (max-width: 767px) {
        #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-body.template {
          order: 4;
          flex-basis: 100%; } }
      @media (max-width: 550px) {
        #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-body {
          order: 3;
          min-width: 50%; } }
      #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-body > p {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
        color: #777777; }
        @media (max-width: 479px) {
          #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-body > p {
            margin-top: 1rem; } }
      #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-body small {
        font-size: 1.1rem;
        color: #acacac; }
      #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-body > span > p {
        font-size: 1.1rem;
        margin-bottom: 0px; }
      #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-body > span > small {
        font-style: italic;
        color: #0b0b0b;
        line-height: 1;
        padding-left: 10px; }
        #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-body > span > small > div {
          display: inline-block; }
      #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-price {
        min-width: 5rem;
        text-align: right; }
        @media (max-width: 479px) {
          #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-price {
            margin-left: auto; } }
        @media (max-width: 420px) {
          #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-price {
            order: 4;
            padding-top: 14px; } }
        #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-price > p {
          font-weight: bold;
          font-size: 1.5rem; }
        #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-price > span small {
          color: #ce1e34;
          font-size: 1.2rem;
          border: 1px solid #acacac;
          border-radius: 30%;
          padding: 0.5rem; }
          #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-price > span small.cust-desc {
            color: #acacac; }
        #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-price > span span {
          color: #acacac;
          font-size: 1.2rem;
          border: 1px solid #acacac;
          border-radius: 30%;
          padding: 0.5rem; }
          #price-guide > .mdl-grid .product-list > .product-list-item > .product-list-price > span span.active {
            color: #0e4c96;
            border-color: #0e4c96; }
    #price-guide > .mdl-grid .product-list .filter-listing {
      padding-top: 4px; }
      #price-guide > .mdl-grid .product-list .filter-listing .filter-item {
        border: 2px solid #acacac;
        border-radius: 4px;
        padding: 2px;
        padding-top: 5px;
        margin-left: 8px;
        color: #acacac; }
        #price-guide > .mdl-grid .product-list .filter-listing .filter-item .filter-button {
          color: #acacac;
          background-color: #ffffff; }
      #price-guide > .mdl-grid .product-list .filter-listing .clear-filters-button {
        color: #0e4c96;
        border-color: #0e4c96;
        padding-right: 4px; }

#price-guide-filter .filter-listing,
#price-guide-sort .filter-listing {
  min-height: 68px; }

#price-guide-filter .clear-filters-button,
#price-guide-sort .clear-filters-button {
  width: calc(100% - 16px); }

#price-guide-filter .filter-item > span,
#price-guide-sort .filter-item > span {
  font-size: 1.2rem;
  margin-left: 1.5rem;
  display: inline-block; }

#price-guide-filter .filter-item + .btn-field,
#price-guide-sort .filter-item + .btn-field {
  width: 100%; }

#price-guide-filter .filter-group > .filter-header,
#price-guide-sort .filter-group > .filter-header {
  font-size: 1.4rem;
  padding: 0 0 1rem;
  flex-wrap: nowrap; }
  #price-guide-filter .filter-group > .filter-header .fa-chevron-down,
  #price-guide-sort .filter-group > .filter-header .fa-chevron-down {
    transition: transform 0.25s linear;
    color: #acacac; }
  #price-guide-filter .filter-group > .filter-header .active,
  #price-guide-sort .filter-group > .filter-header .active {
    transform: rotateX(180deg);
    transition: transform 0.20s linear; }

#price-guide-filter .filter-group > .filter-accordion,
#price-guide-sort .filter-group > .filter-accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out; }
  #price-guide-filter .filter-group > .filter-accordion.active,
  #price-guide-sort .filter-group > .filter-accordion.active {
    padding-top: 0.1rem;
    max-height: initial;
    transition: max-height 0.20s ease-in; }
  #price-guide-filter .filter-group > .filter-accordion > .filter-list-item,
  #price-guide-sort .filter-group > .filter-accordion > .filter-list-item {
    margin-bottom: 1.5rem; }
    #price-guide-filter .filter-group > .filter-accordion > .filter-list-item > label,
    #price-guide-sort .filter-group > .filter-accordion > .filter-list-item > label {
      min-height: 3.6rem; }

#price-guide-filter .filter-group > .filter-list-item,
#price-guide-sort .filter-group > .filter-list-item {
  margin-bottom: 1.5rem; }

.slide-out-container:not(.active) {
  box-shadow: none; }

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
.as-sortable-drag {
  position: absolute;
  max-height: 70%;
  overflow: hidden;
  pointer-events: none;
  z-index: 9999;
  border-radius: 10px;
  background-color: #ffffff;
  opacity: .8; }

.as-sortable-dragging {
  border: 1px dotted #000000 !important; }

.as-sortable-placeholder {
  border: 1px dashed darkgrey;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #001c46; }

.as-sortable-hidden {
  display: none !important; }

.single-cert-container.single-cert-container, .inline-single-cert-container.single-cert-container {
  position: relative;
  width: 28px;
  height: 28px; }
  .single-cert-container.single-cert-container .single-cert, .inline-single-cert-container.single-cert-container .single-cert {
    position: absolute; }

.single-cert-container.inline-single-cert-container, .inline-single-cert-container.inline-single-cert-container {
  position: absolute;
  left: 20px;
  top: 20px; }

.single-cert-container .single-cert, .inline-single-cert-container .single-cert {
  color: #21ce99; }
  .single-cert-container .single-cert.red, .single-cert-container #work-order > .work-order-header .package-basic-info > .single-cert.edit-toggle.editing, #work-order > .work-order-header .single-cert-container .package-basic-info > .single-cert.edit-toggle.editing, .single-cert-container #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .single-cert.fa-minus-circle, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .single-cert-container .single-cert.fa-minus-circle,
  .single-cert-container #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .single-cert.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .single-cert-container .single-cert.fa-minus-circle,
  .single-cert-container #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .single-cert.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .single-cert-container .single-cert.fa-minus-circle, .single-cert-container .stats .single-cert.error, .stats .single-cert-container .single-cert.error, .single-cert-container #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .single-cert.fa-minus-circle, #template-view .packages .package-option .single-cert-container .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .single-cert.fa-minus-circle, .inline-single-cert-container .single-cert.red, .inline-single-cert-container #work-order > .work-order-header .package-basic-info > .single-cert.edit-toggle.editing, #work-order > .work-order-header .inline-single-cert-container .package-basic-info > .single-cert.edit-toggle.editing, .inline-single-cert-container #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .single-cert.fa-minus-circle, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .inline-single-cert-container .single-cert.fa-minus-circle,
  .inline-single-cert-container #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .single-cert.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .inline-single-cert-container .single-cert.fa-minus-circle,
  .inline-single-cert-container #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .single-cert.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .inline-single-cert-container .single-cert.fa-minus-circle, .inline-single-cert-container .stats .single-cert.error, .stats .inline-single-cert-container .single-cert.error, .inline-single-cert-container #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .single-cert.fa-minus-circle, #template-view .packages .package-option .inline-single-cert-container .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .single-cert.fa-minus-circle {
    color: #ce1e34; }
  .single-cert-container .single-cert.offset, .inline-single-cert-container .single-cert.offset {
    top: 0.5rem;
    left: 0.5rem; }
  .single-cert-container .single-cert > svg, .inline-single-cert-container .single-cert > svg {
    font-size: 28px; }
  .single-cert-container .single-cert > div, .inline-single-cert-container .single-cert > div {
    position: absolute;
    left: 8px;
    top: 4px;
    color: white;
    font-size: 14px; }
    .single-cert-container .single-cert > div.offset, .inline-single-cert-container .single-cert > div.offset {
      top: 7px; }

#work-order {
  display: flex;
  flex-direction: column;
  height: 100%; }
  #work-order .note-present {
    word-break: break-word; }
  #work-order .image-video {
    padding: 0; }
    #work-order .image-video img {
      max-width: 100%; }
    #work-order .image-video .video {
      min-height: 20rem;
      width: 100%;
      position: relative; }
      #work-order .image-video .video .video-frame {
        width: 100%;
        height: 100%; }
      #work-order .image-video .video .preview-img {
        width: 100%; }
      #work-order .image-video .video .preview {
        width: 100%;
        position: relative; }
        #work-order .image-video .video .preview .play-btn {
          position: absolute;
          font-size: 4rem;
          top: calc(50% - 2rem);
          left: calc(50% - 2rem);
          font-size: 4rem;
          overflow: visible;
          color: #21ce99;
          text-shadow: -1px 0px 10px black; }
  #work-order .edit-product .edit-area {
    display: flex;
    flex-direction: row; }
  #work-order .edit-product label {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-top: 0.6rem; }
  #work-order .edit-product .buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  #work-order .edit-product .clear-container {
    position: relative; }
  #work-order .edit-product .clear {
    position: absolute;
    font-size: 2rem;
    top: calc(50% - 1rem);
    right: 1rem; }
  #work-order .edit-product .tax-exempt {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  #work-order .reorder-left {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    min-width: 0; }
  #work-order .btn-small {
    padding: 7px 9px; }
  #work-order .edit-tools, #work-order .archived-tools {
    flex: 1 0 10%;
    display: flex;
    justify-content: start;
    align-items: center; }
    #work-order .edit-tools .edit-item, #work-order .archived-tools .edit-item {
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
      #work-order .edit-tools .edit-item.green, #work-order .archived-tools .edit-item.green {
        color: #21ce99; }
      #work-order .edit-tools .edit-item.red, #work-order > .work-order-header .edit-tools .package-basic-info > .edit-item.edit-toggle.editing, #work-order > .work-order-body .edit-tools .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .edit-item.fa-minus-circle, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .edit-tools .edit-item.fa-minus-circle,
      #work-order > .work-order-body .edit-tools .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .edit-item.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .edit-tools .edit-item.fa-minus-circle,
      #work-order > .work-order-body .edit-tools .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .edit-item.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .edit-tools .edit-item.fa-minus-circle, #work-order .edit-tools .stats .edit-item.error, .stats #work-order .edit-tools .edit-item.error, #work-order .edit-tools #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .edit-item.fa-minus-circle, #template-view .packages .package-option #work-order .edit-tools .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .edit-item.fa-minus-circle, #work-order .archived-tools .edit-item.red, #work-order > .work-order-header .archived-tools .package-basic-info > .edit-item.edit-toggle.editing, #work-order > .work-order-body .archived-tools .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .edit-item.fa-minus-circle, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .archived-tools .edit-item.fa-minus-circle,
      #work-order > .work-order-body .archived-tools .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .edit-item.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .archived-tools .edit-item.fa-minus-circle,
      #work-order > .work-order-body .archived-tools .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .edit-item.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .archived-tools .edit-item.fa-minus-circle, #work-order .archived-tools .stats .edit-item.error, .stats #work-order .archived-tools .edit-item.error, #work-order .archived-tools #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .edit-item.fa-minus-circle, #template-view .packages .package-option #work-order .archived-tools .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .edit-item.fa-minus-circle {
        color: #ce1e34; }
  #work-order .email-area {
    border: 1px solid #EEE;
    border-radius: 1rem;
    background: #FAFAFA; }
    #work-order .email-area .email-edit-area {
      min-height: 50px; }
    #work-order .email-area .edit-email {
      margin-top: 8px; }
      #work-order .email-area .edit-email > svg {
        text-align: center;
        width: 16px; }
    #work-order .email-area .email-text {
      font: 400 16px Arial; }
    #work-order .email-area span.email-text {
      padding-top: 3.2px;
      padding-bottom: 2.8px;
      padding-left: 2px;
      display: inline-block; }
  #work-order .product-cert-container {
    margin-right: 1rem;
    margin-left: 0.25rem; }
    #work-order .product-cert-container .single-cert {
      top: 11px; }
  #work-order .relative {
    position: relative; }
  #work-order .red, #work-order > .work-order-header .package-basic-info > .edit-toggle.editing, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle,
  #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle,
  #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle, #work-order .stats .error, .stats #work-order .error, #work-order #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .fa-minus-circle, #template-view .packages .package-option #work-order .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .fa-minus-circle {
    color: #d0021b; }
  #work-order .package-header svg {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #3d3d3d; }
  #work-order .top-btn {
    margin-bottom: 1rem; }
  #work-order > .work-order-header > .gray-header {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  #work-order > .work-order-header .package-basic-info {
    height: calc(40px + 1rem);
    pointer-events: unset;
    width: 100%;
    font-size: 1rem;
    background-color: #ffffff;
    padding: 0 1rem;
    box-shadow: 0 1rem 1rem -1rem rgba(0, 0, 0, 0.25); }
    #work-order > .work-order-header .package-basic-info > * {
      margin: auto; }
    #work-order > .work-order-header .package-basic-info.transition {
      height: 0;
      overflow: hidden;
      pointer-events: none; }
      #work-order > .work-order-header .package-basic-info.transition.expanded {
        height: calc(40px + 1rem);
        pointer-events: unset; }
    #work-order > .work-order-header .package-basic-info .package-action-simple, #work-order > .work-order-header .package-basic-info > .package-actions {
      font-size: 1.3rem;
      color: #21ce99; }
      #work-order > .work-order-header .package-basic-info .package-action-simple span, #work-order > .work-order-header .package-basic-info > .package-actions span {
        padding: 2px 6px;
        height: 30px; }
        #work-order > .work-order-header .package-basic-info .package-action-simple span:not(:first-child), #work-order > .work-order-header .package-basic-info > .package-actions span:not(:first-child) {
          margin-left: 20px; }
        #work-order > .work-order-header .package-basic-info .package-action-simple span.state-selecting, #work-order > .work-order-header .package-basic-info > .package-actions span.state-selecting {
          border: 1px solid #21ce99;
          border-radius: 4px; }
    #work-order > .work-order-header .package-basic-info > .package-actions {
      flex: 1 0 10%;
      display: flex;
      text-align: left; }
    #work-order > .work-order-header .package-basic-info > .customer-title {
      color: #5c686c;
      flex: 1 0 auto;
      text-align: center;
      padding-right: 1rem;
      text-transform: uppercase; }
    #work-order > .work-order-header .package-basic-info > .edit-toggle {
      flex: 1 0 10%;
      text-align: right;
      color: #21ce99; }
      #work-order > .work-order-header .package-basic-info > .edit-toggle > span {
        display: inline-block;
        margin-right: .5rem;
        vertical-align: text-bottom; }
      #work-order > .work-order-header .package-basic-info > .edit-toggle > svg {
        font-size: 1.8rem; }
  #work-order > .work-order-body {
    overflow-y: auto;
    padding-top: 1rem; }
    #work-order > .work-order-body .packages {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-content: flex-start;
      align-items: normal; }
      #work-order > .work-order-body .packages.package-checkboxes-visible .package-option .package-container {
        padding-top: 1.5rem; }
      #work-order > .work-order-body .packages .package-option,
      #work-order > .work-order-body .packages .as-sortable-item,
      #work-order > .work-order-body .packages .as-sortable-dragging {
        order: 0;
        flex: 0 0 26rem;
        max-width: 22rem;
        align-self: auto;
        margin: 0 auto 2rem;
        position: relative; }
        #work-order > .work-order-body .packages .package-option > .package-container,
        #work-order > .work-order-body .packages .as-sortable-item > .package-container,
        #work-order > .work-order-body .packages .as-sortable-dragging > .package-container {
          flex-direction: column;
          display: flex;
          flex-grow: 1;
          flex-basis: auto;
          height: 100%;
          padding: 4rem 1rem 1rem;
          border-radius: 1rem;
          box-shadow: 0 0 0.8rem 0.05rem rgba(0, 0, 0, 0.1); }
          #work-order > .work-order-body .packages .package-option > .package-container .package-reorder-buttons,
          #work-order > .work-order-body .packages .as-sortable-item > .package-container .package-reorder-buttons,
          #work-order > .work-order-body .packages .as-sortable-dragging > .package-container .package-reorder-buttons {
            margin-top: -4rem;
            display: flex;
            width: 100%;
            justify-content: center; }
            #work-order > .work-order-body .packages .package-option > .package-container .package-reorder-buttons .reorder-button,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container .package-reorder-buttons .reorder-button,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container .package-reorder-buttons .reorder-button {
              margin: 0rem 1rem; }
          #work-order > .work-order-body .packages .package-option > .package-container > .action-select,
          #work-order > .work-order-body .packages .as-sortable-item > .package-container > .action-select,
          #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .action-select {
            display: flex;
            justify-content: flex-end;
            padding-bottom: 1rem; }
            #work-order > .work-order-body .packages .package-option > .package-container > .action-select label > span,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .action-select label > span,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .action-select label > span {
              padding-top: 0.2rem;
              font-size: 2.2rem;
              width: 2.5rem;
              height: 2.5rem; }
              #work-order > .work-order-body .packages .package-option > .package-container > .action-select label > span > svg,
              #work-order > .work-order-body .packages .as-sortable-item > .package-container > .action-select label > span > svg,
              #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .action-select label > span > svg {
                font-size: 2.2rem;
                width: 2.5rem;
                height: 2.5rem; }
          #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container,
          #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container,
          #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container {
            width: 100%; }
            #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing {
              display: flex;
              align-items: center;
              justify-content: center; }
              #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.regular-price, #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.special-price,
              #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.regular-price,
              #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.special-price,
              #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.regular-price,
              #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.special-price {
                flex-direction: column;
                border-radius: 5px;
                text-align: center;
                width: 19rem;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #ffffff;
                box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.15); }
              #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.regular-price,
              #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.regular-price,
              #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.regular-price {
                height: 11rem;
                width: 17rem; }
                #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.regular-price > p,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.regular-price > p,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.regular-price > p {
                  color: #000000;
                  font-size: 1.8rem; }
                  #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.regular-price > p.normally,
                  #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.regular-price > p.normally,
                  #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.regular-price > p.normally {
                    font-size: 1rem; }
                    #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.regular-price > p.normally > span:first-of-type,
                    #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.regular-price > p.normally > span:first-of-type,
                    #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.regular-price > p.normally > span:first-of-type {
                      font-style: italic; }
                  #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.regular-price > p:nth-of-type(2),
                  #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.regular-price > p:nth-of-type(2),
                  #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.regular-price > p:nth-of-type(2) {
                    font-size: 1rem;
                    margin-bottom: .5rem; }
                #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.regular-price > .regular-price-text > p,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.regular-price > .regular-price-text > p,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.regular-price > .regular-price-text > p {
                  margin-bottom: 0; }
              #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.special-price,
              #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.special-price,
              #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.special-price {
                height: 15rem; }
                #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.special-price.whilehere,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.special-price.whilehere,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.special-price.whilehere {
                  height: 19rem; }
                #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.special-price > p, #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.special-price > div > p,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.special-price > p,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.special-price > div > p,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.special-price > p,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.special-price > div > p {
                  color: #5bb082;
                  font-weight: bold;
                  font-size: 2.5rem; }
                #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.special-price > small, #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.special-price > div > small,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.special-price > small,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.special-price > div > small,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.special-price > small,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.special-price > div > small {
                  color: #5c686c;
                  font-weight: bold;
                  font-size: 1.2rem;
                  margin-top: 1.5rem;
                  display: block; }
                #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.special-price > .special-price-text > p, #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.special-price > div > .special-price-text > p,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.special-price > .special-price-text > p,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.special-price > div > .special-price-text > p,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.special-price > .special-price-text > p,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.special-price > div > .special-price-text > p {
                  color: #5c686c;
                  font-size: .9rem;
                  font-weight: normal;
                  line-height: 18px; }
                #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.special-price .or-text, #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.special-price > div .or-text,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.special-price .or-text,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.special-price > div .or-text,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.special-price .or-text,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.special-price > div .or-text {
                  color: #5c686c;
                  font-size: 1.4rem;
                  font-weight: normal;
                  line-height: 6px;
                  margin-bottom: 0; }
                #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.special-price > p,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.special-price > p,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.special-price > p {
                  font-size: 1.2rem; }
                  #work-order > .work-order-body .packages .package-option > .package-container > .pricing-container > .pricing div.special-price > p.normally > span:first-of-type,
                  #work-order > .work-order-body .packages .as-sortable-item > .package-container > .pricing-container > .pricing div.special-price > p.normally > span:first-of-type,
                  #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .pricing-container > .pricing div.special-price > p.normally > span:first-of-type {
                    font-style: italic; }
          #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize,
          #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize,
          #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize {
            width: 100%;
            flex-grow: 1;
            flex-shrink: 1;
            flex-basis: auto;
            flex-direction: column;
            margin: 3rem 0; }
            #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize .padding-bottom,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize .padding-bottom,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize .padding-bottom {
              padding-bottom: 1rem; }
            #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize .large-font,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize .large-font,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize .large-font {
              font-size: 200%;
              vertical-align: bottom; }
            #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize .flex,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize .flex,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize .flex {
              display: flex; }
            #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize .invisible,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize .invisible,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize .invisible {
              visibility: hidden; }
            #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item {
              color: #000000;
              font-size: 2.5rem;
              line-height: 1rem;
              margin-bottom: 1rem;
              align-items: stretch;
              flex-flow: column nowrap; }
              #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line,
              #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line,
              #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line {
                width: 100%;
                display: flex; }
                #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet {
                  margin-right: 1rem;
                  margin-left: 1rem;
                  margin-top: auto;
                  margin-bottom: auto; }
                  #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-circle,
                  #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-circle,
                  #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-circle {
                    font-size: 1rem;
                    margin-top: .3rem; }
                  #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle,
                  #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle,
                  #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle {
                    font-size: 1.8rem; }
                #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-title,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-title,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-title {
                  display: flex;
                  flex-grow: 1; }
                  #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-title > p,
                  #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-title > p,
                  #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-title > p {
                    margin: 0;
                    font-size: 1.3rem; }
                    #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-title > p.name,
                    #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-title > p.name,
                    #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-title > p.name {
                      margin-bottom: 1rem;
                      flex-grow: 1;
                      margin-right: .5rem;
                      margin-top: 1rem; }
                    #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-title > p.price,
                    #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-title > p.price,
                    #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-title > p.price {
                      color: #000000;
                      margin-bottom: 1rem; }
              #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-content,
              #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-content,
              #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-content {
                width: 100%; }
                #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-content .service-reorder-buttons .reorder-button,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-content .service-reorder-buttons .reorder-button,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-content .service-reorder-buttons .reorder-button {
                  margin: 0 1rem; }
                #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-content > small,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-content > small,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-content > small {
                  display: inline-block;
                  color: #acacac;
                  font-size: .9rem;
                  margin-left: 3rem;
                  position: relative;
                  top: -10px; }
                #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-content > .service-accordion,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-content > .service-accordion,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-content > .service-accordion {
                  max-height: 0;
                  overflow: hidden;
                  transition: max-height 0.25s ease-out; }
                  #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-content > .service-accordion.active,
                  #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-content > .service-accordion.active,
                  #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-content > .service-accordion.active {
                    max-height: 200rem;
                    transition: max-height 0.20s ease-in; }
                  #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-content > .service-accordion > .filter-list-item,
                  #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-content > .service-accordion > .filter-list-item,
                  #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-content > .service-accordion > .filter-list-item {
                    margin-bottom: 1.5rem; }
                  #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-content > .service-accordion .note-present,
                  #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-content > .service-accordion .note-present,
                  #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-content > .service-accordion .note-present {
                    width: 100%;
                    padding: 1rem;
                    font-size: 1.25rem;
                    line-height: 1.25rem;
                    border: 2px solid rgba(0, 0, 0, 0.12);
                    border-radius: 10px;
                    margin-top: 1rem; }
                  #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-content > .service-accordion textarea,
                  #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-content > .service-accordion textarea,
                  #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-content > .service-accordion textarea {
                    margin-top: 1rem; }
                #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-content a,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-content a,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-content a {
                  color: #21ce99; }
            #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize .package-note-header,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize .package-note-header,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize .package-note-header {
              font-weight: bold;
              font-size: 1.8rem;
              width: 50%;
              text-align: center;
              margin: 2rem auto; }
            #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize .package-note-selector > select, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize .package-note-selector textarea,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize .package-note-selector > select,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize .package-note-selector textarea,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize .package-note-selector > select,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize .package-note-selector textarea {
              width: 100%;
              margin-bottom: 10px; }
            #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize .package-numbering,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize .package-numbering,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize .package-numbering {
              color: #acacac;
              margin-top: 4rem;
              text-align: center; }
            #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize .fill-space,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize .fill-space,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize .fill-space {
              flex-grow: 1;
              flex-shrink: 1;
              flex-basis: auto; }
          #work-order > .work-order-body .packages .package-option > .package-container > .package-edit-options,
          #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-edit-options,
          #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-edit-options {
            margin-top: 2rem; }
            #work-order > .work-order-body .packages .package-option > .package-container > .package-edit-options > .package-edit-selector.package-edit-selector,
            #work-order > .work-order-body .packages .package-option > .package-container > .package-edit-options > .package-mode-selector.package-edit-selector,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-edit-options > .package-edit-selector.package-edit-selector,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-edit-options > .package-mode-selector.package-edit-selector,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-edit-options > .package-edit-selector.package-edit-selector,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-edit-options > .package-mode-selector.package-edit-selector {
              margin-bottom: 1rem; }
            #work-order > .work-order-body .packages .package-option > .package-container > .package-edit-options > .package-edit-selector:not([disabled]),
            #work-order > .work-order-body .packages .package-option > .package-container > .package-edit-options > .package-mode-selector:not([disabled]),
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-edit-options > .package-edit-selector:not([disabled]),
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-edit-options > .package-mode-selector:not([disabled]),
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-edit-options > .package-edit-selector:not([disabled]),
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-edit-options > .package-mode-selector:not([disabled]) {
              color: #21ce99;
              border-color: #21ce99; }
          #work-order > .work-order-body .packages .package-option > .package-container > .option-title,
          #work-order > .work-order-body .packages .as-sortable-item > .package-container > .option-title,
          #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .option-title {
            font-weight: bold;
            font-size: 1.6rem;
            width: 100%;
            text-align: center;
            margin: 2.5rem 0 1rem;
            overflow: hidden;
            height: 6.4rem; }
          #work-order > .work-order-body .packages .package-option > .package-container > .package-edit-title-area > .package-edit-title-banner,
          #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-edit-title-area > .package-edit-title-banner,
          #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-edit-title-area > .package-edit-title-banner {
            margin-top: 2rem; }
            #work-order > .work-order-body .packages .package-option > .package-container > .package-edit-title-area > .package-edit-title-banner > .banner-edit,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-edit-title-area > .package-edit-title-banner > .banner-edit,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-edit-title-area > .package-edit-title-banner > .banner-edit {
              height: 68px;
              border-radius: 5px;
              text-align: center;
              border: 2px solid rgba(0, 0, 0, 0.12); }
              #work-order > .work-order-body .packages .package-option > .package-container > .package-edit-title-area > .package-edit-title-banner > .banner-edit > p,
              #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-edit-title-area > .package-edit-title-banner > .banner-edit > p,
              #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-edit-title-area > .package-edit-title-banner > .banner-edit > p {
                margin: 1.3rem 0 0;
                line-height: 1rem; }
                #work-order > .work-order-body .packages .package-option > .package-container > .package-edit-title-area > .package-edit-title-banner > .banner-edit > p > span,
                #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-edit-title-area > .package-edit-title-banner > .banner-edit > p > span,
                #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-edit-title-area > .package-edit-title-banner > .banner-edit > p > span {
                  font-weight: bold;
                  display: inline-block;
                  max-width: 100%;
                  padding: 5px;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis; }
            #work-order > .work-order-body .packages .package-option > .package-container > .package-edit-title-area > .package-edit-title-banner > .package-mode-selector,
            #work-order > .work-order-body .packages .package-option > .package-container > .package-edit-title-area > .package-edit-title-banner > .title-edit,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-edit-title-area > .package-edit-title-banner > .package-mode-selector,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-edit-title-area > .package-edit-title-banner > .title-edit,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-edit-title-area > .package-edit-title-banner > .package-mode-selector,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-edit-title-area > .package-edit-title-banner > .title-edit {
              margin-top: 1rem; }
          #work-order > .work-order-body .packages .package-option > .package-container > .package-edit-title-area > .warranty-edit,
          #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-edit-title-area > .warranty-edit,
          #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-edit-title-area > .warranty-edit {
            margin: 2rem 0; }
            #work-order > .work-order-body .packages .package-option > .package-container > .package-edit-title-area > .warranty-edit > select,
            #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-edit-title-area > .warranty-edit > select,
            #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-edit-title-area > .warranty-edit > select {
              width: 100%; }
          #work-order > .work-order-body .packages .package-option > .package-container > .option-warranty,
          #work-order > .work-order-body .packages .as-sortable-item > .package-container > .option-warranty,
          #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .option-warranty {
            height: 1.7rem;
            overflow: hidden;
            color: #777777;
            font-size: 1.4rem;
            text-align: center;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin: 0 0 1rem; }
    #work-order > .work-order-body .work-order-summary {
      border-radius: 1rem;
      box-shadow: 0 0 0.8rem 0.05rem rgba(0, 0, 0, 0.1);
      margin: 1rem 2.5rem 0;
      padding: 1em 2em;
      position: relative; }
      #work-order > .work-order-body .work-order-summary .large {
        font-size: 120%; }
      #work-order > .work-order-body .work-order-summary .small {
        font-size: 85%; }
      #work-order > .work-order-body .work-order-summary .spacer-small {
        height: 0.25em; }
      #work-order > .work-order-body .work-order-summary .spacer-large {
        height: 1em; }
      #work-order > .work-order-body .work-order-summary .spacer-xlarge {
        height: 4em; }
      #work-order > .work-order-body .work-order-summary .right-pad-s {
        padding-right: 0.5em; }
      #work-order > .work-order-body .work-order-summary .left-pad-s {
        padding-left: 0.5em; }
      @media (max-width: 600px) {
        #work-order > .work-order-body .work-order-summary {
          padding: 1em 0.5em;
          margin: 1rem 0.5rem 0; } }
      #work-order > .work-order-body .work-order-summary > h1 {
        text-align: center;
        font-size: 2.25rem;
        margin-bottom: 0; }
      #work-order > .work-order-body .work-order-summary > h1 + p {
        text-align: center;
        margin-bottom: 2rem; }
      #work-order > .work-order-body .work-order-summary > .accordion-toggle {
        color: #21ce99;
        font-size: 3rem;
        position: absolute;
        right: 3.5rem;
        top: 3.2rem; }
        @media (max-width: 767px) {
          #work-order > .work-order-body .work-order-summary > .accordion-toggle {
            right: 0.5rem;
            top: 1.2rem; } }
      #work-order > .work-order-body .work-order-summary .work-order-summary-accordion {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.25s linear; }
        #work-order > .work-order-body .work-order-summary .work-order-summary-accordion.active {
          max-height: 500rem;
          transition: max-height 0.25s linear; }
        #work-order > .work-order-body .work-order-summary .work-order-summary-accordion > header {
          color: #d4d4d4;
          font-size: 1.3rem; }
          #work-order > .work-order-body .work-order-summary .work-order-summary-accordion > header > .price {
            color: #d4d4d4; }
        #work-order > .work-order-body .work-order-summary .work-order-summary-accordion > .package-option > .package-name {
          font-size: 1.2rem;
          font-weight: bold; }
        #work-order > .work-order-body .work-order-summary .work-order-summary-accordion > .package-option > .service-list {
          order: 4;
          margin: 0.5rem 0 0; }
          #work-order > .work-order-body .work-order-summary .work-order-summary-accordion > .package-option > .service-list > .name {
            color: #000000;
            padding-left: 2rem; }
          @media (max-width: 500px) {
            #work-order > .work-order-body .work-order-summary .work-order-summary-accordion > .package-option > .service-list > .price {
              max-width: 108px;
              min-width: 20px;
              padding-right: 20px; } }
          @media (max-width: 500px) {
            #work-order > .work-order-body .work-order-summary .work-order-summary-accordion > .package-option > .service-list > .price:empty {
              display: none; } }
        #work-order > .work-order-body .work-order-summary .work-order-summary-accordion > .sub-total-accordion {
          position: relative;
          min-height: 6rem; }
          #work-order > .work-order-body .work-order-summary .work-order-summary-accordion > .sub-total-accordion > .accordion-toggle {
            color: #21ce99;
            font-size: 3rem;
            position: absolute;
            right: 0;
            top: 1rem; }
        #work-order > .work-order-body .work-order-summary .work-order-summary-accordion > .action-buttons-container {
          margin-top: 3rem; }
          #work-order > .work-order-body .work-order-summary .work-order-summary-accordion > .action-buttons-container > button:nth-of-type(1) {
            margin-right: 3rem; }
        #work-order > .work-order-body .work-order-summary .work-order-summary-accordion .service-plan-line {
          align-items: center; }
          #work-order > .work-order-body .work-order-summary .work-order-summary-accordion .service-plan-line .savings-text {
            color: #21ce99;
            font-size: 1rem;
            display: inline-block;
            margin-right: 1.5rem; }
        #work-order > .work-order-body .work-order-summary .work-order-summary-accordion .line-head {
          color: #5c686c; }
        #work-order > .work-order-body .work-order-summary .work-order-summary-accordion .line-head-important {
          color: #5c686c;
          font-weight: bold; }
        #work-order > .work-order-body .work-order-summary .work-order-summary-accordion .price {
          color: #001c46;
          width: 6.75em;
          margin-right: 1em;
          text-align: right; }
        @media (max-width: 500px) {
          #work-order > .work-order-body .work-order-summary .work-order-summary-accordion .price:nth-child(2):not(:last-child) {
            order: 3;
            width: 100%; } }
        #work-order > .work-order-body .work-order-summary .work-order-summary-accordion .product-price {
          display: inline-block;
          width: 100%;
          text-align: right; }
        #work-order > .work-order-body .work-order-summary .work-order-summary-accordion .adjustments-button {
          height: 48px;
          min-width: 48px;
          width: 48px;
          padding-bottom: 12px;
          margin-right: 2rem;
          margin-bottom: 1rem;
          color: #21ce99;
          background-color: #ffffff; }
        #work-order > .work-order-body .work-order-summary .work-order-summary-accordion .savings {
          order: 5; }

#sales-tax-flyout .sales-tax {
  margin: 0 1rem 2rem 2rem;
  padding-bottom: 1rem;
  box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.15);
  text-align: center; }
  #sales-tax-flyout .sales-tax > .title {
    color: #5c686c;
    padding: 1rem 2rem 0;
    font-size: 1.4rem; }
  #sales-tax-flyout .sales-tax > .sales-tax-amount {
    margin-bottom: 1rem; }
    #sales-tax-flyout .sales-tax > .sales-tax-amount > .sales-tax-amount-input {
      width: 30rem;
      height: 5rem; }

#edit-etc .etc {
  margin: 0 1rem 1rem 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.15);
  text-align: center; }
  #edit-etc .etc > .title {
    color: #5c686c;
    padding: 1rem 2rem 0;
    font-size: 1.4rem; }
  #edit-etc .etc > .etc-code {
    margin-bottom: 1rem; }
    #edit-etc .etc > .etc-code > .etc-code-input {
      width: 30rem;
      max-width: 95%;
      height: 5rem; }
  #edit-etc .etc > .buttons > button {
    width: 10rem;
    max-width: calc(50% - 15px); }
    #edit-etc .etc > .buttons > button:first-of-type {
      margin-right: 1.5rem; }

#edit-adjustments .adjustments {
  margin: 0 1rem 1rem 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.15);
  text-align: center; }
  #edit-adjustments .adjustments > .title {
    color: #5c686c;
    padding: 1rem 2rem 0;
    font-size: 1.4rem; }
  #edit-adjustments .adjustments > .adjustment-code {
    margin-bottom: 1rem; }
    #edit-adjustments .adjustments > .adjustment-code > .adjustment-code-input {
      border-color: #21ce99;
      border-style: dashed;
      width: 30rem;
      max-width: 95%;
      height: 5rem; }
  #edit-adjustments .adjustments > .buttons > button {
    width: 10rem;
    max-width: calc(50% - 15px); }
    #edit-adjustments .adjustments > .buttons > button:first-of-type {
      margin-right: 1.5rem; }

.work-order-approval {
  box-shadow: 0 0 0.8rem 0.05rem rgba(0, 0, 0, 0.1);
  margin: 3rem 2.5rem;
  padding: 1rem 4rem 3rem;
  position: relative;
  border-radius: 1rem; }
  @media (max-width: 767px) {
    .work-order-approval {
      margin: 3rem 0.5rem 0; } }
  .work-order-approval .send-approval {
    margin-right: 10px; }
    @media (max-width: 767px) {
      .work-order-approval .send-approval {
        margin-right: 0px;
        margin-bottom: 10px;
        display: block; } }
  .work-order-approval > h1 {
    text-align: center;
    font-size: 2.25rem;
    margin-bottom: 1rem; }
  .work-order-approval .approval-flag {
    color: #0e4c96;
    text-align: center;
    font-size: 1.5rem; }
  .work-order-approval > .accordion-toggle {
    color: #21ce99;
    font-size: 3rem;
    position: absolute;
    right: 3.5rem;
    top: 3.2rem; }
    @media (max-width: 767px) {
      .work-order-approval > .accordion-toggle {
        right: 0.5rem;
        top: 1.2rem; } }
  .work-order-approval .work-order-approval-accordion {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s linear; }
    .work-order-approval .work-order-approval-accordion.active {
      max-height: 500rem;
      transition: max-height 0.25s linear; }
    .work-order-approval .work-order-approval-accordion > p {
      color: #cccccc; }
    .work-order-approval .work-order-approval-accordion .etc-button {
      height: 48px;
      min-width: 48px;
      width: 48px;
      padding-bottom: 12px;
      margin-right: 2rem;
      margin-bottom: 1rem;
      color: #21ce99;
      background-color: #ffffff; }
    .work-order-approval .work-order-approval-accordion > .agreements-list {
      margin-top: 2rem; }
      .work-order-approval .work-order-approval-accordion > .agreements-list > div {
        margin: 1rem 0 0; }
        .work-order-approval .work-order-approval-accordion > .agreements-list > div .title {
          color: #cccccc;
          display: inline-block;
          margin-left: 2rem; }
          .work-order-approval .work-order-approval-accordion > .agreements-list > div .title > span:nth-of-type(2) {
            display: inline-block;
            margin-left: 4rem; }
          .work-order-approval .work-order-approval-accordion > .agreements-list > div .title .terms-name {
            width: calc(100% - 20px);
            display: inline-block; }
          .work-order-approval .work-order-approval-accordion > .agreements-list > div .title .terms-chevron {
            margin-left: 8px;
            display: inline-block; }
      .work-order-approval .work-order-approval-accordion > .agreements-list > button {
        margin: 2rem 0; }

#finance-plan-selection section {
  color: #5c686c; }
  #finance-plan-selection section.plans-listing {
    margin: 0 1rem 0 2rem;
    box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.15); }
    #finance-plan-selection section.plans-listing > .buttons > button {
      width: 10rem;
      max-width: calc(50% - 15px); }
      #finance-plan-selection section.plans-listing > .buttons > button:first-of-type {
        margin-right: 1.5rem; }
  #finance-plan-selection section .plan {
    padding: 1rem 2rem 0; }
  #finance-plan-selection section .price {
    font-weight: bold;
    color: #21ce99;
    line-height: 35px; }
  #finance-plan-selection section .header {
    margin-top: 2rem;
    font-size: 150%;
    font-style: italic; }
  #finance-plan-selection section .company-name {
    color: black;
    font-size: 200%;
    padding: 2rem 2rem 1rem; }
  #finance-plan-selection section .accordion {
    max-height: 0;
    overflow: hidden;
    text-align: justify;
    transition: max-height 0.25s ease-out; }
    #finance-plan-selection section .accordion.active {
      padding-top: 1rem;
      max-height: unset;
      transition: max-height 0.20s ease-in; }
  #finance-plan-selection section .mdl-switch {
    width: auto; }
  #finance-plan-selection section .accordion-toggle {
    color: #d4d4d4;
    font-size: 2rem;
    margin-top: -.5rem; }

#service-plan-selection > div:nth-of-type(2) {
  margin: 0;
  padding: 0;
  width: 100%; }
  #service-plan-selection > div:nth-of-type(2) > .filter-group {
    width: 100%; }

#service-plan-selection .selected-plan {
  margin: 0 1rem 0 2rem; }
  #service-plan-selection .selected-plan .title {
    color: #4a4a4a;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 1rem; }
  #service-plan-selection .selected-plan .line-head {
    margin-left: 2rem; }
  #service-plan-selection .selected-plan .data {
    color: #000000;
    width: 15rem;
    margin-right: 2rem;
    text-align: end; }

#service-plan-selection .plans-listing {
  margin: 0 2rem 1rem;
  box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.15); }
  #service-plan-selection .plans-listing.selected input[type="checkbox"]:disabled + label > svg:nth-of-type(1) {
    border: 0;
    background-color: #0e4c96; }
  #service-plan-selection .plans-listing > .title {
    color: #4a4a4a;
    padding: 1rem 2rem 0;
    font-size: 1.4rem; }
    #service-plan-selection .plans-listing > .title > .savings {
      width: 9.5rem; }
    #service-plan-selection .plans-listing > .title > .add-text {
      padding-top: 1.5rem; }
    #service-plan-selection .plans-listing > .title > .new-item-button-wrapper {
      display: flex; }
  #service-plan-selection .plans-listing .list-item {
    padding: 0 2rem; }
    #service-plan-selection .plans-listing .list-item input[type="checkbox"] + label {
      display: flex;
      align-items: center; }
    #service-plan-selection .plans-listing .list-item.first-with {
      padding-top: 1.25rem; }
    #service-plan-selection .plans-listing .list-item .current-plan {
      margin-left: 2rem;
      letter-spacing: 4px;
      color: #777777;
      padding-bottom: 0.5rem; }
    #service-plan-selection .plans-listing .list-item .service-name {
      display: inline-block;
      width: calc(100% - 70px); }
    #service-plan-selection .plans-listing .list-item > .pull-right {
      display: flex;
      align-items: center; }
      #service-plan-selection .plans-listing .list-item > .pull-right > .savings {
        color: #000000;
        font-size: 1.4rem;
        margin: 0.5rem 2rem 0.5rem 0rem; }
      #service-plan-selection .plans-listing .list-item > .pull-right > span svg {
        color: #d4d4d4;
        font-size: 2rem;
        margin-top: -.5rem; }
      #service-plan-selection .plans-listing .list-item > .pull-right > .savings-amount {
        display: inline-block;
        margin-left: 60px; }
    #service-plan-selection .plans-listing .list-item > .service-plan-accordion {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.25s ease-out; }
      #service-plan-selection .plans-listing .list-item > .service-plan-accordion.active {
        padding-top: 0.1rem;
        max-height: 80rem;
        overflow-y: auto;
        transition: max-height 0.20s ease-in; }
      #service-plan-selection .plans-listing .list-item > .service-plan-accordion > .pricing {
        color: #000000;
        margin-top: 1rem;
        padding-left: 3rem; }
        #service-plan-selection .plans-listing .list-item > .service-plan-accordion > .pricing > div {
          width: 12rem;
          color: #000000;
          font-size: 1.3rem; }
      #service-plan-selection .plans-listing .list-item > .service-plan-accordion > .notes {
        padding-left: 1.5rem;
        margin-left: 4rem; }

#service-plan-selection .divider {
  height: 4rem;
  text-align: center;
  margin-bottom: 1rem;
  padding-top: 1.25rem;
  background-color: #fafafa;
  text-transform: uppercase; }

#service-plan-selection .add-new-item > select {
  color: #777777;
  margin: 0 auto;
  width: 16rem;
  max-width: 90%;
  display: block; }

#service-plan-selection .add-new-item .buttons {
  color: #777777;
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  padding: 2rem 0; }
  #service-plan-selection .add-new-item .buttons > button {
    width: 10rem;
    max-width: calc(50% - 19px); }
    #service-plan-selection .add-new-item .buttons > button:first-of-type {
      margin-right: 1rem; }

@media screen and (max-height: 500px) {
  .flyout {
    height: 100%;
    top: 0px; } }

#print-sign .email-container {
  margin-bottom: 1rem; }
  @media (max-width: 900px) {
    #print-sign .email-container {
      text-align: center; } }
  #print-sign .email-container .contactInput {
    padding: 1rem 0;
    max-height: 73px;
    min-width: 250px;
    position: relative; }
    #print-sign .email-container .contactInput > span {
      padding: 0rem 1rem; }
    #print-sign .email-container .contactInput .editContact {
      height: 34px;
      width: 34px;
      min-width: 34px;
      font-size: 19px;
      color: #5c686c; }
    #print-sign .email-container .contactInput .smallTitle {
      position: absolute;
      margin-top: -5px;
      font-size: 14px; }
    #print-sign .email-container .contactInput .email {
      position: relative;
      top: 10px; }

#print-sign .print-name {
  width: 100%;
  height: 8rem;
  -webkit-transform: translate3d(0, 0, 0);
  margin-bottom: 1rem; }

#print-sign input {
  text-align: center; }

#print-sign .signature-area {
  min-height: 22rem;
  position: relative; }
  #print-sign .signature-area > svg {
    color: #d4d4d4;
    font-size: 3rem;
    top: 9rem;
    left: 2rem;
    position: absolute; }
  #print-sign .signature-area > p {
    top: 9.5rem;
    width: 100%;
    color: #cccccc;
    text-align: center;
    font-size: 1.2rem;
    position: absolute; }

#print-sign .actions {
  text-align: center; }
  #print-sign .actions > button {
    width: 10rem;
    max-width: calc(50% - 15px); }
    #print-sign .actions > button:first-of-type {
      margin-right: 2rem; }

#signature-form-preview {
  width: 100%;
  height: 18rem;
  margin: 2rem 0;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.12); }

#terms-conditions {
  font-family: "Helvetica", "Arial", sans-serif !important; }
  #terms-conditions ul, #terms-conditions ol {
    font-size: 16px; }
  #terms-conditions .terms-conditions {
    padding: 20px 40px;
    color: #5c686c;
    line-height: 1.5; }
    #terms-conditions .terms-conditions article {
      padding-top: 10px; }

#create-template .favorite {
  margin-top: 2rem; }
  #create-template .favorite > p {
    text-align: center; }
  #create-template .favorite > p > svg {
    color: #acacac;
    font-size: 3.2rem;
    border: 1px solid #acacac;
    border-radius: 100%;
    padding: 1.2rem 1rem 1rem; }
    #create-template .favorite > p > svg.fa-heart {
      color: #0e4c96;
      border-color: #0e4c96; }

#create-template button {
  width: 10rem;
  max-width: calc(50% - 15px); }
  #create-template button:first-of-type {
    margin-right: 1.5rem; }

#create-template .share-icon {
  font-size: 5rem; }

#create-template .label {
  color: #ffffff;
  background-color: #d4d4d4;
  border-radius: 1rem;
  padding: 0.1rem 1rem;
  margin-top: 1rem; }
  #create-template .label.blue {
    background-color: #21ce99;
    display: inline-block; }

#create-template input[type="radio"] + label {
  justify-content: center; }

trix-toolbar {
  white-space: normal; }
  trix-toolbar .trix-button-row {
    flex-wrap: wrap; }

.flyout:not(.active) {
  box-shadow: none; }

.stats {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  font-size: 1rem; }

.disabled {
  background: gray !important;
  cursor: initial !important; }

#banner-flyout .banners {
  max-width: 67rem;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  justify-content: center; }
  #banner-flyout .banners li {
    padding: 15px;
    margin: 15px; }
  #banner-flyout .banners .banner-container {
    position: relative;
    height: 8rem;
    width: 18rem;
    border: 1px solid #d4d4d4;
    border-radius: 5px; }
    #banner-flyout .banners .banner-container.selected {
      border: 3px solid #222930; }
      #banner-flyout .banners .banner-container.selected span {
        position: absolute;
        bottom: 0;
        left: 40%;
        font-weight: 500; }
    #banner-flyout .banners .banner-container .banner {
      top: -11%;
      left: -8%;
      width: 360px;
      height: 60px; }
      @media (min-width: 600px) {
        #banner-flyout .banners .banner-container .banner {
          top: -11%;
          left: -8%; } }
      #banner-flyout .banners .banner-container .banner .copy-container {
        width: 180px;
        padding-right: 5px; }
        @media (min-width: 600px) {
          #banner-flyout .banners .banner-container .banner .copy-container {
            width: 220px;
            padding-right: 10px; } }
        @media (min-width: 960px) {
          #banner-flyout .banners .banner-container .banner .copy-container {
            width: 300px;
            padding-right: 0px; } }

.banner-display {
  position: absolute;
  top: 1rem;
  left: -1.1rem;
  overflow: visible;
  font-size: 1.1rem;
  line-height: 1.1rem; }
  .banner-display:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 0.15rem;
    right: 0;
    border: 2.05rem solid rgba(0, 0, 0, 0.3);
    border-left-color: transparent;
    transform: scale(-1, 1); }
  .banner-display:after {
    content: "";
    height: 0.15rem;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    bottom: -0.15rem;
    left: 1rem;
    right: 4.1rem; }
  .banner-display.red > p, #work-order > .work-order-header .package-basic-info > .banner-display.edit-toggle.editing > p, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .banner-display.fa-minus-circle > p, #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .banner-display.fa-minus-circle > p, #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .banner-display.fa-minus-circle > p, .stats .banner-display.error > p, #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .banner-display.fa-minus-circle > p {
    background-color: #ee6240; }
    .banner-display.red > p:before, #work-order > .work-order-header .package-basic-info > .banner-display.edit-toggle.editing > p:before, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .banner-display.fa-minus-circle > p:before, #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .banner-display.fa-minus-circle > p:before, #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .banner-display.fa-minus-circle > p:before, .stats .banner-display.error > p:before, #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .banner-display.fa-minus-circle > p:before {
      border-top-color: #ee6240;
      border-bottom-color: #ee6240; }
    .banner-display.red > p:after, #work-order > .work-order-header .package-basic-info > .banner-display.edit-toggle.editing > p:after, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .banner-display.fa-minus-circle > p:after, #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .banner-display.fa-minus-circle > p:after, #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .banner-display.fa-minus-circle > p:after, .stats .banner-display.error > p:after, #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .banner-display.fa-minus-circle > p:after {
      border-top-color: #5a1808; }
  .banner-display.blue > p {
    background-color: #4eb6d5; }
    .banner-display.blue > p:before {
      border-top-color: #4eb6d5;
      border-bottom-color: #4eb6d5; }
    .banner-display.blue > p:after {
      border-top-color: #113a46; }
  .banner-display.green > p {
    background-color: #5bb082; }
    .banner-display.green > p:before {
      border-top-color: #5bb082;
      border-bottom-color: #5bb082; }
    .banner-display.green > p:after {
      border-top-color: #142b1f; }
  .banner-display.gray > p {
    background-color: #828282; }
    .banner-display.gray > p:before {
      border-top-color: #828282;
      border-bottom-color: #828282; }
    .banner-display.gray > p:after {
      border-top-color: #1c1c1c; }
  .banner-display.orange > p {
    background-color: #db9524; }
    .banner-display.orange > p:before {
      border-top-color: #db9524;
      border-bottom-color: #db9524; }
    .banner-display.orange > p:after {
      border-top-color: #2c1e07; }
  .banner-display.purple > p {
    background-color: #bb6bd9; }
    .banner-display.purple > p:before {
      border-top-color: #bb6bd9;
      border-bottom-color: #bb6bd9; }
    .banner-display.purple > p:after {
      border-top-color: #4c195f; }
  .banner-display > p {
    display: block;
    padding: 1.25rem;
    position: relative;
    background: transparent;
    overflow: visible;
    height: 4.1rem;
    color: #ffffff;
    text-decoration: none;
    margin: 0 2.05rem 0 0; }
    .banner-display > p:before {
      content: "";
      height: 0;
      width: 0;
      display: block;
      position: absolute;
      top: 0;
      right: -2.05rem;
      border: 2.05rem solid transparent; }
    .banner-display > p:after {
      content: "";
      height: 0;
      width: 0;
      display: block;
      position: absolute;
      bottom: -1.1rem;
      left: 0;
      border-top: 1.1rem solid transparent;
      border-left: 1.1rem solid transparent; }

#time-clock {
  z-index: 6; }
  #time-clock + .slide-out-overlay.active {
    z-index: 5; }
  @media all and (max-width: 400px) {
    #time-clock .mdl-grid {
      padding: 0; }
    #time-clock .mdl-cell--4-col {
      min-width: 60px; } }

#note-handler {
  pointer-events: none;
  width: 85%;
  position: fixed; }
  #note-handler.active {
    pointer-events: auto; }
  #note-handler textarea {
    height: unset;
    width: 100%; }
  #note-handler .fa-spinner.fa-spin {
    font-size: 400%; }

/* Ugly, but refer to ticket JJJ-745 for removal details.  Currently in backlog. */
@-moz-document url-prefix() {
  #note-handler {
    width: 70%; }
    #note-handler.left {
      left: 185%; }
      #note-handler.left.active {
        transform: translateX(-242.85%); } }

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
main.payment {
  -webkit-overflow-scrolling: auto; }

@media all and (max-width: 600px) {
  #payment .wide-mobile {
    margin: 0 1rem 1rem; } }

#payment > section {
  margin: 0 4rem 1rem; }
  #payment > section input, #payment > section textarea {
    transform: translateZ(0);
    color: #000000; }
  #payment > section > .payment-table {
    width: 100%;
    border-collapse: collapse; }
    #payment > section > .payment-table > .table-head {
      border-bottom: 1px solid #777777; }
      #payment > section > .payment-table > .table-head > .item {
        font-weight: bold; }
    #payment > section > .payment-table > .table-row {
      display: flex;
      flex-wrap: wrap; }
      #payment > section > .payment-table > .table-row > .item {
        display: inline-block;
        height: 3rem;
        width: calc(20%);
        order: 1; }
      #payment > section > .payment-table > .table-row > .left {
        text-align: left; }
      #payment > section > .payment-table > .table-row > .right {
        text-align: right; }
      @media all and (max-width: 600px) {
        #payment > section > .payment-table > .table-row > .mobile-drop {
          order: 2;
          min-width: 50%; }
        #payment > section > .payment-table > .table-row > .left:first-of-type {
          width: 40%; }
        #payment > section > .payment-table > .table-row > .right {
          width: 40%; }
        #payment > section > .payment-table > .table-row > .mobile-hide {
          width: 0%; } }
    #payment > section > .payment-table > .table-body + .table-body {
      border-top: 1px solid #d4d4d4; }
    #payment > section > .payment-table > .table-foot {
      border-top: 1px solid #777777; }
      #payment > section > .payment-table > .table-foot > .item {
        font-weight: bold; }
  #payment > section > table {
    width: 100%;
    border-collapse: collapse; }
    #payment > section > table > thead > tr > th:nth-of-type(1),
    #payment > section > table > thead > tr > th:nth-of-type(2),
    #payment > section > table > thead > tr > th:nth-of-type(3),
    #payment > section > table > thead > tr > td:nth-of-type(1),
    #payment > section > table > thead > tr > td:nth-of-type(2),
    #payment > section > table > thead > tr > td:nth-of-type(3),
    #payment > section > table > tbody > tr > th:nth-of-type(1),
    #payment > section > table > tbody > tr > th:nth-of-type(2),
    #payment > section > table > tbody > tr > th:nth-of-type(3),
    #payment > section > table > tbody > tr > td:nth-of-type(1),
    #payment > section > table > tbody > tr > td:nth-of-type(2),
    #payment > section > table > tbody > tr > td:nth-of-type(3),
    #payment > section > table > tfoot > tr > th:nth-of-type(1),
    #payment > section > table > tfoot > tr > th:nth-of-type(2),
    #payment > section > table > tfoot > tr > th:nth-of-type(3),
    #payment > section > table > tfoot > tr > td:nth-of-type(1),
    #payment > section > table > tfoot > tr > td:nth-of-type(2),
    #payment > section > table > tfoot > tr > td:nth-of-type(3) {
      text-align: left;
      height: 3rem; }
    #payment > section > table > thead > tr > th:nth-of-type(3),
    #payment > section > table > tbody > tr > th:nth-of-type(3),
    #payment > section > table > tfoot > tr > th:nth-of-type(3) {
      padding-left: 1rem;
      padding-right: 1rem; }
    #payment > section > table > thead > tr > th:nth-of-type(4),
    #payment > section > table > thead > tr > th:nth-of-type(5),
    #payment > section > table > thead > tr > td:nth-of-type(4),
    #payment > section > table > thead > tr > td:nth-of-type(5),
    #payment > section > table > tbody > tr > th:nth-of-type(4),
    #payment > section > table > tbody > tr > th:nth-of-type(5),
    #payment > section > table > tbody > tr > td:nth-of-type(4),
    #payment > section > table > tbody > tr > td:nth-of-type(5),
    #payment > section > table > tfoot > tr > th:nth-of-type(4),
    #payment > section > table > tfoot > tr > th:nth-of-type(5),
    #payment > section > table > tfoot > tr > td:nth-of-type(4),
    #payment > section > table > tfoot > tr > td:nth-of-type(5) {
      text-align: right;
      height: 3rem; }
    #payment > section > table > thead {
      border-bottom: 1px solid #777777; }
    #payment > section > table > tbody > tr > td:not(:last-of-type) {
      color: #777777; }
    #payment > section > table > tbody > tr > td:not(:first-of-type) {
      padding-left: 1rem;
      padding-right: 1rem; }
    #payment > section > table > tbody > tr > td:last-of-type {
      text-align: right;
      padding-left: 0;
      padding-right: 0; }
    #payment > section > table > tfoot {
      font-weight: bold;
      border-top: 1px solid #777777; }
  #payment > section > .payment-selector {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap; }
    #payment > section > .payment-selector > .option {
      padding: 0.5rem 1.5rem;
      text-align: center;
      cursor: pointer; }
      #payment > section > .payment-selector > .option.selected {
        padding-left: calc(1.5rem - 5px);
        padding-right: calc(1.5rem - 5px);
        border-radius: 5px;
        border: 4px solid #5c686c; }
      #payment > section > .payment-selector > .option > p {
        margin: 0;
        text-transform: uppercase; }
      #payment > section > .payment-selector > .option > svg {
        font-size: 5rem; }
  #payment > section .mdl-grid.payment-form {
    padding: 0;
    -webkit-overflow-scrolling: auto; }
    #payment > section .mdl-grid.payment-form > label > input,
    #payment > section .mdl-grid.payment-form > label > select {
      width: 100%; }
    #payment > section .mdl-grid.payment-form > label input[type=number]::-webkit-outer-spin-button,
    #payment > section .mdl-grid.payment-form > label input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    #payment > section .mdl-grid.payment-form > label input[type=number] {
      -moz-appearance: textfield; }
    #payment > section .mdl-grid.payment-form > select {
      margin: 0.5rem; }
  #payment > section .subheader {
    color: #000000; }

#payment > hr {
  border-top-width: 0.2rem; }

#payment > .sign-save {
  text-align: center;
  margin-bottom: 1rem; }

#payment .finance-payment {
  text-align: right; }

#payment iframe {
  height: 5rem;
  width: 100%;
  vertical-align: top; }
  #payment iframe.card {
    height: 10rem; }
  #payment iframe.card {
    width: 1px;
    min-width: calc(100% - 10px);
    *width: calc(100% - 10px); }

#payment .red, #payment #work-order > .work-order-header .package-basic-info > .edit-toggle.editing, #work-order > .work-order-header #payment .package-basic-info > .edit-toggle.editing, #payment #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #payment .fa-minus-circle,
#payment #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #payment .fa-minus-circle,
#payment #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #payment .fa-minus-circle, #payment .stats .error, .stats #payment .error, #payment #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .fa-minus-circle, #template-view .packages .package-option #payment .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .fa-minus-circle {
  color: red; }

#payment .make-box-pretty {
  height: 68px;
  width: 10px;
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0; }
  #payment .make-box-pretty.make-box-pretty {
    margin-right: 0; }

#payment .validate-hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: -1000; }

#payment .mdl-grid-children-margin > div,
#payment .mdl-grid-children-margin > label {
  margin-top: 8px;
  margin-bottom: 8px; }

#payment .mdl-grid-children-margin > div {
  margin-right: 18px; }

#payment .secure-input {
  position: relative; }
  #payment .secure-input:before {
    position: absolute;
    top: 1.7rem;
    right: 1.5rem;
    color: #cccccc;
    opacity: 0.7;
    font-size: 1.2rem;
    z-index: -1; }
  #payment .secure-input.card:before {
    content: "Card Number"; }
  #payment .secure-input.check:before {
    content: "Check Infomation"; }

#payment label {
  position: relative; }
  #payment label > p.placeholder {
    top: 1.5rem;
    color: #cccccc;
    right: 1rem;
    font-size: 1.2rem;
    position: absolute; }

#payment .edit-contact {
  height: 34px;
  width: 34px;
  min-width: 34px;
  font-size: 19px;
  color: #5c686c;
  margin-left: 10px; }
  #payment .edit-contact:disabled svg {
    color: #777777; }

#finance-plan-container {
  margin-top: 1rem;
  margin-bottom: 1rem; }

#sign-and-save .print-name {
  width: 100%;
  height: 8rem;
  margin-bottom: 1rem; }

#sign-and-save input {
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0); }

#sign-and-save .signature-area {
  min-height: 22rem;
  position: relative; }
  #sign-and-save .signature-area > svg {
    color: #d4d4d4;
    font-size: 3rem;
    top: 9rem;
    left: 2rem;
    position: absolute; }
  #sign-and-save .signature-area > p {
    top: 9.5rem;
    width: 100%;
    color: #cccccc;
    text-align: center;
    font-size: 1.2rem;
    position: absolute; }

#sign-and-save .actions {
  text-align: center; }
  #sign-and-save .actions > button {
    width: 10rem;
    max-width: calc(50% - 15px); }
    #sign-and-save .actions > button:first-of-type {
      margin-right: 2rem; }

#resend-email input {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px; }

#resend-email .buttons {
  width: 100%;
  text-align: center; }

#inventory-summary .select-bar {
  margin-top: 1rem; }

#inventory-summary .mdl-list__item-avatar {
  font-size: 26px;
  background: transparent;
  color: #3d3d3d; }

#inventory-summary .mdl-list__item--three-line {
  height: auto; }
  #inventory-summary .mdl-list__item--three-line > .mdl-list__item-primary-content {
    height: auto; }
    #inventory-summary .mdl-list__item--three-line > .mdl-list__item-primary-content > div {
      display: flex; }

@media (max-width: 500px) {
  #inventory-summary .mdl-grid,
  #inventory-summary .mel-list__item {
    padding-left: 0;
    padding-right: 0; } }

#inventory-summary .right-align {
  text-align: right; }

#inventory-summary .addItem .addItemSection {
  margin: 0 1rem 2rem 2rem;
  padding-bottom: 1rem;
  text-align: center; }
  #inventory-summary .addItem .addItemSection .title {
    color: #21ce99;
    padding: 1rem 2rem 1rem;
    font-size: 1.4rem; }
  #inventory-summary .addItem .addItemSection .item-name {
    margin-bottom: 1rem; }
    #inventory-summary .addItem .addItemSection .item-name > select {
      width: 50%; }
    #inventory-summary .addItem .addItemSection .item-name .item_name_select {
      width: 50%; }

#inventory-summary .total-cost {
  font-weight: bold; }
  #inventory-summary .total-cost .total-currency {
    text-align: right;
    padding-right: 1.5rem; }

#inventory-summary .itemList .itemListHeaders {
  color: #acacac;
  background-color: #fafafa;
  padding: 1rem; }
  #inventory-summary .itemList .itemListHeaders .itemListHeader {
    padding: 0.5rem; }

#inventory-summary .itemList .itemListBody {
  font-weight: 400;
  font-size: 16px; }
  #inventory-summary .itemList .itemListBody .idText {
    font-size: 12px;
    color: #acacac; }
  #inventory-summary .itemList .itemListBody .location {
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden; }
  #inventory-summary .itemList .itemListBody .details {
    line-height: 3em;
    text-align: center;
    font-size: 26px; }
    @media (max-width: 767px) {
      #inventory-summary .itemList .itemListBody .details {
        text-align: right; } }
  #inventory-summary .itemList .itemListBody .maintenance {
    line-height: 3em; }

#inventory-summary .appointment-block {
  width: 100%; }
  @media (max-width: 768px) {
    #inventory-summary .appointment-block {
      flex-wrap: wrap;
      padding-right: 0; } }
  #inventory-summary .appointment-block .item-row .item-price {
    text-align: right;
    width: 25%; }
  #inventory-summary .appointment-block .item-row .mdl-list__item-primary-content {
    width: 75%; }
  #inventory-summary .appointment-block .right-align {
    text-align: right;
    padding-right: 1rem; }
    @media (max-width: 475px) {
      #inventory-summary .appointment-block .right-align {
        text-align: center;
        padding: 0; } }
  #inventory-summary .appointment-block .remove-button {
    height: 35px;
    width: 35px;
    min-width: 35px; }
  #inventory-summary .appointment-block .inventory-line {
    padding: 0px;
    min-height: 2rem; }
  #inventory-summary .appointment-block .sub-total {
    font-weight: bold; }

#inventory-summary .confirm {
  margin-left: 1.5rem; }

#inventory-summary .spaced {
  font-size: 1.2rem;
  margin-left: 1.5rem;
  display: inline-block;
  color: #777777; }

#inventory-summary .smallHeader {
  font-size: 0.9rem;
  display: inline-block;
  color: #777777; }

#inventory-summary .inventoryAccordian .mdl-button {
  background-color: #d0021b; }

#inventory-select > .mdl-grid {
  padding-top: 1rem;
  margin: 0;
  width: 100%; }
  #inventory-select > .mdl-grid input {
    -webkit-transform: translate3d(0, 0, 0); }
  #inventory-select > .mdl-grid .search-bar .clear-search-button {
    color: #acacac;
    position: relative;
    margin-top: -42px;
    float: right; }
  @media (max-width: 767px) {
    #inventory-select > .mdl-grid .search-bar > .buttons-bar {
      width: 100%;
      display: flex;
      margin-top: 1rem;
      align-items: center;
      justify-content: space-evenly; } }
  @media (max-width: 767px) {
    #inventory-select > .mdl-grid .search-bar > .buttons-bar > button {
      margin: 0; } }
  @media (min-width: 768px) {
    #inventory-select > .mdl-grid .search-bar > .buttons-bar > button {
      margin-left: 1.5rem; } }
  #inventory-select > .mdl-grid .search-bar > .buttons-bar > .favorites-filter {
    padding: 0;
    height: 4rem;
    width: 4rem;
    font-size: 3.5rem;
    border-radius: 100%;
    margin-top: 0.45rem;
    color: #d4d4d4; }
    #inventory-select > .mdl-grid .search-bar > .buttons-bar > .favorites-filter:hover, #inventory-select > .mdl-grid .search-bar > .buttons-bar > .favorites-filter:focus, #inventory-select > .mdl-grid .search-bar > .buttons-bar > .favorites-filter:active {
      background-color: transparent; }
    #inventory-select > .mdl-grid .search-bar > .buttons-bar > .favorites-filter.active {
      color: #ce1e34; }
  #inventory-select > .mdl-grid .customInventory .customInvHeader {
    text-align: center;
    padding-bottom: 0; }
  #inventory-select > .mdl-grid .customInventory .customField {
    padding: 1.5rem; }
    #inventory-select > .mdl-grid .customInventory .customField .costField {
      width: 50%; }
  #inventory-select > .mdl-grid .customInventory .centerText {
    text-align: center; }
  #inventory-select > .mdl-grid .slideout-toggles {
    padding: 0; }
    #inventory-select > .mdl-grid .slideout-toggles > .section-toggle {
      font-size: 1.5rem;
      color: #d4d4d4;
      border-bottom: 2px solid #d4d4d4;
      padding: 1.8rem 0;
      text-align: center;
      margin: 1rem 0 0;
      width: 100%;
      height: 5rem;
      position: relative;
      box-shadow: inset 0px 5px 15px 0px rgba(207, 207, 207, 0.2); }
      #inventory-select > .mdl-grid .slideout-toggles > .section-toggle > .filters-toggle {
        font-size: 3rem;
        position: absolute;
        top: 0.45rem;
        left: 0;
        padding: 0.7rem 1rem 0.7rem 0.5rem;
        color: #ffffff;
        background-color: #001c46;
        border-radius: 0 1rem 1rem 0; }
  #inventory-select > .mdl-grid .inventory-list {
    margin: 0;
    padding: 0; }
    #inventory-select > .mdl-grid .inventory-list .filter-listing {
      padding-top: 4px; }
      #inventory-select > .mdl-grid .inventory-list .filter-listing .filter-item {
        border: 2px solid #d4d4d4;
        border-radius: 4px;
        padding: 2px;
        padding-top: 5px;
        margin-left: 8px;
        color: #d4d4d4; }
        #inventory-select > .mdl-grid .inventory-list .filter-listing .filter-item .filter-button {
          color: #d4d4d4;
          background-color: #ffffff; }
      #inventory-select > .mdl-grid .inventory-list .filter-listing .clear-filters-button {
        color: #0e4c96;
        border-color: #0e4c96;
        padding-right: 4px; }
    #inventory-select > .mdl-grid .inventory-list > .inventory-list-item {
      padding: 2rem;
      border-bottom: 1px solid #d4d4d4; }
      #inventory-select > .mdl-grid .inventory-list > .inventory-list-item input[type="number"] {
        text-align: center;
        font-weight: bold;
        width: 10rem;
        padding: 1rem;
        margin: 0 2.5rem; }
        @media (max-width: 767px) {
          #inventory-select > .mdl-grid .inventory-list > .inventory-list-item input[type="number"] {
            margin: 0 2rem; } }
      #inventory-select > .mdl-grid .inventory-list > .inventory-list-item img {
        max-width: 50px;
        height: auto;
        margin-right: 8px; }
      #inventory-select > .mdl-grid .inventory-list > .inventory-list-item > .inventory-list-body .inventoryName {
        font-weight: bold; }
      #inventory-select > .mdl-grid .inventory-list > .inventory-list-item > .inventory-list-body > p {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
        color: #777777; }
        @media (max-width: 479px) {
          #inventory-select > .mdl-grid .inventory-list > .inventory-list-item > .inventory-list-body > p {
            margin-top: 1rem; } }
      #inventory-select > .mdl-grid .inventory-list > .inventory-list-item > .inventory-list-price {
        min-width: 5rem;
        margin-left: 2.5rem;
        text-align: center; }
        @media (max-width: 479px) {
          #inventory-select > .mdl-grid .inventory-list > .inventory-list-item > .inventory-list-price {
            margin-left: auto; } }
        #inventory-select > .mdl-grid .inventory-list > .inventory-list-item > .inventory-list-price > p {
          font-weight: bold;
          font-size: 1.5rem; }
        #inventory-select > .mdl-grid .inventory-list > .inventory-list-item > .inventory-list-price > span span {
          color: #d4d4d4;
          font-size: 1.2rem;
          border: 1px solid #d4d4d4;
          border-radius: 100%;
          padding: 0.5rem; }
          #inventory-select > .mdl-grid .inventory-list > .inventory-list-item > .inventory-list-price > span span.active {
            color: #0e4c96;
            border-color: #0e4c96; }

#inventory-filter .filter-listing {
  min-height: 68px; }

#inventory-filter .clear-filters-button {
  width: calc(100% - 16px); }

#inventory-filter .filter-item > span {
  font-size: 1.2rem;
  margin-left: 1.5rem;
  display: inline-block; }

#inventory-filter .filter-item + .btn-field {
  width: 100%; }

#inventory-filter .filter-group > .filter-header {
  font-size: 1.4rem;
  padding: 0 0 1rem;
  flex-wrap: nowrap; }
  #inventory-filter .filter-group > .filter-header .active {
    transform: rotateX(180deg);
    transition: transform 0.20s linear; }
  #inventory-filter .filter-group > .filter-header .fa-chevron-down {
    transition: transform 0.25s linear;
    color: #d4d4d4; }

#inventory-filter .filter-group > .filter-accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out; }
  #inventory-filter .filter-group > .filter-accordion.active {
    padding-top: 0.1rem;
    max-height: 10000rem;
    transition: max-height 0.20s ease-in; }
  #inventory-filter .filter-group > .filter-accordion > .filter-list-item {
    margin-bottom: 1.5rem; }
    #inventory-filter .filter-group > .filter-accordion > .filter-list-item > label {
      min-height: 3.6rem; }

#inventory-filter .filter-group > .filter-list-item {
  margin-bottom: 1.5rem; }

#purchase-order {
  display: flex;
  height: 100%;
  flex-flow: column nowrap; }
  #purchase-order > .content {
    flex-grow: 1;
    overflow: auto;
    padding-bottom: 1rem;
    align-content: baseline; }
    #purchase-order > .content input {
      width: 100%; }
    #purchase-order > .content > p {
      font-size: 1.2rem; }
    #purchase-order > .content > .radio {
      width: 12rem; }
    #purchase-order > .content.complete {
      align-content: center;
      align-items: center;
      justify-content: center;
      font-size: 2rem; }
  #purchase-order > .buttons {
    padding: 1rem;
    text-align: center;
    box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.15); }
    #purchase-order > .buttons > button,
    #purchase-order > .buttons > a {
      min-width: 10rem; }

#reviewRequest > .mdl-grid > .mdl-grid {
  margin: 0; }

#reviewRequest > .mdl-grid > div {
  padding: 2rem; }

#reviewRequest > .mdl-grid .customerName > svg {
  font-size: 36px;
  padding-right: 1rem; }

#reviewRequest > .mdl-grid > hr {
  margin: 0 3rem; }

#reviewRequest > .mdl-grid .sendRequest > span {
  padding-left: 2rem; }

#reviewRequest > .mdl-grid .contactInput {
  padding: 1rem 0;
  max-height: 73px;
  min-width: 250px;
  position: relative; }
  #reviewRequest > .mdl-grid .contactInput > span {
    padding: 0rem 1rem; }
  #reviewRequest > .mdl-grid .contactInput .editContact {
    height: 34px;
    width: 34px;
    min-width: 34px;
    font-size: 19px;
    color: #5c686c; }
  #reviewRequest > .mdl-grid .contactInput .smallTitle {
    position: absolute;
    margin-top: -15px;
    font-size: 14px; }

#reviewRequest > .mdl-grid .send {
  text-align: center; }

@media (max-width: 400px) {
  #reviewRequest > .mdl-grid > .mdl-cell--12-col {
    padding: 7px; } }

#reviewRequest .warning {
  background-color: #fff3cd; }

#edit-email .editEmail {
  text-align: center;
  padding: 1rem; }
  #edit-email .editEmail .emailInput {
    width: 100%; }

#edit-email .email-list {
  margin-bottom: 1.5rem; }

#edit-phone .editPhone {
  text-align: center;
  padding: 1rem; }
  #edit-phone .editPhone .phoneInput {
    width: 100%; }

#edit-phone .phone-list {
  margin-bottom: 1.5rem; }

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

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

#send-invoice > .mdl-grid > .mdl-grid {
  margin: 0; }

#send-invoice > .mdl-grid > div {
  padding: 2rem; }

#send-invoice > .mdl-grid .customerName > svg {
  font-size: 36px;
  margin-right: 1rem; }

#send-invoice > .mdl-grid > hr {
  margin: 0 3rem; }

#send-invoice > .mdl-grid .sendRequest > span {
  padding-left: 2rem; }

#send-invoice > .mdl-grid .contactInput {
  padding: 1rem 0;
  max-height: 73px;
  min-width: 250px;
  position: relative; }
  #send-invoice > .mdl-grid .contactInput > span {
    padding: 0rem 1rem; }
  #send-invoice > .mdl-grid .contactInput .editContact {
    height: 34px;
    width: 34px;
    min-width: 34px;
    font-size: 19px;
    color: #5c686c; }
  #send-invoice > .mdl-grid .contactInput .smallTitle {
    position: absolute;
    margin-top: -15px;
    font-size: 14px; }

#send-invoice > .mdl-grid .send {
  text-align: center; }

@media (max-width: 400px) {
  #send-invoice > .mdl-grid > .mdl-cell--12-col {
    padding: 7px; } }

#send-invoice .note-container {
  width: 100%;
  text-align: center; }

#tags .service-plan.tag {
  font-size: initial;
  margin-left: 20px; }

#tags .recolor-flag {
  margin-left: 20px;
  color: #5c686c; }
  #tags .recolor-flag .green {
    color: #21ce99; }

#tags .small-button {
  height: 30px;
  width: 30px;
  min-width: 30px;
  font-size: 14px;
  margin-left: 10px; }

#tags .edit {
  padding-left: 13px; }

#tags .colors {
  margin-right: 10px; }

#tags .buttons {
  text-align: center; }

#upload-photos .add-buttons {
  padding: 0rem 1rem 2rem; }

#upload-photos .image .small-button {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 100; }

#upload-photos .image .mdl-cell {
  position: relative; }

#upload-photos .gray-header {
  min-height: 48px; }

#upload-photos .header-text {
  color: #21ce99; }

#upload-photos .image img {
  image-orientation: from-image; }

#upload-photos .image img,
#upload-photos .image video {
  max-width: 100%;
  max-height: 200px;
  border-radius: 5px; }

#upload-photos .buttons {
  text-align: center; }

#upload-photos .send-with-invoice {
  margin-bottom: 10px; }

.vendor-inventory {
  height: 100%;
  display: flex;
  position: relative;
  overflow-y: hidden;
  padding-top: 56px; }
  .vendor-inventory .vendor-inventory-header {
    width: 100%;
    position: absolute;
    top: 0; }
  .vendor-inventory .loading-container {
    align-content: center; }
  .vendor-inventory .mdl-checkbox__input {
    display: inherit; }
  .vendor-inventory .clear-filters.v-hidden {
    visibility: hidden; }
  .vendor-inventory .collapse-icon {
    margin-right: 0.5rem; }
  .vendor-inventory .filter-pill-container {
    width: 100%;
    border-bottom: 1px solid #001c46; }
    .vendor-inventory .filter-pill-container .filter-pill {
      border: 1px solid #001c46;
      border-radius: 2rem;
      padding: 0.25rem 0.75rem;
      background-color: #4eb6d5;
      display: inline-block;
      margin: 0.25rem 0.5rem;
      user-select: none; }
    .vendor-inventory .filter-pill-container .filter-remove {
      margin-left: 0.5rem;
      padding: 0.25rem; }
  .vendor-inventory .item-count-container {
    display: flex;
    width: 40px;
    min-width: 40px;
    margin-right: 1rem;
    flex-direction: column; }
  .vendor-inventory .item-count {
    min-width: 40px;
    width: 40px;
    max-width: 40px;
    margin-right: 0.25rem;
    height: 24px;
    min-height: 24px;
    padding: 4px;
    border-radius: 0; }
    .vendor-inventory .item-count[disabled="disabled"] {
      background-color: #777777; }
  .vendor-inventory .qty {
    margin-top: 0.25rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center; }
  .vendor-inventory .search-container {
    margin: 0.25rem;
    position: relative;
    font-size: 24px; }
    .vendor-inventory .search-container input {
      font-size: 24px;
      padding-right: 26px; }
    .vendor-inventory .search-container .search-clear {
      position: absolute;
      right: 7px;
      top: 6px;
      vertical-align: bottom; }
  .vendor-inventory .search-options {
    margin: 0.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .vendor-inventory .search-options .clear-filters {
      margin-right: 1rem;
      color: red; }
  .vendor-inventory .search-items-container > label {
    height: unset; }
  .vendor-inventory .collapse {
    font-size: 24px;
    margin-right: 0.25rem;
    padding: 0.25rem; }
  .vendor-inventory .expander, .vendor-inventory .search-expand, .vendor-inventory .selected-expand {
    position: fixed;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 1.5rem;
    border: 1px solid #001c46;
    font-size: 200%;
    z-index: 1;
    background: white; }
  .vendor-inventory .expander-padder {
    height: 76px;
    width: 100%; }
    .vendor-inventory .expander-padder.has-items {
      border-bottom: 1px solid #001c46; }
  .vendor-inventory .search-expand {
    left: 0;
    border-radius: 0 0.5rem 0.5rem 0; }
  .vendor-inventory .selected-expand {
    right: 0;
    border-radius: 0.5rem 0 0 0.5rem; }
  .vendor-inventory .area {
    width: 200px;
    min-width: 200px;
    overflow-y: auto; }
    .vendor-inventory .area .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
      .vendor-inventory .area .header .text {
        margin-top: 0.25rem;
        margin-bottom: 0; }
  .vendor-inventory .selected-area {
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    align-items: center;
    position: relative; }
  .vendor-inventory .replenish-button {
    position: absolute;
    bottom: 0; }
  .vendor-inventory hr.header-spacer {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%; }
  .vendor-inventory .area-viewport {
    flex-grow: 1;
    overflow-y: auto; }
  .vendor-inventory .search-area {
    display: flex;
    flex-direction: column; }
    .vendor-inventory .search-area .search-group {
      margin-left: 0.5rem;
      margin-bottom: 0.25rem; }
    .vendor-inventory .search-area .search-group-header {
      margin-bottom: 0.25rem; }
    .vendor-inventory .search-area .search-button {
      min-height: 36px; }
  .vendor-inventory .warehouse-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.5rem; }
    .vendor-inventory .warehouse-items:last-child {
      margin-bottom: 36px; }
  .vendor-inventory .item-container .item {
    align-items: start; }
    .vendor-inventory .item-container .item:first-child {
      border-top: 1px solid #001c46; }
  .vendor-inventory .serialized-item {
    flex-grow: 1;
    display: flex;
    padding-bottom: 0.4rem;
    border-right: 1px solid #001c46; }
    .vendor-inventory .serialized-item:last-child {
      border-bottom: 1px solid #001c46; }
    .vendor-inventory .serialized-item .serialized-item-select {
      flex-grow: 1;
      padding: 0;
      font-size: 16px;
      min-height: 28px;
      height: 28px; }
  .vendor-inventory .item {
    width: 200px;
    border-bottom: 1px solid #001c46;
    border-right: 1px solid #001c46;
    padding: 0.25rem;
    flex-grow: 1;
    display: flex;
    overflow: hidden; }
    .vendor-inventory .item.serialized {
      border-bottom: none; }
    .vendor-inventory .item.selected {
      background-color: #CCC; }
    .vendor-inventory .item.empty {
      border: none;
      padding: 0; }
    .vendor-inventory .item .text {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
    .vendor-inventory .item.expanded .text {
      white-space: inherit;
      word-break: break-all; }
    .vendor-inventory .item .remove-item {
      display: flex;
      align-items: center; }
    .vendor-inventory .item .description {
      white-space: normal; }
  .vendor-inventory .item-area {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-content: start;
    justify-content: center;
    border-left: 1px solid #001c46;
    border-right: 1px solid #001c46; }
    .vendor-inventory .item-area.loading {
      align-content: center; }
    .vendor-inventory .item-area .item-area-controls {
      bottom: 0;
      width: 100%;
      display: flex;
      justify-content: center; }
      .vendor-inventory .item-area .item-area-controls .page-button.b-disabled {
        cursor: default;
        color: #5c686c; }
      .vendor-inventory .item-area .item-area-controls > * {
        margin: 1rem; }
  .vendor-inventory .fav-btn {
    border: 1px solid #5c686c;
    color: #5c686c;
    border-radius: 12px;
    padding: 8px; }
    .vendor-inventory .fav-btn.selected {
      border-color: #21ce99;
      color: #21ce99; }
    .vendor-inventory .fav-btn > svg {
      margin: 0; }

#administrative .checkListRow {
  padding: 1rem 0; }

#administrative .checkboxCol {
  text-align: right; }

#administrative .flex-cell {
  text-align: center; }

#administrative .itemName {
  font-size: 21px;
  padding-left: 2rem; }

#administrative .link {
  font-size: 2rem; }
  @media (max-width: 767px) {
    #administrative .link {
      text-align: right; } }

#administrative .techSwitch {
  position: relative;
  padding: 2rem 1rem;
  font-size: 20px; }
  @media (max-width: 500px) {
    #administrative .techSwitch {
      padding: 1rem 0; } }

#administrative .techTagContainer {
  text-align: right; }
  #administrative .techTagContainer .techTagLabel {
    display: inline-block;
    padding-right: 2rem;
    width: 85%; }
  #administrative .techTagContainer .mdl-switch {
    float: right;
    width: 15%; }

#administrative .note-container {
  padding: 2rem; }
  #administrative .note-container .note-text {
    padding: 2rem; }
  #administrative .note-container .note-length {
    text-align: right;
    color: #5c686c; }

#administrative .complete-button-wrapper {
  text-align: center; }

#administrative .completeButton {
  font-size: 18px; }

#administrative .status {
  display: inline-block;
  font-size: 120%;
  font-weight: bold;
  padding-right: 25%;
  width: 80px; }

.gamification .total-line {
  border-top: 1px #5c686c solid; }

.gamification .info-header {
  margin-bottom: 0.25rem; }

#user-menu > #user-menu-drawer > ng-include {
  display: flex;
  flex-direction: column; }
  #user-menu > #user-menu-drawer > ng-include .mdl-button--fab {
    margin: 25px auto; }
  #user-menu > #user-menu-drawer > ng-include .mdl-button--rounded {
    width: 9rem;
    margin: 0 auto 25px auto;
    font-weight: normal;
    text-transform: capitalize; }
  #user-menu > #user-menu-drawer > ng-include .avatar {
    display: block;
    margin: 1em auto; }
  #user-menu > #user-menu-drawer > ng-include .user-display-name {
    text-transform: initial;
    font-size: 1.1rem;
    font-weight: normal;
    text-align: center; }
  #user-menu > #user-menu-drawer > ng-include ng-include {
    display: block; }

#user-menu .total-unread {
  top: 65px;
  left: 133px; }

.bdDarkScreen {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer; }

.bdDarkScreen.ng-enter,
.bdDarkScreen.ng-leave {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.bdDarkScreen.ng-enter {
  background-color: rgba(0, 0, 0, 0); }

.bdDarkScreen.ng-enter.ng-enter-active {
  background-color: rgba(0, 0, 0, 0.4); }

.bdDarkScreen.ng-leave {
  background-color: rgba(0, 0, 0, 0.4); }

.bdDarkScreen.ng-leave.ng-leave-active {
  background-color: rgba(0, 0, 0, 0); }

.bdContainer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.4); }

.bdContainer.ng-enter,
.bdContainer.ng-leave {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.bdContainer.ng-enter {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4); }

.bdContainer.ng-enter.ng-enter-active {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.4); }

.bdContainer.ng-leave {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.4); }

.bdContainer.ng-leave.ng-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4); }

.bdContainer-scroll {
  max-height: 247.5px;
  overflow-y: auto; }

.bdItem {
  width: 100%;
  height: 55px;
  line-height: 45px;
  color: #000000;
  font-size: 16px;
  padding: 0 0 0 16px;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #ffffff;
  border: none;
  text-align: left; }

.bdItem:active {
  background-color: #fafafa; }

.bdItem:focus {
  outline: 0; }

.bdItem--cancel {
  border-top: 1px solid #fafafa; }

.bdItem-text.is-padded {
  padding-left: 10px; }

.tile-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 20px; }

.tile-cell {
  width: 50%; }
  @media (max-width: 570px) {
    .tile-cell {
      width: 100%; } }

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/*

generated this palette at https://angular-md-color.com/#/

var customPrimary = { //blue
        '50': '#57697b',
        '100': '#4c5c6c',
        '200': '#424f5d',
        '300': '#37424e',
        '400': '#2d363f',
        '500': '#222930',
        '600': '#171c21',
        '700': '#0d0f12',
        '800': '#020303',
        '900': '#000000',
        'A100': '#61758a',
        'A200': '#6d8298',
        'A400': '#7c8fa2',
        'A700': '#000000'
    };


    var customAccent = {//green
        '50': '#2e471f',
        '100': '#395927',
        '200': '#446b2e',
        '300': '#507d36',
        '400': '#5b8e3e',
        '500': '#67a045',
        '600': '#80ba5f',
        '700': '#8ec171',
        '800': '#9cc982',
        '900': '#aad194',
        'A100': '#80ba5f',
        'A200': '#72B24d',
        'A400': '#67a045',
        'A700': '#b9d8a6'
    };



    var customWarn = {//red
        '50': '#ec7f8d',
        '100': '#e96979',
        '200': '#e65365',
        '300': '#e33c51',
        '400': '#df263d',
        '500': '#ce1e34',
        '600': '#b81b2e',
        '700': '#a11829',
        '800': '#8b1423',
        '900': '#75111e',
        'A100': '#f095a1',
        'A200': '#f3acb5',
        'A400': '#f6c2c8',
        'A700': '#5f0e18'
    };


    var customBackground = {//gray
        '50': '#8a8a8a',
        '100': '#7d7d7d',
        '200': '#707070',
        '300': '#636363',
        '400': '#575757',
        '500': '#4a4a4a',
        '600': '#3d3d3d',
        '700': '#303030',
        '800': '#242424',
        '900': '#171717',
        'A100': '#969696',
        'A200': '#a3a3a3',
        'A400': '#b0b0b0',
        'A700': '#0a0a0a'
    };

*/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
#template-store > .mdl-grid {
  padding-top: 1rem;
  margin: 0;
  width: 100%; }
  #template-store > .mdl-grid input {
    -webkit-transform: translate3d(0, 0, 0); }
  @media (max-width: 767px) {
    #template-store > .mdl-grid .search-bar > .buttons-bar {
      width: 100%;
      display: flex;
      margin-top: 1rem;
      align-items: center;
      justify-content: space-evenly; } }
  @media (max-width: 767px) {
    #template-store > .mdl-grid .search-bar > .buttons-bar > button {
      margin: 0; } }
  @media (min-width: 768px) {
    #template-store > .mdl-grid .search-bar > .buttons-bar > button {
      margin-left: 1.5rem; } }
  #template-store > .mdl-grid .search-bar > .buttons-bar > .tokens {
    padding: 0;
    height: 4rem;
    width: 4rem;
    font-size: 3.5rem;
    color: #acacac; }
  #template-store > .mdl-grid .search-bar > .buttons-bar > .favorites-filter {
    padding: 0;
    height: 4rem;
    width: 4rem;
    font-size: 3.5rem;
    border-radius: 100%;
    margin-top: 0.45rem;
    color: #acacac; }
    #template-store > .mdl-grid .search-bar > .buttons-bar > .favorites-filter:hover, #template-store > .mdl-grid .search-bar > .buttons-bar > .favorites-filter:focus, #template-store > .mdl-grid .search-bar > .buttons-bar > .favorites-filter:active {
      background-color: transparent; }
    #template-store > .mdl-grid .search-bar > .buttons-bar > .favorites-filter.active {
      color: #ce1e34; }
  #template-store > .mdl-grid .slideout-toggles {
    padding: 0; }
    #template-store > .mdl-grid .slideout-toggles > .section-toggle {
      font-size: 1.5rem;
      color: #acacac;
      border-bottom: 2px solid #acacac;
      padding: 1.8rem 0;
      text-align: center;
      margin: 1rem 0 0;
      width: 33.3333%;
      position: relative;
      box-shadow: inset 0px 5px 15px 0px rgba(207, 207, 207, 0.2); }
      #template-store > .mdl-grid .slideout-toggles > .section-toggle .header-icon {
        font-size: 26px;
        padding-right: .5rem; }
      #template-store > .mdl-grid .slideout-toggles > .section-toggle.selected {
        color: #001c46; }
      #template-store > .mdl-grid .slideout-toggles > .section-toggle + .template-toggle {
        border-left: 2px solid #acacac; }
      #template-store > .mdl-grid .slideout-toggles > .section-toggle > .filters-toggle {
        font-size: 3rem;
        position: absolute;
        top: 0.45rem;
        left: 0;
        padding: 0.7rem 1rem 0.7rem 0.5rem;
        color: #ffffff;
        background-color: #001c46;
        border-radius: 0 1rem 1rem 0; }
  #template-store > .mdl-grid .template-list {
    margin: 0;
    padding: 0; }
    #template-store > .mdl-grid .template-list > .template-list-item {
      padding: 2rem;
      border-bottom: 1px solid #acacac;
      flex-wrap: wrap; }
      #template-store > .mdl-grid .template-list > .template-list-item .info {
        width: calc(25% - 14px);
        min-width: 96px;
        order: 1; }
      #template-store > .mdl-grid .template-list > .template-list-item .packages {
        width: calc(50% - 28px);
        min-width: 80px;
        order: 2; }
      #template-store > .mdl-grid .template-list > .template-list-item .rating {
        width: calc(25% - 14px);
        align-content: right;
        min-width: 80px;
        order: 3; }
      @media all and (max-width: 500px) {
        #template-store > .mdl-grid .template-list > .template-list-item .info {
          width: calc(50% - 28px); }
        #template-store > .mdl-grid .template-list > .template-list-item .packages {
          width: 100%;
          order: 3; }
        #template-store > .mdl-grid .template-list > .template-list-item .rating {
          width: calc(50% - 28px);
          order: 2; } }
      #template-store > .mdl-grid .template-list > .template-list-item .name {
        font-size: 16px; }
      #template-store > .mdl-grid .template-list > .template-list-item .details {
        color: #acacac; }
      #template-store > .mdl-grid .template-list > .template-list-item .ratings {
        text-align: right; }
        #template-store > .mdl-grid .template-list > .template-list-item .ratings .times-downloaded {
          font-size: 22px;
          font-weight: bold;
          margin-bottom: 1rem; }
        #template-store > .mdl-grid .template-list > .template-list-item .ratings span {
          color: #acacac;
          font-size: 1.2rem;
          border: 1px solid #acacac;
          border-radius: 100%;
          padding: 0.5rem; }
          #template-store > .mdl-grid .template-list > .template-list-item .ratings span.active {
            color: #0e4c96;
            border-color: #0e4c96; }
        #template-store > .mdl-grid .template-list > .template-list-item .ratings .star-filled {
          color: #FFD700; }
        #template-store > .mdl-grid .template-list > .template-list-item .ratings .star-empty {
          color: #acacac; }

.mdl-badge[data-badge]:after {
  top: 3px !important; }

#template-view .button-header-left, #template-view .button-header-right {
  display: inline-block; }

#template-view .button-header-left {
  text-align: left; }

#template-view .button-header-right {
  text-align: right; }

#template-view .packages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: normal; }
  #template-view .packages .package-option {
    order: 0;
    flex: 0 0 26rem;
    max-width: 26rem;
    align-self: auto;
    margin: 0 auto 2rem;
    position: relative; }
    #template-view .packages .package-option .package-container {
      flex-direction: column;
      display: flex;
      flex-grow: 1;
      flex-basis: auto;
      height: 100%;
      padding: 4rem 1rem 1rem;
      border-radius: 1rem;
      box-shadow: 0 0 0.8rem 0.05rem rgba(0, 0, 0, 0.1); }
      #template-view .packages .package-option .package-container .option-title {
        font-weight: bold;
        font-size: 1.6rem;
        width: 100%;
        text-align: center;
        margin: 2.5rem 0 1rem;
        overflow: hidden;
        height: 6.4rem; }
      #template-view .packages .package-option .package-container > .package-itemize {
        width: 100%;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
        flex-direction: column;
        margin: 3rem 0; }
        #template-view .packages .package-option .package-container > .package-itemize > .package-item {
          color: #001c46;
          font-size: 2.5rem;
          line-height: 1rem;
          margin-bottom: 1rem;
          align-items: stretch;
          flex-flow: column nowrap; }
          #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line {
            width: 100%;
            display: flex; }
            #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet {
              margin-right: 2rem; }
              #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .fa-circle {
                font-size: 1rem;
                margin-top: .3rem; }
              #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .fa-minus-circle {
                font-size: 1.8rem; }
            #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-title {
              display: flex;
              flex-grow: 1; }
              #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-title > p {
                margin: 0;
                font-size: 1.3rem; }
                #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-title > p.name {
                  margin-bottom: 1rem;
                  flex-grow: 1; }
                #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-title > p.price {
                  color: #21ce99;
                  margin-bottom: 1rem; }
          #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-content {
            width: 100%; }
            #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-content > div > .image-video {
              padding: 0; }
              #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-content > div > .image-video > div > img {
                width: 100%;
                height: auto; }
              #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-content > div > .image-video > div > iframe {
                width: 100%;
                height: 100%;
                padding-left: 1rem; }
              #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-content > div > .image-video > div:nth-of-type(2) > img {
                padding-left: 1rem; }
              #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-content > div > .image-video > .video {
                min-height: 20rem;
                position: relative; }
                #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-content > div > .image-video > .video > svg {
                  left: 48%;
                  top: 42%;
                  font-size: 5rem;
                  position: absolute;
                  color: #21ce99;
                  text-shadow: -1px 0px 10px black; }
                  @media (max-width: 839px) {
                    #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-content > div > .image-video > .video > svg {
                      top: 35%; } }
                  @media (max-width: 601px) {
                    #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-content > div > .image-video > .video > svg {
                      top: 30%; } }
            #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-content > small {
              display: block;
              color: #777777;
              font-size: .9rem;
              margin-bottom: 2rem;
              margin-left: 3rem; }
            #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-content > .service-accordion {
              max-height: 0;
              overflow: hidden;
              transition: max-height 0.25s ease-out; }
              #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-content > .service-accordion.active {
                max-height: 200rem;
                transition: max-height 0.20s ease-in; }
              #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-content > .service-accordion > .filter-list-item {
                margin-bottom: 1.5rem; }
              #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-content > .service-accordion > .note-present {
                width: 100%;
                padding: 1rem;
                font-size: 1.25rem;
                line-height: 1.25rem;
                border: 2px solid rgba(0, 0, 0, 0.12);
                border-radius: 10px;
                margin-top: 1rem; }
              #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-content > .service-accordion textarea {
                margin-top: 1rem; }
        #template-view .packages .package-option .package-container > .package-itemize > .package-note-header {
          font-weight: bold;
          font-size: 1.8rem;
          width: 50%;
          text-align: center;
          margin: 2rem auto; }
        #template-view .packages .package-option .package-container > .package-itemize > .package-note-selector > select, #template-view .packages .package-option .package-container > .package-itemize > .package-note-selector textarea {
          width: 100%;
          margin-bottom: 10px; }
        #template-view .packages .package-option .package-container > .package-itemize > .package-numbering {
          color: #acacac;
          margin-top: 4rem;
          text-align: center; }
        #template-view .packages .package-option .package-container > .package-itemize > .fill-space {
          flex-grow: 1;
          flex-shrink: 1;
          flex-basis: auto; }
      #template-view .packages .package-option .package-container > .pricing-container {
        width: 100%; }
        #template-view .packages .package-option .package-container > .pricing-container > .pricing {
          display: flex;
          justify-content: center; }
          #template-view .packages .package-option .package-container > .pricing-container > .pricing > div {
            display: flex;
            align-items: center;
            justify-content: center; }
          #template-view .packages .package-option .package-container > .pricing-container > .pricing div.regular-price, #template-view .packages .package-option .package-container > .pricing-container > .pricing div.special-price {
            flex-direction: column;
            border-radius: 5px;
            text-align: center;
            width: 19rem;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #ffffff;
            box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.15); }
          #template-view .packages .package-option .package-container > .pricing-container > .pricing div.regular-price {
            height: 11rem;
            width: 17rem; }
            #template-view .packages .package-option .package-container > .pricing-container > .pricing div.regular-price > p {
              color: #001c46;
              font-size: 1.8rem; }
              #template-view .packages .package-option .package-container > .pricing-container > .pricing div.regular-price > p.normally {
                font-size: 1rem; }
                #template-view .packages .package-option .package-container > .pricing-container > .pricing div.regular-price > p.normally > span:first-of-type {
                  font-style: italic; }
              #template-view .packages .package-option .package-container > .pricing-container > .pricing div.regular-price > p:nth-of-type(2) {
                font-size: 1rem;
                margin-bottom: .5rem; }
            #template-view .packages .package-option .package-container > .pricing-container > .pricing div.regular-price > .regular-price-text > p {
              margin-bottom: 0; }
          #template-view .packages .package-option .package-container > .pricing-container > .pricing div.special-price {
            height: 15rem; }
            #template-view .packages .package-option .package-container > .pricing-container > .pricing div.special-price > div > p {
              color: #21ce99;
              font-weight: bold;
              font-size: 2.5rem; }
            #template-view .packages .package-option .package-container > .pricing-container > .pricing div.special-price > div > small {
              color: #777777;
              font-weight: bold;
              font-size: 1.2rem;
              margin-top: 1.5rem;
              display: block; }
            #template-view .packages .package-option .package-container > .pricing-container > .pricing div.special-price > p {
              font-size: 1.3rem; }
              #template-view .packages .package-option .package-container > .pricing-container > .pricing div.special-price > p.normally > span:first-of-type {
                font-style: italic; }
            #template-view .packages .package-option .package-container > .pricing-container > .pricing div.special-price > .special-price-text > p {
              color: #21ce99;
              font-size: .9rem;
              font-weight: normal;
              margin-bottom: 0; }

#ng-include-flyout {
  position: inherit; }
  #ng-include-flyout #template-rating-flyout .buttons {
    text-align: center; }
  #ng-include-flyout #template-rating-flyout .header-text {
    font-size: 24px;
    line-height: 2rem; }
  #ng-include-flyout #template-rating-flyout .departmentListItem {
    padding: 0.5rem 0; }
  #ng-include-flyout #template-rating-flyout .ratings {
    text-align: center;
    font-size: 36px;
    padding: 2rem 0; }
    #ng-include-flyout #template-rating-flyout .ratings .star-filled {
      color: #FFD700; }
    #ng-include-flyout #template-rating-flyout .ratings .star-empty {
      color: #acacac; }
  #ng-include-flyout #template-rating-flyout .info-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 3.5rem;
    margin-bottom: 3rem; }
    #ng-include-flyout #template-rating-flyout .info-buttons .button-contain {
      width: 120px; }
    #ng-include-flyout #template-rating-flyout .info-buttons .help-text {
      color: #5c686c;
      font-size: 0.9rem; }
    #ng-include-flyout #template-rating-flyout .info-buttons .favorite-button {
      padding: 0;
      height: 4rem;
      width: 4rem;
      font-size: 3.5rem;
      border-radius: 100%;
      margin-top: 0.45rem;
      color: #acacac; }
      #ng-include-flyout #template-rating-flyout .info-buttons .favorite-button:hover, #ng-include-flyout #template-rating-flyout .info-buttons .favorite-button:focus, #ng-include-flyout #template-rating-flyout .info-buttons .favorite-button:active {
        background-color: transparent; }
      #ng-include-flyout #template-rating-flyout .info-buttons .favorite-button.active {
        color: #ce1e34; }
    #ng-include-flyout #template-rating-flyout .info-buttons .tokenNum {
      padding: 0;
      height: 4rem;
      width: 4rem;
      font-size: 3.5rem;
      margin-top: 0.45rem;
      color: #acacac; }
      #ng-include-flyout #template-rating-flyout .info-buttons .tokenNum:hover, #ng-include-flyout #template-rating-flyout .info-buttons .tokenNum:focus, #ng-include-flyout #template-rating-flyout .info-buttons .tokenNum:active {
        background-color: transparent; }

header.hide * {
  display: none; }

#dashboard .range-list-item {
  margin-bottom: 1rem;
  padding: 4px 1rem;
  margin-top: 4px; }

#dashboard input[type="radio"] + label > svg:nth-of-type(1) {
  width: 2rem;
  height: 2rem; }

#dashboard table.center {
  margin-left: auto;
  margin-right: auto; }

#dashboard .center td {
  padding: 0.5rem; }

#dashboard .dash-loader {
  text-align: center;
  font-size: 24px;
  margin: 48px 0; }

#dashboard .header {
  width: 100%; }
  #dashboard .header td {
    width: 50%; }
    #dashboard .header td:nth-child(2) {
      text-align: right; }

#survey .survey-container iframe.survey-frame {
  position: absolute;
  width: 1px;
  min-width: 100%;
  height: 100%; }

#item .question {
  font-size: 1.2em;
  margin: 30px 10px; }

#item .email-token-button,
#item .buttons {
  text-align: center; }

#item .gray-header {
  min-height: 48px;
  position: relative; }

#item .mdl-list__item-avatar {
  font-size: 26px;
  background: transparent;
  color: #3d3d3d; }

#item .mdl-list__item--three-line {
  height: auto; }
  #item .mdl-list__item--three-line > .mdl-list__item-primary-content {
    height: auto; }
    #item .mdl-list__item--three-line > .mdl-list__item-primary-content > div {
      display: flex; }

@keyframes blink {
  0% {
    background-color: white; }
  50% {
    background-color: rgba(255, 0, 0, 0.3); }
  100% {
    background-color: white; } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.75);
    background-color: #ce1e34; }
  30% {
    background-color: #e33c51; }
  70% {
    box-shadow: 0 0 0 7px rgba(255, 0, 0, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    background-color: #ce1e34; } }

@keyframes pulse-mint {
  0% {
    box-shadow: inset -8px -8px 0 0 rgba(33, 206, 153, 0.75); }
  70% {
    box-shadow: inset -8px -8px 0 8px rgba(33, 206, 153, 0); }
  100% {
    box-shadow: inset -8px -8px 0 0 rgba(33, 206, 153, 0); } }

#chat {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-size: 14px; }
  #chat .right-aligned {
    text-align: right; }
  #chat .read-check {
    color: #00af66;
    margin-right: 1rem;
    display: inline-block; }
  #chat .unread-number {
    cursor: default;
    border-radius: 16px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 8px;
    padding: 0 12px 0 12px;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
    background-color: #d4d4d4; }
  #chat #chat-header {
    padding: 10px 10px 10px 45px;
    background-color: #fafafa;
    transition: height 0.25s ease-in-out;
    width: 100%;
    font-size: 1.5rem;
    line-height: 40px;
    height: 60px; }
    #chat #chat-header .close-chat {
      margin-left: -30px;
      margin-right: 10px; }
  #chat .search {
    padding: 10px;
    border-bottom: 1px solid #d4d4d4; }
    #chat .search input {
      margin-left: 8px;
      min-height: 0px;
      padding: 5px; }
    #chat .search .user {
      border: none; }
      #chat .search .user .profile-picture {
        margin-left: -5px; }
  #chat md-chips {
    display: inline-block;
    margin-bottom: -10px; }
    #chat md-chips md-chips-wrap {
      padding: 0;
      box-shadow: none; }
      #chat md-chips md-chips-wrap md-chip {
        font-size: smaller;
        margin-top: 0; }
  #chat .user {
    height: 60px;
    padding: 10px;
    border-bottom: 2px solid #fafafa;
    position: relative;
    padding-left: 18px; }
    #chat .user.unread {
      animation: blink 2s linear infinite; }
    #chat .user .user-info {
      position: absolute;
      left: 65px;
      overflow: hidden;
      min-width: 245px;
      width: 75%;
      white-space: nowrap; }
      #chat .user .user-info .user-name {
        float: left;
        font-weight: bold;
        text-overflow: ellipsis; }
      #chat .user .user-info .last-message-time {
        float: right;
        top: 0;
        padding-right: 10px;
        font-size: 12px;
        line-height: 16px;
        padding-top: 2px; }
      #chat .user .user-info .last-message {
        float: left;
        max-width: 90%;
        overflow: hidden;
        text-overflow: ellipsis; }
      #chat .user .user-info .open-chat {
        float: right;
        color: #5c686c;
        padding-right: 10px; }
    #chat .user .bold {
      font-weight: bold; }
    #chat .user .top-chat, #chat .user .bottom-chat {
      margin-left: 1rem; }
    #chat .user .top-chat {
      top: 5px; }
    #chat .user .bottom-chat {
      bottom: 5px; }
    #chat .user .profile-picture {
      width: 40px;
      height: 40px;
      border: 2px solid #ce1e34;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 50%; }
      #chat .user .profile-picture.online {
        border-color: #00af66; }
    #chat .user svg {
      top: 10px;
      position: absolute;
      right: 10px;
      color: #5c686c; }
  #chat .chat-body {
    position: relative;
    width: 100%;
    height: 100%;
    flex: 1; }
  #chat svg {
    margin-top: 3px; }

#chat-users {
  position: absolute;
  z-index: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  transition: left 0.25s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden; }
  #chat-users.displayed {
    left: 0; }

#chat-messages {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  height: 100%;
  width: 100%;
  transition: left 0.25s ease-in-out;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  #chat-messages .messages-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    flex: 10;
    position: relative; }
  #chat-messages .messages-load-more {
    color: #21ce99; }
  #chat-messages .messages-has-new {
    animation: pulse-mint 1.5s linear infinite; }
  #chat-messages.displayed {
    left: 0; }
  #chat-messages .time {
    width: 100%;
    text-align: center;
    color: #5c686c;
    margin: 5px; }
  #chat-messages .msg-text {
    margin: 5px 20px;
    padding: 10px;
    border-radius: 5px;
    white-space: pre-wrap;
    width: calc(50% + 75px); }
    #chat-messages .msg-text a,
    #chat-messages .msg-text a:hover,
    #chat-messages .msg-text a:visited,
    #chat-messages .msg-text a:focus {
      color: #a5bfdd; }
  #chat-messages .incoming {
    background-color: rgba(251, 251, 251, 0.7);
    margin-right: auto; }
  #chat-messages .outgoing {
    background-color: rgba(54, 179, 126, 0.7);
    margin-left: auto;
    color: #ffffff;
    display: inline-block; }
  #chat-messages .send-message {
    width: 100%;
    background-color: #fafafa;
    padding: 10px 0 10px 20px;
    flex: 1;
    position: relative; }
    #chat-messages .send-message label {
      display: block; }
    #chat-messages .send-message textarea {
      max-height: 250px;
      width: calc(100% - 10px);
      font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
      min-height: 52px;
      height: 52px;
      overflow: hidden; }
    #chat-messages .send-message .md-button {
      min-width: 0px;
      min-height: 0px;
      width: 0px;
      padding: 0;
      position: initial; }
    #chat-messages .send-message .send {
      position: absolute;
      top: 30px;
      right: 15px;
      color: #21ce99;
      border: none;
      background-color: transparent;
      height: 50%; }
      #chat-messages .send-message .send.disabled {
        color: #5c686c; }

.avatar-container {
  position: relative;
  display: inline-block; }

.total-unread {
  display: none; }
  .total-unread.large {
    right: 35px;
    top: 40px;
    animation: pulse 1.5s linear infinite; }
    @media (max-width: 1024px) {
      .total-unread.large {
        top: 40px;
        right: 10px; } }
  .total-unread:not(.large) {
    right: 39px;
    top: 44px; }
  @media (max-width: 500px) {
    .total-unread {
      top: 40px;
      right: 15px; } }

.unread-count {
  right: -4px;
  bottom: -4px; }

.total-unread, .unread-count {
  background-color: #ce1e34;
  color: white;
  border-radius: 50%;
  text-align: center;
  position: absolute; }
  .total-unread.large, .unread-count.large {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    width: 24px; }
  .total-unread:not(.large), .unread-count:not(.large) {
    font-size: 10px;
    line-height: 16px;
    height: 16px;
    width: 16px; }

#chat-slideout > .mdl-cell--12-col,
#chat-slideout ng-transclude,
#chat-slideout ng-include {
  height: 100%; }

@media (max-width: 500px) {
  .hidden-while-chatting {
    display: none; } }

.api-source {
  padding: 0;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  /*!
	 * Bootstrap v4.1.3 (https://getbootstrap.com/)
	 * Copyright 2011-2018 The Bootstrap Authors
	 * Copyright 2011-2018 Twitter, Inc.
	 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
	 */ }
  .api-source :root {
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#fff;
    --gray:#6c757d;
    --gray-dark:#343a40;
    --primary:#007bff;
    --secondary:#6c757d;
    --success:#28a745;
    --info:#17a2b8;
    --warning:#ffc107;
    --danger:#dc3545;
    --light:#f8f9fa;
    --dark:#343a40;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }
  .api-source *, .api-source ::after, .api-source ::before {
    box-sizing: border-box; }
  .api-source html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  .api-source {
    width: device-width; } }
  .api-source article, .api-source aside, .api-source figcaption, .api-source figure, .api-source footer, .api-source header, .api-source hgroup, .api-source main, .api-source nav, .api-source section {
    display: block; }
  .api-source body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff; }
  .api-source [tabindex="-1"]:focus {
    outline: 0 !important; }
  .api-source hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }
  .api-source h1, .api-source h2, .api-source h3, .api-source h4, .api-source h5, .api-source h6 {
    margin-top: 0;
    margin-bottom: .5rem; }
  .api-source p {
    margin-top: 0;
    margin-bottom: 1rem; }
  .api-source abbr[data-original-title], .api-source abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0; }
  .api-source address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }
  .api-source dl, .api-source ol, .api-source ul {
    margin-top: 0;
    margin-bottom: 1rem; }
  .api-source ol ol, .api-source ol ul, .api-source ul ol, .api-source ul ul {
    margin-bottom: 0; }
  .api-source dt {
    font-weight: 700; }
  .api-source dd {
    margin-bottom: .5rem;
    margin-left: 0; }
  .api-source blockquote {
    margin: 0 0 1rem; }
  .api-source dfn {
    font-style: italic; }
  .api-source b, .api-source strong {
    font-weight: bolder; }
  .api-source small {
    font-size: 80%; }
  .api-source sub, .api-source sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .api-source sub {
    bottom: -.25em; }
  .api-source sup {
    top: -.5em; }
  .api-source a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects; }
  .api-source a:hover {
    color: #0056b3;
    text-decoration: underline; }
  .api-source a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  .api-source a:not([href]):not([tabindex]):focus, .api-source a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  .api-source a:not([href]):not([tabindex]):focus {
    outline: 0; }
  .api-source code, .api-source kbd, .api-source pre, .api-source samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em; }
  .api-source pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar; }
  .api-source figure {
    margin: 0 0 1rem; }
  .api-source img {
    vertical-align: middle;
    border-style: none; }
  .api-source svg {
    overflow: hidden;
    vertical-align: middle; }
  .api-source table {
    border-collapse: collapse; }
  .api-source caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom; }
  .api-source th {
    text-align: inherit; }
  .api-source label {
    display: inline-block;
    margin-bottom: .5rem; }
  .api-source button {
    border-radius: 0; }
  .api-source button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  .api-source button, .api-source input, .api-source optgroup, .api-source select, .api-source textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .api-source button, .api-source input {
    overflow: visible; }
  .api-source button, .api-source select {
    text-transform: none; }
  .api-source [type=reset], .api-source [type=submit], .api-source button, .api-source html [type=button] {
    -webkit-appearance: button; }
  .api-source [type=button]::-moz-focus-inner, .api-source [type=reset]::-moz-focus-inner, .api-source [type=submit]::-moz-focus-inner, .api-source button::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  .api-source input[type=checkbox], .api-source input[type=radio] {
    box-sizing: border-box;
    padding: 0; }
  .api-source input[type=date], .api-source input[type=datetime-local], .api-source input[type=month], .api-source input[type=time] {
    -webkit-appearance: listbox; }
  .api-source textarea {
    overflow: auto;
    resize: vertical; }
  .api-source fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  .api-source legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }
  .api-source progress {
    vertical-align: baseline; }
  .api-source [type=number]::-webkit-inner-spin-button, .api-source [type=number]::-webkit-outer-spin-button {
    height: auto; }
  .api-source [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none; }
  .api-source [type=search]::-webkit-search-cancel-button, .api-source [type=search]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .api-source ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }
  .api-source output {
    display: inline-block; }
  .api-source summary {
    display: list-item;
    cursor: pointer; }
  .api-source template {
    display: none; }
  .api-source [hidden] {
    display: none !important; }
  .api-source .h1, .api-source .h2, .api-source .h3, .api-source .h4, .api-source .h5, .api-source .h6, .api-source h1, .api-source h2, .api-source h3, .api-source h4, .api-source h5, .api-source h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit; }
  .api-source .h1, .api-source h1 {
    font-size: 2.5rem; }
  .api-source .h2, .api-source h2 {
    font-size: 2rem; }
  .api-source .h3, .api-source h3 {
    font-size: 1.75rem; }
  .api-source .h4, .api-source h4 {
    font-size: 1.5rem; }
  .api-source .h5, .api-source h5 {
    font-size: 1.25rem; }
  .api-source .h6, .api-source h6 {
    font-size: 1rem; }
  .api-source .lead {
    font-size: 1.25rem;
    font-weight: 300; }
  .api-source .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2; }
  .api-source .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .api-source .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .api-source .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .api-source hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .api-source .small, .api-source small {
    font-size: 80%;
    font-weight: 400; }
  .api-source .mark, .api-source mark {
    padding: .2em;
    background-color: #fcf8e3; }
  .api-source .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .api-source .list-inline {
    padding-left: 0;
    list-style: none; }
  .api-source .list-inline-item {
    display: inline-block; }
  .api-source .list-inline-item:not(:last-child) {
    margin-right: .5rem; }
  .api-source .initialism {
    font-size: 90%;
    text-transform: uppercase; }
  .api-source .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem; }
  .api-source .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d; }
  .api-source .blockquote-footer::before {
    content: "\2014 \00A0"; }
  .api-source .img-fluid {
    max-width: 100%;
    height: auto; }
  .api-source .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto; }
  .api-source .figure {
    display: inline-block; }
  .api-source .figure-img {
    margin-bottom: .5rem;
    line-height: 1; }
  .api-source .figure-caption {
    font-size: 90%;
    color: #6c757d; }
  .api-source code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word; }
  .api-source a > code {
    color: inherit; }
  .api-source kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem; }
  .api-source kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }
  .api-source pre {
    display: block;
    font-size: 87.5%;
    color: #212529; }
  .api-source pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }
  .api-source .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  .api-source .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 576px) {
    .api-source .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .api-source .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .api-source .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .api-source .container {
      max-width: 1140px; } }
  .api-source .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  .api-source .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .api-source .no-gutters {
    margin-right: 0;
    margin-left: 0; }
  .api-source .no-gutters > .col, .api-source .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0; }
  .api-source .col, .api-source .col-1, .api-source .col-10, .api-source .col-11, .api-source .col-12, .api-source .col-2, .api-source .col-3, .api-source .col-4, .api-source .col-5, .api-source .col-6, .api-source .col-7, .api-source .col-8, .api-source .col-9, .api-source .col-auto, .api-source .col-lg, .api-source .col-lg-1, .api-source .col-lg-10, .api-source .col-lg-11, .api-source .col-lg-12, .api-source .col-lg-2, .api-source .col-lg-3, .api-source .col-lg-4, .api-source .col-lg-5, .api-source .col-lg-6, .api-source .col-lg-7, .api-source .col-lg-8, .api-source .col-lg-9, .api-source .col-lg-auto, .api-source .col-md, .api-source .col-md-1, .api-source .col-md-10, .api-source .col-md-11, .api-source .col-md-12, .api-source .col-md-2, .api-source .col-md-3, .api-source .col-md-4, .api-source .col-md-5, .api-source .col-md-6, .api-source .col-md-7, .api-source .col-md-8, .api-source .col-md-9, .api-source .col-md-auto, .api-source .col-sm, .api-source .col-sm-1, .api-source .col-sm-10, .api-source .col-sm-11, .api-source .col-sm-12, .api-source .col-sm-2, .api-source .col-sm-3, .api-source .col-sm-4, .api-source .col-sm-5, .api-source .col-sm-6, .api-source .col-sm-7, .api-source .col-sm-8, .api-source .col-sm-9, .api-source .col-sm-auto, .api-source .col-xl, .api-source .col-xl-1, .api-source .col-xl-10, .api-source .col-xl-11, .api-source .col-xl-12, .api-source .col-xl-2, .api-source .col-xl-3, .api-source .col-xl-4, .api-source .col-xl-5, .api-source .col-xl-6, .api-source .col-xl-7, .api-source .col-xl-8, .api-source .col-xl-9, .api-source .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .api-source .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .api-source .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .api-source .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .api-source .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .api-source .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .api-source .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .api-source .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .api-source .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .api-source .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .api-source .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .api-source .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .api-source .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .api-source .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .api-source .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .api-source .order-first {
    -ms-flex-order: -1;
    order: -1; }
  .api-source .order-last {
    -ms-flex-order: 13;
    order: 13; }
  .api-source .order-0 {
    -ms-flex-order: 0;
    order: 0; }
  .api-source .order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .api-source .order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .api-source .order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .api-source .order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .api-source .order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .api-source .order-6 {
    -ms-flex-order: 6;
    order: 6; }
  .api-source .order-7 {
    -ms-flex-order: 7;
    order: 7; }
  .api-source .order-8 {
    -ms-flex-order: 8;
    order: 8; }
  .api-source .order-9 {
    -ms-flex-order: 9;
    order: 9; }
  .api-source .order-10 {
    -ms-flex-order: 10;
    order: 10; }
  .api-source .order-11 {
    -ms-flex-order: 11;
    order: 11; }
  .api-source .order-12 {
    -ms-flex-order: 12;
    order: 12; }
  .api-source .offset-1 {
    margin-left: 8.333333%; }
  .api-source .offset-2 {
    margin-left: 16.666667%; }
  .api-source .offset-3 {
    margin-left: 25%; }
  .api-source .offset-4 {
    margin-left: 33.333333%; }
  .api-source .offset-5 {
    margin-left: 41.666667%; }
  .api-source .offset-6 {
    margin-left: 50%; }
  .api-source .offset-7 {
    margin-left: 58.333333%; }
  .api-source .offset-8 {
    margin-left: 66.666667%; }
  .api-source .offset-9 {
    margin-left: 75%; }
  .api-source .offset-10 {
    margin-left: 83.333333%; }
  .api-source .offset-11 {
    margin-left: 91.666667%; }
  @media (min-width: 576px) {
    .api-source .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .api-source .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .api-source .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .api-source .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .api-source .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .api-source .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .api-source .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .api-source .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .api-source .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .api-source .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .api-source .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .api-source .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .api-source .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .api-source .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .api-source .order-sm-first {
      -ms-flex-order: -1;
      order: -1; }
    .api-source .order-sm-last {
      -ms-flex-order: 13;
      order: 13; }
    .api-source .order-sm-0 {
      -ms-flex-order: 0;
      order: 0; }
    .api-source .order-sm-1 {
      -ms-flex-order: 1;
      order: 1; }
    .api-source .order-sm-2 {
      -ms-flex-order: 2;
      order: 2; }
    .api-source .order-sm-3 {
      -ms-flex-order: 3;
      order: 3; }
    .api-source .order-sm-4 {
      -ms-flex-order: 4;
      order: 4; }
    .api-source .order-sm-5 {
      -ms-flex-order: 5;
      order: 5; }
    .api-source .order-sm-6 {
      -ms-flex-order: 6;
      order: 6; }
    .api-source .order-sm-7 {
      -ms-flex-order: 7;
      order: 7; }
    .api-source .order-sm-8 {
      -ms-flex-order: 8;
      order: 8; }
    .api-source .order-sm-9 {
      -ms-flex-order: 9;
      order: 9; }
    .api-source .order-sm-10 {
      -ms-flex-order: 10;
      order: 10; }
    .api-source .order-sm-11 {
      -ms-flex-order: 11;
      order: 11; }
    .api-source .order-sm-12 {
      -ms-flex-order: 12;
      order: 12; }
    .api-source .offset-sm-0 {
      margin-left: 0; }
    .api-source .offset-sm-1 {
      margin-left: 8.333333%; }
    .api-source .offset-sm-2 {
      margin-left: 16.666667%; }
    .api-source .offset-sm-3 {
      margin-left: 25%; }
    .api-source .offset-sm-4 {
      margin-left: 33.333333%; }
    .api-source .offset-sm-5 {
      margin-left: 41.666667%; }
    .api-source .offset-sm-6 {
      margin-left: 50%; }
    .api-source .offset-sm-7 {
      margin-left: 58.333333%; }
    .api-source .offset-sm-8 {
      margin-left: 66.666667%; }
    .api-source .offset-sm-9 {
      margin-left: 75%; }
    .api-source .offset-sm-10 {
      margin-left: 83.333333%; }
    .api-source .offset-sm-11 {
      margin-left: 91.666667%; } }
  @media (min-width: 768px) {
    .api-source .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .api-source .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .api-source .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .api-source .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .api-source .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .api-source .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .api-source .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .api-source .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .api-source .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .api-source .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .api-source .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .api-source .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .api-source .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .api-source .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .api-source .order-md-first {
      -ms-flex-order: -1;
      order: -1; }
    .api-source .order-md-last {
      -ms-flex-order: 13;
      order: 13; }
    .api-source .order-md-0 {
      -ms-flex-order: 0;
      order: 0; }
    .api-source .order-md-1 {
      -ms-flex-order: 1;
      order: 1; }
    .api-source .order-md-2 {
      -ms-flex-order: 2;
      order: 2; }
    .api-source .order-md-3 {
      -ms-flex-order: 3;
      order: 3; }
    .api-source .order-md-4 {
      -ms-flex-order: 4;
      order: 4; }
    .api-source .order-md-5 {
      -ms-flex-order: 5;
      order: 5; }
    .api-source .order-md-6 {
      -ms-flex-order: 6;
      order: 6; }
    .api-source .order-md-7 {
      -ms-flex-order: 7;
      order: 7; }
    .api-source .order-md-8 {
      -ms-flex-order: 8;
      order: 8; }
    .api-source .order-md-9 {
      -ms-flex-order: 9;
      order: 9; }
    .api-source .order-md-10 {
      -ms-flex-order: 10;
      order: 10; }
    .api-source .order-md-11 {
      -ms-flex-order: 11;
      order: 11; }
    .api-source .order-md-12 {
      -ms-flex-order: 12;
      order: 12; }
    .api-source .offset-md-0 {
      margin-left: 0; }
    .api-source .offset-md-1 {
      margin-left: 8.333333%; }
    .api-source .offset-md-2 {
      margin-left: 16.666667%; }
    .api-source .offset-md-3 {
      margin-left: 25%; }
    .api-source .offset-md-4 {
      margin-left: 33.333333%; }
    .api-source .offset-md-5 {
      margin-left: 41.666667%; }
    .api-source .offset-md-6 {
      margin-left: 50%; }
    .api-source .offset-md-7 {
      margin-left: 58.333333%; }
    .api-source .offset-md-8 {
      margin-left: 66.666667%; }
    .api-source .offset-md-9 {
      margin-left: 75%; }
    .api-source .offset-md-10 {
      margin-left: 83.333333%; }
    .api-source .offset-md-11 {
      margin-left: 91.666667%; } }
  @media (min-width: 992px) {
    .api-source .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .api-source .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .api-source .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .api-source .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .api-source .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .api-source .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .api-source .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .api-source .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .api-source .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .api-source .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .api-source .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .api-source .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .api-source .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .api-source .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .api-source .order-lg-first {
      -ms-flex-order: -1;
      order: -1; }
    .api-source .order-lg-last {
      -ms-flex-order: 13;
      order: 13; }
    .api-source .order-lg-0 {
      -ms-flex-order: 0;
      order: 0; }
    .api-source .order-lg-1 {
      -ms-flex-order: 1;
      order: 1; }
    .api-source .order-lg-2 {
      -ms-flex-order: 2;
      order: 2; }
    .api-source .order-lg-3 {
      -ms-flex-order: 3;
      order: 3; }
    .api-source .order-lg-4 {
      -ms-flex-order: 4;
      order: 4; }
    .api-source .order-lg-5 {
      -ms-flex-order: 5;
      order: 5; }
    .api-source .order-lg-6 {
      -ms-flex-order: 6;
      order: 6; }
    .api-source .order-lg-7 {
      -ms-flex-order: 7;
      order: 7; }
    .api-source .order-lg-8 {
      -ms-flex-order: 8;
      order: 8; }
    .api-source .order-lg-9 {
      -ms-flex-order: 9;
      order: 9; }
    .api-source .order-lg-10 {
      -ms-flex-order: 10;
      order: 10; }
    .api-source .order-lg-11 {
      -ms-flex-order: 11;
      order: 11; }
    .api-source .order-lg-12 {
      -ms-flex-order: 12;
      order: 12; }
    .api-source .offset-lg-0 {
      margin-left: 0; }
    .api-source .offset-lg-1 {
      margin-left: 8.333333%; }
    .api-source .offset-lg-2 {
      margin-left: 16.666667%; }
    .api-source .offset-lg-3 {
      margin-left: 25%; }
    .api-source .offset-lg-4 {
      margin-left: 33.333333%; }
    .api-source .offset-lg-5 {
      margin-left: 41.666667%; }
    .api-source .offset-lg-6 {
      margin-left: 50%; }
    .api-source .offset-lg-7 {
      margin-left: 58.333333%; }
    .api-source .offset-lg-8 {
      margin-left: 66.666667%; }
    .api-source .offset-lg-9 {
      margin-left: 75%; }
    .api-source .offset-lg-10 {
      margin-left: 83.333333%; }
    .api-source .offset-lg-11 {
      margin-left: 91.666667%; } }
  @media (min-width: 1200px) {
    .api-source .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .api-source .col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .api-source .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .api-source .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .api-source .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .api-source .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .api-source .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .api-source .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .api-source .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .api-source .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .api-source .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .api-source .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .api-source .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .api-source .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .api-source .order-xl-first {
      -ms-flex-order: -1;
      order: -1; }
    .api-source .order-xl-last {
      -ms-flex-order: 13;
      order: 13; }
    .api-source .order-xl-0 {
      -ms-flex-order: 0;
      order: 0; }
    .api-source .order-xl-1 {
      -ms-flex-order: 1;
      order: 1; }
    .api-source .order-xl-2 {
      -ms-flex-order: 2;
      order: 2; }
    .api-source .order-xl-3 {
      -ms-flex-order: 3;
      order: 3; }
    .api-source .order-xl-4 {
      -ms-flex-order: 4;
      order: 4; }
    .api-source .order-xl-5 {
      -ms-flex-order: 5;
      order: 5; }
    .api-source .order-xl-6 {
      -ms-flex-order: 6;
      order: 6; }
    .api-source .order-xl-7 {
      -ms-flex-order: 7;
      order: 7; }
    .api-source .order-xl-8 {
      -ms-flex-order: 8;
      order: 8; }
    .api-source .order-xl-9 {
      -ms-flex-order: 9;
      order: 9; }
    .api-source .order-xl-10 {
      -ms-flex-order: 10;
      order: 10; }
    .api-source .order-xl-11 {
      -ms-flex-order: 11;
      order: 11; }
    .api-source .order-xl-12 {
      -ms-flex-order: 12;
      order: 12; }
    .api-source .offset-xl-0 {
      margin-left: 0; }
    .api-source .offset-xl-1 {
      margin-left: 8.333333%; }
    .api-source .offset-xl-2 {
      margin-left: 16.666667%; }
    .api-source .offset-xl-3 {
      margin-left: 25%; }
    .api-source .offset-xl-4 {
      margin-left: 33.333333%; }
    .api-source .offset-xl-5 {
      margin-left: 41.666667%; }
    .api-source .offset-xl-6 {
      margin-left: 50%; }
    .api-source .offset-xl-7 {
      margin-left: 58.333333%; }
    .api-source .offset-xl-8 {
      margin-left: 66.666667%; }
    .api-source .offset-xl-9 {
      margin-left: 75%; }
    .api-source .offset-xl-10 {
      margin-left: 83.333333%; }
    .api-source .offset-xl-11 {
      margin-left: 91.666667%; } }
  .api-source .table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent; }
  .api-source .table td, .api-source .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .api-source .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .api-source .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .api-source .table .table {
    background-color: #fff; }
  .api-source .table-sm td, .api-source .table-sm th {
    padding: .3rem; }
  .api-source .table-bordered {
    border: 1px solid #dee2e6; }
  .api-source .table-bordered td, .api-source .table-bordered th {
    border: 1px solid #dee2e6; }
  .api-source .table-bordered thead td, .api-source .table-bordered thead th {
    border-bottom-width: 2px; }
  .api-source .table-borderless tbody + tbody, .api-source .table-borderless td, .api-source .table-borderless th, .api-source .table-borderless thead th {
    border: 0; }
  .api-source .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  .api-source .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075); }
  .api-source .table-primary, .api-source .table-primary > td, .api-source .table-primary > th {
    background-color: #b8daff; }
  .api-source .table-hover .table-primary:hover {
    background-color: #9fcdff; }
  .api-source .table-hover .table-primary:hover > td, .api-source .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }
  .api-source .table-secondary, .api-source .table-secondary > td, .api-source .table-secondary > th {
    background-color: #d6d8db; }
  .api-source .table-hover .table-secondary:hover {
    background-color: #c8cbcf; }
  .api-source .table-hover .table-secondary:hover > td, .api-source .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }
  .api-source .table-success, .api-source .table-success > td, .api-source .table-success > th {
    background-color: #c3e6cb; }
  .api-source .table-hover .table-success:hover {
    background-color: #b1dfbb; }
  .api-source .table-hover .table-success:hover > td, .api-source .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }
  .api-source .table-info, .api-source .table-info > td, .api-source .table-info > th {
    background-color: #bee5eb; }
  .api-source .table-hover .table-info:hover {
    background-color: #abdde5; }
  .api-source .table-hover .table-info:hover > td, .api-source .table-hover .table-info:hover > th {
    background-color: #abdde5; }
  .api-source .table-warning, .api-source .table-warning > td, .api-source .table-warning > th {
    background-color: #ffeeba; }
  .api-source .table-hover .table-warning:hover {
    background-color: #ffe8a1; }
  .api-source .table-hover .table-warning:hover > td, .api-source .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }
  .api-source .table-danger, .api-source .table-danger > td, .api-source .table-danger > th {
    background-color: #f5c6cb; }
  .api-source .table-hover .table-danger:hover {
    background-color: #f1b0b7; }
  .api-source .table-hover .table-danger:hover > td, .api-source .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }
  .api-source .table-light, .api-source .table-light > td, .api-source .table-light > th {
    background-color: #fdfdfe; }
  .api-source .table-hover .table-light:hover {
    background-color: #ececf6; }
  .api-source .table-hover .table-light:hover > td, .api-source .table-hover .table-light:hover > th {
    background-color: #ececf6; }
  .api-source .table-dark, .api-source .table-dark > td, .api-source .table-dark > th {
    background-color: #c6c8ca; }
  .api-source .table-hover .table-dark:hover {
    background-color: #b9bbbe; }
  .api-source .table-hover .table-dark:hover > td, .api-source .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }
  .api-source .table-active, .api-source .table-active > td, .api-source .table-active > th {
    background-color: rgba(0, 0, 0, 0.075); }
  .api-source .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075); }
  .api-source .table-hover .table-active:hover > td, .api-source .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }
  .api-source .table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e; }
  .api-source .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .api-source .table-dark {
    color: #fff;
    background-color: #212529; }
  .api-source .table-dark td, .api-source .table-dark th, .api-source .table-dark thead th {
    border-color: #32383e; }
  .api-source .table-dark.table-bordered {
    border: 0; }
  .api-source .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .api-source .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }
  @media (max-width: 575.98px) {
    .api-source .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    .api-source .table-responsive-sm > .table-bordered {
      border: 0; } }
  @media (max-width: 767.98px) {
    .api-source .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    .api-source .table-responsive-md > .table-bordered {
      border: 0; } }
  @media (max-width: 991.98px) {
    .api-source .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    .api-source .table-responsive-lg > .table-bordered {
      border: 0; } }
  @media (max-width: 1199.98px) {
    .api-source .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    .api-source .table-responsive-xl > .table-bordered {
      border: 0; } }
  .api-source .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .api-source .table-responsive > .table-bordered {
    border: 0; }
  .api-source .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .api-source .form-control {
      transition: none; } }
  .api-source .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .api-source .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .api-source .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .api-source .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .api-source .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .api-source .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .api-source .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .api-source .form-control:disabled, .api-source .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .api-source select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff; }
  .api-source .form-control-file, .api-source .form-control-range {
    display: block;
    width: 100%; }
  .api-source .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5; }
  .api-source .col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5; }
  .api-source .col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5; }
  .api-source .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0; }
  .api-source .form-control-plaintext.form-control-lg, .api-source .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0; }
  .api-source .form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem; }
  .api-source .form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem; }
  .api-source select.form-control[multiple], .api-source select.form-control[size] {
    height: auto; }
  .api-source textarea.form-control {
    height: auto; }
  .api-source .form-group {
    margin-bottom: 1rem; }
  .api-source .form-text {
    display: block;
    margin-top: .25rem; }
  .api-source .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
  .api-source .form-row > .col, .api-source .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px; }
  .api-source .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem; }
  .api-source .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem; }
  .api-source .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }
  .api-source .form-check-label {
    margin-bottom: 0; }
  .api-source .form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem; }
  .api-source .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0; }
  .api-source .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745; }
  .api-source .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .25rem; }
  .api-source .custom-select.is-valid, .api-source .form-control.is-valid, .api-source .was-validated .custom-select:valid, .api-source .was-validated .form-control:valid {
    border-color: #28a745; }
  .api-source .custom-select.is-valid:focus, .api-source .form-control.is-valid:focus, .api-source .was-validated .custom-select:valid:focus, .api-source .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .api-source .custom-select.is-valid ~ .valid-feedback, .api-source .custom-select.is-valid ~ .valid-tooltip, .api-source .form-control.is-valid ~ .valid-feedback, .api-source .form-control.is-valid ~ .valid-tooltip, .api-source .was-validated .custom-select:valid ~ .valid-feedback, .api-source .was-validated .custom-select:valid ~ .valid-tooltip, .api-source .was-validated .form-control:valid ~ .valid-feedback, .api-source .was-validated .form-control:valid ~ .valid-tooltip {
    display: block; }
  .api-source .form-control-file.is-valid ~ .valid-feedback, .api-source .form-control-file.is-valid ~ .valid-tooltip, .api-source .was-validated .form-control-file:valid ~ .valid-feedback, .api-source .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block; }
  .api-source .form-check-input.is-valid ~ .form-check-label, .api-source .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745; }
  .api-source .form-check-input.is-valid ~ .valid-feedback, .api-source .form-check-input.is-valid ~ .valid-tooltip, .api-source .was-validated .form-check-input:valid ~ .valid-feedback, .api-source .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block; }
  .api-source .custom-control-input.is-valid ~ .custom-control-label, .api-source .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745; }
  .api-source .custom-control-input.is-valid ~ .custom-control-label::before, .api-source .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
  .api-source .custom-control-input.is-valid ~ .valid-feedback, .api-source .custom-control-input.is-valid ~ .valid-tooltip, .api-source .was-validated .custom-control-input:valid ~ .valid-feedback, .api-source .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block; }
  .api-source .custom-control-input.is-valid:checked ~ .custom-control-label::before, .api-source .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57; }
  .api-source .custom-control-input.is-valid:focus ~ .custom-control-label::before, .api-source .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .api-source .custom-file-input.is-valid ~ .custom-file-label, .api-source .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745; }
  .api-source .custom-file-input.is-valid ~ .custom-file-label::after, .api-source .was-validated .custom-file-input:valid ~ .custom-file-label::after {
    border-color: inherit; }
  .api-source .custom-file-input.is-valid ~ .valid-feedback, .api-source .custom-file-input.is-valid ~ .valid-tooltip, .api-source .was-validated .custom-file-input:valid ~ .valid-feedback, .api-source .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block; }
  .api-source .custom-file-input.is-valid:focus ~ .custom-file-label, .api-source .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .api-source .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545; }
  .api-source .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .25rem; }
  .api-source .custom-select.is-invalid, .api-source .form-control.is-invalid, .api-source .was-validated .custom-select:invalid, .api-source .was-validated .form-control:invalid {
    border-color: #dc3545; }
  .api-source .custom-select.is-invalid:focus, .api-source .form-control.is-invalid:focus, .api-source .was-validated .custom-select:invalid:focus, .api-source .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .api-source .custom-select.is-invalid ~ .invalid-feedback, .api-source .custom-select.is-invalid ~ .invalid-tooltip, .api-source .form-control.is-invalid ~ .invalid-feedback, .api-source .form-control.is-invalid ~ .invalid-tooltip, .api-source .was-validated .custom-select:invalid ~ .invalid-feedback, .api-source .was-validated .custom-select:invalid ~ .invalid-tooltip, .api-source .was-validated .form-control:invalid ~ .invalid-feedback, .api-source .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block; }
  .api-source .form-control-file.is-invalid ~ .invalid-feedback, .api-source .form-control-file.is-invalid ~ .invalid-tooltip, .api-source .was-validated .form-control-file:invalid ~ .invalid-feedback, .api-source .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block; }
  .api-source .form-check-input.is-invalid ~ .form-check-label, .api-source .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545; }
  .api-source .form-check-input.is-invalid ~ .invalid-feedback, .api-source .form-check-input.is-invalid ~ .invalid-tooltip, .api-source .was-validated .form-check-input:invalid ~ .invalid-feedback, .api-source .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block; }
  .api-source .custom-control-input.is-invalid ~ .custom-control-label, .api-source .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545; }
  .api-source .custom-control-input.is-invalid ~ .custom-control-label::before, .api-source .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }
  .api-source .custom-control-input.is-invalid ~ .invalid-feedback, .api-source .custom-control-input.is-invalid ~ .invalid-tooltip, .api-source .was-validated .custom-control-input:invalid ~ .invalid-feedback, .api-source .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block; }
  .api-source .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .api-source .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d; }
  .api-source .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .api-source .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .api-source .custom-file-input.is-invalid ~ .custom-file-label, .api-source .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545; }
  .api-source .custom-file-input.is-invalid ~ .custom-file-label::after, .api-source .was-validated .custom-file-input:invalid ~ .custom-file-label::after {
    border-color: inherit; }
  .api-source .custom-file-input.is-invalid ~ .invalid-feedback, .api-source .custom-file-input.is-invalid ~ .invalid-tooltip, .api-source .was-validated .custom-file-input:invalid ~ .invalid-feedback, .api-source .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block; }
  .api-source .custom-file-input.is-invalid:focus ~ .custom-file-label, .api-source .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .api-source .form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center; }
  .api-source .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .api-source .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0; }
    .api-source .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
    .api-source .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .api-source .form-inline .form-control-plaintext {
      display: inline-block; }
    .api-source .form-inline .custom-select, .api-source .form-inline .input-group {
      width: auto; }
    .api-source .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .api-source .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: .25rem;
      margin-left: 0; }
    .api-source .form-inline .custom-control {
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .api-source .form-inline .custom-control-label {
      margin-bottom: 0; } }
  .api-source .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .api-source .btn {
      transition: none; } }
  .api-source .btn:focus, .api-source .btn:hover {
    text-decoration: none; }
  .api-source .btn.focus, .api-source .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .api-source .btn.disabled, .api-source .btn:disabled {
    opacity: .65; }
  .api-source .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .api-source a.btn.disabled, .api-source fieldset:disabled a.btn {
    pointer-events: none; }
  .api-source .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .api-source .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .api-source .btn-primary.focus, .api-source .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .api-source .btn-primary.disabled, .api-source .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .api-source .btn-primary:not(:disabled):not(.disabled).active, .api-source .btn-primary:not(:disabled):not(.disabled):active, .api-source .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
  .api-source .btn-primary:not(:disabled):not(.disabled).active:focus, .api-source .btn-primary:not(:disabled):not(.disabled):active:focus, .api-source .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .api-source .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .api-source .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .api-source .btn-secondary.focus, .api-source .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .api-source .btn-secondary.disabled, .api-source .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .api-source .btn-secondary:not(:disabled):not(.disabled).active, .api-source .btn-secondary:not(:disabled):not(.disabled):active, .api-source .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
  .api-source .btn-secondary:not(:disabled):not(.disabled).active:focus, .api-source .btn-secondary:not(:disabled):not(.disabled):active:focus, .api-source .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .api-source .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .api-source .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .api-source .btn-success.focus, .api-source .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .api-source .btn-success.disabled, .api-source .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .api-source .btn-success:not(:disabled):not(.disabled).active, .api-source .btn-success:not(:disabled):not(.disabled):active, .api-source .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
  .api-source .btn-success:not(:disabled):not(.disabled).active:focus, .api-source .btn-success:not(:disabled):not(.disabled):active:focus, .api-source .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .api-source .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .api-source .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .api-source .btn-info.focus, .api-source .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .api-source .btn-info.disabled, .api-source .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .api-source .btn-info:not(:disabled):not(.disabled).active, .api-source .btn-info:not(:disabled):not(.disabled):active, .api-source .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
  .api-source .btn-info:not(:disabled):not(.disabled).active:focus, .api-source .btn-info:not(:disabled):not(.disabled):active:focus, .api-source .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .api-source .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .api-source .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .api-source .btn-warning.focus, .api-source .btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .api-source .btn-warning.disabled, .api-source .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .api-source .btn-warning:not(:disabled):not(.disabled).active, .api-source .btn-warning:not(:disabled):not(.disabled):active, .api-source .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
  .api-source .btn-warning:not(:disabled):not(.disabled).active:focus, .api-source .btn-warning:not(:disabled):not(.disabled):active:focus, .api-source .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .api-source .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .api-source .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .api-source .btn-danger.focus, .api-source .btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .api-source .btn-danger.disabled, .api-source .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .api-source .btn-danger:not(:disabled):not(.disabled).active, .api-source .btn-danger:not(:disabled):not(.disabled):active, .api-source .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
  .api-source .btn-danger:not(:disabled):not(.disabled).active:focus, .api-source .btn-danger:not(:disabled):not(.disabled):active:focus, .api-source .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .api-source .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .api-source .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .api-source .btn-light.focus, .api-source .btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .api-source .btn-light.disabled, .api-source .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .api-source .btn-light:not(:disabled):not(.disabled).active, .api-source .btn-light:not(:disabled):not(.disabled):active, .api-source .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
  .api-source .btn-light:not(:disabled):not(.disabled).active:focus, .api-source .btn-light:not(:disabled):not(.disabled):active:focus, .api-source .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .api-source .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .api-source .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .api-source .btn-dark.focus, .api-source .btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .api-source .btn-dark.disabled, .api-source .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .api-source .btn-dark:not(:disabled):not(.disabled).active, .api-source .btn-dark:not(:disabled):not(.disabled):active, .api-source .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
  .api-source .btn-dark:not(:disabled):not(.disabled).active:focus, .api-source .btn-dark:not(:disabled):not(.disabled):active:focus, .api-source .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .api-source .btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff; }
  .api-source .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .api-source .btn-outline-primary.focus, .api-source .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .api-source .btn-outline-primary.disabled, .api-source .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .api-source .btn-outline-primary:not(:disabled):not(.disabled).active, .api-source .btn-outline-primary:not(:disabled):not(.disabled):active, .api-source .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .api-source .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .api-source .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .api-source .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .api-source .btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d; }
  .api-source .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .api-source .btn-outline-secondary.focus, .api-source .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .api-source .btn-outline-secondary.disabled, .api-source .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .api-source .btn-outline-secondary:not(:disabled):not(.disabled).active, .api-source .btn-outline-secondary:not(:disabled):not(.disabled):active, .api-source .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .api-source .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .api-source .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .api-source .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .api-source .btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745; }
  .api-source .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .api-source .btn-outline-success.focus, .api-source .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .api-source .btn-outline-success.disabled, .api-source .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .api-source .btn-outline-success:not(:disabled):not(.disabled).active, .api-source .btn-outline-success:not(:disabled):not(.disabled):active, .api-source .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .api-source .btn-outline-success:not(:disabled):not(.disabled).active:focus, .api-source .btn-outline-success:not(:disabled):not(.disabled):active:focus, .api-source .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .api-source .btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8; }
  .api-source .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .api-source .btn-outline-info.focus, .api-source .btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .api-source .btn-outline-info.disabled, .api-source .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .api-source .btn-outline-info:not(:disabled):not(.disabled).active, .api-source .btn-outline-info:not(:disabled):not(.disabled):active, .api-source .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .api-source .btn-outline-info:not(:disabled):not(.disabled).active:focus, .api-source .btn-outline-info:not(:disabled):not(.disabled):active:focus, .api-source .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .api-source .btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107; }
  .api-source .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .api-source .btn-outline-warning.focus, .api-source .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .api-source .btn-outline-warning.disabled, .api-source .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .api-source .btn-outline-warning:not(:disabled):not(.disabled).active, .api-source .btn-outline-warning:not(:disabled):not(.disabled):active, .api-source .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .api-source .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .api-source .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .api-source .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .api-source .btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545; }
  .api-source .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .api-source .btn-outline-danger.focus, .api-source .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .api-source .btn-outline-danger.disabled, .api-source .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .api-source .btn-outline-danger:not(:disabled):not(.disabled).active, .api-source .btn-outline-danger:not(:disabled):not(.disabled):active, .api-source .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .api-source .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .api-source .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .api-source .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .api-source .btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa; }
  .api-source .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .api-source .btn-outline-light.focus, .api-source .btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .api-source .btn-outline-light.disabled, .api-source .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .api-source .btn-outline-light:not(:disabled):not(.disabled).active, .api-source .btn-outline-light:not(:disabled):not(.disabled):active, .api-source .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .api-source .btn-outline-light:not(:disabled):not(.disabled).active:focus, .api-source .btn-outline-light:not(:disabled):not(.disabled):active:focus, .api-source .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .api-source .btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40; }
  .api-source .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .api-source .btn-outline-dark.focus, .api-source .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .api-source .btn-outline-dark.disabled, .api-source .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .api-source .btn-outline-dark:not(:disabled):not(.disabled).active, .api-source .btn-outline-dark:not(:disabled):not(.disabled):active, .api-source .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .api-source .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .api-source .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .api-source .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .api-source .btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent; }
  .api-source .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .api-source .btn-link.focus, .api-source .btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .api-source .btn-link.disabled, .api-source .btn-link:disabled {
    color: #6c757d;
    pointer-events: none; }
  .api-source .btn-group-lg > .btn, .api-source .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem; }
  .api-source .btn-group-sm > .btn, .api-source .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem; }
  .api-source .btn-block {
    display: block;
    width: 100%; }
  .api-source .btn-block + .btn-block {
    margin-top: .5rem; }
  .api-source input[type=button].btn-block, .api-source input[type=reset].btn-block, .api-source input[type=submit].btn-block {
    width: 100%; }
  .api-source .fade {
    transition: opacity .15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .api-source .fade {
      transition: none; } }
  .api-source .fade:not(.show) {
    opacity: 0; }
  .api-source .collapse:not(.show) {
    display: none; }
  .api-source .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .api-source .collapsing {
      transition: none; } }
  .api-source .dropdown, .api-source .dropleft, .api-source .dropright, .api-source .dropup {
    position: relative; }
  .api-source .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; }
  .api-source .dropdown-toggle:empty::after {
    margin-left: 0; }
  .api-source .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem; }
  .api-source .dropdown-menu-right {
    right: 0;
    left: auto; }
  .api-source .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem; }
  .api-source .dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent; }
  .api-source .dropup .dropdown-toggle:empty::after {
    margin-left: 0; }
  .api-source .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem; }
  .api-source .dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid; }
  .api-source .dropright .dropdown-toggle:empty::after {
    margin-left: 0; }
  .api-source .dropright .dropdown-toggle::after {
    vertical-align: 0; }
  .api-source .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem; }
  .api-source .dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""; }
  .api-source .dropleft .dropdown-toggle::after {
    display: none; }
  .api-source .dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent; }
  .api-source .dropleft .dropdown-toggle:empty::after {
    margin-left: 0; }
  .api-source .dropleft .dropdown-toggle::before {
    vertical-align: 0; }
  .api-source .dropdown-menu[x-placement^=bottom], .api-source .dropdown-menu[x-placement^=left], .api-source .dropdown-menu[x-placement^=right], .api-source .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto; }
  .api-source .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef; }
  .api-source .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }
  .api-source .dropdown-item:focus, .api-source .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .api-source .dropdown-item.active, .api-source .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .api-source .dropdown-item.disabled, .api-source .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }
  .api-source .dropdown-menu.show {
    display: block; }
  .api-source .dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap; }
  .api-source .dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529; }
  .api-source .btn-group, .api-source .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle; }
  .api-source .btn-group-vertical > .btn, .api-source .btn-group > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .api-source .btn-group-vertical > .btn:hover, .api-source .btn-group > .btn:hover {
    z-index: 1; }
  .api-source .btn-group-vertical > .btn.active, .api-source .btn-group-vertical > .btn:active, .api-source .btn-group-vertical > .btn:focus, .api-source .btn-group > .btn.active, .api-source .btn-group > .btn:active, .api-source .btn-group > .btn:focus {
    z-index: 1; }
  .api-source .btn-group .btn + .btn, .api-source .btn-group .btn + .btn-group, .api-source .btn-group .btn-group + .btn, .api-source .btn-group .btn-group + .btn-group, .api-source .btn-group-vertical .btn + .btn, .api-source .btn-group-vertical .btn + .btn-group, .api-source .btn-group-vertical .btn-group + .btn, .api-source .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }
  .api-source .btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .api-source .btn-toolbar .input-group {
    width: auto; }
  .api-source .btn-group > .btn:first-child {
    margin-left: 0; }
  .api-source .btn-group > .btn-group:not(:last-child) > .btn, .api-source .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .api-source .btn-group > .btn-group:not(:first-child) > .btn, .api-source .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .api-source .dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem; }
  .api-source .dropdown-toggle-split::after, .api-source .dropright .dropdown-toggle-split::after, .api-source .dropup .dropdown-toggle-split::after {
    margin-left: 0; }
  .api-source .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }
  .api-source .btn-group-sm > .btn + .dropdown-toggle-split, .api-source .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem; }
  .api-source .btn-group-lg > .btn + .dropdown-toggle-split, .api-source .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem; }
  .api-source .btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center; }
  .api-source .btn-group-vertical .btn, .api-source .btn-group-vertical .btn-group {
    width: 100%; }
  .api-source .btn-group-vertical > .btn + .btn, .api-source .btn-group-vertical > .btn + .btn-group, .api-source .btn-group-vertical > .btn-group + .btn, .api-source .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .api-source .btn-group-vertical > .btn-group:not(:last-child) > .btn, .api-source .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .api-source .btn-group-vertical > .btn-group:not(:first-child) > .btn, .api-source .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .api-source .btn-group-toggle > .btn, .api-source .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0; }
  .api-source .btn-group-toggle > .btn input[type=checkbox], .api-source .btn-group-toggle > .btn input[type=radio], .api-source .btn-group-toggle > .btn-group > .btn input[type=checkbox], .api-source .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  .api-source .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%; }
  .api-source .input-group > .custom-file, .api-source .input-group > .custom-select, .api-source .input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
  .api-source .input-group > .custom-file + .custom-file, .api-source .input-group > .custom-file + .custom-select, .api-source .input-group > .custom-file + .form-control, .api-source .input-group > .custom-select + .custom-file, .api-source .input-group > .custom-select + .custom-select, .api-source .input-group > .custom-select + .form-control, .api-source .input-group > .form-control + .custom-file, .api-source .input-group > .form-control + .custom-select, .api-source .input-group > .form-control + .form-control {
    margin-left: -1px; }
  .api-source .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .api-source .input-group > .custom-select:focus, .api-source .input-group > .form-control:focus {
    z-index: 3; }
  .api-source .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .api-source .input-group > .custom-select:not(:last-child), .api-source .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .api-source .input-group > .custom-select:not(:first-child), .api-source .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .api-source .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .api-source .input-group > .custom-file:not(:last-child) .custom-file-label, .api-source .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .api-source .input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .api-source .input-group-append, .api-source .input-group-prepend {
    display: -ms-flexbox;
    display: flex; }
  .api-source .input-group-append .btn, .api-source .input-group-prepend .btn {
    position: relative;
    z-index: 2; }
  .api-source .input-group-append .btn + .btn, .api-source .input-group-append .btn + .input-group-text, .api-source .input-group-append .input-group-text + .btn, .api-source .input-group-append .input-group-text + .input-group-text, .api-source .input-group-prepend .btn + .btn, .api-source .input-group-prepend .btn + .input-group-text, .api-source .input-group-prepend .input-group-text + .btn, .api-source .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px; }
  .api-source .input-group-prepend {
    margin-right: -1px; }
  .api-source .input-group-append {
    margin-left: -1px; }
  .api-source .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem; }
  .api-source .input-group-text input[type=checkbox], .api-source .input-group-text input[type=radio] {
    margin-top: 0; }
  .api-source .input-group-lg > .form-control, .api-source .input-group-lg > .input-group-append > .btn, .api-source .input-group-lg > .input-group-append > .input-group-text, .api-source .input-group-lg > .input-group-prepend > .btn, .api-source .input-group-lg > .input-group-prepend > .input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem; }
  .api-source .input-group-sm > .form-control, .api-source .input-group-sm > .input-group-append > .btn, .api-source .input-group-sm > .input-group-append > .input-group-text, .api-source .input-group-sm > .input-group-prepend > .btn, .api-source .input-group-sm > .input-group-prepend > .input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem; }
  .api-source .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .api-source .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .api-source .input-group > .input-group-append:not(:last-child) > .btn, .api-source .input-group > .input-group-append:not(:last-child) > .input-group-text, .api-source .input-group > .input-group-prepend > .btn, .api-source .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .api-source .input-group > .input-group-append > .btn, .api-source .input-group > .input-group-append > .input-group-text, .api-source .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .api-source .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .api-source .input-group > .input-group-prepend:not(:first-child) > .btn, .api-source .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .api-source .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem; }
  .api-source .custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem; }
  .api-source .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .api-source .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .api-source .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .api-source .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .api-source .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
  .api-source .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef; }
  .api-source .custom-control-label {
    position: relative;
    margin-bottom: 0; }
  .api-source .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6; }
  .api-source .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }
  .api-source .custom-checkbox .custom-control-label::before {
    border-radius: .25rem; }
  .api-source .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff; }
  .api-source .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  .api-source .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff; }
  .api-source .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
  .api-source .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }
  .api-source .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }
  .api-source .custom-radio .custom-control-label::before {
    border-radius: 50%; }
  .api-source .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff; }
  .api-source .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
  .api-source .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }
  .api-source .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .api-source .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
  .api-source .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff; }
  .api-source .custom-select[multiple], .api-source .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none; }
  .api-source .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .api-source .custom-select::-ms-expand {
    opacity: 0; }
  .api-source .custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%; }
  .api-source .custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%; }
  .api-source .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0; }
  .api-source .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0; }
  .api-source .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .api-source .custom-file-input:focus ~ .custom-file-label::after {
    border-color: #80bdff; }
  .api-source .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .api-source .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .api-source .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem; }
  .api-source .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0; }
  .api-source .custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .api-source .custom-range:focus {
    outline: 0; }
  .api-source .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .api-source .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .api-source .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .api-source .custom-range::-moz-focus-outer {
    border: 0; }
  .api-source .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none; }
  @media screen and (prefers-reduced-motion: reduce) {
    .api-source .custom-range::-webkit-slider-thumb {
      transition: none; } }
  .api-source .custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff; }
  .api-source .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .api-source .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none; }
  @media screen and (prefers-reduced-motion: reduce) {
    .api-source .custom-range::-moz-range-thumb {
      transition: none; } }
  .api-source .custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff; }
  .api-source .custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .api-source .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none; }
  @media screen and (prefers-reduced-motion: reduce) {
    .api-source .custom-range::-ms-thumb {
      transition: none; } }
  .api-source .custom-range::-ms-thumb:active {
    background-color: #b3d7ff; }
  .api-source .custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem; }
  .api-source .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .api-source .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .api-source .custom-control-label::before, .api-source .custom-file-label, .api-source .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .api-source .custom-control-label::before, .api-source .custom-file-label, .api-source .custom-select {
      transition: none; } }
  .api-source .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .api-source .nav-link {
    display: block;
    padding: .5rem 1rem; }
  .api-source .nav-link:focus, .api-source .nav-link:hover {
    text-decoration: none; }
  .api-source .nav-link.disabled {
    color: #6c757d; }
  .api-source .nav-tabs {
    border-bottom: 1px solid #dee2e6; }
  .api-source .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .api-source .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }
  .api-source .nav-tabs .nav-link:focus, .api-source .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6; }
  .api-source .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent; }
  .api-source .nav-tabs .nav-item.show .nav-link, .api-source .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .api-source .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .api-source .nav-pills .nav-link {
    border-radius: .25rem; }
  .api-source .nav-pills .nav-link.active, .api-source .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff; }
  .api-source .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center; }
  .api-source .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center; }
  .api-source .tab-content > .tab-pane {
    display: none; }
  .api-source .tab-content > .active {
    display: block; }
  .api-source .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem; }
  .api-source .navbar > .container, .api-source .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .api-source .navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap; }
  .api-source .navbar-brand:focus, .api-source .navbar-brand:hover {
    text-decoration: none; }
  .api-source .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .api-source .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .api-source .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .api-source .navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem; }
  .api-source .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center; }
  .api-source .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem; }
  .api-source .navbar-toggler:focus, .api-source .navbar-toggler:hover {
    text-decoration: none; }
  .api-source .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .api-source .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%; }
  @media (max-width: 575.98px) {
    .api-source .navbar-expand-sm > .container, .api-source .navbar-expand-sm > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 576px) {
    .api-source .navbar-expand-sm {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .api-source .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
    .api-source .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute; }
    .api-source .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
    .api-source .navbar-expand-sm > .container, .api-source .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .api-source .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .api-source .navbar-expand-sm .navbar-toggler {
      display: none; } }
  @media (max-width: 767.98px) {
    .api-source .navbar-expand-md > .container, .api-source .navbar-expand-md > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 768px) {
    .api-source .navbar-expand-md {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .api-source .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
    .api-source .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute; }
    .api-source .navbar-expand-md .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
    .api-source .navbar-expand-md > .container, .api-source .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .api-source .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .api-source .navbar-expand-md .navbar-toggler {
      display: none; } }
  @media (max-width: 991.98px) {
    .api-source .navbar-expand-lg > .container, .api-source .navbar-expand-lg > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .api-source .navbar-expand-lg {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .api-source .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
    .api-source .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute; }
    .api-source .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
    .api-source .navbar-expand-lg > .container, .api-source .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .api-source .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .api-source .navbar-expand-lg .navbar-toggler {
      display: none; } }
  @media (max-width: 1199.98px) {
    .api-source .navbar-expand-xl > .container, .api-source .navbar-expand-xl > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1200px) {
    .api-source .navbar-expand-xl {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .api-source .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
    .api-source .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute; }
    .api-source .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
    .api-source .navbar-expand-xl > .container, .api-source .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .api-source .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .api-source .navbar-expand-xl .navbar-toggler {
      display: none; } }
  .api-source .navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .api-source .navbar-expand > .container, .api-source .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .api-source .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .api-source .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute; }
  .api-source .navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .api-source .navbar-expand > .container, .api-source .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .api-source .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .api-source .navbar-expand .navbar-toggler {
    display: none; }
  .api-source .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9); }
  .api-source .navbar-light .navbar-brand:focus, .api-source .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9); }
  .api-source .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5); }
  .api-source .navbar-light .navbar-nav .nav-link:focus, .api-source .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .api-source .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
  .api-source .navbar-light .navbar-nav .active > .nav-link, .api-source .navbar-light .navbar-nav .nav-link.active, .api-source .navbar-light .navbar-nav .nav-link.show, .api-source .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9); }
  .api-source .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1); }
  .api-source .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .api-source .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5); }
  .api-source .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
  .api-source .navbar-light .navbar-text a:focus, .api-source .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9); }
  .api-source .navbar-dark .navbar-brand {
    color: #fff; }
  .api-source .navbar-dark .navbar-brand:focus, .api-source .navbar-dark .navbar-brand:hover {
    color: #fff; }
  .api-source .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5); }
  .api-source .navbar-dark .navbar-nav .nav-link:focus, .api-source .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .api-source .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
  .api-source .navbar-dark .navbar-nav .active > .nav-link, .api-source .navbar-dark .navbar-nav .nav-link.active, .api-source .navbar-dark .navbar-nav .nav-link.show, .api-source .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff; }
  .api-source .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1); }
  .api-source .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .api-source .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5); }
  .api-source .navbar-dark .navbar-text a {
    color: #fff; }
  .api-source .navbar-dark .navbar-text a:focus, .api-source .navbar-dark .navbar-text a:hover {
    color: #fff; }
  .api-source .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem; }
  .api-source .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .api-source .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }
  .api-source .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem; }
  .api-source .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem; }
  .api-source .card-title {
    margin-bottom: .75rem; }
  .api-source .card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0; }
  .api-source .card-text:last-child {
    margin-bottom: 0; }
  .api-source .card-link:hover {
    text-decoration: none; }
  .api-source .card-link + .card-link {
    margin-left: 1.25rem; }
  .api-source .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .api-source .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }
  .api-source .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }
  .api-source .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .api-source .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }
  .api-source .card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0; }
  .api-source .card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem; }
  .api-source .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem; }
  .api-source .card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px); }
  .api-source .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px); }
  .api-source .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px); }
  .api-source .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .api-source .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .api-source .card-deck {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
    .api-source .card-deck .card {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }
  .api-source .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .api-source .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .api-source .card-group {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
    .api-source .card-group > .card {
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-bottom: 0; }
    .api-source .card-group > .card + .card {
      margin-left: 0;
      border-left: 0; }
    .api-source .card-group > .card:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .api-source .card-group > .card:first-child .card-header, .api-source .card-group > .card:first-child .card-img-top {
      border-top-right-radius: 0; }
    .api-source .card-group > .card:first-child .card-footer, .api-source .card-group > .card:first-child .card-img-bottom {
      border-bottom-right-radius: 0; }
    .api-source .card-group > .card:last-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .api-source .card-group > .card:last-child .card-header, .api-source .card-group > .card:last-child .card-img-top {
      border-top-left-radius: 0; }
    .api-source .card-group > .card:last-child .card-footer, .api-source .card-group > .card:last-child .card-img-bottom {
      border-bottom-left-radius: 0; }
    .api-source .card-group > .card:only-child {
      border-radius: .25rem; }
    .api-source .card-group > .card:only-child .card-header, .api-source .card-group > .card:only-child .card-img-top {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem; }
    .api-source .card-group > .card:only-child .card-footer, .api-source .card-group > .card:only-child .card-img-bottom {
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: .25rem; }
    .api-source .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
      border-radius: 0; }
    .api-source .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .api-source .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .api-source .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .api-source .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
      border-radius: 0; } }
  .api-source .card-columns .card {
    margin-bottom: .75rem; }
  @media (min-width: 576px) {
    .api-source .card-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1; }
    .api-source .card-columns .card {
      display: inline-block;
      width: 100%; } }
  .api-source .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .api-source .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .api-source .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .api-source .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .api-source .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem; }
  .api-source .breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem; }
  .api-source .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"; }
  .api-source .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .api-source .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .api-source .breadcrumb-item.active {
    color: #6c757d; }
  .api-source .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem; }
  .api-source .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6; }
  .api-source .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .api-source .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .api-source .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .api-source .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem; }
  .api-source .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem; }
  .api-source .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .api-source .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6; }
  .api-source .pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5; }
  .api-source .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem; }
  .api-source .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem; }
  .api-source .pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5; }
  .api-source .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem; }
  .api-source .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem; }
  .api-source .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem; }
  .api-source .badge:empty {
    display: none; }
  .api-source .btn .badge {
    position: relative;
    top: -1px; }
  .api-source .badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem; }
  .api-source .badge-primary {
    color: #fff;
    background-color: #007bff; }
  .api-source .badge-primary[href]:focus, .api-source .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }
  .api-source .badge-secondary {
    color: #fff;
    background-color: #6c757d; }
  .api-source .badge-secondary[href]:focus, .api-source .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }
  .api-source .badge-success {
    color: #fff;
    background-color: #28a745; }
  .api-source .badge-success[href]:focus, .api-source .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }
  .api-source .badge-info {
    color: #fff;
    background-color: #17a2b8; }
  .api-source .badge-info[href]:focus, .api-source .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }
  .api-source .badge-warning {
    color: #212529;
    background-color: #ffc107; }
  .api-source .badge-warning[href]:focus, .api-source .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }
  .api-source .badge-danger {
    color: #fff;
    background-color: #dc3545; }
  .api-source .badge-danger[href]:focus, .api-source .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }
  .api-source .badge-light {
    color: #212529;
    background-color: #f8f9fa; }
  .api-source .badge-light[href]:focus, .api-source .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }
  .api-source .badge-dark {
    color: #fff;
    background-color: #343a40; }
  .api-source .badge-dark[href]:focus, .api-source .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }
  .api-source .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem; }
  @media (min-width: 576px) {
    .api-source .jumbotron {
      padding: 4rem 2rem; } }
  .api-source .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0; }
  .api-source .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem; }
  .api-source .alert-heading {
    color: inherit; }
  .api-source .alert-link {
    font-weight: 700; }
  .api-source .alert-dismissible {
    padding-right: 4rem; }
  .api-source .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit; }
  .api-source .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff; }
  .api-source .alert-primary hr {
    border-top-color: #9fcdff; }
  .api-source .alert-primary .alert-link {
    color: #002752; }
  .api-source .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db; }
  .api-source .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .api-source .alert-secondary .alert-link {
    color: #202326; }
  .api-source .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }
  .api-source .alert-success hr {
    border-top-color: #b1dfbb; }
  .api-source .alert-success .alert-link {
    color: #0b2e13; }
  .api-source .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb; }
  .api-source .alert-info hr {
    border-top-color: #abdde5; }
  .api-source .alert-info .alert-link {
    color: #062c33; }
  .api-source .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba; }
  .api-source .alert-warning hr {
    border-top-color: #ffe8a1; }
  .api-source .alert-warning .alert-link {
    color: #533f03; }
  .api-source .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }
  .api-source .alert-danger hr {
    border-top-color: #f1b0b7; }
  .api-source .alert-danger .alert-link {
    color: #491217; }
  .api-source .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe; }
  .api-source .alert-light hr {
    border-top-color: #ececf6; }
  .api-source .alert-light .alert-link {
    color: #686868; }
  .api-source .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca; }
  .api-source .alert-dark hr {
    border-top-color: #b9bbbe; }
  .api-source .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
  .api-source .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem; }
  .api-source .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .api-source .progress-bar {
      transition: none; } }
  .api-source .progress-bar-striped {
    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);
    background-size: 1rem 1rem; }
  .api-source .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite; }
  .api-source .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start; }
  .api-source .media-body {
    -ms-flex: 1;
    flex: 1; }
  .api-source .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0; }
  .api-source .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit; }
  .api-source .list-group-item-action:focus, .api-source .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .api-source .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }
  .api-source .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
  .api-source .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }
  .api-source .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem; }
  .api-source .list-group-item:focus, .api-source .list-group-item:hover {
    z-index: 1;
    text-decoration: none; }
  .api-source .list-group-item.disabled, .api-source .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .api-source .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .api-source .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0; }
  .api-source .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0; }
  .api-source .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0; }
  .api-source .list-group-item-primary {
    color: #004085;
    background-color: #b8daff; }
  .api-source .list-group-item-primary.list-group-item-action:focus, .api-source .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff; }
  .api-source .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }
  .api-source .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db; }
  .api-source .list-group-item-secondary.list-group-item-action:focus, .api-source .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf; }
  .api-source .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }
  .api-source .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb; }
  .api-source .list-group-item-success.list-group-item-action:focus, .api-source .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb; }
  .api-source .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }
  .api-source .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb; }
  .api-source .list-group-item-info.list-group-item-action:focus, .api-source .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5; }
  .api-source .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }
  .api-source .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba; }
  .api-source .list-group-item-warning.list-group-item-action:focus, .api-source .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1; }
  .api-source .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }
  .api-source .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb; }
  .api-source .list-group-item-danger.list-group-item-action:focus, .api-source .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7; }
  .api-source .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }
  .api-source .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe; }
  .api-source .list-group-item-light.list-group-item-action:focus, .api-source .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6; }
  .api-source .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }
  .api-source .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca; }
  .api-source .list-group-item-dark.list-group-item-action:focus, .api-source .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .api-source .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }
  .api-source .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5; }
  .api-source .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .api-source .close:not(:disabled):not(.disabled):focus, .api-source .close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .api-source button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none; }
  .api-source .modal-open {
    overflow: hidden; }
  .api-source .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .api-source .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0; }
  .api-source .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none; }
  .api-source .modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%); }
  @media screen and (prefers-reduced-motion: reduce) {
    .api-source .modal.fade .modal-dialog {
      transition: none; } }
  .api-source .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .api-source .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2)); }
  .api-source .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""; }
  .api-source .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0; }
  .api-source .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
  .api-source .modal-backdrop.fade {
    opacity: 0; }
  .api-source .modal-backdrop.show {
    opacity: .5; }
  .api-source .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem; }
  .api-source .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }
  .api-source .modal-title {
    margin-bottom: 0;
    line-height: 1.5; }
  .api-source .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem; }
  .api-source .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef; }
  .api-source .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .api-source .modal-footer > :not(:last-child) {
    margin-right: .25rem; }
  .api-source .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 576px) {
    .api-source .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto; }
    .api-source .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2)); }
    .api-source .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
    .api-source .modal-sm {
      max-width: 300px; } }
  @media (min-width: 992px) {
    .api-source .modal-lg {
      max-width: 800px; } }
  .api-source .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0; }
  .api-source .tooltip.show {
    opacity: .9; }
  .api-source .tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem; }
  .api-source .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid; }
  .api-source .bs-tooltip-auto[x-placement^=top], .api-source .bs-tooltip-top {
    padding: .4rem 0; }
  .api-source .bs-tooltip-auto[x-placement^=top] .arrow, .api-source .bs-tooltip-top .arrow {
    bottom: 0; }
  .api-source .bs-tooltip-auto[x-placement^=top] .arrow::before, .api-source .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000; }
  .api-source .bs-tooltip-auto[x-placement^=right], .api-source .bs-tooltip-right {
    padding: 0 .4rem; }
  .api-source .bs-tooltip-auto[x-placement^=right] .arrow, .api-source .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem; }
  .api-source .bs-tooltip-auto[x-placement^=right] .arrow::before, .api-source .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000; }
  .api-source .bs-tooltip-auto[x-placement^=bottom], .api-source .bs-tooltip-bottom {
    padding: .4rem 0; }
  .api-source .bs-tooltip-auto[x-placement^=bottom] .arrow, .api-source .bs-tooltip-bottom .arrow {
    top: 0; }
  .api-source .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .api-source .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000; }
  .api-source .bs-tooltip-auto[x-placement^=left], .api-source .bs-tooltip-left {
    padding: 0 .4rem; }
  .api-source .bs-tooltip-auto[x-placement^=left] .arrow, .api-source .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem; }
  .api-source .bs-tooltip-auto[x-placement^=left] .arrow::before, .api-source .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000; }
  .api-source .tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem; }
  .api-source .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem; }
  .api-source .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem; }
  .api-source .popover .arrow::after, .api-source .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid; }
  .api-source .bs-popover-auto[x-placement^=top], .api-source .bs-popover-top {
    margin-bottom: .5rem; }
  .api-source .bs-popover-auto[x-placement^=top] .arrow, .api-source .bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1); }
  .api-source .bs-popover-auto[x-placement^=top] .arrow::after, .api-source .bs-popover-auto[x-placement^=top] .arrow::before, .api-source .bs-popover-top .arrow::after, .api-source .bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0; }
  .api-source .bs-popover-auto[x-placement^=top] .arrow::before, .api-source .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .api-source .bs-popover-auto[x-placement^=top] .arrow::after, .api-source .bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }
  .api-source .bs-popover-auto[x-placement^=right], .api-source .bs-popover-right {
    margin-left: .5rem; }
  .api-source .bs-popover-auto[x-placement^=right] .arrow, .api-source .bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0; }
  .api-source .bs-popover-auto[x-placement^=right] .arrow::after, .api-source .bs-popover-auto[x-placement^=right] .arrow::before, .api-source .bs-popover-right .arrow::after, .api-source .bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0; }
  .api-source .bs-popover-auto[x-placement^=right] .arrow::before, .api-source .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .api-source .bs-popover-auto[x-placement^=right] .arrow::after, .api-source .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff; }
  .api-source .bs-popover-auto[x-placement^=bottom], .api-source .bs-popover-bottom {
    margin-top: .5rem; }
  .api-source .bs-popover-auto[x-placement^=bottom] .arrow, .api-source .bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1); }
  .api-source .bs-popover-auto[x-placement^=bottom] .arrow::after, .api-source .bs-popover-auto[x-placement^=bottom] .arrow::before, .api-source .bs-popover-bottom .arrow::after, .api-source .bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem; }
  .api-source .bs-popover-auto[x-placement^=bottom] .arrow::before, .api-source .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .api-source .bs-popover-auto[x-placement^=bottom] .arrow::after, .api-source .bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .api-source .bs-popover-auto[x-placement^=bottom] .popover-header::before, .api-source .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }
  .api-source .bs-popover-auto[x-placement^=left], .api-source .bs-popover-left {
    margin-right: .5rem; }
  .api-source .bs-popover-auto[x-placement^=left] .arrow, .api-source .bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0; }
  .api-source .bs-popover-auto[x-placement^=left] .arrow::after, .api-source .bs-popover-auto[x-placement^=left] .arrow::before, .api-source .bs-popover-left .arrow::after, .api-source .bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem; }
  .api-source .bs-popover-auto[x-placement^=left] .arrow::before, .api-source .bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .api-source .bs-popover-auto[x-placement^=left] .arrow::after, .api-source .bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff; }
  .api-source .popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px); }
  .api-source .popover-header:empty {
    display: none; }
  .api-source .popover-body {
    padding: .5rem .75rem;
    color: #212529; }
  .api-source .carousel {
    position: relative; }
  .api-source .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .api-source .carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .api-source .carousel-item-next, .api-source .carousel-item-prev, .api-source .carousel-item.active {
    display: block;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .api-source .carousel-item-next, .api-source .carousel-item-prev, .api-source .carousel-item.active {
      transition: none; } }
  .api-source .carousel-item-next, .api-source .carousel-item-prev {
    position: absolute;
    top: 0; }
  .api-source .carousel-item-next.carousel-item-left, .api-source .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .api-source .carousel-item-next.carousel-item-left, .api-source .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  .api-source .active.carousel-item-right, .api-source .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  @supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .api-source .active.carousel-item-right, .api-source .carousel-item-next {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); } }
  .api-source .active.carousel-item-left, .api-source .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  @supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .api-source .active.carousel-item-left, .api-source .carousel-item-prev {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); } }
  .api-source .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity; }
  .api-source .carousel-fade .carousel-item-next.carousel-item-left, .api-source .carousel-fade .carousel-item-prev.carousel-item-right, .api-source .carousel-fade .carousel-item.active {
    opacity: 1; }
  .api-source .carousel-fade .active.carousel-item-left, .api-source .carousel-fade .active.carousel-item-right {
    opacity: 0; }
  .api-source .carousel-fade .active.carousel-item-left, .api-source .carousel-fade .active.carousel-item-prev, .api-source .carousel-fade .carousel-item-next, .api-source .carousel-fade .carousel-item-prev, .api-source .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .api-source .carousel-fade .active.carousel-item-left, .api-source .carousel-fade .active.carousel-item-prev, .api-source .carousel-fade .carousel-item-next, .api-source .carousel-fade .carousel-item-prev, .api-source .carousel-fade .carousel-item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  .api-source .carousel-control-next, .api-source .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5; }
  .api-source .carousel-control-next:focus, .api-source .carousel-control-next:hover, .api-source .carousel-control-prev:focus, .api-source .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .api-source .carousel-control-prev {
    left: 0; }
  .api-source .carousel-control-next {
    right: 0; }
  .api-source .carousel-control-next-icon, .api-source .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%; }
  .api-source .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
  .api-source .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
  .api-source .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
  .api-source .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
  .api-source .carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
  .api-source .carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
  .api-source .carousel-indicators .active {
    background-color: #fff; }
  .api-source .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center; }
  .api-source .align-baseline {
    vertical-align: baseline !important; }
  .api-source .align-top {
    vertical-align: top !important; }
  .api-source .align-middle {
    vertical-align: middle !important; }
  .api-source .align-bottom {
    vertical-align: bottom !important; }
  .api-source .align-text-bottom {
    vertical-align: text-bottom !important; }
  .api-source .align-text-top {
    vertical-align: text-top !important; }
  .api-source .bg-primary {
    background-color: #007bff !important; }
  .api-source a.bg-primary:focus, .api-source a.bg-primary:hover, .api-source button.bg-primary:focus, .api-source button.bg-primary:hover {
    background-color: #0062cc !important; }
  .api-source .bg-secondary {
    background-color: #6c757d !important; }
  .api-source a.bg-secondary:focus, .api-source a.bg-secondary:hover, .api-source button.bg-secondary:focus, .api-source button.bg-secondary:hover {
    background-color: #545b62 !important; }
  .api-source .bg-success {
    background-color: #28a745 !important; }
  .api-source a.bg-success:focus, .api-source a.bg-success:hover, .api-source button.bg-success:focus, .api-source button.bg-success:hover {
    background-color: #1e7e34 !important; }
  .api-source .bg-info {
    background-color: #17a2b8 !important; }
  .api-source a.bg-info:focus, .api-source a.bg-info:hover, .api-source button.bg-info:focus, .api-source button.bg-info:hover {
    background-color: #117a8b !important; }
  .api-source .bg-warning {
    background-color: #ffc107 !important; }
  .api-source a.bg-warning:focus, .api-source a.bg-warning:hover, .api-source button.bg-warning:focus, .api-source button.bg-warning:hover {
    background-color: #d39e00 !important; }
  .api-source .bg-danger {
    background-color: #dc3545 !important; }
  .api-source a.bg-danger:focus, .api-source a.bg-danger:hover, .api-source button.bg-danger:focus, .api-source button.bg-danger:hover {
    background-color: #bd2130 !important; }
  .api-source .bg-light {
    background-color: #f8f9fa !important; }
  .api-source a.bg-light:focus, .api-source a.bg-light:hover, .api-source button.bg-light:focus, .api-source button.bg-light:hover {
    background-color: #dae0e5 !important; }
  .api-source .bg-dark {
    background-color: #343a40 !important; }
  .api-source a.bg-dark:focus, .api-source a.bg-dark:hover, .api-source button.bg-dark:focus, .api-source button.bg-dark:hover {
    background-color: #1d2124 !important; }
  .api-source .bg-white {
    background-color: #fff !important; }
  .api-source .bg-transparent {
    background-color: transparent !important; }
  .api-source .border {
    border: 1px solid #dee2e6 !important; }
  .api-source .border-top {
    border-top: 1px solid #dee2e6 !important; }
  .api-source .border-right {
    border-right: 1px solid #dee2e6 !important; }
  .api-source .border-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  .api-source .border-left {
    border-left: 1px solid #dee2e6 !important; }
  .api-source .border-0 {
    border: 0 !important; }
  .api-source .border-top-0 {
    border-top: 0 !important; }
  .api-source .border-right-0 {
    border-right: 0 !important; }
  .api-source .border-bottom-0 {
    border-bottom: 0 !important; }
  .api-source .border-left-0 {
    border-left: 0 !important; }
  .api-source .border-primary {
    border-color: #007bff !important; }
  .api-source .border-secondary {
    border-color: #6c757d !important; }
  .api-source .border-success {
    border-color: #28a745 !important; }
  .api-source .border-info {
    border-color: #17a2b8 !important; }
  .api-source .border-warning {
    border-color: #ffc107 !important; }
  .api-source .border-danger {
    border-color: #dc3545 !important; }
  .api-source .border-light {
    border-color: #f8f9fa !important; }
  .api-source .border-dark {
    border-color: #343a40 !important; }
  .api-source .border-white {
    border-color: #fff !important; }
  .api-source .rounded {
    border-radius: 0.25rem !important; }
  .api-source .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important; }
  .api-source .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; }
  .api-source .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  .api-source .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  .api-source .rounded-circle {
    border-radius: 50% !important; }
  .api-source .rounded-0 {
    border-radius: 0 !important; }
  .api-source .clearfix::after {
    display: block;
    clear: both;
    content: ""; }
  .api-source .d-none {
    display: none !important; }
  .api-source .d-inline {
    display: inline !important; }
  .api-source .d-inline-block {
    display: inline-block !important; }
  .api-source .d-block {
    display: block !important; }
  .api-source .d-table {
    display: table !important; }
  .api-source .d-table-row {
    display: table-row !important; }
  .api-source .d-table-cell {
    display: table-cell !important; }
  .api-source .d-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .api-source .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  @media (min-width: 576px) {
    .api-source .d-sm-none {
      display: none !important; }
    .api-source .d-sm-inline {
      display: inline !important; }
    .api-source .d-sm-inline-block {
      display: inline-block !important; }
    .api-source .d-sm-block {
      display: block !important; }
    .api-source .d-sm-table {
      display: table !important; }
    .api-source .d-sm-table-row {
      display: table-row !important; }
    .api-source .d-sm-table-cell {
      display: table-cell !important; }
    .api-source .d-sm-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .api-source .d-sm-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  @media (min-width: 768px) {
    .api-source .d-md-none {
      display: none !important; }
    .api-source .d-md-inline {
      display: inline !important; }
    .api-source .d-md-inline-block {
      display: inline-block !important; }
    .api-source .d-md-block {
      display: block !important; }
    .api-source .d-md-table {
      display: table !important; }
    .api-source .d-md-table-row {
      display: table-row !important; }
    .api-source .d-md-table-cell {
      display: table-cell !important; }
    .api-source .d-md-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .api-source .d-md-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  @media (min-width: 992px) {
    .api-source .d-lg-none {
      display: none !important; }
    .api-source .d-lg-inline {
      display: inline !important; }
    .api-source .d-lg-inline-block {
      display: inline-block !important; }
    .api-source .d-lg-block {
      display: block !important; }
    .api-source .d-lg-table {
      display: table !important; }
    .api-source .d-lg-table-row {
      display: table-row !important; }
    .api-source .d-lg-table-cell {
      display: table-cell !important; }
    .api-source .d-lg-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .api-source .d-lg-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  @media (min-width: 1200px) {
    .api-source .d-xl-none {
      display: none !important; }
    .api-source .d-xl-inline {
      display: inline !important; }
    .api-source .d-xl-inline-block {
      display: inline-block !important; }
    .api-source .d-xl-block {
      display: block !important; }
    .api-source .d-xl-table {
      display: table !important; }
    .api-source .d-xl-table-row {
      display: table-row !important; }
    .api-source .d-xl-table-cell {
      display: table-cell !important; }
    .api-source .d-xl-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .api-source .d-xl-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  @media print {
    .api-source .d-print-none {
      display: none !important; }
    .api-source .d-print-inline {
      display: inline !important; }
    .api-source .d-print-inline-block {
      display: inline-block !important; }
    .api-source .d-print-block {
      display: block !important; }
    .api-source .d-print-table {
      display: table !important; }
    .api-source .d-print-table-row {
      display: table-row !important; }
    .api-source .d-print-table-cell {
      display: table-cell !important; }
    .api-source .d-print-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .api-source .d-print-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  .api-source .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
  .api-source .embed-responsive::before {
    display: block;
    content: ""; }
  .api-source .embed-responsive .embed-responsive-item, .api-source .embed-responsive embed, .api-source .embed-responsive iframe, .api-source .embed-responsive object, .api-source .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .api-source .embed-responsive-21by9::before {
    padding-top: 42.857143%; }
  .api-source .embed-responsive-16by9::before {
    padding-top: 56.25%; }
  .api-source .embed-responsive-4by3::before {
    padding-top: 75%; }
  .api-source .embed-responsive-1by1::before {
    padding-top: 100%; }
  .api-source .flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .api-source .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .api-source .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .api-source .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .api-source .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .api-source .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .api-source .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .api-source .flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .api-source .flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .api-source .flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .api-source .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .api-source .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .api-source .justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .api-source .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .api-source .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .api-source .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .api-source .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .api-source .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .api-source .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .api-source .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .api-source .align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .api-source .align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .api-source .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .api-source .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .api-source .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .api-source .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .api-source .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .api-source .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .api-source .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .api-source .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .api-source .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .api-source .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .api-source .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .api-source .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  @media (min-width: 576px) {
    .api-source .flex-sm-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    .api-source .flex-sm-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    .api-source .flex-sm-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
    .api-source .flex-sm-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }
    .api-source .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .api-source .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .api-source .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .api-source .flex-sm-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }
    .api-source .flex-sm-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }
    .api-source .flex-sm-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }
    .api-source .flex-sm-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }
    .api-source .flex-sm-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }
    .api-source .justify-content-sm-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    .api-source .justify-content-sm-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    .api-source .justify-content-sm-center {
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    .api-source .justify-content-sm-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    .api-source .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .api-source .align-items-sm-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    .api-source .align-items-sm-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    .api-source .align-items-sm-center {
      -ms-flex-align: center !important;
      align-items: center !important; }
    .api-source .align-items-sm-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    .api-source .align-items-sm-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    .api-source .align-content-sm-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .api-source .align-content-sm-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .api-source .align-content-sm-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .api-source .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .api-source .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .api-source .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .api-source .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    .api-source .align-self-sm-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .api-source .align-self-sm-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .api-source .align-self-sm-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    .api-source .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .api-source .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  @media (min-width: 768px) {
    .api-source .flex-md-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    .api-source .flex-md-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    .api-source .flex-md-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
    .api-source .flex-md-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }
    .api-source .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .api-source .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .api-source .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .api-source .flex-md-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }
    .api-source .flex-md-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }
    .api-source .flex-md-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }
    .api-source .flex-md-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }
    .api-source .flex-md-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }
    .api-source .justify-content-md-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    .api-source .justify-content-md-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    .api-source .justify-content-md-center {
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    .api-source .justify-content-md-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    .api-source .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .api-source .align-items-md-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    .api-source .align-items-md-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    .api-source .align-items-md-center {
      -ms-flex-align: center !important;
      align-items: center !important; }
    .api-source .align-items-md-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    .api-source .align-items-md-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    .api-source .align-content-md-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .api-source .align-content-md-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .api-source .align-content-md-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .api-source .align-content-md-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .api-source .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .api-source .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .api-source .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    .api-source .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .api-source .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .api-source .align-self-md-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    .api-source .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .api-source .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  @media (min-width: 992px) {
    .api-source .flex-lg-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    .api-source .flex-lg-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    .api-source .flex-lg-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
    .api-source .flex-lg-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }
    .api-source .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .api-source .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .api-source .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .api-source .flex-lg-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }
    .api-source .flex-lg-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }
    .api-source .flex-lg-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }
    .api-source .flex-lg-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }
    .api-source .flex-lg-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }
    .api-source .justify-content-lg-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    .api-source .justify-content-lg-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    .api-source .justify-content-lg-center {
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    .api-source .justify-content-lg-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    .api-source .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .api-source .align-items-lg-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    .api-source .align-items-lg-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    .api-source .align-items-lg-center {
      -ms-flex-align: center !important;
      align-items: center !important; }
    .api-source .align-items-lg-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    .api-source .align-items-lg-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    .api-source .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .api-source .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .api-source .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .api-source .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .api-source .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .api-source .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .api-source .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    .api-source .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .api-source .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .api-source .align-self-lg-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    .api-source .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .api-source .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  @media (min-width: 1200px) {
    .api-source .flex-xl-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    .api-source .flex-xl-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    .api-source .flex-xl-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
    .api-source .flex-xl-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }
    .api-source .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .api-source .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .api-source .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .api-source .flex-xl-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }
    .api-source .flex-xl-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }
    .api-source .flex-xl-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }
    .api-source .flex-xl-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }
    .api-source .flex-xl-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }
    .api-source .justify-content-xl-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    .api-source .justify-content-xl-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    .api-source .justify-content-xl-center {
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    .api-source .justify-content-xl-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    .api-source .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .api-source .align-items-xl-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    .api-source .align-items-xl-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    .api-source .align-items-xl-center {
      -ms-flex-align: center !important;
      align-items: center !important; }
    .api-source .align-items-xl-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    .api-source .align-items-xl-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    .api-source .align-content-xl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .api-source .align-content-xl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .api-source .align-content-xl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .api-source .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .api-source .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .api-source .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .api-source .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    .api-source .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .api-source .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .api-source .align-self-xl-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    .api-source .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .api-source .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  .api-source .float-left {
    float: left !important; }
  .api-source .float-right {
    float: right !important; }
  .api-source .float-none {
    float: none !important; }
  @media (min-width: 576px) {
    .api-source .float-sm-left {
      float: left !important; }
    .api-source .float-sm-right {
      float: right !important; }
    .api-source .float-sm-none {
      float: none !important; } }
  @media (min-width: 768px) {
    .api-source .float-md-left {
      float: left !important; }
    .api-source .float-md-right {
      float: right !important; }
    .api-source .float-md-none {
      float: none !important; } }
  @media (min-width: 992px) {
    .api-source .float-lg-left {
      float: left !important; }
    .api-source .float-lg-right {
      float: right !important; }
    .api-source .float-lg-none {
      float: none !important; } }
  @media (min-width: 1200px) {
    .api-source .float-xl-left {
      float: left !important; }
    .api-source .float-xl-right {
      float: right !important; }
    .api-source .float-xl-none {
      float: none !important; } }
  .api-source .position-static {
    position: static !important; }
  .api-source .position-relative {
    position: relative !important; }
  .api-source .position-absolute {
    position: absolute !important; }
  .api-source .position-fixed {
    position: fixed !important; }
  .api-source .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .api-source .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  .api-source .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
  @supports (position: -webkit-sticky) or (position: sticky) {
    .api-source .sticky-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020; } }
  .api-source .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .api-source .sr-only-focusable:active, .api-source .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal; }
  .api-source .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .api-source .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .api-source .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
  .api-source .shadow-none {
    box-shadow: none !important; }
  .api-source .w-25 {
    width: 25% !important; }
  .api-source .w-50 {
    width: 50% !important; }
  .api-source .w-75 {
    width: 75% !important; }
  .api-source .w-100 {
    width: 100% !important; }
  .api-source .w-auto {
    width: auto !important; }
  .api-source .h-25 {
    height: 25% !important; }
  .api-source .h-50 {
    height: 50% !important; }
  .api-source .h-75 {
    height: 75% !important; }
  .api-source .h-100 {
    height: 100% !important; }
  .api-source .h-auto {
    height: auto !important; }
  .api-source .mw-100 {
    max-width: 100% !important; }
  .api-source .mh-100 {
    max-height: 100% !important; }
  .api-source .m-0 {
    margin: 0 !important; }
  .api-source .mt-0, .api-source .my-0 {
    margin-top: 0 !important; }
  .api-source .mr-0, .api-source .mx-0 {
    margin-right: 0 !important; }
  .api-source .mb-0, .api-source .my-0 {
    margin-bottom: 0 !important; }
  .api-source .ml-0, .api-source .mx-0 {
    margin-left: 0 !important; }
  .api-source .m-1 {
    margin: 0.25rem !important; }
  .api-source .mt-1, .api-source .my-1, .api-source .m-1, .api-source .my-1, .api-source .m-1 {
    margin-top: 0.25rem !important; }
  .api-source .mr-1, .api-source .mx-1, .api-source .m-1, .api-source .mx-1, .api-source .m-1 {
    margin-right: 0.25rem !important; }
  .api-source .mb-1, .api-source .my-1, .api-source .m-1, .api-source .my-1, .api-source .m-1 {
    margin-bottom: 0.25rem !important; }
  .api-source .ml-1, .api-source .mx-1, .api-source .m-1, .api-source .mx-1, .api-source .m-1 {
    margin-left: 0.25rem !important; }
  .api-source .m-2 {
    margin: 0.5rem !important; }
  .api-source .mt-2, .api-source .my-2, .api-source .m-2, .api-source .my-2, .api-source .m-2 {
    margin-top: 0.5rem !important; }
  .api-source .mr-2, .api-source .mx-2, .api-source .m-2, .api-source .mx-2, .api-source .m-2 {
    margin-right: 0.5rem !important; }
  .api-source .mb-2, .api-source .my-2, .api-source .m-2, .api-source .my-2, .api-source .m-2 {
    margin-bottom: 0.5rem !important; }
  .api-source .ml-2, .api-source .mx-2, .api-source .m-2, .api-source .mx-2, .api-source .m-2 {
    margin-left: 0.5rem !important; }
  .api-source .m-3 {
    margin: 1rem !important; }
  .api-source .mt-3, .api-source .my-3 {
    margin-top: 1rem !important; }
  .api-source .mr-3, .api-source .mx-3 {
    margin-right: 1rem !important; }
  .api-source .mb-3, .api-source .my-3 {
    margin-bottom: 1rem !important; }
  .api-source .ml-3, .api-source .mx-3 {
    margin-left: 1rem !important; }
  .api-source .m-4 {
    margin: 1.5rem !important; }
  .api-source .mt-4, .api-source .my-4 {
    margin-top: 1.5rem !important; }
  .api-source .mr-4, .api-source .mx-4 {
    margin-right: 1.5rem !important; }
  .api-source .mb-4, .api-source .my-4 {
    margin-bottom: 1.5rem !important; }
  .api-source .ml-4, .api-source .mx-4 {
    margin-left: 1.5rem !important; }
  .api-source .m-5 {
    margin: 3rem !important; }
  .api-source .mt-5, .api-source .my-5 {
    margin-top: 3rem !important; }
  .api-source .mr-5, .api-source .mx-5 {
    margin-right: 3rem !important; }
  .api-source .mb-5, .api-source .my-5 {
    margin-bottom: 3rem !important; }
  .api-source .ml-5, .api-source .mx-5 {
    margin-left: 3rem !important; }
  .api-source .p-0 {
    padding: 0 !important; }
  .api-source .pt-0, .api-source .py-0 {
    padding-top: 0 !important; }
  .api-source .pr-0, .api-source .px-0 {
    padding-right: 0 !important; }
  .api-source .pb-0, .api-source .py-0 {
    padding-bottom: 0 !important; }
  .api-source .pl-0, .api-source .px-0 {
    padding-left: 0 !important; }
  .api-source .p-1 {
    padding: 0.25rem !important; }
  .api-source .pt-1, .api-source .py-1 {
    padding-top: 0.25rem !important; }
  .api-source .pr-1, .api-source .px-1 {
    padding-right: 0.25rem !important; }
  .api-source .pb-1, .api-source .py-1 {
    padding-bottom: 0.25rem !important; }
  .api-source .pl-1, .api-source .px-1 {
    padding-left: 0.25rem !important; }
  .api-source .p-2 {
    padding: 0.5rem !important; }
  .api-source .pt-2, .api-source .py-2 {
    padding-top: 0.5rem !important; }
  .api-source .pr-2, .api-source .px-2 {
    padding-right: 0.5rem !important; }
  .api-source .pb-2, .api-source .py-2 {
    padding-bottom: 0.5rem !important; }
  .api-source .pl-2, .api-source .px-2 {
    padding-left: 0.5rem !important; }
  .api-source .p-3 {
    padding: 1rem !important; }
  .api-source .pt-3, .api-source .py-3 {
    padding-top: 1rem !important; }
  .api-source .pr-3, .api-source .px-3 {
    padding-right: 1rem !important; }
  .api-source .pb-3, .api-source .py-3 {
    padding-bottom: 1rem !important; }
  .api-source .pl-3, .api-source .px-3 {
    padding-left: 1rem !important; }
  .api-source .p-4 {
    padding: 1.5rem !important; }
  .api-source .pt-4, .api-source .py-4 {
    padding-top: 1.5rem !important; }
  .api-source .pr-4, .api-source .px-4 {
    padding-right: 1.5rem !important; }
  .api-source .pb-4, .api-source .py-4 {
    padding-bottom: 1.5rem !important; }
  .api-source .pl-4, .api-source .px-4 {
    padding-left: 1.5rem !important; }
  .api-source .p-5 {
    padding: 3rem !important; }
  .api-source .pt-5, .api-source .py-5 {
    padding-top: 3rem !important; }
  .api-source .pr-5, .api-source .px-5 {
    padding-right: 3rem !important; }
  .api-source .pb-5, .api-source .py-5 {
    padding-bottom: 3rem !important; }
  .api-source .pl-5, .api-source .px-5 {
    padding-left: 3rem !important; }
  .api-source .m-auto {
    margin: auto !important; }
  .api-source .mt-auto, .api-source .my-auto, .api-source .m-auto, .api-source .my-auto, .api-source .m-auto {
    margin-top: auto !important; }
  .api-source .mr-auto, .api-source .mx-auto, .api-source .m-auto, .api-source .mx-auto, .api-source .m-auto {
    margin-right: auto !important; }
  .api-source .mb-auto, .api-source .my-auto, .api-source .m-auto, .api-source .my-auto, .api-source .m-auto {
    margin-bottom: auto !important; }
  .api-source .ml-auto, .api-source .mx-auto, .api-source .m-auto, .api-source .mx-auto, .api-source .m-auto {
    margin-left: auto !important; }
  @media (min-width: 576px) {
    .api-source .m-sm-0 {
      margin: 0 !important; }
    .api-source .mt-sm-0, .api-source .my-sm-0 {
      margin-top: 0 !important; }
    .api-source .mr-sm-0, .api-source .mx-sm-0 {
      margin-right: 0 !important; }
    .api-source .mb-sm-0, .api-source .my-sm-0 {
      margin-bottom: 0 !important; }
    .api-source .ml-sm-0, .api-source .mx-sm-0 {
      margin-left: 0 !important; }
    .api-source .m-sm-1 {
      margin: 0.25rem !important; }
    .api-source .mt-sm-1, .api-source .my-sm-1 {
      margin-top: 0.25rem !important; }
    .api-source .mr-sm-1, .api-source .mx-sm-1 {
      margin-right: 0.25rem !important; }
    .api-source .mb-sm-1, .api-source .my-sm-1 {
      margin-bottom: 0.25rem !important; }
    .api-source .ml-sm-1, .api-source .mx-sm-1 {
      margin-left: 0.25rem !important; }
    .api-source .m-sm-2 {
      margin: 0.5rem !important; }
    .api-source .mt-sm-2, .api-source .my-sm-2 {
      margin-top: 0.5rem !important; }
    .api-source .mr-sm-2, .api-source .mx-sm-2 {
      margin-right: 0.5rem !important; }
    .api-source .mb-sm-2, .api-source .my-sm-2 {
      margin-bottom: 0.5rem !important; }
    .api-source .ml-sm-2, .api-source .mx-sm-2 {
      margin-left: 0.5rem !important; }
    .api-source .m-sm-3 {
      margin: 1rem !important; }
    .api-source .mt-sm-3, .api-source .my-sm-3 {
      margin-top: 1rem !important; }
    .api-source .mr-sm-3, .api-source .mx-sm-3 {
      margin-right: 1rem !important; }
    .api-source .mb-sm-3, .api-source .my-sm-3 {
      margin-bottom: 1rem !important; }
    .api-source .ml-sm-3, .api-source .mx-sm-3 {
      margin-left: 1rem !important; }
    .api-source .m-sm-4 {
      margin: 1.5rem !important; }
    .api-source .mt-sm-4, .api-source .my-sm-4 {
      margin-top: 1.5rem !important; }
    .api-source .mr-sm-4, .api-source .mx-sm-4 {
      margin-right: 1.5rem !important; }
    .api-source .mb-sm-4, .api-source .my-sm-4 {
      margin-bottom: 1.5rem !important; }
    .api-source .ml-sm-4, .api-source .mx-sm-4 {
      margin-left: 1.5rem !important; }
    .api-source .m-sm-5 {
      margin: 3rem !important; }
    .api-source .mt-sm-5, .api-source .my-sm-5 {
      margin-top: 3rem !important; }
    .api-source .mr-sm-5, .api-source .mx-sm-5 {
      margin-right: 3rem !important; }
    .api-source .mb-sm-5, .api-source .my-sm-5 {
      margin-bottom: 3rem !important; }
    .api-source .ml-sm-5, .api-source .mx-sm-5 {
      margin-left: 3rem !important; }
    .api-source .p-sm-0 {
      padding: 0 !important; }
    .api-source .pt-sm-0, .api-source .py-sm-0 {
      padding-top: 0 !important; }
    .api-source .pr-sm-0, .api-source .px-sm-0 {
      padding-right: 0 !important; }
    .api-source .pb-sm-0, .api-source .py-sm-0 {
      padding-bottom: 0 !important; }
    .api-source .pl-sm-0, .api-source .px-sm-0 {
      padding-left: 0 !important; }
    .api-source .p-sm-1 {
      padding: 0.25rem !important; }
    .api-source .pt-sm-1, .api-source .py-sm-1 {
      padding-top: 0.25rem !important; }
    .api-source .pr-sm-1, .api-source .px-sm-1 {
      padding-right: 0.25rem !important; }
    .api-source .pb-sm-1, .api-source .py-sm-1 {
      padding-bottom: 0.25rem !important; }
    .api-source .pl-sm-1, .api-source .px-sm-1 {
      padding-left: 0.25rem !important; }
    .api-source .p-sm-2 {
      padding: 0.5rem !important; }
    .api-source .pt-sm-2, .api-source .py-sm-2 {
      padding-top: 0.5rem !important; }
    .api-source .pr-sm-2, .api-source .px-sm-2 {
      padding-right: 0.5rem !important; }
    .api-source .pb-sm-2, .api-source .py-sm-2 {
      padding-bottom: 0.5rem !important; }
    .api-source .pl-sm-2, .api-source .px-sm-2 {
      padding-left: 0.5rem !important; }
    .api-source .p-sm-3 {
      padding: 1rem !important; }
    .api-source .pt-sm-3, .api-source .py-sm-3 {
      padding-top: 1rem !important; }
    .api-source .pr-sm-3, .api-source .px-sm-3 {
      padding-right: 1rem !important; }
    .api-source .pb-sm-3, .api-source .py-sm-3 {
      padding-bottom: 1rem !important; }
    .api-source .pl-sm-3, .api-source .px-sm-3 {
      padding-left: 1rem !important; }
    .api-source .p-sm-4 {
      padding: 1.5rem !important; }
    .api-source .pt-sm-4, .api-source .py-sm-4 {
      padding-top: 1.5rem !important; }
    .api-source .pr-sm-4, .api-source .px-sm-4 {
      padding-right: 1.5rem !important; }
    .api-source .pb-sm-4, .api-source .py-sm-4 {
      padding-bottom: 1.5rem !important; }
    .api-source .pl-sm-4, .api-source .px-sm-4 {
      padding-left: 1.5rem !important; }
    .api-source .p-sm-5 {
      padding: 3rem !important; }
    .api-source .pt-sm-5, .api-source .py-sm-5 {
      padding-top: 3rem !important; }
    .api-source .pr-sm-5, .api-source .px-sm-5 {
      padding-right: 3rem !important; }
    .api-source .pb-sm-5, .api-source .py-sm-5 {
      padding-bottom: 3rem !important; }
    .api-source .pl-sm-5, .api-source .px-sm-5 {
      padding-left: 3rem !important; }
    .api-source .m-sm-auto {
      margin: auto !important; }
    .api-source .mt-sm-auto, .api-source .my-sm-auto {
      margin-top: auto !important; }
    .api-source .mr-sm-auto, .api-source .mx-sm-auto {
      margin-right: auto !important; }
    .api-source .mb-sm-auto, .api-source .my-sm-auto {
      margin-bottom: auto !important; }
    .api-source .ml-sm-auto, .api-source .mx-sm-auto {
      margin-left: auto !important; } }
  @media (min-width: 768px) {
    .api-source .m-md-0 {
      margin: 0 !important; }
    .api-source .mt-md-0, .api-source .my-md-0 {
      margin-top: 0 !important; }
    .api-source .mr-md-0, .api-source .mx-md-0 {
      margin-right: 0 !important; }
    .api-source .mb-md-0, .api-source .my-md-0 {
      margin-bottom: 0 !important; }
    .api-source .ml-md-0, .api-source .mx-md-0 {
      margin-left: 0 !important; }
    .api-source .m-md-1 {
      margin: 0.25rem !important; }
    .api-source .mt-md-1, .api-source .my-md-1 {
      margin-top: 0.25rem !important; }
    .api-source .mr-md-1, .api-source .mx-md-1 {
      margin-right: 0.25rem !important; }
    .api-source .mb-md-1, .api-source .my-md-1 {
      margin-bottom: 0.25rem !important; }
    .api-source .ml-md-1, .api-source .mx-md-1 {
      margin-left: 0.25rem !important; }
    .api-source .m-md-2 {
      margin: 0.5rem !important; }
    .api-source .mt-md-2, .api-source .my-md-2 {
      margin-top: 0.5rem !important; }
    .api-source .mr-md-2, .api-source .mx-md-2 {
      margin-right: 0.5rem !important; }
    .api-source .mb-md-2, .api-source .my-md-2 {
      margin-bottom: 0.5rem !important; }
    .api-source .ml-md-2, .api-source .mx-md-2 {
      margin-left: 0.5rem !important; }
    .api-source .m-md-3 {
      margin: 1rem !important; }
    .api-source .mt-md-3, .api-source .my-md-3 {
      margin-top: 1rem !important; }
    .api-source .mr-md-3, .api-source .mx-md-3 {
      margin-right: 1rem !important; }
    .api-source .mb-md-3, .api-source .my-md-3 {
      margin-bottom: 1rem !important; }
    .api-source .ml-md-3, .api-source .mx-md-3 {
      margin-left: 1rem !important; }
    .api-source .m-md-4 {
      margin: 1.5rem !important; }
    .api-source .mt-md-4, .api-source .my-md-4 {
      margin-top: 1.5rem !important; }
    .api-source .mr-md-4, .api-source .mx-md-4 {
      margin-right: 1.5rem !important; }
    .api-source .mb-md-4, .api-source .my-md-4 {
      margin-bottom: 1.5rem !important; }
    .api-source .ml-md-4, .api-source .mx-md-4 {
      margin-left: 1.5rem !important; }
    .api-source .m-md-5 {
      margin: 3rem !important; }
    .api-source .mt-md-5, .api-source .my-md-5 {
      margin-top: 3rem !important; }
    .api-source .mr-md-5, .api-source .mx-md-5 {
      margin-right: 3rem !important; }
    .api-source .mb-md-5, .api-source .my-md-5 {
      margin-bottom: 3rem !important; }
    .api-source .ml-md-5, .api-source .mx-md-5 {
      margin-left: 3rem !important; }
    .api-source .p-md-0 {
      padding: 0 !important; }
    .api-source .pt-md-0, .api-source .py-md-0 {
      padding-top: 0 !important; }
    .api-source .pr-md-0, .api-source .px-md-0 {
      padding-right: 0 !important; }
    .api-source .pb-md-0, .api-source .py-md-0 {
      padding-bottom: 0 !important; }
    .api-source .pl-md-0, .api-source .px-md-0 {
      padding-left: 0 !important; }
    .api-source .p-md-1 {
      padding: 0.25rem !important; }
    .api-source .pt-md-1, .api-source .py-md-1 {
      padding-top: 0.25rem !important; }
    .api-source .pr-md-1, .api-source .px-md-1 {
      padding-right: 0.25rem !important; }
    .api-source .pb-md-1, .api-source .py-md-1 {
      padding-bottom: 0.25rem !important; }
    .api-source .pl-md-1, .api-source .px-md-1 {
      padding-left: 0.25rem !important; }
    .api-source .p-md-2 {
      padding: 0.5rem !important; }
    .api-source .pt-md-2, .api-source .py-md-2 {
      padding-top: 0.5rem !important; }
    .api-source .pr-md-2, .api-source .px-md-2 {
      padding-right: 0.5rem !important; }
    .api-source .pb-md-2, .api-source .py-md-2 {
      padding-bottom: 0.5rem !important; }
    .api-source .pl-md-2, .api-source .px-md-2 {
      padding-left: 0.5rem !important; }
    .api-source .p-md-3 {
      padding: 1rem !important; }
    .api-source .pt-md-3, .api-source .py-md-3 {
      padding-top: 1rem !important; }
    .api-source .pr-md-3, .api-source .px-md-3 {
      padding-right: 1rem !important; }
    .api-source .pb-md-3, .api-source .py-md-3 {
      padding-bottom: 1rem !important; }
    .api-source .pl-md-3, .api-source .px-md-3 {
      padding-left: 1rem !important; }
    .api-source .p-md-4 {
      padding: 1.5rem !important; }
    .api-source .pt-md-4, .api-source .py-md-4 {
      padding-top: 1.5rem !important; }
    .api-source .pr-md-4, .api-source .px-md-4 {
      padding-right: 1.5rem !important; }
    .api-source .pb-md-4, .api-source .py-md-4 {
      padding-bottom: 1.5rem !important; }
    .api-source .pl-md-4, .api-source .px-md-4 {
      padding-left: 1.5rem !important; }
    .api-source .p-md-5 {
      padding: 3rem !important; }
    .api-source .pt-md-5, .api-source .py-md-5 {
      padding-top: 3rem !important; }
    .api-source .pr-md-5, .api-source .px-md-5 {
      padding-right: 3rem !important; }
    .api-source .pb-md-5, .api-source .py-md-5 {
      padding-bottom: 3rem !important; }
    .api-source .pl-md-5, .api-source .px-md-5 {
      padding-left: 3rem !important; }
    .api-source .m-md-auto {
      margin: auto !important; }
    .api-source .mt-md-auto, .api-source .my-md-auto {
      margin-top: auto !important; }
    .api-source .mr-md-auto, .api-source .mx-md-auto {
      margin-right: auto !important; }
    .api-source .mb-md-auto, .api-source .my-md-auto {
      margin-bottom: auto !important; }
    .api-source .ml-md-auto, .api-source .mx-md-auto {
      margin-left: auto !important; } }
  @media (min-width: 992px) {
    .api-source .m-lg-0 {
      margin: 0 !important; }
    .api-source .mt-lg-0, .api-source .my-lg-0 {
      margin-top: 0 !important; }
    .api-source .mr-lg-0, .api-source .mx-lg-0 {
      margin-right: 0 !important; }
    .api-source .mb-lg-0, .api-source .my-lg-0 {
      margin-bottom: 0 !important; }
    .api-source .ml-lg-0, .api-source .mx-lg-0 {
      margin-left: 0 !important; }
    .api-source .m-lg-1 {
      margin: 0.25rem !important; }
    .api-source .mt-lg-1, .api-source .my-lg-1 {
      margin-top: 0.25rem !important; }
    .api-source .mr-lg-1, .api-source .mx-lg-1 {
      margin-right: 0.25rem !important; }
    .api-source .mb-lg-1, .api-source .my-lg-1 {
      margin-bottom: 0.25rem !important; }
    .api-source .ml-lg-1, .api-source .mx-lg-1 {
      margin-left: 0.25rem !important; }
    .api-source .m-lg-2 {
      margin: 0.5rem !important; }
    .api-source .mt-lg-2, .api-source .my-lg-2 {
      margin-top: 0.5rem !important; }
    .api-source .mr-lg-2, .api-source .mx-lg-2 {
      margin-right: 0.5rem !important; }
    .api-source .mb-lg-2, .api-source .my-lg-2 {
      margin-bottom: 0.5rem !important; }
    .api-source .ml-lg-2, .api-source .mx-lg-2 {
      margin-left: 0.5rem !important; }
    .api-source .m-lg-3 {
      margin: 1rem !important; }
    .api-source .mt-lg-3, .api-source .my-lg-3 {
      margin-top: 1rem !important; }
    .api-source .mr-lg-3, .api-source .mx-lg-3 {
      margin-right: 1rem !important; }
    .api-source .mb-lg-3, .api-source .my-lg-3 {
      margin-bottom: 1rem !important; }
    .api-source .ml-lg-3, .api-source .mx-lg-3 {
      margin-left: 1rem !important; }
    .api-source .m-lg-4 {
      margin: 1.5rem !important; }
    .api-source .mt-lg-4, .api-source .my-lg-4 {
      margin-top: 1.5rem !important; }
    .api-source .mr-lg-4, .api-source .mx-lg-4 {
      margin-right: 1.5rem !important; }
    .api-source .mb-lg-4, .api-source .my-lg-4 {
      margin-bottom: 1.5rem !important; }
    .api-source .ml-lg-4, .api-source .mx-lg-4 {
      margin-left: 1.5rem !important; }
    .api-source .m-lg-5 {
      margin: 3rem !important; }
    .api-source .mt-lg-5, .api-source .my-lg-5 {
      margin-top: 3rem !important; }
    .api-source .mr-lg-5, .api-source .mx-lg-5 {
      margin-right: 3rem !important; }
    .api-source .mb-lg-5, .api-source .my-lg-5 {
      margin-bottom: 3rem !important; }
    .api-source .ml-lg-5, .api-source .mx-lg-5 {
      margin-left: 3rem !important; }
    .api-source .p-lg-0 {
      padding: 0 !important; }
    .api-source .pt-lg-0, .api-source .py-lg-0 {
      padding-top: 0 !important; }
    .api-source .pr-lg-0, .api-source .px-lg-0 {
      padding-right: 0 !important; }
    .api-source .pb-lg-0, .api-source .py-lg-0 {
      padding-bottom: 0 !important; }
    .api-source .pl-lg-0, .api-source .px-lg-0 {
      padding-left: 0 !important; }
    .api-source .p-lg-1 {
      padding: 0.25rem !important; }
    .api-source .pt-lg-1, .api-source .py-lg-1 {
      padding-top: 0.25rem !important; }
    .api-source .pr-lg-1, .api-source .px-lg-1 {
      padding-right: 0.25rem !important; }
    .api-source .pb-lg-1, .api-source .py-lg-1 {
      padding-bottom: 0.25rem !important; }
    .api-source .pl-lg-1, .api-source .px-lg-1 {
      padding-left: 0.25rem !important; }
    .api-source .p-lg-2 {
      padding: 0.5rem !important; }
    .api-source .pt-lg-2, .api-source .py-lg-2 {
      padding-top: 0.5rem !important; }
    .api-source .pr-lg-2, .api-source .px-lg-2 {
      padding-right: 0.5rem !important; }
    .api-source .pb-lg-2, .api-source .py-lg-2 {
      padding-bottom: 0.5rem !important; }
    .api-source .pl-lg-2, .api-source .px-lg-2 {
      padding-left: 0.5rem !important; }
    .api-source .p-lg-3 {
      padding: 1rem !important; }
    .api-source .pt-lg-3, .api-source .py-lg-3 {
      padding-top: 1rem !important; }
    .api-source .pr-lg-3, .api-source .px-lg-3 {
      padding-right: 1rem !important; }
    .api-source .pb-lg-3, .api-source .py-lg-3 {
      padding-bottom: 1rem !important; }
    .api-source .pl-lg-3, .api-source .px-lg-3 {
      padding-left: 1rem !important; }
    .api-source .p-lg-4 {
      padding: 1.5rem !important; }
    .api-source .pt-lg-4, .api-source .py-lg-4 {
      padding-top: 1.5rem !important; }
    .api-source .pr-lg-4, .api-source .px-lg-4 {
      padding-right: 1.5rem !important; }
    .api-source .pb-lg-4, .api-source .py-lg-4 {
      padding-bottom: 1.5rem !important; }
    .api-source .pl-lg-4, .api-source .px-lg-4 {
      padding-left: 1.5rem !important; }
    .api-source .p-lg-5 {
      padding: 3rem !important; }
    .api-source .pt-lg-5, .api-source .py-lg-5 {
      padding-top: 3rem !important; }
    .api-source .pr-lg-5, .api-source .px-lg-5 {
      padding-right: 3rem !important; }
    .api-source .pb-lg-5, .api-source .py-lg-5 {
      padding-bottom: 3rem !important; }
    .api-source .pl-lg-5, .api-source .px-lg-5 {
      padding-left: 3rem !important; }
    .api-source .m-lg-auto {
      margin: auto !important; }
    .api-source .mt-lg-auto, .api-source .my-lg-auto {
      margin-top: auto !important; }
    .api-source .mr-lg-auto, .api-source .mx-lg-auto {
      margin-right: auto !important; }
    .api-source .mb-lg-auto, .api-source .my-lg-auto {
      margin-bottom: auto !important; }
    .api-source .ml-lg-auto, .api-source .mx-lg-auto {
      margin-left: auto !important; } }
  @media (min-width: 1200px) {
    .api-source .m-xl-0 {
      margin: 0 !important; }
    .api-source .mt-xl-0, .api-source .my-xl-0 {
      margin-top: 0 !important; }
    .api-source .mr-xl-0, .api-source .mx-xl-0 {
      margin-right: 0 !important; }
    .api-source .mb-xl-0, .api-source .my-xl-0 {
      margin-bottom: 0 !important; }
    .api-source .ml-xl-0, .api-source .mx-xl-0 {
      margin-left: 0 !important; }
    .api-source .m-xl-1 {
      margin: 0.25rem !important; }
    .api-source .mt-xl-1, .api-source .my-xl-1 {
      margin-top: 0.25rem !important; }
    .api-source .mr-xl-1, .api-source .mx-xl-1 {
      margin-right: 0.25rem !important; }
    .api-source .mb-xl-1, .api-source .my-xl-1 {
      margin-bottom: 0.25rem !important; }
    .api-source .ml-xl-1, .api-source .mx-xl-1 {
      margin-left: 0.25rem !important; }
    .api-source .m-xl-2 {
      margin: 0.5rem !important; }
    .api-source .mt-xl-2, .api-source .my-xl-2 {
      margin-top: 0.5rem !important; }
    .api-source .mr-xl-2, .api-source .mx-xl-2 {
      margin-right: 0.5rem !important; }
    .api-source .mb-xl-2, .api-source .my-xl-2 {
      margin-bottom: 0.5rem !important; }
    .api-source .ml-xl-2, .api-source .mx-xl-2 {
      margin-left: 0.5rem !important; }
    .api-source .m-xl-3 {
      margin: 1rem !important; }
    .api-source .mt-xl-3, .api-source .my-xl-3 {
      margin-top: 1rem !important; }
    .api-source .mr-xl-3, .api-source .mx-xl-3 {
      margin-right: 1rem !important; }
    .api-source .mb-xl-3, .api-source .my-xl-3 {
      margin-bottom: 1rem !important; }
    .api-source .ml-xl-3, .api-source .mx-xl-3 {
      margin-left: 1rem !important; }
    .api-source .m-xl-4 {
      margin: 1.5rem !important; }
    .api-source .mt-xl-4, .api-source .my-xl-4 {
      margin-top: 1.5rem !important; }
    .api-source .mr-xl-4, .api-source .mx-xl-4 {
      margin-right: 1.5rem !important; }
    .api-source .mb-xl-4, .api-source .my-xl-4 {
      margin-bottom: 1.5rem !important; }
    .api-source .ml-xl-4, .api-source .mx-xl-4 {
      margin-left: 1.5rem !important; }
    .api-source .m-xl-5 {
      margin: 3rem !important; }
    .api-source .mt-xl-5, .api-source .my-xl-5 {
      margin-top: 3rem !important; }
    .api-source .mr-xl-5, .api-source .mx-xl-5 {
      margin-right: 3rem !important; }
    .api-source .mb-xl-5, .api-source .my-xl-5 {
      margin-bottom: 3rem !important; }
    .api-source .ml-xl-5, .api-source .mx-xl-5 {
      margin-left: 3rem !important; }
    .api-source .p-xl-0 {
      padding: 0 !important; }
    .api-source .pt-xl-0, .api-source .py-xl-0 {
      padding-top: 0 !important; }
    .api-source .pr-xl-0, .api-source .px-xl-0 {
      padding-right: 0 !important; }
    .api-source .pb-xl-0, .api-source .py-xl-0 {
      padding-bottom: 0 !important; }
    .api-source .pl-xl-0, .api-source .px-xl-0 {
      padding-left: 0 !important; }
    .api-source .p-xl-1 {
      padding: 0.25rem !important; }
    .api-source .pt-xl-1, .api-source .py-xl-1 {
      padding-top: 0.25rem !important; }
    .api-source .pr-xl-1, .api-source .px-xl-1 {
      padding-right: 0.25rem !important; }
    .api-source .pb-xl-1, .api-source .py-xl-1 {
      padding-bottom: 0.25rem !important; }
    .api-source .pl-xl-1, .api-source .px-xl-1 {
      padding-left: 0.25rem !important; }
    .api-source .p-xl-2 {
      padding: 0.5rem !important; }
    .api-source .pt-xl-2, .api-source .py-xl-2 {
      padding-top: 0.5rem !important; }
    .api-source .pr-xl-2, .api-source .px-xl-2 {
      padding-right: 0.5rem !important; }
    .api-source .pb-xl-2, .api-source .py-xl-2 {
      padding-bottom: 0.5rem !important; }
    .api-source .pl-xl-2, .api-source .px-xl-2 {
      padding-left: 0.5rem !important; }
    .api-source .p-xl-3 {
      padding: 1rem !important; }
    .api-source .pt-xl-3, .api-source .py-xl-3 {
      padding-top: 1rem !important; }
    .api-source .pr-xl-3, .api-source .px-xl-3 {
      padding-right: 1rem !important; }
    .api-source .pb-xl-3, .api-source .py-xl-3 {
      padding-bottom: 1rem !important; }
    .api-source .pl-xl-3, .api-source .px-xl-3 {
      padding-left: 1rem !important; }
    .api-source .p-xl-4 {
      padding: 1.5rem !important; }
    .api-source .pt-xl-4, .api-source .py-xl-4 {
      padding-top: 1.5rem !important; }
    .api-source .pr-xl-4, .api-source .px-xl-4 {
      padding-right: 1.5rem !important; }
    .api-source .pb-xl-4, .api-source .py-xl-4 {
      padding-bottom: 1.5rem !important; }
    .api-source .pl-xl-4, .api-source .px-xl-4 {
      padding-left: 1.5rem !important; }
    .api-source .p-xl-5 {
      padding: 3rem !important; }
    .api-source .pt-xl-5, .api-source .py-xl-5 {
      padding-top: 3rem !important; }
    .api-source .pr-xl-5, .api-source .px-xl-5 {
      padding-right: 3rem !important; }
    .api-source .pb-xl-5, .api-source .py-xl-5 {
      padding-bottom: 3rem !important; }
    .api-source .pl-xl-5, .api-source .px-xl-5 {
      padding-left: 3rem !important; }
    .api-source .m-xl-auto {
      margin: auto !important; }
    .api-source .mt-xl-auto, .api-source .my-xl-auto {
      margin-top: auto !important; }
    .api-source .mr-xl-auto, .api-source .mx-xl-auto {
      margin-right: auto !important; }
    .api-source .mb-xl-auto, .api-source .my-xl-auto {
      margin-bottom: auto !important; }
    .api-source .ml-xl-auto, .api-source .mx-xl-auto {
      margin-left: auto !important; } }
  .api-source .text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }
  .api-source .text-justify {
    text-align: justify !important; }
  .api-source .text-nowrap {
    white-space: nowrap !important; }
  .api-source .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .api-source .text-left {
    text-align: left !important; }
  .api-source .text-right {
    text-align: right !important; }
  .api-source .text-center {
    text-align: center !important; }
  @media (min-width: 576px) {
    .api-source .text-sm-left {
      text-align: left !important; }
    .api-source .text-sm-right {
      text-align: right !important; }
    .api-source .text-sm-center {
      text-align: center !important; } }
  @media (min-width: 768px) {
    .api-source .text-md-left {
      text-align: left !important; }
    .api-source .text-md-right {
      text-align: right !important; }
    .api-source .text-md-center {
      text-align: center !important; } }
  @media (min-width: 992px) {
    .api-source .text-lg-left {
      text-align: left !important; }
    .api-source .text-lg-right {
      text-align: right !important; }
    .api-source .text-lg-center {
      text-align: center !important; } }
  @media (min-width: 1200px) {
    .api-source .text-xl-left {
      text-align: left !important; }
    .api-source .text-xl-right {
      text-align: right !important; }
    .api-source .text-xl-center {
      text-align: center !important; } }
  .api-source .text-lowercase {
    text-transform: lowercase !important; }
  .api-source .text-uppercase {
    text-transform: uppercase !important; }
  .api-source .text-capitalize {
    text-transform: capitalize !important; }
  .api-source .font-weight-light {
    font-weight: 300 !important; }
  .api-source .font-weight-normal {
    font-weight: 400 !important; }
  .api-source .font-weight-bold {
    font-weight: 700 !important; }
  .api-source .font-italic {
    font-style: italic !important; }
  .api-source .text-white {
    color: #fff !important; }
  .api-source .text-primary {
    color: #007bff !important; }
  .api-source a.text-primary:focus, .api-source a.text-primary:hover {
    color: #0062cc !important; }
  .api-source .text-secondary {
    color: #6c757d !important; }
  .api-source a.text-secondary:focus, .api-source a.text-secondary:hover {
    color: #545b62 !important; }
  .api-source .text-success {
    color: #28a745 !important; }
  .api-source a.text-success:focus, .api-source a.text-success:hover {
    color: #1e7e34 !important; }
  .api-source .text-info {
    color: #17a2b8 !important; }
  .api-source a.text-info:focus, .api-source a.text-info:hover {
    color: #117a8b !important; }
  .api-source .text-warning {
    color: #ffc107 !important; }
  .api-source a.text-warning:focus, .api-source a.text-warning:hover {
    color: #d39e00 !important; }
  .api-source .text-danger {
    color: #dc3545 !important; }
  .api-source a.text-danger:focus, .api-source a.text-danger:hover {
    color: #bd2130 !important; }
  .api-source .text-light {
    color: #f8f9fa !important; }
  .api-source a.text-light:focus, .api-source a.text-light:hover {
    color: #dae0e5 !important; }
  .api-source .text-dark {
    color: #343a40 !important; }
  .api-source a.text-dark:focus, .api-source a.text-dark:hover {
    color: #1d2124 !important; }
  .api-source .text-body {
    color: #212529 !important; }
  .api-source .text-muted {
    color: #6c757d !important; }
  .api-source .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
  .api-source .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  .api-source .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .api-source .visible {
    visibility: visible !important; }
  .api-source .invisible {
    visibility: hidden !important; }
  @media print {
    .api-source *, .api-source ::after, .api-source ::before {
      text-shadow: none !important;
      box-shadow: none !important; }
    .api-source a:not(.btn) {
      text-decoration: underline; }
    .api-source abbr[title]::after {
      content: " (" attr(title) ")"; }
    .api-source pre {
      white-space: pre-wrap !important; }
    .api-source blockquote, .api-source pre {
      border: 1px solid #adb5bd;
      page-break-inside: avoid; }
    .api-source thead {
      display: table-header-group; }
    .api-source img, .api-source tr {
      page-break-inside: avoid; }
    .api-source h2, .api-source h3, .api-source p {
      orphans: 3;
      widows: 3; }
    .api-source h2, .api-source h3 {
      page-break-after: avoid; }
    @page {
      .api-source {
        size: a3; } }
    .api-source body {
      min-width: 992px !important; }
    .api-source .container {
      min-width: 992px !important; }
    .api-source .navbar {
      display: none; }
    .api-source .badge {
      border: 1px solid #000; }
    .api-source .table {
      border-collapse: collapse !important; }
    .api-source .table td, .api-source .table th {
      background-color: #fff !important; }
    .api-source .table-bordered td, .api-source .table-bordered th {
      border: 1px solid #dee2e6 !important; }
    .api-source .table-dark {
      color: inherit; }
    .api-source .table-dark tbody + tbody, .api-source .table-dark td, .api-source .table-dark th, .api-source .table-dark thead th {
      border-color: #dee2e6; }
    .api-source .table .thead-dark th {
      color: inherit;
      border-color: #dee2e6; } }
  .api-source .flex {
    display: flex; }
  .api-source .centered {
    display: flex;
    align-items: center; }
  .api-source .layout-align-center {
    justify-content: center; }
  .api-source .price-container {
    display: flex;
    height: 100%; }
  .api-source .price-container > div {
    margin-right: 0; }
  .api-source .margin-auto {
    margin: auto; }
  .api-source .inline-block {
    display: inline-block; }
  .api-source .organization-img-container {
    height: 80px;
    margin: auto; }
  .api-source .organization-img-container > img {
    max-height: 80px;
    max-width: 180px; }
  .api-source .light-border {
    border: 1px solid gray;
    margin: 0.5rem;
    padding: 0.5rem; }
  .api-source .no-margin {
    margin: 0; }
  .api-source .no-padding {
    padding: 0; }
  .api-source .rounded {
    border-radius: 8px; }
  .api-source .left-price {
    border-radius: 8px 0 0 8px;
    border-right-width: 0;
    padding: 1rem; }
  .api-source .banner {
    color: white;
    height: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
    margin-left: -1em;
    overflow: hidden;
    padding: 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .api-source .service-image {
    max-width: 100%; }
  .api-source .banner-end {
    border-right-color: white !important;
    border-style: solid;
    border-width: 20px;
    clear: right;
    float: right;
    height: 0;
    padding: 0; }
  .api-source .banner.red, .api-source #work-order > .work-order-header .package-basic-info > .banner.edit-toggle.editing, #work-order > .work-order-header .api-source .package-basic-info > .banner.edit-toggle.editing, .api-source #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .banner.fa-minus-circle, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .api-source .banner.fa-minus-circle,
  .api-source #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .banner.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .api-source .banner.fa-minus-circle,
  .api-source #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .banner.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .api-source .banner.fa-minus-circle, .api-source .stats .banner.error, .stats .api-source .banner.error, .api-source #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .banner.fa-minus-circle, #template-view .packages .package-option .api-source .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .banner.fa-minus-circle {
    background-color: #d0021b; }
  .api-source .banner.blue {
    background-color: #4eb6d5; }
  .api-source .banner.green {
    background-color: #5bb082; }
  .api-source b.red, .api-source #work-order > .work-order-header .package-basic-info > b.edit-toggle.editing, #work-order > .work-order-header .api-source .package-basic-info > b.edit-toggle.editing, .api-source #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet b.fa-minus-circle, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .api-source b.fa-minus-circle,
  .api-source #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet b.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .api-source b.fa-minus-circle,
  .api-source #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet b.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .api-source b.fa-minus-circle, .api-source .stats b.error, .stats .api-source b.error, .api-source #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > b.fa-minus-circle, #template-view .packages .package-option .api-source .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > b.fa-minus-circle, .api-source span.red, .api-source #work-order > .work-order-header .package-basic-info > span.edit-toggle.editing, #work-order > .work-order-header .api-source .package-basic-info > span.edit-toggle.editing, .api-source #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet span.fa-minus-circle, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .api-source span.fa-minus-circle,
  .api-source #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet span.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .api-source span.fa-minus-circle,
  .api-source #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet span.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .api-source span.fa-minus-circle, .api-source .stats span.error, .stats .api-source span.error, .api-source #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > span.fa-minus-circle, #template-view .packages .package-option .api-source .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > span.fa-minus-circle {
    color: #d0021b; }
  .api-source b.blue, .api-source span.blue {
    color: #4eb6d5; }
  .api-source b.green, .api-source span.green {
    color: #5bb082; }
  .api-source .banner-end.red, .api-source #work-order > .work-order-header .package-basic-info > .banner-end.edit-toggle.editing, #work-order > .work-order-header .api-source .package-basic-info > .banner-end.edit-toggle.editing, .api-source #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .banner-end.fa-minus-circle, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .api-source .banner-end.fa-minus-circle,
  .api-source #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .banner-end.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .api-source .banner-end.fa-minus-circle,
  .api-source #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .banner-end.fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .api-source .banner-end.fa-minus-circle, .api-source .stats .banner-end.error, .stats .api-source .banner-end.error, .api-source #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .banner-end.fa-minus-circle, #template-view .packages .package-option .api-source .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .banner-end.fa-minus-circle {
    border-color: #d0021b; }
  .api-source .banner-end.blue {
    border-color: #4eb6d5; }
  .api-source .banner-end.green {
    border-color: #5bb082; }
  .api-source .check {
    border-radius: 7px;
    border: 1px solid black;
    display: inline;
    height: 20px;
    padding: 4px; }
  .api-source .check-container {
    height: 24px; }
  .api-source .letter {
    font-size: 12px;
    margin: auto;
    width: 216mm; }
  .api-source .type {
    color: darkgray;
    color: darkgray;
    font-size: 300%;
    margin-top: 4mm; }
  .api-source .inline-block {
    display: inline-block; }
  .api-source .no-padding {
    padding: 0; }
  .api-source .large {
    font-size: 120%; }
  .api-source .larger {
    font-size: 150%; }
  .api-source .small {
    font-size: 80%; }
  .api-source .vsmall {
    font-size: 20%; }
  .api-source hr {
    border-top: 1px solid black; }
  .api-source .header {
    border-bottom: 2px solid black;
    margin-bottom: 2mm; }
  .api-source .header-small {
    border-bottom: 1px solid black;
    margin-bottom: 1mm; }
  .api-source .package {
    margin-bottom: 2mm; }
  .api-source .signature {
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px black solid;
    max-width: 50%;
    object-fit: cover; }
  .api-source .approval > * {
    margin-bottom: 1mm; }
  .api-source .summary > * {
    margin-bottom: 2mm;
    padding-bottom: 1mm;
    font-size: 150%; }
  .api-source .address-seperator {
    height: 50px; }
  .api-source header {
    margin-top: 70px; }
  .api-source article {
    padding: 0;
    margin: auto; }
  .api-source hr.control-break {
    background: #21ce99;
    margin-left: 0;
    height: 10px; }
  .api-source table {
    width: 100% !important; }
  .api-source .text-right {
    text-align: right; }
  .api-source .text-center {
    text-align: center; }
  .api-source .strike {
    text-decoration: line-through; }
  .api-source ul, .api-source ol, .api-source dl {
    margin-bottom: 0 !important; }
  .api-source .page-header {
    padding: 10px;
    border: 1px solid black;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 1rem; }
  .api-source .signaturePicture {
    border: 1px black solid;
    padding: 10px;
    border-radius: 10px;
    max-width: 800px;
    max-height: 250px; }

#message-header {
  overflow-y: auto; }
  #message-header .read-container {
    text-align: center; }
  #message-header .my-auto, #message-header .m-auto {
    margin-top: auto;
    margin-bottom: auto; }
  #message-header .m-auto {
    margin: auto; }
  #message-header .my-0 {
    margin-top: 0;
    margin-bottom: 0; }
  #message-header .p-1 {
    padding: 0.5rem; }
  #message-header .header, #message-header .body {
    display: flex;
    width: 100%;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between; }
  #message-header .header {
    background-color: #21ce99;
    color: #ffffff; }
    #message-header .header h3 {
      font-size: 1.17em; }
  #message-header .body .body-message {
    flex: 1; }
  #message-header .message {
    box-shadow: 0px 1px 3px 0px #21ce99, 0px 1px 1px 0px #21ce99, 0px 2px 1px -5px #21ce99;
    min-height: 100px; }

#form-details {
  min-height: 100%; }
  #form-details .header-section {
    position: relative; }
  #form-details .left-indent {
    margin-left: 30px; }
  #form-details .search-container {
    position: relative; }
  #form-details .close-icon {
    position: absolute;
    font-size: 24px;
    top: 20px;
    right: 24px; }
  #form-details .check-label {
    margin: 4px; }
    #form-details .check-label svg {
      margin: 0; }
  #form-details select.multi {
    min-height: 110px;
    padding: 5px 20px; }
  #form-details .control-btn {
    min-width: 120px;
    margin: 0 20px; }
  #form-details .help-text {
    margin-top: 2px; }
  #form-details .checklist .option-container {
    display: flex; }
    @media (max-width: 449px) {
      #form-details .checklist .option-container.option-count-0 {
        display: block; }
        #form-details .checklist .option-container.option-count-0 .button-container, #form-details .checklist .option-container.option-count-0 .label {
          width: 100%; }
        #form-details .checklist .option-container.option-count-0 .option-label {
          display: block; } }
    @media (max-width: 549px) {
      #form-details .checklist .option-container.option-count-1 {
        display: block; }
        #form-details .checklist .option-container.option-count-1 .button-container, #form-details .checklist .option-container.option-count-1 .label {
          width: 100%; }
        #form-details .checklist .option-container.option-count-1 .option-label {
          display: block; } }
    @media (max-width: 649px) {
      #form-details .checklist .option-container.option-count-2 {
        display: block; }
        #form-details .checklist .option-container.option-count-2 .button-container, #form-details .checklist .option-container.option-count-2 .label {
          width: 100%; }
        #form-details .checklist .option-container.option-count-2 .option-label {
          display: block; } }
    @media (max-width: 749px) {
      #form-details .checklist .option-container.option-count-3 {
        display: block; }
        #form-details .checklist .option-container.option-count-3 .button-container, #form-details .checklist .option-container.option-count-3 .label {
          width: 100%; }
        #form-details .checklist .option-container.option-count-3 .option-label {
          display: block; } }
    @media (max-width: 849px) {
      #form-details .checklist .option-container.option-count-4 {
        display: block; }
        #form-details .checklist .option-container.option-count-4 .button-container, #form-details .checklist .option-container.option-count-4 .label {
          width: 100%; }
        #form-details .checklist .option-container.option-count-4 .option-label {
          display: block; } }
    #form-details .checklist .option-container .button-container {
      flex-shrink: 0;
      margin-bottom: 0.5rem; }
      #form-details .checklist .option-container .button-container .option {
        width: 80px;
        display: inline-block; }
        #form-details .checklist .option-container .button-container .option:first-child:last-child .input-container {
          border-radius: 0.5rem 0.5rem 0.5rem 0.5rem; }
        #form-details .checklist .option-container .button-container .option:first-child .input-container {
          border-radius: 0.5rem 0 0 0.5rem; }
        #form-details .checklist .option-container .button-container .option:last-child .input-container {
          border-radius: 0 0.5rem 0.5rem 0; }
        #form-details .checklist .option-container .button-container .option .input-container {
          width: 100%;
          height: 2.5rem;
          padding: 0;
          border-radius: 0;
          box-shadow: none; }
    #form-details .checklist .option-container .label {
      flex-grow: 1;
      margin-left: 2rem; }
    #form-details .checklist .option-container .option-label:not(.option-label-0) {
      display: none; }
    #form-details .checklist .option-container .mdl-radio__outer-circle {
      left: calc(50% - 8px);
      top: calc(50% - 8px); }
    #form-details .checklist .option-container .mdl-radio__inner-circle {
      left: calc(50% - 4px);
      top: calc(50% - 4px); }
  #form-details .buttons {
    margin: 20px 0; }
  #form-details .image-area {
    margin: 10px 0; }
    #form-details .image-area .small-button {
      height: 30px;
      width: 30px;
      min-width: 30px;
      font-size: 14px; }
      #form-details .image-area .small-button > svg {
        padding: 0;
        margin: 0; }
    #form-details .image-area .images {
      margin: 20px 0 0; }
      #form-details .image-area .images .image-wrapper {
        position: relative;
        display: inline-block; }
        #form-details .image-area .images .image-wrapper .small-button {
          position: absolute;
          right: 5px;
          top: 5px; }
        #form-details .image-area .images .image-wrapper img {
          max-width: 100%;
          max-height: 200px;
          border-radius: 5px;
          margin: 0 5px; }
  #form-details .switch-container {
    display: inline-block; }
  #form-details textarea[rows="4"] {
    min-height: 144px; }
  #form-details .signature-area {
    min-height: 22rem;
    position: relative; }
    #form-details .signature-area .ng-invalid {
      color: #ce1e34;
      border-color: #ce1e34; }
    #form-details .signature-area > .edit-icon,
    #form-details .signature-area > .delete-icon,
    #form-details .signature-area > .required-icon {
      color: #d4d4d4;
      font-size: 3rem;
      position: absolute; }
      #form-details .signature-area > .edit-icon.edit-icon,
      #form-details .signature-area > .delete-icon.edit-icon,
      #form-details .signature-area > .required-icon.edit-icon {
        top: 9rem;
        left: 2rem; }
      #form-details .signature-area > .edit-icon.delete-icon,
      #form-details .signature-area > .delete-icon.delete-icon,
      #form-details .signature-area > .required-icon.delete-icon {
        top: 3rem;
        right: 1rem;
        z-index: 4; }
      #form-details .signature-area > .edit-icon.required-icon,
      #form-details .signature-area > .delete-icon.required-icon,
      #form-details .signature-area > .required-icon.required-icon {
        top: 3rem;
        left: 1rem; }
    #form-details .signature-area > p {
      top: 9.5rem;
      width: 100%;
      color: #cccccc;
      text-align: center;
      font-size: 1.2rem;
      position: absolute;
      user-select: none;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none; }
    #form-details .signature-area > input {
      display: none; }
    #form-details .signature-area .red, #form-details .signature-area #work-order > .work-order-header .package-basic-info > .edit-toggle.editing, #work-order > .work-order-header #form-details .signature-area .package-basic-info > .edit-toggle.editing, #form-details .signature-area #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #form-details .signature-area .fa-minus-circle,
    #form-details .signature-area #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #form-details .signature-area .fa-minus-circle,
    #form-details .signature-area #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle, #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #form-details .signature-area .fa-minus-circle, #form-details .signature-area .stats .error, .stats #form-details .signature-area .error, #form-details .signature-area #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .fa-minus-circle, #template-view .packages .package-option #form-details .signature-area .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .fa-minus-circle {
      color: #ce1e34; }

#dispatch-summary table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%; }
  #dispatch-summary table th, #dispatch-summary table td {
    border: 1px solid black;
    height: 40px; }
  #dispatch-summary table .checkCell {
    width: 65px;
    padding: 5px; }
    #dispatch-summary table .checkCell > * {
      padding-right: 5px; }
  #dispatch-summary table .name-cell {
    padding: 0.4rem; }

#dispatch-summary .day-picker {
  min-height: 34px;
  padding: 10px; }

#dispatch-summary .toolbar > * {
  padding-bottom: 10px; }

#dispatch-summary .center-text {
  text-align: center; }

#dispatch-summary .btn-day {
  border: unset;
  background-color: white; }

#dispatch-summary #completed-switch-lab {
  width: 180px; }

#dispatch-summary .color-block {
  display: inline-block;
  padding: 5px; }

#dispatch-summary .time-col {
  padding: 0 5px; }

.text-align-left {
  text-align: left; }

.time-event .time-event-body {
  min-height: 50vh; }

.time-event .clock-out-btn {
  margin-bottom: 1rem; }

.time-event .time-event-tag-container {
  margin-top: auto;
  margin-bottom: auto; }

.time-event .time-event-tag {
  border: 1px solid gray;
  border-radius: 0.5rem;
  text-align: center;
  width: 100%;
  display: block;
  padding: 0.75rem 1rem;
  font-size: 20px;
  margin-bottom: 6px; }
  .time-event .time-event-tag[disabled] {
    color: rgba(0, 0, 0, 0.26);
    box-shadow: none;
    cursor: default;
    background-color: #DFDFDF; }

.time-event .time-event-summary {
  margin-bottom: 4rem; }

.time-event-sticky {
  position: relative;
  right: 1.5rem;
  max-width: 20vw;
  white-space: nowrap;
  overflow: hidden;
  z-index: -1; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.d-block {
  display: block; }

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

.d-inline {
  display: inline; }

.d-none {
  display: none; }

.mt-auto, .my-auto, .m-auto {
  margin-top: auto; }

.mb-auto, .my-auto, .m-auto {
  margin-bottom: auto; }

.ml-auto, .mx-auto, .m-auto {
  margin-left: auto; }

.mr-auto, .mx-auto, .m-auto {
  margin-right: auto; }

.mt-1, .my-1, .m-1 {
  margin-top: 8px; }

.mb-1, .my-1, .m-1 {
  margin-bottom: 8px; }

.ml-1, .mx-1, .m-1 {
  margin-left: 8px; }

.mr-1, .mx-1, .m-1 {
  margin-right: 8px; }

.mt-2, .my-2, .m-2 {
  margin-top: 16px; }

.mb-2, .my-2, .m-2 {
  margin-bottom: 16px; }

.ml-2, .mx-2, .m-2 {
  margin-left: 16px; }

.mr-2, .mx-2, .m-2 {
  margin-right: 16px; }

.h4-text {
  font-size: 24px; }

.green {
  color: #21ce99; }

.red, #work-order > .work-order-header .package-basic-info > .edit-toggle.editing, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle,
#work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle,
#work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .fa-minus-circle, .stats .error, #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .fa-minus-circle {
  color: #ce1e34; }

.btn-field {
  user-select: none; }

ng-include.container {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0; }

body {
  font-size: 16px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important; }

* {
  box-sizing: border-box; }

.pull-right {
  float: right; }

.address-name {
  margin-right: 1rem; }

.front {
  z-index: 100; }

.main-body {
  overflow-y: hidden; }

.title-header {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }
  .title-header > span {
    background-color: #001c46; }

.relative {
  position: relative; }

.appt-info-box {
  border: 2px solid #001c46; }
  .appt-info-box h1, .appt-info-box h2, .appt-info-box h3, .appt-info-box h4, .appt-info-box h5, .appt-info-box h6 {
    margin: 0; }

.text-with-newlines {
  white-space: pre-wrap; }

.transition {
  -webkit-transition: width 1s linear 0s;
  transition: height 1s linear 0s; }

.back-button {
  position: absolute;
  left: 15px; }

[ui-sref] {
  cursor: pointer; }

.mdl-layout__drawer-button {
  line-height: 48px; }

.signature-form {
  width: 100%;
  height: 18rem;
  margin: 2rem 0;
  border-radius: 5px;
  z-index: 2;
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.12);
  left: 0; }

.tag-container {
  word-break: break-all; }
  .tag-container > span {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    display: inline-block; }

.service-plan.tag {
  border-radius: 2em;
  background: #21ce99;
  color: #ffffff;
  padding: 0.25em 1em;
  font-size: 60%;
  font-weight: bolder;
  white-space: nowrap;
  margin-left: 5px; }
  .service-plan.tag.red, #work-order > .work-order-header .package-basic-info > .service-plan.tag.edit-toggle.editing, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .service-plan.tag.fa-minus-circle,
  #work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .service-plan.tag.fa-minus-circle,
  #work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet .service-plan.tag.fa-minus-circle, .stats .service-plan.tag.error, #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > .service-plan.tag.fa-minus-circle {
    background: #ce1e34; }

h5, h6 {
  text-transform: uppercase;
  font-weight: normal; }
  h5.green, h6.green {
    color: #21ce99; }
  h5 > label.mdl-switch, h6 > label.mdl-switch {
    width: auto;
    margin-left: 1rem; }

input {
  outline: none; }

[ng-click] {
  cursor: pointer; }

.no-margin {
  margin: 0 !important; }

.gray-header {
  background: #d4d4d4;
  width: 100%;
  margin: 0;
  padding: 8px; }
  .gray-header > h5 {
    margin: 10px; }

.mdl-flex {
  flex: 1; }

.fab-extra-small {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 12px;
  min-width: 20px;
  box-shadow: none;
  vertical-align: text-bottom; }

main {
  height: calc(100% - 64px);
  overflow: visible;
  overflow-y: auto; }

.page-content {
  height: 100%;
  max-height: 100%;
  overflow: visible;
  overflow-y: auto; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    display: flex;
    align-items: center; }
    input[type="radio"] + label > svg:nth-of-type(1) {
      flex-shrink: 0;
      border-radius: 100%;
      display: inline-block;
      width: 3.5rem;
      height: 3.5rem;
      margin: -4px 0 0 0;
      vertical-align: middle;
      cursor: pointer;
      text-align: center;
      padding: .6rem;
      color: transparent;
      border: 2px solid #acacac; }
    input[type="radio"] + label > span:nth-of-type(1) {
      font-size: 1.2rem;
      margin-left: 1.5rem;
      display: inline-block;
      color: #777777; }
  input[type="radio"].small + label > svg:nth-of-type(1) {
    width: 1.47rem;
    height: 1.47rem;
    padding-top: 0.3rem;
    font-size: 1rem; }
  input[type="radio"][disabled] + label > svg:nth-of-type(1) {
    background: #ebedf5;
    color: #ebedf5; }
  input[type="radio"]:checked + label > svg:nth-of-type(1) {
    border: 0;
    background-color: #0e4c96;
    color: #ffffff; }

div.pager {
  text-align: right; }
  div.pager .inline-block {
    display: inline-block; }
  div.pager .pull-right {
    max-width: 90%; }
  div.pager .center {
    margin: 0 auto;
    align-items: center;
    justify-content: space-around;
    display: flex;
    float: none; }
  div.pager .page-select {
    display: inline-block;
    width: 6rem;
    height: 32px;
    min-height: initial;
    padding: initial;
    font-size: initial; }
  div.pager .page-control {
    padding: 4px 1rem; }
    div.pager .page-control[disabled] {
      color: grey;
      cursor: unset; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    display: inline-block; }
    input[type="checkbox"] + label > span:nth-of-type(1) {
      border-radius: 5px;
      display: inline-block;
      width: 3.5rem;
      height: 3.5rem;
      margin: -4px 0 0 0;
      vertical-align: middle;
      cursor: pointer;
      text-align: center;
      font-size: 2.5rem;
      padding-top: .5rem;
      color: #ffffff;
      border: 2px solid #acacac; }
    input[type="checkbox"] + label svg {
      display: inline-block;
      padding: .3rem; }
    input[type="checkbox"] + label > span:nth-of-type(2) {
      font-size: 1.2rem;
      margin-left: 1.5rem; }
  input[type="checkbox"].small + label > span:nth-of-type(1) {
    border-radius: 20%;
    width: 1.47rem;
    height: 1.47rem;
    padding-top: 0.3rem;
    font-size: 1rem; }
  input[type="checkbox"]:checked + label > span:nth-of-type(1) {
    border: 0;
    background-color: #0e4c96;
    color: #ffffff !important; }
  input[type="checkbox"]:disabled + label > span:nth-of-type(1) {
    background-color: #acacac;
    color: #acacac; }

input[type="text"],
input[type="tel"],
input[type="number"] {
  font-size: 1.2rem;
  border-radius: 5px;
  padding: 20px;
  min-height: 68px;
  border: 2px solid rgba(0,0,0, 0.12); }
  input[type="text"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="number"]::placeholder {
    color: #cccccc;
    font-weight: normal; }

input[type="date"],
input[type="time"] {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
  font-size: 1.2rem;
  border-radius: 5px;
  padding: 20px;
  min-height: 68px;
  border: 2px solid rgba(0,0,0, 0.12); }

textarea,
select {
  width: 100%;
  outline: none;
  font-size: 1.2rem;
  border-radius: 5px;
  padding: 1rem .5rem;
  min-height: 80px;
  height: 80px;
  border: 2px solid rgba(0,0,0, 0.12); }
  textarea:not(:disabled),
  select:not(:disabled) {
    background-color: #ffffff; }
  textarea > option:disabled, textarea::placeholder,
  select > option:disabled,
  select::placeholder {
    color: #cccccc;
    font-weight: normal; }

.btn-field.btn-alt {
  color: #ffffff;
  border: 2px solid #0e4c96;
  background-color: #0e4c96; }
  .btn-field.btn-alt.selected {
    background-color: #0e4c96; }

.btn-field.btn-green {
  color: #00af66;
  border-color: #00af66; }
  .btn-field.btn-green.selected, .btn-field.btn-green.inverted {
    background-color: #00af66;
    color: #ffffff; }

.btn-field.btn-red {
  border-color: #ce1e34;
  color: #ce1e34; }
  .btn-field.btn-red.inverted {
    background-color: #ce1e34;
    color: #ffffff; }

.btn-field.btn-yellow {
  border-color: #FFD700;
  color: #FFD700; }
  .btn-field.btn-yellow.inverted {
    background-color: #FFD700;
    color: #ffffff; }

.btn-field.btn-grey {
  border-color: #5c686c;
  color: #5c686c; }
  .btn-field.btn-grey.inverted {
    background-color: #5c686c;
    color: #ffffff; }

.btn-field.selected {
  color: #ffffff;
  background-color: #0e4c96; }

.btn-field:disabled {
  cursor: not-allowed;
  color: #ffffff;
  background-color: #acacac;
  border-color: #cccccc; }

.mdl-badge[data-badge]:after {
  right: 0.05rem;
  top: -0.2rem;
  background-color: #ce1e34; }

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

.fa-spinner.fa-spin {
  margin-left: 5px; }
  .fa-spinner.fa-spin.ng-animate {
    --webkit-animation: none 0s;
    animation: none 0s; }

.mdl-list__item--three-line .mdl-list__item-primary-content {
  line-height: 35px; }

.avatar {
  border: 2px solid transparent; }
  .avatar.clocked-in {
    border: 2px solid #21ce99; }
  .avatar.clocked-out {
    border: 2px solid #ce1e34; }
  .avatar.mdl-button {
    margin-top: 1em;
    margin-bottom: 1em; }

.email {
  color: #21ce99;
  display: inline-block; }

.email-icon {
  font-size: 1.5rem;
  vertical-align: top;
  display: inline-block;
  margin-right: 1rem; }

ng-include {
  display: block;
  position: relative; }

.profile-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.dialog-overlay {
  opacity: 0.3;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0px;
  left: 0px;
  background-color: #808080; }

.dialog-card {
  position: absolute;
  z-index: 1000;
  width: 300px;
  left: calc(50% - 150px);
  top: 25%;
  text-align: center; }

.dialog-card-lg {
  top: 10%;
  width: 95%;
  max-width: 600px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: unset; }
  .dialog-card-lg .mdl-card {
    width: 100%;
    max-width: 600px; }
  .dialog-card-lg .mdl-card__supporting-text {
    width: 100%; }

.break-word {
  word-break: break-all; }

.small-button {
  height: 30px;
  width: 30px;
  min-width: 30px;
  font-size: 14px;
  color: #ffffff; }

#lightbox {
  transition: opacity 1s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  z-index: 99; }

#lightboxPhoto {
  max-width: 75%;
  max-height: 75%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
  z-index: 100; }

#toast-service-error.red, #work-order > .work-order-header .package-basic-info > #toast-service-error.edit-toggle.editing, #work-order > .work-order-body .packages .package-option > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #toast-service-error.fa-minus-circle,
#work-order > .work-order-body .packages .as-sortable-item > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #toast-service-error.fa-minus-circle,
#work-order > .work-order-body .packages .as-sortable-dragging > .package-container > .package-itemize > .package-item .item-title-line > .item-bullet #toast-service-error.fa-minus-circle, .stats #toast-service-error.error, #template-view .packages .package-option .package-container > .package-itemize > .package-item > .item-title-line > .item-bullet > #toast-service-error.fa-minus-circle {
  background-color: #ce1e34; }

#toast-service.green {
  background-color: #21ce99; }

#toast-service-loading.gray {
  background-color: #5c686c;
  color: white; }
  #toast-service-loading.gray > .fa-spinner {
    margin-top: 16px; }

.pinkText {
  color: pink;
  font-size: 1.8rem;
  font-family: 'Great Vibes', Helvetica, sans-serif; }

#app-loading, .loading-container {
  display: flex;
  align-items: center;
  align-content: start;
  justify-content: center;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  #app-loading > .loader, .loading-container > .loader {
    border: 16px solid #fafafa;
    border-top: 16px solid #21ce99;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite; }
  #app-loading > p, .loading-container > p {
    color: #4a4a4a;
    flex-basis: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

trix-toolbar {
  font-size: 90%;
  margin-bottom: 2px; }
  trix-toolbar .trix-button-group {
    margin: 0 !important;
    margin-bottom: 2px !important; }

.user-menu-main {
  flex-grow: 1; }

.version-display {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: white; }
