@font-face {
    font-family: "europa";
    src: url("../../../fonts/Europa/EuropaRegular.woff2") format("woff2"), url("../../../fonts/Europa/EuropaRegular.woff") format("woff"), url("../../../fonts/Europa/EuropaRegular.otf") format("opentype");;
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'printqIcons';
    src: url('../../../../fonts/printq_fonts/printqIcons.eot?ljxq50');
    src: url('../../../../fonts/printq_fonts/printqIcons.eot?ljxq50#iefix') format('embedded-opentype'), url('../../../../fonts/printq_fonts/printqIcons.ttf?ljxq50') format('truetype'), url('../../../../fonts/printq_fonts/printqIcons.woff?ljxq50') format('woff'), url('../../../../fonts/printq_fonts/printqIcons.svg?ljxq50#printqIcons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-smooth: always;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'printqIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-smooth: always;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.printqicon-ok:before {
    content: "\e934";
}

#tdBackgroundColorPicker {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'europa', sans, sans-serif;
}

#tdBackgroundColorPicker * {
    box-sizing: border-box;
}

#tdBackgroundColorPicker .tdColorsList {
    width: 100%;
    height: 33px;
    padding: 5px 40px 8px 10px;
    display: flex;
    flex-direction: row;
}

#tdBackgroundColorPicker .tdColorsList .tdColors {
    width: 100%;
    height: 100%;
}

#tdBackgroundColorPicker .title {
    width: 100%;
    padding: 0 40px 0 10px;
    color: #032169;
    font-size: 14px;
    line-height: 15px;
}

#tdBackgroundColorPicker .tdColorItem {
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding: 3px;
}

#tdBackgroundColorPicker .tdColorItem .overlay {
    padding: 2px;
    font-size: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: none;
    color: #032169;
}
#tdBackgroundColorPicker .tdColorItem.selected .overlay {
    display: block;
}