@font-face {
    font-family: 'OpenSans';
    src:url('../../../lib/fonts/OpenSans-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src:url('../../../lib/fonts/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src:url('../../../lib/fonts/OpenSans-Semibold.ttf');
    font-weight: 600;
    font-style: normal;
}

/* Top bar and show/hide button */
.fl-prefsEditor-separatedPanel .fl-panelBar {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;  
}

.fl-prefsEditor-separatedPanel .fl-panelBar .fl-prefsEditor-buttons {
    box-shadow: 2px 2px 3px 0px #6f6f6f;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px; 
    background-color: white;
    min-height: 2em;
    margin-right: 10em;
    display:block;
    float:right;    
}

.fl-prefsEditor-separatedPanel .fl-prefsEditor-showHide,
.fl-prefsEditor-separatedPanel .fl-prefsEditor-reset {
    text-transform: lowercase;
    font-weight: bold;
    border:0;
    background-color: white;
    height: 1.8em;
    color: #2f2b2a;
    font-family: 'OpenSans',"Myriad Pro", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.fl-prefsEditor-separatedPanel .fl-prefsEditor-reset {
    border-right: 1px solid #ccc;
}

.fl-prefsEditor-separatedPanel .fl-prefsEditor-showHide{
    min-width: 15em;
}

/* Font icons for reset/save tabs */
.fl-prefsEditor-separatedPanel .fl-icon-undo, .fl-prefsEditor-separatedPanel .fl-icon-preferences {
    font-family: 'InfusionIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    float:left;
    margin-right: 0.3em;
    margin-top: -0.1em;
    font-size: 1em; 
}
.fl-prefsEditor-separatedPanel .fl-icon-undo:before {
    content: "\e008";
}
.fl-prefsEditor-separatedPanel .fl-icon-preferences:before {
    content: "\e00f";
}
    

/* IFrame */
.fl-prefsEditor-separatedPanel-iframe {
    border: 0;
    background-color: #fff;
    height: 0px;
    display: block;
}

/* Theming */
.fl-theme-bw,
.fl-theme-wb,
.fl-theme-by,
.fl-theme-yb,
.fl-theme-lgdg { background-image:none !important; }

.fl-theme-bw,
.fl-theme-bw .fl-prefsEditor-separatedPanel .fl-panelBar, 
.fl-theme-bw .fl-prefsEditor-separatedPanel .fl-toggleButton,
.fl-theme-yb .fl-prefsEditor-separatedPanel .fl-prefsEditor-reset { background-color: #fff; border-color: #000; }

.fl-theme-wb,
.fl-theme-wb .fl-prefsEditor-separatedPanel .fl-panelBar, 
.fl-theme-wb .fl-prefsEditor-separatedPanel .fl-toggleButton,
.fl-theme-yb .fl-prefsEditor-separatedPanel .fl-prefsEditor-reset { background-color: #000; border-color: #fff; color: #fff; }

.fl-theme-by,
.fl-theme-by .fl-prefsEditor-separatedPanel .fl-panelBar, 
.fl-theme-by .fl-prefsEditor-separatedPanel .fl-toggleButton,
.fl-theme-yb .fl-prefsEditor-separatedPanel .fl-prefsEditor-reset { background-color: #FFFF00; border-color: #000; }

.fl-theme-yb,
.fl-theme-yb .fl-prefsEditor-separatedPanel .fl-panelBar, 
.fl-theme-yb .fl-prefsEditor-separatedPanel .fl-toggleButton,
.fl-theme-yb .fl-prefsEditor-separatedPanel .fl-prefsEditor-reset { background-color: #000; border-color: #ffff00; color: #ffff00; }

.fl-theme-lgdg,
.fl-theme-lgdg .fl-prefsEditor-separatedPanel .fl-panelBar, 
.fl-theme-lgdg .fl-prefsEditor-separatedPanel .fl-toggleButton,
.fl-theme-lgdg .fl-prefsEditor-separatedPanel .fl-prefsEditor-reset { background-color: #555555; border-color: #bdbdbb; color: #bdbdbb; }