@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800);*, html {
    font-family:inherit;
    outline:none;
}

#reportbro {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizelegibility;
    outline: none;
    color: #444444;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

#reportbro {
    position: absolute;
    width: 100%;
    min-width: 1060px; /* prevent menu item wrap on too small screens */
    height: 100%;
    top: auto;
    left: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Main content container - general styles */

.rbroContainer {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 45px;
    bottom: 0;
    left: 0;
    background-color: #E4E7EA;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.rbroContainer > div {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.rbroContainer input, .rbroContainer select, .rbroContainer textarea {
    color: #444444;
    width: 100%;
    box-sizing: border-box;
    height: 28px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #f1f3f4;
    transition: all 0.2s linear;
    padding: 0 4px;
    margin: 0;
    outline: none;
    font-size: 12px;
    font-weight: inherit;
}

.rbroContainer select {
    transition: none;
}

.rbroContainer input[type=checkbox] {
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
    opacity: inherit;
}

.rbroContainer input[type=file] {
    color: transparent;
    padding: 0;
    border: none;
    background-color: transparent;
    height: auto;
}

.rbroContainer textarea {
    resize: none !important;
    min-height: 34px;
    padding: 5px;
}

.rbroContainer input:focus, .rbroContainer select:focus, .rbroContainer textarea:focus {
    background: #ffffff;
    border: 1px solid #004864;
    outline: none;
}

.rbroContainer input[disabled], .rbroContainer select[disabled], .rbroContainer textarea[disabled] {
    background: transparent;
    color: #AAAAAA;
}

/* Menu panel */

