@font-face {
  font-family: 'OpenSans';
  src: url("../../../lib/opensans/fonts/OpenSans-Light.woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../../../lib/opensans/fonts/OpenSans-Regular.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../../../lib/opensans/fonts/OpenSans-SemiBold.woff");
  font-weight: 600;
  font-style: normal;
}
.fl-prefsEditor-separatedPanel {
  display: flex;
  flex-direction: column;
}
.fl-prefsEditor-separatedPanel .fl-panelBar {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 2px 3px 0 #6f6f6f;
  font-size: 1.6rem;
}
.fl-prefsEditor-separatedPanel .fl-panelBar.fl-panelBar-wideScreen {
  display: none;
}
.fl-prefsEditor-separatedPanel .fl-panelBar .fl-prefsEditor-buttons {
  width: 100%;
  height: 66px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-showHide,
.fl-prefsEditor-separatedPanel .fl-prefsEditor-reset {
  text-align: center;
  text-transform: lowercase;
  background-color: #fff;
  border: none;
  color: #2f2b2a;
  font-family: 'OpenSans', "Myriad Pro", Helvetica, Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-showHide {
  flex-grow: 1;
  flex-shrink: 2;
  text-align: left;
  padding-left: 16px;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-reset {
  flex-shrink: 1;
  border-left: 2px solid #ccc;
  padding-right: 16px;
}
.fl-prefsEditor-separatedPanel .fl-icon-undo {
  font-family: 'PrefsFramework-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
}
.fl-prefsEditor-separatedPanel .fl-icon-undo:before {
  content: "\e008";
}
@media screen and (min-width: 40em) {
  .fl-prefsEditor-separatedPanel {
    display: block;
  }
  .fl-prefsEditor-separatedPanel .fl-panelBar {
    box-shadow: none;
    font-size: 1rem;
  }
  .fl-prefsEditor-separatedPanel .fl-panelBar.fl-panelBar-smallScreen {
    display: none;
  }
  .fl-prefsEditor-separatedPanel .fl-panelBar.fl-panelBar-wideScreen {
    display: block;
  }
  .fl-prefsEditor-separatedPanel .fl-panelBar .fl-prefsEditor-buttons {
    width: auto;
    height: auto;
    box-shadow: 2px 2px 3px 0 #6f6f6f;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #fff;
    min-height: 2rem;
    margin-right: 5%;
    display: block;
    float: right;
  }
  .fl-prefsEditor-separatedPanel .fl-prefsEditor-showHide,
  .fl-prefsEditor-separatedPanel .fl-prefsEditor-reset {
    font-weight: bold;
    border: none;
    min-height: 1.8rem;
    font-size: 1.1rem;
    padding: 0;
  }
  .fl-prefsEditor-separatedPanel .fl-prefsEditor-showHide {
    margin: 0 0.5rem;
  }
  .fl-prefsEditor-separatedPanel .fl-prefsEditor-reset {
    padding-left: 0.8rem;
    margin-right: 0.5rem;
  }
}
.fl-prefsEditor-separatedPanel-iframe {
  border: 0;
  background-color: #fff;
  height: 0;
  width: 100%;
}
.fl-theme-bw {
  background-image: none !important;
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.fl-theme-bw .fl-prefsEditor-separatedPanel .fl-panelBar,
.fl-theme-bw .fl-prefsEditor-separatedPanel .fl-prefsEditor-reset {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.fl-theme-bw .fl-prefsEditor-separatedPanel .fl-prefsEditor-buttons {
  box-shadow: none;
}
.fl-theme-wb {
  background-image: none !important;
  background-color: #000;
  border-color: #fff;
  color: #fff;
}
.fl-theme-wb .fl-prefsEditor-separatedPanel .fl-panelBar,
.fl-theme-wb .fl-prefsEditor-separatedPanel .fl-prefsEditor-reset {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}
.fl-theme-wb .fl-prefsEditor-separatedPanel .fl-prefsEditor-buttons {
  box-shadow: none;
}
.fl-theme-yb {
  background-image: none !important;
  background-color: #000;
  border-color: #ff0;
  color: #ff0;
}
.fl-theme-yb .fl-prefsEditor-separatedPanel .fl-panelBar,
.fl-theme-yb .fl-prefsEditor-separatedPanel .fl-prefsEditor-reset {
  background-color: #000;
  border-color: #ff0;
  color: #ff0;
}
.fl-theme-yb .fl-prefsEditor-separatedPanel .fl-prefsEditor-buttons {
  box-shadow: none;
}
.fl-theme-by {
  background-image: none !important;
  background-color: #ff0;
  border-color: #000;
  color: #000;
}
.fl-theme-by .fl-prefsEditor-separatedPanel .fl-panelBar,
.fl-theme-by .fl-prefsEditor-separatedPanel .fl-prefsEditor-reset {
  background-color: #ff0;
  border-color: #000;
  color: #000;
}
.fl-theme-by .fl-prefsEditor-separatedPanel .fl-prefsEditor-buttons {
  box-shadow: none;
}
.fl-theme-lgdg {
  background-image: none !important;
  background-color: #555;
  border-color: #bdbdbb;
  color: #bdbdbb;
}
.fl-theme-lgdg .fl-prefsEditor-separatedPanel .fl-panelBar,
.fl-theme-lgdg .fl-prefsEditor-separatedPanel .fl-prefsEditor-reset {
  background-color: #555;
  border-color: #bdbdbb;
  color: #bdbdbb;
}
.fl-theme-lgdg .fl-prefsEditor-separatedPanel .fl-prefsEditor-buttons {
  box-shadow: none;
}
.fl-theme-gd {
  background-image: none !important;
  background-color: #222;
  border-color: #888;
  color: #888;
}
.fl-theme-gd .fl-prefsEditor-separatedPanel .fl-panelBar,
.fl-theme-gd .fl-prefsEditor-separatedPanel .fl-prefsEditor-reset {
  background-color: #222;
  border-color: #888;
  color: #888;
}
.fl-theme-gd .fl-prefsEditor-separatedPanel .fl-prefsEditor-buttons {
  box-shadow: none;
}
.fl-theme-gw {
  background-image: none !important;
  background-color: #fff;
  border-color: #6c6c6c;
  color: #6c6c6c;
}
.fl-theme-gw .fl-prefsEditor-separatedPanel .fl-panelBar,
.fl-theme-gw .fl-prefsEditor-separatedPanel .fl-prefsEditor-reset {
  background-color: #fff;
  border-color: #6c6c6c;
  color: #6c6c6c;
}
.fl-theme-gw .fl-prefsEditor-separatedPanel .fl-prefsEditor-buttons {
  box-shadow: none;
}
.fl-theme-bbr {
  background-image: none !important;
  background-color: #b96;
  border-color: #000;
  color: #000;
}
.fl-theme-bbr .fl-prefsEditor-separatedPanel .fl-panelBar,
.fl-theme-bbr .fl-prefsEditor-separatedPanel .fl-prefsEditor-reset {
  background-color: #b96;
  border-color: #000;
  color: #000;
}
.fl-theme-bbr .fl-prefsEditor-separatedPanel .fl-prefsEditor-buttons {
  box-shadow: none;
}
