/* bower:styleSettings */
/*
    Applies spacing (padding or margin)

    @param $mui-spacing-type: The type of spacing - can either be padding or margin.
    @param $mui-directions:  The directions in which to apply the spacing.
    @param $mui-breakpoint: The breakpoint at which to apply this modifier.
    @param $mui-application: The application of the modifier to the breakpoints. (set, all, up, down)
    @param $mui-value:  The value of the modifier itself to apply.
    @param $mui-absolute: Indicates whether to use ratios when applying the modifier to other breakpoints.
*/
/*
    Create breakpoint mixin

    ---
    Example usage

    @include add-breakpoint($mui-name, $mui-lower $mui-upper);
    ---

    @param $mui-name:   The name of the breakpoint, eg. phone
    @param $mui-lower:  The minimum value of the breakpoint
    @param $mui-upper:  The maximum value of the breakpoint
*/
/*
    Return a given breakpoint

    ---
    Example usage

    $mui-breakpoint: get-breakpoint($mui-name);
    ---

    @param $mui-name:   The name of the breakpoint, eg. phone
*/
/*
    Use breakpoint

    ---
    Example usage

    body {
        @include breakpoint($mui-name, $mui-direction) {
            background: red;
        }
    }
    ---

    @param $mui-name:                  The name of the breakpoint, eg. phone. Must match existing breakpoint created using add-breakpoint()
    @optional-param $mui-direction:    The direction of the breakpoint, eg. phone and up. False if not passed

    @options $mui-direction:  no argument: create media-query between given breakpoints dimensions
                                                up: create media-query from given breakpoint minimum and up
                                                down: create media-query from given breakpoint maximum and down
                                                $mui-breakpoint: create media query between the two given breakpoints
*/
body {
  margin: 0;
  padding: 0; }

/**
 Loader
 */
/**
 Tooltip
 */
/**
Alert
*/
/* endbower */
/* override settings here in a solution stylesheet */
/* PoC
$mstar-loader-background-color: #FF0000;
*/
/* bower:style */
/***
* MUI Spinner
*
***/
@-webkit-keyframes spinner-bar-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }
@keyframes spinner-bar-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }

/***
* MUI Button
*
***/
/***
* MUI Button Text
*
***/
/***
* MUI Button Group
*
***/
/***
* MUI Input Text
*
***/
/***
* MUI Input Text Search
*
***/
/***
* MUI Switch
*
***/
/***
* MUI Radio Buttons
*
***/
/***
* MUI Checkbox
*
***/
/***
* MUI Table
*
***/
.ec-component {
  position: relative;
  margin: 0;
  padding: 0; }
  .ec-component *,
  .ec-component *:before,
  .ec-component *:after {
    box-sizing: border-box; }
  .ec-component img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle; }
  .ec-component .ec-map_canvas img,
  .ec-component .ec-map_canvas embed,
  .ec-component .ec-map_canvas object {
    max-width: none !important; }

.ec-component textarea {
  height: auto;
  min-height: 50px; }

.ec-component select {
  width: 100%; }

.ec-component fieldset {
  border: 0 none;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0; }
  body:not(:-moz-handler-blocked) .ec-component fieldset {
    display: table-cell; }

.ec-component legend {
  display: table;
  padding: 0; }

.mstar-loader {
  opacity: 0.5;
  background-color: #FFF;
  position: absolute;
  z-index: 9999; }

/*  ========================================================================
 *  Frosty.js
 *  https://github.com/owensbla/frosty
 *  http://labs.blakeowens.com/frosty
 *  ======================================================================== */