.rbroMenuPanel {
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 45px;
    top: 0;
    left: 0;
    font-size: 15px;
    z-index: 1;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.rbroMenuPanel > div {
    position: absolute;
    top: 0;
}

.rbroLogo {
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    background-image: url(rb_logo.png);
    background-repeat: no-repeat;
    height: 45px;
    background-size: auto 85%;
    background-position: center;
    background-color: rgba(113,171,218,0.3);
    z-index: 10;
}

.rbroToolButtonContainer {
    left: 230px;
}

.rbroElementButtonContainer {
    left: 620px;
    width: calc(100% - 630px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rbroElementButtons {
    height: 45px;
}

.rbroActionButtons > div, .rbroElementButtons > div {
    display: inline-block;
}

/* Sidebar menu enabled  */

.rbroMenuPanelSidebar .rbroMainPanel {
    height: calc(100% - 45px);
}

.rbroMenuPanelSidebar .rbroLogo {
    top: auto;
    bottom: 0;
    background-color: rgba(113,171,218,0.3);
}

.rbroMenuPanelSidebar .rbroDocumentPanel {
    right: 104px;
}

.rbroMenuPanelSidebar .rbroMenuPanel {
    right: 0;
    top: 0;
    left: auto;
    width: 104px;
    height: 100%;
    padding: 2px;
    box-sizing: border-box;
}

.rbroMenuPanelSidebar .rbroMenuPanel > div {
    position: relative;
    left: 0;
}

.rbroMenuPanelSidebar .rbroToolButtonContainer {
    display: block;
}

.rbroMenuPanelSidebar .rbroElementButtonContainer {
    display: block;
    width: auto;
}

.rbroMenuPanelSidebar .rbroElementButtons {
    border-top: 1px solid #E4E7EA;
    border-bottom: 1px solid #E4E7EA;
    margin-top: 5px;
    margin-bottom: 10px;
    height: auto;
}

.rbroMenuPanelSidebar .rbroMenuButton {
    border: none;
}

.rbroMenuPanelSidebar .rbroActionButtons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rbroMenuPanelSidebar .rbroActionButtons button {
    display: block;
    margin: 4px;
}

.rbroMenuPanelSidebar .rbroContainer {
    top: 0;
}

.rbroMenuPanelSidebar .rbroDetailPanel {
    margin-top: 0;
}

.rbroMenuPanelSidebar .rbroGridButton {
    display: block;
}

/* Main Panel - Navigation */

.rbroMainPanel {
    left: 0;
    background-color: #004864;
    width: 230px;
    color: #f2f2f2;
}

.rbroMainPanel ul, .rbroMainPanel li {
    list-style: none inside;
    padding: 0;
    margin: 0;
}

.rbroMainPanel > ul > li {
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.1);
    line-height: 20px;
}

.rbroMainPanel > ul > li > ul > li:not(:empty) {
    line-height: 20px;
}

.rbroMainPanel > div:hover {
    background-color: rgba(116, 116, 130, 0.2);
}

.rbroMenuItem {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.rbroMenuItem > div {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

.rbroMenuItem > div > span {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

.rbroMenuItem:hover {
    background-color: rgba(116, 116, 130, 0.2);
}

.rbroMenuItem.rbroMenuItemActive {
    background-color: #ffffff;
    color: #444444;
}

.rbroMenuItem.rbroError {
    background-color: #FF9999;
    color: #444444;
}

.rbroMenuItem.rbroMenuItemActive.rbroError {
    background-color: #ffffff;
    color: #FF3B30;
}

.rbroMenuItem.rbroMenuItemDragOver {
    border-bottom: 3px solid #00ad69;
}

ul ul .rbroMenuItem {
    padding: 2px 5px;
    font-size: 14px;
    text-transform: none;
    color: #DDDDDD;
}

ul ul ul .rbroMenuItem {
    padding: 2px 5px 2px 12px;
    color: #95badc;
}

ul ul ul ul .rbroMenuItem {
    padding: 2px 5px 2px 20px;
}

ul ul ul ul ul .rbroMenuItem {
    padding: 2px 5px 2px 30px;
}

ul ul ul ul ul ul .rbroMenuItem {
    padding: 2px 5px 2px 40px;
}

ul ul .rbroMenuItemText {
    width: calc(100% - 56px);
}

.rbroMenuArrow {
    font-size: 12px;
    margin-right: 2px;
    transition:  all 0.2s linear;
    margin-left: 2px;
}

.rbroMenuItem.rbroMenuItemOpen .rbroMenuArrow {
    transform: rotate(90deg);
}

.rbroMenuItemNoChildren .rbroMenuArrow {
    display: none;
}

.rbroMainPanelSizer {
    width: 3px;
    cursor: ew-resize;
    background: #cccccc;
    transition: background 0.2s linear;
}

.rbroMainPanelSizer:hover {
    background: #468FED;
}

/* Detail Panel */

.rbroDetailPanel {
    width: 390px;
    background-color: #ffffff;
    font-size: 13px;
    margin-top: 2px;
    border-right: 2px solid #E4E7EA;
}

.rbroEmptyDetailPanel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.rbroEmptyDetailPanel .rbroLogo {
    width: 390px;
    height: 70px;
    background-size: auto 80%;
    opacity: 0.08;
    position: relative;
    background-color: transparent;
}

.rbroFormRowContainer { /* groups multiple rbroFormRow without borders within the group */
    border-bottom: 1px solid #E4E7EA;
}

.rbroFormRowContainer .rbroFormRow {
    border: none;
}

.rbroFormRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #E4E7EA;
}

.rbroFormRow label {
    width: 35%;
    cursor: pointer;
}

.rbroFormRow label.rbroDisabled {
    color: #AAAAAA;
}

.rbroFormField {
    width: 65%;
}

.rbroFormField:not(.rbroSplit) > :nth-child(n+2) { /* add some top margin in case of multiline formField */
    margin-top: 5px;
}

.rbroSplit, .rbroTripleSplit { /* splitting a formField */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.rbroSplit .rbroErrorMessage {
    width: 100%;
}

.rbroSplit input {
    width: 49%;
}

.rbroTripleSplit input, .rbroTripleSplit select {
    width: 32%;
}

.rbroSelector textarea, .rbroSelector input {
    width: 85%;
}

.rbroSmallInput input {
    width: 70px;
}

/* For styling font selection only */
.rbroSelectFont select:first-child {
    width: 70%;
}

.rbroSelectFont select:nth-child(2) {
    width: 22%;
}

.rbroPanelSection, .rbroPanelSection.rbroPanelSectionHeaderOpen:hover {
    justify-content: center;
    cursor: pointer;
    background-color: #D4E6F4
}

.rbroPanelSection:hover {
    background-color: rgba(113,171,218,0.2);
}

.rbroPanelSection.rbroPanelSectionHeaderOpen {
    border-bottom: none;
}

.rbroPanelSection .rbroPanelSectionHeader {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #004864;
}

.rbroPanelSection .rbroPanelSectionHeader > span {
    margin: 0 5px;
}

.rbroFormRow.rbroError {
    background-color: #ffcccc;
    align-items: flex-start;
}

/* Document Panel - Template layouting and PDF preview */

.rbroDocumentPanel {
    right: 0;
}

.rbroDocument {
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    margin: 10px auto;
    overflow: hidden;
    position: relative;
}

.rbroHasTabs .rbroDocument {
    margin: 0 auto 10px auto;
}

.rbroDocumentContent {
    position: absolute;
}

.rbroDocumentGrid {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAEklEQVQYlWNgYGD4zzAKBh8AAJYTAQA4FYKbAAAAAElFTkSuQmCC);
    background-repeat: repeat;
    position: absolute;
}

.rbroDocumentPreview {
    height: calc(100% - 50px);
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: -1;
}

.rbroDocumentBandDescription {
    display: none;
    pointer-events: none;
}

.rbroElementDragOver {
    background-color: rgba(204,204,204,0.2);
}

.rbroElementDragOver > .rbroDocumentBandDescription {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 32px;
    font-weight: 600;
    color: rgba(0,72,100,0.4);
}

/* Document Panel - Tabs to switch between layout and preview */
.rbroDocumentTabs {
    text-align: center;
}

.rbroTabButton {
    height: 45px;
    padding: 12px 14px;
    text-align: center;
    border-right: 1px solid #E4E7EA;
    font-size: 16px;
    font-weight: 400;
    color: #3baae3;
    background-color: #F9F9F9;
    position: relative;
}

.rbroTabButton.rbroActive {
    background-color: #FFFFFF;
    color: #444444;
    cursor: text;
}

.rbroTabButton > span {
    color: #444444;
    cursor: pointer;
    font-weight: 400;
    position: absolute;
    padding: 9px;
}

.rbroTabButton:not(.rbroActive):hover {
    background-color: #F9F9F9;
    color: #004864;
}

.rbroTabButton .rbroIcon-cancel {
    top: -4px;
    right: -4px;
}

.rbroTabButton.rbroPdfPreview.rbroXlsxDownload {
    padding-right: 85px;
}

.rbroTabButton.rbroPdfPreview {
    padding-right: 35px;
}

.rbroXlsxDownlaodButton {
    font-size: 26px;
    top: 0;
    right: 30px;
}

.rbroTabButton .rbroIcon-cancel:hover, .rbroXlsxDownlaodButton:hover {
    color: #3baae3;
}

/* Document Panel - Elements */
.rbroSectionElement {
    position: absolute;
    box-sizing: border-box;
}

.rbroSectionBandElement {
    position: absolute;
}

.rbroDocElement {
    position: absolute;
    box-sizing: border-box;
}

.rbroDocElement.rbroSelected {
    cursor: move;
}

.rbroContentContainerHelper {
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: -1px;
    display: flex;
}

.rbroFrameElement .rbroContentContainerHelper {
    overflow: initial;
}

.rbroImageElement .rbroContentContainerHelper {
    height: calc(100% + 2px);
    width: calc(100% + 2px);
}

.rbroDocElementContentText {
    white-space: pre-wrap;
    overflow: hidden;
    display: flex;
}

.rbroDocElementContentText span {
    width: 100%;
}

.rbroDocElementAlignCenter, .rbroDocElementAlignCenter .rbroDocElementContentText {
    justify-content: center;
}

.rbroDocElementAlignLeft,  .rbroDocElementAlignLeft .rbroDocElementContentText {
    justify-content: flex-start;
}

.rbroDocElementAlignRight, .rbroDocElementAlignRight .rbroDocElementContentText {
    justify-content: flex-end;
}

.rbroDocElementAlignJustify,  .rbroDocElementAlignJustify .rbroDocElementContentText {
    justify-content: flex-start;
}

.rbroDocElementVAlignTop, .rbroDocElementVAlignTop .rbroDocElementContentText {
    align-items: flex-start;
}

.rbroDocElementVAlignMiddle, .rbroDocElementVAlignMiddle .rbroDocElementContentText {
    align-items: center;
}

.rbroDocElementVAlignBottom, .rbroDocElementVAlignBottom .rbroDocElementContentText {
    align-items: flex-end;
}

.rbroTextElement, .rbroImageElement, .rbroFrameElement {
    border: 1px dotted #B0B0B0;
}

.rbroTableElement table, .rbroTableElement table thead, .rbroTableElement table tbody, .rbroTableElement table tfoot, .rbroTableElement table tr,
.rbroTableElement table th, .rbroTableElement table td {
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
    margin: 0;
    padding: 0;
    min-width: 0;
    min-height: 0;
    font-weight: 400;
    color: inherit;
    box-sizing: border-box;
    background-color: transparent;
    text-align: left;
}

.rbroTableTextElement {
    padding: 0;
    position: relative;
}

.rbroBorderTableFrameRow .rbroTableTextElement, .rbroBorderTableRow .rbroTableTextElement,
.rbroBorderTableFrame .rbroTableTextElement, .rbroBorderTableNone .rbroTableTextElement {
    border: 1px dotted #B0B0B0 !important;
}

.rbroBorderTableFrameRow .rbroTableTextElement.rbroSelected, .rbroBorderTableRow .rbroTableTextElement.rbroSelected,
.rbroBorderTableFrame .rbroTableTextElement.rbroSelected, .rbroBorderTableNone .rbroTableTextElement.rbroSelected,
.rbroBorderTableGrid .rbroTableTextElement.rbroSelected {
    border: 1px solid #B0B0B0 !important;
}

.rbroTextElement.rbroSelected, .rbroImageElement.rbroSelected, .rbroBarCodeElement.rbroSelected,
.rbroFrameElement.rbroSelected {
    border: 1px solid #B0B0B0;
}

.rbroPageBreakElement {
    background-color: #000000;
}

.rbroSelectionArea {
    position: absolute;
    border: 1px solid #000000;
}

/* Document template styling, element resizer  */
.rbroDocumentBand {
    position: absolute;
    width: 100%;
}

.rbroDivider {
    position: absolute;
    overflow: hidden;
}

.rbroDividerMarginLeft, .rbroDividerMarginRight {
    top: 0;
    bottom: 0;
    border-left: 1px dashed #999999;
}

.rbroDividerMarginTop, .rbroDividerMarginBottom, .rbroDividerFooter, .rbroDividerHeader {
    left: 0;
    right: 0;
    border-top: 1px dashed #999999;
}

.rbroDividerSection, .rbroDividerSectionBand {
    left: 0;
    right: 0;
}

.rbroDividerSection {
    border-top: 1px solid #95badc;
}

.rbroDividerSectionBand {
    border-top: 1px dashed #95badc;
}

.rbroSizer {
    width: 7px;
    height: 7px;
    position: absolute;
    border: 1px solid #606060;
    background-color: #F0F0F0;
}

.rbroSizer.rbroSizerMove {
    cursor: move;
}

.rbroSizerN {
    top:-5px;
    left: calc(50% - 5px);
    cursor: ns-resize;
}

.rbroSizerNE {
    top: -5px;
    right: -5px;
    cursor: nesw-resize;
}

.rbroSizerE {
    top: calc(50% - 5px);
    right: -5px;
    cursor: ew-resize;
}

.rbroSizerSE {
    bottom: -5px;
    right: -5px;
    cursor: nwse-resize;
}

.rbroSizerS {
    bottom: -5px;
    left: calc(50% - 5px);
    cursor: ns-resize;
}

.rbroSizerSW {
    bottom: -5px;
    left: -5px;
    cursor: nesw-resize;
}

.rbroSizerW {
    top: calc(50% - 5px);
    left: -5px;
    cursor: ew-resize;
}

.rbroSizerNW {
    top: -5px;
    left: -5px;
    cursor: nwse-resize;
}

/* Buttons */

.rbroButton, button.rbroButton {
    cursor: pointer;
    transition: all 0.2s linear;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border: inherit;
    margin: 0;
}

.rbroMenuItem .rbroButton {
    margin-left: 5px;
    min-width: 18px;
}

button.rbroActionButton {
    background-color: #E4E7EA;
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 11px;
    margin: 0 2px 0 0;
    border: 2px solid transparent;
    border-radius: 4px;
}

button.rbroActionButton:hover, button.rbroActionButton.rbroButtonActive {
    background-color: rgba(0,0,0,0.15);
}

button.rbroActionButton.rbroButtonActive {
    border: 2px solid #004864;
}

.rbroMenuButton {
    height: 45px;
    padding: 12px 14px;
    text-align: center;
    border-right: 1px solid #E4E7EA;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    background-color: #ffffff;
}

.rbroMenuButton:not(.rbroActive):hover {
    background-color: #F9F9F9;
    color: #004864;
}

.rbroMenuButton span {
    margin: 0 1px;
}

button.rbroButton[disabled], button.rbroButton[disabled]:hover,
button.rbroMenuButton[disabled], button.rbroMenuButton[disabled]:hover,
.rbroButton.rbroDisabled, .rbroButton.rbroDisabled:hover {
    color: #cccccc;
    background-color: #ffffff;
    cursor: not-allowed;
    border-color: #E4E7EA;
}

.rbroDeleteButton {
    color: #CCCCCC;
}

.rbroMenuItem.rbroError .rbroDeleteButton {
    color: #444444;
}

.rbroDeleteButton:hover, .rbroMenuItem.rbroError .rbroDeleteButton:hover {
    color: #fdc700;
}

.rbroRoundButton {
    border-radius: 50%;
    color: #ffffff;
    background-color: #004864;
    font-size: 14px;
    padding: 5px;
    border: none;
}

.rbroMenuItem .rbroRoundButton {
    background-color: #336D83;
}

.rbroRoundButton:hover{
    background-color: #fdc700;
    color: #ffffff;
}

/* Common */
.rbroColumnCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rbroErrorMessage {
    color: #FF3B30;
}

.rbroErrorMessage:empty {
    display: none;
}

.rbroBackgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
}

.rbroHidden {
    display: none !important;
}

.rbroFixedBackground {
    overflow: hidden;
}

.rbroLoadingIndicator {
	background-color: rgba(255,255,255,0.9);
    background-image: url(ajaxload.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
	z-index: 100000;
}

/* Drag & drop */

.rbroDropTarget * { /* prevent dragleave from firing when dragging into a child element */
    pointer-events: none;
}

/* Popup Window */
.rbroPopupWindow {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    background-color: #ffffff;
    color: #444444;
    box-sizing: border-box;
    border: 2px solid #004864;
    z-index: 999999;
    border-radius: 4px;
}

.rbroPopupWindowContent {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.rbroPopupWindowCancel {
    position: absolute;
    top: -13px;
    right: -13px;
    background-color: #004864;
}

.rbroPopupWindow ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.rbroPopupWindow li {
    list-style-type: none;
    margin: 0;
    padding: 4px 10px;
    display: block;
}

.rbroPopupWindow li:not(.rbroPopupItemSeparator) {
    cursor: pointer;
}

.rbroPopupWindow li:not(.rbroPopupItemSeparator):hover {
    background-color: #f2f2f2;
}

.rbroPopupWindow .rbroPopupItemSeparator {
    text-align: center;
    background-color: #D4E6F4;
    font-weight: 600;
    padding: 8px 10px;
}

.rbroPopupWindow .rbroPopupItemSeparator.rbroParameterGroup {
    background-color: #B2E6D1;
}

.rbroPopupWindow .rbroPopupItemHeader {
    font-size: 13px;
}

.rbroPopupWindow .rbroPopupItemDescription {
    font-size: 11px;
    color: #666666;
}

.rbroPopupWindowContent table, .rbroPopupWindowContent table thead, .rbroPopupWindowContent table tbody,
.rbroPopupWindowContent table tr, .rbroPopupWindowContent table th, .rbroPopupWindowContent table td {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-align: left;
    font-weight: 400;
    color: inherit;
    box-sizing: border-box;
}

.rbroPopupWindowContent table {
    width: 98%;
    margin: 10px auto 0;
}

.rbroPopupWindowContent table th:not(:first-child) {
    background-color: #D4E6F4;
    border: 1px solid #444444;
    padding: 5px 2px;
    font-weight: 600;
    text-align: center;
}

.rbroPopupWindowContent table th:first-child {
    width: 2%;
}

.rbroPopupWindowContent table th .rbroButton {
    margin-left: 5px;
}

.rbroPopupWindowContent table td:not(:first-child) {
    border: 1px solid #444444;
}

.rbroPopupWindowContent table input, .rbroPopupWindowContent table input:focus {
    color: #444444;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    padding: 4px;
    margin: 0;
    border: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    opacity: 1;
}

.rbroPopupWindowContent table td.rbroHasFocus {
    border: 1px solid #468FED;
}

.rbroPopupWindowContent table td.rbroHasFocus input {
    border: 2px solid #468FED;
    padding: 2px;
}

.rbroPopupWindowContent table .rbroButton {
    vertical-align: baseline;
}

.rbroFullWidthButton {
    display: block;
    margin: 0 12px 10px 38px;
}

.rbroFullWidthButton .rbroPopupWindowButton {
    width: 100%;
}

.rbroPopupWindowButton {
    padding: 12px;
    text-align: center;
    color: #444444;
    background-color: #F9F9F9;
    font-size: 16px;
}

.rbroPopupWindowButton:hover {
    background-color: #E4E7EA;
    color: #004864;
}

.rbroPopupSearch, .rbroPopupSearch:focus {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: 28px;
    box-sizing: border-box;
    border-style: none none solid none;
    border-width: 1px;
    border-color: rgba(0,0,0,0.1);
    transition: all 0.2s linear;
    padding: 0 4px;
    outline: none;
    font-size: 12px;
    border-radius: 4px 4px 0 0 ;
}

.rbroPopupSearch:focus {
    border-color: #004864;
}
/* ReportBro spectrum color picker */
.rbroColorPickerContainer {
    transition: all 0.2s linear;
    background-color: #f1f3f4;
    border-radius: 20px 4px 4px 20px;
    border: 1px solid rgba(0,0,0,0.1);
    height: 28px;
    position: relative;
}

.rbroColorPickerContainer.rbroActive {
    border: 1px solid #004864;
    background-color: #ffffff;
}

.rbroColorPickerContainer input, .rbroColorPickerContainer input:focus {
    height: 28px;
    margin: 0 0 0 30px;
    width: calc(100% - 30px);
    background-color: #f1f3f4;
    border: none;
    color: #444444;
    display: block;
    font-size: 13px;
    padding: 0 5px;
}

.rbroColorPickerContainer.rbroActive input {
    background-color: #ffffff;
}

.rbroColorContainer .sp-color, .rbroColorContainer .sp-hue, .rbroColorContainer .sp-clear {
    border: none;
}

.rbroColorContainer .sp-clear {
    cursor: pointer;
}

.rbroColorPicker.sp-replacer {
    border-radius: 15px;
    float: left;
    left: 2px;
    position: absolute;
    top: 2px;
}

.rbroColorPicker.sp-replacer .sp-preview {
    height: 24px;
    width: 24px;
}

.rbroColorPicker.sp-replacer, .rbroColorPicker.sp-replacer * {
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}

.rbroColorPicker .sp-dd {
    display: none;
}

.rbroColorPicker .sp-clear-display {
    background: transparent;
}

.rbroColorContainer.sp-container {
    background-color: #f1f3f4;
    border: 1px solid #004864;
    border-radius: 4px;
}

.rbroColorContainer .sp-dragger {
    background-color: #ffffff;
}

.rbroColorContainer .sp-palette .sp-thumb-el {
    border-radius: 10px;
    border: none;
    box-sizing: border-box;
    overflow: hidden;
}

.rbroColorContainer .sp-palette .sp-thumb-el:hover, .sp-container .sp-palette .sp-thumb-el.sp-thumb-active {
    border: 2px solid #004864;
}

.rbroColorContainer .sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner,
.rbroColorContainer .sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner{
    background-image: none;
}
@font-face {
  font-family: 'reportbro';
  src:
    url(iconfonts/reportbro.woff2?e0a160a48c8bb305a8b7c658305a1446) format('woff2'),
    url(iconfonts/reportbro.ttf?5fc4249ed751de8ad84011410117e1fc) format('truetype'),
    url(iconfonts/reportbro.woff?c091ed1e387af015616af4849c873673) format('woff'),
    url(iconfonts/reportbro.svg?e88e71aada50f6cc33a0ee598ef395ed#reportbro) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="rbroIcon-"], [class*=" rbroIcon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'reportbro' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

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

.rbroIcon-insert-report:before {
  content: "\E936";
}
.rbroIcon-row-delete:before {
  content: "\E92F";
}
.rbroIcon-column-delete:before {
  content: "\E930";
}
.rbroIcon-row-add-below:before {
  content: "\E931";
}
.rbroIcon-row-add-above:before {
  content: "\E932";
}
.rbroIcon-column-add-left:before {
  content: "\E933";
}
.rbroIcon-column-add-right:before {
  content: "\E934";
}
.rbroIcon-section:before {
  content: "\E92E";
}
.rbroIcon-frame:before {
  content: "\E915";
}
.rbroIcon-xlsx:before {
  content: "\E92D";
}
.rbroIcon-arrow-line-up:before {
  content: "\E92C";
}
.rbroIcon-barcode:before {
  content: "\E92A";
}
.rbroIcon-download:before {
  content: "\E92B";
}
.rbroIcon-edit:before {
  content: "\E924";
}
.rbroIcon-magnifier:before {
  content: "\E926";
}
.rbroIcon-play:before {
  content: "\E927";
}
.rbroIcon-preview:before {
  content: "\E928";
}
.rbroIcon-select:before {
  content: "\E925";
}
.rbroIcon-page-break:before {
  content: "\E91F";
}
.rbroIcon-line:before {
  content: "\E91E";
}
.rbroIcon-border-table-frame:before {
  content: "\E920";
}
.rbroIcon-border-table-frame-row:before {
  content: "\E921";
}
.rbroIcon-border-table-row:before {
  content: "\E922";
}
.rbroIcon-border-table-none:before {
  content: "\E914";
}
.rbroIcon-border-table-grid:before {
  content: "\E929";
}
.rbroIcon-border-all:before {
  content: "\E91A";
}
.rbroIcon-border-right:before {
  content: "\E916";
}
.rbroIcon-border-left:before {
  content: "\E917";
}
.rbroIcon-border-top:before {
  content: "\E918";
}
.rbroIcon-border-bottom:before {
  content: "\E919";
}
.rbroIcon-grid:before {
  content: "\E910";
}
.rbroIcon-console:before {
  content: "\E911";
}
.rbroIcon-image:before {
  content: "\E912";
}
.rbroIcon-text:before {
  content: "\E913";
}
.rbroIcon-settings:before {
  content: "\E901";
}
.rbroIcon-refresh:before {
  content: "\E923";
}
.rbroIcon-save:before {
  content: "\E90A";
}
.rbroIcon-undo:before {
  content: "\E90E";
}
.rbroIcon-redo:before {
  content: "\E90F";
}
.rbroIcon-align-center:before {
  content: "\E91B";
}
.rbroIcon-align-middle:before {
  content: "\E902";
}
.rbroIcon-align-bottom:before {
  content: "\E91C";
}
.rbroIcon-align-left:before {
  content: "\E91D";
}
.rbroIcon-align-right:before {
  content: "\E903";
}
.rbroIcon-align-top:before {
  content: "\E904";
}
.rbroIcon-table:before {
  content: "\E905";
}
.rbroIcon-italic:before {
  content: "\E906";
}
.rbroIcon-bold:before {
  content: "\E907";
}
.rbroIcon-underline:before {
  content: "\E908";
}
.rbroIcon-strikethrough:before {
  content: "\E900";
}
.rbroIcon-text-align-left:before {
  content: "\E909";
}
.rbroIcon-text-align-center:before {
  content: "\E90B";
}
.rbroIcon-text-align-right:before {
  content: "\E90C";
}
.rbroIcon-text-align-justify:before {
  content: "\E90D";
}
.rbroIcon-minus:before {
  content: "\E805";
}
.rbroIcon-arrow-right:before {
  content: "\E935";
}
.rbroIcon-arrow-down:before {
  content: "\E60C";
}
.rbroIcon-cancel:before {
  content: "\E604";
}
.rbroIcon-plus:before {
  content: "\E611";
}
@charset "UTF-8";
/*
*
* Based on:
* CSS TOGGLE SWITCH
*
* Ionuț Colceriu - ghinda.net
* https://github.com/ghinda/css-toggle-switch
*
*/
/* Hide by default
 */
.switch-toggle a,
.switch-light span span {  display: none; }

/* We can't test for a specific feature,
 * so we only target browsers with support for media queries.
 */
@media only screen {
  /* Checkbox
 */
  .switch-light {
    position: relative;
    display: block;
    /* simulate default browser focus outlines on the switch,
   * when the inputs are focused.
   */ }
    .switch-light::after {
      clear: both;
      content: '';
      display: table; }
    .switch-light *,
    .switch-light *:before,
    .switch-light *:after {
      box-sizing: border-box; }
    .switch-light a {
      display: block;
      transition: all 0.2s ease-out; }
    .switch-light label,
    .switch-light input:focus ~ span a,
    .switch-light input:focus + label {
      outline:none;
    }
}

@media only screen {
  /* don't hide the input from screen-readers and keyboard access
 */
  .switch-light input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: 3;
  }

  .switch-light input:checked ~ span a {
    right: 0;
  }

  /* inherit from label
 */
  .switch-light strong {
    font-weight: inherit;
  }

  .switch-light > span {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0;
    text-align: left;
  }

  .switch-light span span {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    user-select: none;
  }

  .switch-light a {
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 1;
    display: block;
    width: 50%;
    height: 100%;
    padding: 0;
  }
}

   /* Material Theme
 */
  /* switch-light
 */
@media only screen {
  .switch-light.switch-material a {
    top: -2px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fafafa;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 2px -2px rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
  .switch-material.switch-light {
    overflow: visible; }
    .switch-material.switch-light::after {
      clear: both;
      content: '';
      display: table; }
  .switch-material.switch-light > span {
    overflow: visible;
    position: relative;
    top: 3px;
    width: 52px;
    height: 24px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.26);
  }

  .switch-material.switch-light span span {
    position: absolute;
    clip: rect(0 0 0 0);
  }

  .switch-material.switch-light input:checked ~ span a {
    right: 0;
    background: #00ad69;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  }

  .switch-material.switch-light input:checked ~ span {
    background: rgba(0, 173, 105, 0.3);
  }
}
/*# sourceMappingURL=reportbro.css.map*/