@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;
}

html {
    overflow: visible;
}

.fl-prefsEditor-separatedPanel .fl-prefsEditor {
    font-family: 'OpenSans',"Myriad Pro", Helvetica, Arial, sans-serif;
    line-height: 1.2em !important; /* FLUID-4959: fix the line height so it doesn't scale with the Preferences Editor line space scaling. */
}

/* Preferences Editor Separated Panel styles */
.fl-prefsEditor-separatedPanel {
    background-color: #fff;
    background-image: url('../images/default/separatedpanelbg.png');
    background-repeat: repeat;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    color: #766d68;
    padding: 10px 0px;
    margin: 0px;

}

/* Preference Panels */
.fl-prefsEditor-separatedPanel ul.fl-prefsEditor-panels {
    margin: 0 20px;
    white-space: nowrap;
}

.fl-prefsEditor-separatedPanel .fl-prefsEditor-panels li.fl-prefsEditor-panel {
    border: 1px solid #615e59;
    border-radius: 5px;
    box-shadow: 2px 2px #7a766d;
    display: inline-block;
    padding: 1em;
    min-height: 9.6em;
    width: 25em;
    background-color: #fff;
    margin-right: 10px;
    white-space: normal;
    vertical-align:middle;
 }

.fl-prefsEditor-separatedPanel h2 {
    color: #766d68;
    padding: 0 0 0.5em 0;
    margin: 0 0 1.5em 0;
    width: 100%;
    border-bottom: solid #ccc 1px;
    box-shadow: 0px 6px 7px -6px rgba(0,0,0,0.3);
    font-size: 1.2em;
    text-transform: lowercase;
    line-height:1.7em;
    height: 2em;
}

.fl-prefsEditor-separatedPanel .fl-inputs {
    float: none;
}

.fl-prefsEditor-separatedPanel label {
    font-size: 1em;
}

/* Table of Contents switch */
.fl-prefsEditor-separatedPanel .fl-prefsEditor-separatedPanel-toc {
    width: 6em;
    height:2em;
    margin-right:10px;
    float:left;
}

.fl-prefsEditor-separatedPanel .fl-prefsEditor-separatedPanel-toc label {
    line-height: 1.7em !important;
}

/* Emphasize links & buttons panel */
.fl-prefsEditor-separatedPanel .fl-links-buttons-options label {
    width: 22em;
    display:inline-block;
}

.fl-prefsEditor-separatedPanel .fl-links-buttons-options li {
    margin-bottom: 0.4em;
}

.fl-prefsEditor-separatedPanel h2 label,
.fl-prefsEditor-separatedPanel h2 .heading-text {
    float:left;
    padding-top: 0.2em;
    font-size: 1.3em;
    font-weight: 600;
}

/* Font Icons */
.fl-prefsEditor-separatedPanel .fl-icon-next, .fl-prefsEditor-separatedPanel .fl-icon-prev {
    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: 0.2em 0.3em 0 0;
    font-size: 1.5em;
}
.fl-prefsEditor-separatedPanel .fl-icon-next:before {
    content: "\e001";
}
.fl-prefsEditor-separatedPanel .fl-icon-prev:before {
    content: "\e002";
}

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