.mstar-tip {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  color: #eee;
  font-size: 11px;
  line-height: 16px;
  max-width: 300px;
  padding: 4px 8px; }
  .mstar-tip.success {
    background-color: #47fe42;
    background-color: rgba(71, 254, 66, 0.8);
    color: #025600; }
  .mstar-tip.error {
    background-color: #ff7f86;
    background-color: rgba(255, 127, 134, 0.8);
    color: #7f0006; }
  .mstar-tip.light {
    background-color: #ebebeb;
    background-color: rgba(235, 235, 235, 0.8);
    color: #222; }

.mstar-tip[class*="mstar-arrow"]:before {
  content: ' ';
  position: absolute;
  border: solid transparent;
  width: 0px;
  height: 0px;
  border-width: 5px;
  border-color: black;
  border-color: rgba(0, 0, 0, 0.8); }

.success[class*="mstar-arrow"]:before {
  border-color: #47fe42;
  border-color: rgba(71, 254, 66, 0.8); }

.error[class*="mstar-arrow"]:before {
  border-color: #ff7f86;
  border-color: rgba(255, 127, 134, 0.8); }

.light[class*="mstar-arrow"]:before {
  border-color: #ebebeb;
  border-color: rgba(235, 235, 235, 0.8); }

.mstar-tip.mstar-arrow-right:before {
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  margin-top: -5px;
  top: 50%;
  left: 100%; }

.mstar-tip.mstar-arrow-left:before {
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  margin-top: -5px;
  top: 50%;
  right: 100%; }

.mstar-tip.mstar-arrow-top:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-left: -5px;
  bottom: 100%;
  left: 50%; }

.mstar-tip.mstar-arrow-bottom:before {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-left: -5px;
  top: 100%;
  left: 50%; }

/*modal service window style*/
.mstar-modal-overlay {
  position: fixed;
  left: 30%;
  top: 25%;
  border-radius: 10px;
  border: 2px solid black;
  background-color: #ffffff;
  width: 40%;
  z-index: 100;
  padding: 20px 30px; }
  .mstar-modal-overlay .close {
    padding-right: 10px; }
  .mstar-modal-overlay div {
    color: #000; }

.mstar-u-alert {
  padding: 5px 0; }

.mstar-modal-fade {
  position: fixed;
  left: 0%;
  top: 0%;
  background-color: black;
  opacity: .70;
  filter: alpha(opacity=70);
  width: 100%;
  height: 100%;
  z-index: 90; }

.mstar-u-capsuleStyleButton {
  min-width: 108px;
  text-align: center;
  line-height: 28px;
  border-radius: 17px;
  font-size: 21px;
  padding: 3px 20px;
  cursor: pointer;
  color: #FFFFFF;
  display: inline-block; }
  .mstar-u-capsuleStyleButton.mstar-u-btn--close {
    color: #FFFFFF;
    background-color: #00B7EC; }
  .mstar-u-capsuleStyleButton.mstar-u-btn--cancel {
    color: #dddddd;
    border: 1px solid #dddddd; }

body.mstar-modal-open {
  overflow: hidden; }

.mstar-modal-holder {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  outline: 0;
  position: fixed;
  overflow: auto;
  overflow-y: scroll; }

.mstar-modal {
  height: 100%; }
  .mstar-modal__content {
    position: relative;
    display: block;
    width: 80%;
    z-index: 102;
    left: 10%;
    background: white;
    padding: 12px;
    top: 32px;
    overflow: hidden; }
  .mstar-modal__mask {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 101;
    left: 0%;
    top: 0%;
    background-color: rgba(0, 0, 0, 0.7); }
  .mstar-modal__close-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer; }
    .mstar-modal__close-btn:before {
      content: "X";
      border: 2px solid black;
      padding: 0 12px; }

.ec-sustainability {
  display: block;
  font-family: Verdana;
  font-size: 16px; }
  .ec-sustainability h1, .ec-sustainability h2, .ec-sustainability h3, .ec-sustainability h4, .ec-sustainability h5, .ec-sustainability h6 {
    margin-top: 0;
    padding: 0; }
  .ec-sustainability__header {
    position: relative;
    border-top: 2px solid black;
    padding: 5px 0 10px 0; }
  .ec-sustainability__title {
    font-size: 0.875em;
    font-weight: bold; }
  .ec-sustainability__symbol {
    font-size: 100%;
    font-weight: normal;
    color: #676767; }
  .ec-sustainability__more {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 0.625em;
    line-height: 1.8;
    -webkit-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
    opacity: 1; }
    .ec-sustainability__more:hover {
      text-decoration: none;
      opacity: 0.5; }
  .ec-sustainability__content {
    max-width: 100%; }
    .ec-sustainability__content:before, .ec-sustainability__content:after {
      content: "";
      display: table; }
    .ec-sustainability__content:after {
      clear: both; }
  .ec-sustainability__footer {
    font-size: inherit;
    border-top: 1px solid #cccbcb;
    padding-top: 5px; }
    .ec-sustainability__footer p {
      font-size: 0.625em;
      color: #676767;
      margin-top: 0; }
  .ec-sustainability__subtitle {
    font-size: 0.625em;
    font-weight: bold;
    margin-bottom: 5px; }
  .ec-sustainability__value {
    font-size: 0.875em;
    font-weight: normal;
    margin-bottom: 10px; }
  .ec-sustainability__summary {
    padding: 10px 0 15px 0; }
    .ec-sustainability__summary-item {
      font-size: 0.625em;
      margin-top: 0;
      margin-bottom: 5px; }
      .ec-sustainability__summary-item--footnote {
        color: #676767; }
  .ec-sustainability__score {
    padding-bottom: 5px; }
    .ec-sustainability__score svg {
      display: block;
      max-width: 200px;
      height: 35px; }
    .ec-sustainability__score .sustainability__rate {
      opacity: 0.2; }
    .ec-sustainability__score--1 #sustainability-1 {
      opacity: 1; }
    .ec-sustainability__score--2 #sustainability-1 {
      opacity: 1; }
    .ec-sustainability__score--2 #sustainability-2 {
      opacity: 1; }
    .ec-sustainability__score--3 #sustainability-1 {
      opacity: 1; }
    .ec-sustainability__score--3 #sustainability-2 {
      opacity: 1; }
    .ec-sustainability__score--3 #sustainability-3 {
      opacity: 1; }
    .ec-sustainability__score--4 #sustainability-1 {
      opacity: 1; }
    .ec-sustainability__score--4 #sustainability-2 {
      opacity: 1; }
    .ec-sustainability__score--4 #sustainability-3 {
      opacity: 1; }
    .ec-sustainability__score--4 #sustainability-4 {
      opacity: 1; }
    .ec-sustainability__score--5 #sustainability-1 {
      opacity: 1; }
    .ec-sustainability__score--5 #sustainability-2 {
      opacity: 1; }
    .ec-sustainability__score--5 #sustainability-3 {
      opacity: 1; }
    .ec-sustainability__score--5 #sustainability-4 {
      opacity: 1; }
    .ec-sustainability__score--5 #sustainability-5 {
      opacity: 1; }
  .ec-sustainability .ec-columns {
    float: left;
    border-top: 1px solid #cccbcb;
    padding-top: 5px; }
    .ec-sustainability .ec-columns:last-child {
      float: right; }
    .ec-sustainability .ec-columns-left {
      width: 55%; }
      .ec-component-smallest .ec-sustainability .ec-columns-left {
        float: none;
        width: auto; }
    .ec-sustainability .ec-columns-right {
      width: 40%;
      margin-left: 5%; }
      .ec-component-smallest .ec-sustainability .ec-columns-right {
        float: none;
        width: auto;
        margin-left: 0; }

.ec-component-columns {
  float: left; }

.ec-component-smallest {
  width: 320px; }

.ec-component-small {
  width: 370px; }

/* endbower */
/* add and override styles here in a solution stylesheet */
/* PoC
.screener-instance1 {
    // instance specific stuff
}
*/
.ec-sustainability {
  display: block;
  font-family: "LiSong Pro Light","Microsoft JhengHei",Verdana; }
