# -*- coding: utf-8 -*- # Resource object code # # Created: qua mai 1 18:37:33 2019 # by: The Resource Compiler for PySide (Qt v4.8.7) # # WARNING! All changes made in this file will be lost! from PySide import QtCore qt_resource_data = b"\x00\x00\xa6\xa5/* QDarkStyleSheet --------------------------------------------------------\x0a\x0aThis is the main style sheet, the palette has nine main colors.\x0aIt is based on three selecting colors, three greyish (background) colors\x0aplus three whitish (foreground) colors. Each set of widgets of the same\x0atype have a header like this:\x0a\x0a ------------------\x0a GroupName --------\x0a ------------------\x0a\x0aAnd each widget is separated with a header like this:\x0a\x0a QWidgetName ------\x0a\x0aThis makes more easy to find and change some css field. The basic\x0aconfiguration is described bellow.\x0a\x0a SELECTION ------------\x0a\x0a sel_light #179AE0 #148CD2 (selection/hover/active)\x0a sel_normal #3375A3 #1464A0 (selected)\x0a sel_dark #18465D #14506E (selected disabled)\x0a\x0a FOREGROUND -----------\x0a\x0a for_light #EFF0F1 #F0F0F0 (texts/labels)\x0a for_normal #AAAAAA (not used yet)\x0a for_dark #505F69 #787878 (disabled texts)\x0a\x0a BACKGROUND -----------\x0a\x0a bac_light #4D545B #505F69 (unpressed)\x0a bac_normal #31363B #32414B (border, disabled, pressed, checked, toolbars, menus)\x0a bac_dark #232629 #19232D (background)\x0a\x0aIf a stranger configuration is required because of a bugfix or anything\x0aelse, keep the comment on that line to nobodys changed it, including the\x0aissue number.\x0a--------------------------------------------------------------------------- */\x0a\x0a\x0a\x0a/* QWidget ---------------------------------------------------------------- */\x0a\x0aQWidget {\x0a background-color: #19232D;\x0a border: 0px solid #32414B;\x0a padding: 0px;\x0a color: #F0F0F0;\x0a selection-background-color: #1464A0;\x0a selection-color: #F0F0F0;\x0a}\x0a\x0aQWidget:disabled {\x0a background-color: #19232D;\x0a color: #787878;\x0a selection-background-color: #14506E;\x0a selection-color: #787878;\x0a}\x0a\x0aQWidget:item:selected {\x0a background-color: #1464A0;\x0a}\x0a\x0aQWidget:item:hover {\x0a background-color: #148CD2;\x0a color: #32414B;\x0a}\x0a\x0a/* QMainWindow ------------------------------------------------------------ */\x0a/* This adjusts the splitter in the dock widget, not qsplitter */\x0a\x0a\x0aQMainWindow::separator {\x0a background-color: #32414B;\x0a border: 0 solid #19232D;\x0a spacing: 0;\x0a padding: 2px;\x0a}\x0a\x0aQMainWindow::separator:hover {\x0a background-color: #505F69;\x0a border: 0px solid #148CD2;\x0a}\x0a\x0aQMainWindow::separator:horizontal {\x0a width: 5px;\x0a margin-top: 2px;\x0a margin-bottom: 2px;\x0a image: url(:/qss_icons/rc/Vsepartoolbar.png);\x0a}\x0a\x0aQMainWindow::separator:vertical {\x0a height: 5px;\x0a margin-left: 2px;\x0a margin-right: 2px;\x0a image: url(:/qss_icons/rc/Hsepartoolbar.png);\x0a}\x0a\x0a/* QToolTip --------------------------------------------------------------- */\x0a\x0aQToolTip {\x0a background-color: #148CD2;\x0a border: 1px solid #19232D;\x0a color: #19232D;\x0a padding: 0; /*remove padding, for fix combo box tooltip*/\x0a opacity: 230; /*reducing transparency to read better*/\x0a}\x0a\x0a/* QStatusBar ------------------------------------------------------------- */\x0a\x0aQStatusBar {\x0a border: 1px solid #32414B;\x0a background: #32414B; /*fixes spyder #9120,#9121*/\x0a}\x0a\x0aQStatusBar QToolTip {\x0a background-color: #148CD2;\x0a border: 1px solid #19232D;\x0a color: #19232D;\x0a padding: 0; /*remove padding, for fix combo box tooltip*/\x0a opacity: 230; /*reducing transparency to read better*/\x0a}\x0a\x0aQStatusBar QLabel {\x0a background-color: transparent; /*fixes spyder #9120,#9121*/\x0a}\x0a\x0a/* QCheckBox -------------------------------------------------------------- */\x0a\x0aQCheckBox {\x0a background-color: #19232D;\x0a color: #F0F0F0;\x0a spacing: 4px;\x0a outline: none;\x0a padding-top: 4px;\x0a padding-bottom: 4px;\x0a}\x0a\x0aQCheckBox:focus {\x0a border: none;\x0a}\x0a\x0aQCheckBox QWidget:disabled {\x0a background-color: #19232D;\x0a color: #787878;\x0a}\x0a\x0aQCheckBox::indicator {\x0a margin-left: 4px;\x0a width: 16px;\x0a height: 16px;\x0a}\x0a\x0aQCheckBox::indicator:unchecked {\x0a image: url(:/qss_icons/rc/checkbox_unchecked.png);\x0a}\x0a\x0aQCheckBox::indicator:unchecked:hover,\x0aQCheckBox::indicator:unchecked:focus,\x0aQCheckBox::indicator:unchecked:pressed {\x0a border: none;\x0a image: url(:/qss_icons/rc/checkbox_unchecked_focus.png);\x0a}\x0a\x0aQCheckBox::indicator:unchecked:disabled {\x0a image: url(:/qss_icons/rc/checkbox_unchecked_disabled.png);\x0a}\x0a\x0aQCheckBox::indicator:checked {\x0a image: url(:/qss_icons/rc/checkbox_checked.png);\x0a}\x0a\x0aQCheckBox::indicator:checked:hover,\x0aQCheckBox::indicator:checked:focus,\x0aQCheckBox::indicator:checked:pressed {\x0a border: none;\x0a image: url(:/qss_icons/rc/checkbox_checked_focus.png);\x0a}\x0a\x0aQCheckBox::indicator:checked:disabled{\x0a image: url(:/qss_icons/rc/checkbox_checked_disabled.png);\x0a}\x0a\x0aQCheckBox::indicator:indeterminate {\x0a image: url(:/qss_icons/rc/checkbox_indeterminate.png);\x0a}\x0a\x0aQCheckBox::indicator:indeterminate:disabled {\x0a image: url(:/qss_icons/rc/checkbox_indeterminate_disabled.png);\x0a}\x0a\x0aQCheckBox::indicator:indeterminate:focus,\x0aQCheckBox::indicator:indeterminate:hover,\x0aQCheckBox::indicator:indeterminate:pressed {\x0a image: url(:/qss_icons/rc/checkbox_indeterminate_focus.png);\x0a}\x0a\x0a/* QGroupBox -------------------------------------------------------------- */\x0a\x0aQGroupBox {\x0a font-weight: bold;\x0a border: 1px solid #32414B;\x0a border-radius: 4px;\x0a padding: 4px;\x0a margin-top: 16px;\x0a}\x0a\x0a\x0a\x0aQGroupBox::title {\x0a subcontrol-origin: margin;\x0a subcontrol-position: top left;\x0a left: 3px;\x0a padding-left: 3px;\x0a padding-right: 5px;\x0a padding-top: 8px;\x0a padding-bottom: 16px;\x0a}\x0a\x0aQGroupBox::indicator {\x0a margin-left: 4px;\x0a width: 16px;\x0a height: 16px;\x0a}\x0a\x0aQGroupBox::indicator {\x0a margin-left: 2px;\x0a}\x0a\x0aQGroupBox::indicator:unchecked:hover,\x0aQGroupBox::indicator:unchecked:focus,\x0aQGroupBox::indicator:unchecked:pressed {\x0a border: none;\x0a image: url(:/qss_icons/rc/checkbox_unchecked_focus.png);\x0a}\x0a\x0aQGroupBox::indicator:checked:hover,\x0aQGroupBox::indicator:checked:focus,\x0aQGroupBox::indicator:checked:pressed {\x0a border: none;\x0a image: url(:/qss_icons/rc/checkbox_checked_focus.png);\x0a}\x0a\x0aQGroupBox::indicator:checked:disabled {\x0a image: url(:/qss_icons/rc/checkbox_checked_disabled.png);\x0a}\x0a\x0aQGroupBox::indicator:unchecked:disabled {\x0a image: url(:/qss_icons/rc/checkbox_unchecked_disabled.png);\x0a}\x0a\x0a/* QRadioButton ----------------------------------------------------------- */\x0a\x0aQRadioButton {\x0a background-color: #19232D;\x0a color: #F0F0F0;\x0a spacing: 0;\x0a padding: 0;\x0a border: none;\x0a outline: none;\x0a}\x0a\x0aQRadioButton:focus {\x0a border: none;\x0a}\x0a\x0aQRadioButton:disabled {\x0a background-color: #19232D;\x0a color: #787878;\x0a border: none;\x0a outline: none;\x0a}\x0a\x0aQRadioButton QWidget {\x0a background-color: #19232D;\x0a color: #F0F0F0;\x0a spacing: 0px;\x0a padding: 0px;\x0a outline: none;\x0a border: none;\x0a}\x0a\x0aQRadioButton::indicator {\x0a border: none;\x0a outline: none;\x0a margin-bottom: 2px;\x0a width: 25px;\x0a height: 25px;\x0a}\x0a\x0aQRadioButton::indicator:unchecked {\x0a image: url(:/qss_icons/rc/radio_unchecked.png);\x0a}\x0a\x0aQRadioButton::indicator:unchecked:hover,\x0aQRadioButton::indicator:unchecked:focus,\x0aQRadioButton::indicator:unchecked:pressed {\x0a border: none;\x0a outline: none;\x0a image: url(:/qss_icons/rc/radio_unchecked_focus.png);\x0a}\x0a\x0aQRadioButton::indicator:checked {\x0a border: none;\x0a outline: none;\x0a image: url(:/qss_icons/rc/radio_checked.png);\x0a}\x0a\x0aQRadioButton::indicator:checked:hover,\x0aQRadioButton::indicator:checked:focus,\x0aQRadioButton::indicator:checked:pressed {\x0a border: none;\x0a outline: none;\x0a image: url(:/qss_icons/rc/radio_checked_focus.png);\x0a}\x0a\x0aQRadioButton::indicator:checked:disabled {\x0a outline: none;\x0a image: url(:/qss_icons/rc/radio_checked_disabled.png);\x0a}\x0a\x0aQRadioButton::indicator:unchecked:disabled {\x0a image: url(:/qss_icons/rc/radio_unchecked_disabled.png);\x0a}\x0a\x0a/* QMenuBar --------------------------------------------------------------- */\x0a\x0aQMenuBar {\x0a background-color: #32414B;\x0a padding: 2px;\x0a border: 1px solid #19232D;\x0a color: #F0F0F0;\x0a}\x0a\x0aQMenuBar:focus {\x0a border: 1px solid #148CD2;\x0a}\x0a\x0aQMenuBar::item {\x0a background: transparent;\x0a padding: 4px;\x0a}\x0a\x0aQMenuBar::item:selected {\x0a padding: 4px;\x0a background: transparent;\x0a border: 0px solid #32414B;\x0a}\x0a\x0aQMenuBar::item:pressed {\x0a padding: 4px;\x0a border: 0px solid #32414B;\x0a background-color: #148CD2;\x0a color: #F0F0F0;\x0a margin-bottom: 0px;\x0a padding-bottom: 0px;\x0a}\x0a\x0a/* QMenu ------------------------------------------------------------------ */\x0a\x0aQMenu {\x0a border: 0px solid #32414B;\x0a color: #F0F0F0;\x0a margin: 0px;\x0a}\x0a\x0aQMenu::separator {\x0a height: 2px;\x0a background-color: #505F69;\x0a color: #F0F0F0;\x0a padding-left: 4px;\x0a margin-left: 2px;\x0a margin-right: 2px;\x0a}\x0a\x0aQMenu::icon {\x0a margin: 0px;\x0a padding-left:4px;\x0a}\x0a\x0aQMenu::item {\x0a padding: 4px 24px 4px 24px;\x0a border: 1px transparent #32414B; /* reserve space for selection border */\x0a}\x0a\x0aQMenu::item:selected {\x0a color: #F0F0F0;\x0a}\x0a\x0a\x0a\x0aQMenu::indicator {\x0a width: 12px;\x0a height: 12px;\x0a padding-left:6px;\x0a}\x0a\x0a/* non-exclusive indicator = check box style indicator (see QActionGroup::setExclusive) */\x0a\x0aQMenu::indicator:non-exclusive:unchecked {\x0a image: url(:/qss_icons/rc/checkbox_unchecked.png);\x0a}\x0a\x0aQMenu::indicator:non-exclusive:unchecked:selected {\x0a image: url(:/qss_icons/rc/checkbox_unchecked_disabled.png);\x0a}\x0a\x0aQMenu::indicator:non-exclusive:checked {\x0a image: url(:/qss_icons/rc/checkbox_checked.png);\x0a}\x0a\x0aQMenu::indicator:non-exclusive:checked:selected {\x0a image: url(:/qss_icons/rc/checkbox_checked_disabled.png);\x0a}\x0a\x0a/* exclusive indicator = radio button style indicator (see QActionGroup::setExclusive) */\x0a\x0aQMenu::indicator:exclusive:unchecked {\x0a image: url(:/qss_icons/rc/radio_unchecked.png);\x0a}\x0a\x0aQMenu::indicator:exclusive:unchecked:selected {\x0a image: url(:/qss_icons/rc/radio_unchecked_disabled.png);\x0a}\x0a\x0aQMenu::indicator:exclusive:checked {\x0a image: url(:/qss_icons/rc/radio_checked.png);\x0a}\x0a\x0aQMenu::indicator:exclusive:checked:selected {\x0a image: url(:/qss_icons/rc/radio_checked_disabled.png);\x0a}\x0a\x0aQMenu::right-arrow {\x0a margin: 5px;\x0a image: url(:/qss_icons/rc/right_arrow.png)\x0a}\x0a\x0a/* QAbstractItemView ------------------------------------------------------ */\x0a\x0aQAbstractItemView {\x0a alternate-background-color: #19232D;\x0a color: #F0F0F0;\x0a border: 1px solid #32414B;\x0a border-radius: 4px;\x0a}\x0a\x0aQAbstractItemView QLineEdit {\x0a padding: 2px;\x0a}\x0a\x0a/* QAbstractScrollArea ---------------------------------------------------- */\x0a\x0aQAbstractScrollArea {\x0a background-color: #19232D;\x0a border: 1px solid #32414B;\x0a border-radius: 4px;\x0a padding: 4px;\x0a color: #F0F0F0;\x0a}\x0a\x0aQAbstractScrollArea:disabled {\x0a color: #787878;\x0a}\x0a\x0a/* QScrollArea ------------------------------------------------------------ */\x0a\x0aQScrollArea QWidget QWidget:disabled {\x0a background-color: #19232D;\x0a}\x0a\x0a/* QScrollBar ------------------------------------------------------------- */\x0a\x0aQScrollBar:horizontal {\x0a height: 16px;\x0a margin: 2px 16px 2px 16px;\x0a border: 1px solid #32414B;\x0a border-radius: 4px;\x0a background-color: #19232D;\x0a}\x0a\x0aQScrollBar::handle:horizontal {\x0a background-color: #787878;\x0a border: 1px solid #32414B;\x0a border-radius: 4px;\x0a min-width: 8px;\x0a\x0a}\x0a\x0aQScrollBar::handle:horizontal:hover {\x0a background-color: #148CD2;\x0a border: 1px solid #148CD2;\x0a border-radius: 4px;\x0a min-width: 8px;\x0a}\x0a\x0aQScrollBar::add-line:horizontal {\x0a margin: 0px 0px 0px 0px;\x0a border-image: url(:/qss_icons/rc/right_arrow_disabled.png);\x0a width: 10px;\x0a height: 10px;\x0a subcontrol-position: right;\x0a subcontrol-origin: margin;\x0a}\x0a\x0aQScrollBar::sub-line:horizontal {\x0a margin: 0px 3px 0px 3px;\x0a border-image: url(:/qss_icons/rc/left_arrow_disabled.png);\x0a height: 10px;\x0a width: 10px;\x0a subcontrol-position: left;\x0a subcontrol-origin: margin;\x0a}\x0a\x0aQScrollBar::add-line:horizontal:hover,\x0aQScrollBar::add-line:horizontal:on {\x0a border-image: url(:/qss_icons/rc/right_arrow.png);\x0a height: 10px;\x0a width: 10px;\x0a subcontrol-position: right;\x0a subcontrol-origin: margin;\x0a}\x0a\x0aQScrollBar::sub-line:horizontal:hover,\x0aQScrollBar::sub-line:horizontal:on {\x0a border-image: url(:/qss_icons/rc/left_arrow.png);\x0a height: 10px;\x0a width: 10px;\x0a subcontrol-position: left;\x0a subcontrol-origin: margin;\x0a}\x0a\x0aQScrollBar::up-arrow:horizontal,\x0aQScrollBar::down-arrow:horizontal {\x0a background: none;\x0a}\x0a\x0aQScrollBar::add-page:horizontal,\x0aQScrollBar::sub-page:horizontal {\x0a background: none;\x0a}\x0a\x0aQScrollBar:vertical {\x0a background-color: #19232D;\x0a width: 16px;\x0a margin: 16px 2px 16px 2px;\x0a border: 1px solid #32414B;\x0a border-radius: 4px;\x0a}\x0a\x0aQScrollBar::handle:vertical {\x0a background-color: #787878;\x0a border: 1px solid #32414B;\x0a min-height: 8px;\x0a border-radius: 4px;\x0a}\x0a\x0aQScrollBar::handle:vertical:hover {\x0a background-color: #148CD2;\x0a border: 1px solid #148CD2;\x0a border-radius: 4px;\x0a min-height: 8px;\x0a\x0a}\x0a\x0aQScrollBar::sub-line:vertical {\x0a margin: 3px 0px 3px 0px;\x0a border-image: url(:/qss_icons/rc/up_arrow_disabled.png);\x0a height: 10px;\x0a width: 10px;\x0a subcontrol-position: top;\x0a subcontrol-origin: margin;\x0a}\x0a\x0aQScrollBar::add-line:vertical {\x0a margin: 3px 0px 3px 0px;\x0a border-image: url(:/qss_icons/rc/down_arrow_disabled.png);\x0a height: 10px;\x0a width: 10px;\x0a subcontrol-position: bottom;\x0a subcontrol-origin: margin;\x0a}\x0a\x0aQScrollBar::sub-line:vertical:hover,\x0aQScrollBar::sub-line:vertical:on {\x0a border-image: url(:/qss_icons/rc/up_arrow.png);\x0a height: 10px;\x0a width: 10px;\x0a subcontrol-position: top;\x0a subcontrol-origin: margin;\x0a}\x0a\x0aQScrollBar::add-line:vertical:hover,\x0aQScrollBar::add-line:vertical:on {\x0a border-image: url(:/qss_icons/rc/down_arrow.png);\x0a height: 10px;\x0a width: 10px;\x0a subcontrol-position: bottom;\x0a subcontrol-origin: margin;\x0a}\x0a\x0aQScrollBar::up-arrow:vertical,\x0aQScrollBar::down-arrow:vertical {\x0a background: none;\x0a}\x0a\x0aQScrollBar::add-page:vertical,\x0aQScrollBar::sub-page:vertical {\x0a background: none;\x0a}\x0a\x0a/* QTextEdit--------------------------------------------------------------- */\x0a\x0aQTextEdit {\x0a background-color: #19232D;\x0a color: #F0F0F0;\x0a border: 1px solid #32414B;\x0a}\x0a\x0aQTextEdit:hover {\x0a border: 1px solid #148CD2;\x0a color: #F0F0F0;\x0a}\x0a\x0aQTextEdit:selected {\x0a background: #1464A0;\x0a color: #32414B;\x0a}\x0a\x0a/* QPlainTextEdit --------------------------------------------------------- */\x0a\x0aQPlainTextEdit {\x0a background-color: #19232D;\x0a color: #F0F0F0;\x0a border-radius: 4px;\x0a border: 1px solid #32414B;\x0a}\x0a\x0aQPlainTextEdit:hover {\x0a border: 1px solid #148CD2;\x0a color: #F0F0F0;\x0a}\x0a\x0aQPlainTextEdit:selected {\x0a background: #1464A0;\x0a color: #32414B;\x0a}\x0a\x0a/* QSizeGrip --------------------------------------------------------------- */\x0a\x0aQSizeGrip {\x0a image: url(:/qss_icons/rc/sizegrip.png);\x0a width: 12px;\x0a height: 12px;\x0a}\x0a\x0a/* QStackedWidget --------------------------------------------------------- */\x0a\x0aQStackedWidget {\x0a padding: 4px;\x0a border: 1px solid #32414B;\x0a border: 1px solid #19232D;\x0a}\x0a\x0a/* QToolBar --------------------------------------------------------------- */\x0a\x0aQToolBar {\x0a background-color: #32414B;\x0a border-bottom: 1px solid #19232D;\x0a padding: 2px;\x0a font-weight: bold;\x0a}\x0a\x0aQToolBar QToolButton{\x0a background-color: #32414B;\x0a}\x0a\x0aQToolBar::handle:horizontal {\x0a width: 6px;\x0a image: url(:/qss_icons/rc/Hmovetoolbar.png);\x0a}\x0a\x0aQToolBar::handle:vertical {\x0a height: 6px;\x0a image: url(:/qss_icons/rc/Vmovetoolbar.png);\x0a}\x0a\x0aQToolBar::separator:horizontal {\x0a width: 3px;\x0a image: url(:/qss_icons/rc/Hsepartoolbar.png);\x0a}\x0a\x0aQToolBar::separator:vertical {\x0a height: 3px;\x0a image: url(:/qss_icons/rc/Vsepartoolbar.png);\x0a}\x0a\x0aQToolButton#qt_toolbar_ext_button {\x0a background: #32414B;\x0a border: 0px;\x0a color: #F0F0F0;\x0a image: url(:/qss_icons/rc/right_arrow.png);\x0a}\x0a\x0a/* QAbstractSpinBox ------------------------------------------------------- */\x0a\x0aQAbstractSpinBox {\x0a background-color: #19232D;\x0a border: 1px solid #32414B;\x0a color: #F0F0F0;\x0a padding-top: 2px; /* This fix 103, 111*/\x0a padding-bottom: 2px; /* This fix 103, 111*/\x0a padding-left: 4px;\x0a padding-right: 4px;\x0a border-radius: 4px;\x0a /* min-width: 5px; removed to fix 109 */\x0a}\x0a\x0aQAbstractSpinBox:up-button {\x0a background-color: transparent #19232D;\x0a subcontrol-origin: border;\x0a subcontrol-position: top right;\x0a border-left: 1px solid #32414B;\x0a margin: 1px;\x0a}\x0a\x0aQAbstractSpinBox::up-arrow,\x0aQAbstractSpinBox::up-arrow:disabled,\x0aQAbstractSpinBox::up-arrow:off {\x0a image: url(:/qss_icons/rc/up_arrow_disabled.png);\x0a width: 9px;\x0a height: 9px;\x0a}\x0a\x0aQAbstractSpinBox::up-arrow:hover {\x0a image: url(:/qss_icons/rc/up_arrow.png);\x0a}\x0a\x0aQAbstractSpinBox:down-button {\x0a background-color: transparent #19232D;\x0a subcontrol-origin: border;\x0a subcontrol-position: bottom right;\x0a border-left: 1px solid #32414B;\x0a margin: 1px;\x0a}\x0a\x0aQAbstractSpinBox::down-arrow,\x0aQAbstractSpinBox::down-arrow:disabled,\x0aQAbstractSpinBox::down-arrow:off {\x0a image: url(:/qss_icons/rc/down_arrow_disabled.png);\x0a width: 9px;\x0a height: 9px;\x0a}\x0a\x0aQAbstractSpinBox::down-arrow:hover {\x0a image: url(:/qss_icons/rc/down_arrow.png);\x0a}\x0a\x0aQAbstractSpinBox:hover{\x0a border: 1px solid #148CD2;\x0a color: #F0F0F0;\x0a}\x0a\x0aQAbstractSpinBox:selected {\x0a background: #1464A0;\x0a color: #32414B;\x0a}\x0a\x0a/* ------------------------------------------------------------------------ */\x0a/* DISPLAYS --------------------------------------------------------------- */\x0a/* ------------------------------------------------------------------------ */\x0a\x0a/* QLabel ----------------------------------------------------------------- */\x0a\x0aQLabel {\x0a background-color: #19232D;\x0a border: 0px solid #32414B;\x0a padding: 2px;\x0a margin: 0px;\x0a color: #F0F0F0\x0a}\x0a\x0aQLabel::disabled {\x0a background-color: #19232D;\x0a border: 0px solid #32414B;\x0a color: #787878;\x0a}\x0a\x0a/* QTextBrowser ----------------------------------------------------------- */\x0a\x0aQTextBrowser {\x0a background-color: #19232D;\x0a border: 1px solid #32414B;\x0a color: #F0F0F0;\x0a border-radius: 4px;\x0a}\x0a\x0aQTextBrowser:disabled {\x0a background-color: #19232D;\x0a border: 1px solid #32414B;\x0a color: #787878;\x0a border-radius: 4px;\x0a}\x0a\x0aQTextBrowser:hover,\x0aQTextBrowser:!hover,\x0aQTextBrowser::selected,\x0aQTextBrowser::pressed {\x0a border: 1px solid #32414B;\x0a}\x0a\x0a/* QGraphicsView --------------------------------------------------------- */\x0a\x0aQGraphicsView {\x0a background-color: #19232D;\x0a border: 1px solid #32414B;\x0a color: #F0F0F0;\x0a border-radius: 4px;\x0a}\x0a\x0aQGraphicsView:disabled {\x0a background-color: #19232D;\x0a border: 1px solid #32414B;\x0a color: #787878;\x0a border-radius: 4px;\x0a}\x0a\x0aQGraphicsView:hover,\x0aQGraphicsView:!hover,\x0aQGraphicsView::selected,\x0aQGraphicsView::pressed {\x0a border: 1px solid #32414B;\x0a}\x0a\x0a/* QCalendarWidget -------------------------------------------------------- */\x0a\x0aQCalendarWidget {\x0a border: 1px solid #32414B;\x0a border-radius: 4px;\x0a}\x0a\x0aQCalendarWidget:disabled {\x0a background-color: #19232D;\x0a color: #787878;\x0a}\x0a\x0a/* QLCDNumber ------------------------------------------------------------- */\x0a\x0aQLCDNumber {\x0a background-color: #19232D;\x0a color: #F0F0F0;\x0a}\x0a\x0aQLCDNumber:disabled {\x0a background-color: #19232D;\x0a color: #787878;\x0a}\x0a\x0a/* QProgressBar ----------------------------------------------------------- */\x0a\x0aQProgressBar {\x0a background-color: #19232D;\x0a border: 1px solid #32414B;\x0a color: #F0F0F0;\x0a border-radius: 4px;\x0a text-align: center;\x0a}\x0a\x0aQProgressBar:disabled {\x0a background-color: #19232D;\x0a border: 1px solid #32414B;\x0a color: #787878;\x0a border-radius: 4px;\x0a text-align: center;\x0a}\x0a\x0aQProgressBar::chunk {\x0a background-color: #1464A0;\x0a color: #19232D;\x0a border-radius: 4px;\x0a}\x0a\x0aQProgressBar::chunk:disabled {\x0a background-color: #14506E;\x0a color: #787878;\x0a border-radius: 4px;\x0a}\x0a\x0a\x0a/* ------------------------------------------------------------------------ */\x0a/* BUTTONS ---------------------------------------------------------------- */\x0a/* ------------------------------------------------------------------------ */\x0a\x0a/* QPushButton ------------------------------------------------------------ */\x0a\x0aQPushButton {\x0a background-color: #505F69 ;\x0a border: 1px solid #32414B;\x0a color: #F0F0F0;\x0a border-radius: 4px;\x0a padding: 3px;\x0a outline: none;\x0a}\x0a\x0aQPushButton:disabled {\x0a background-color: #32414B;\x0a border: 1px solid #32414B;\x0a color: #787878;\x0a border-radius: 4px;\x0a padding: 3px;\x0a}\x0a\x0a\x0aQPushButton:checked {\x0a background-color: #32414B;\x0a border: 1px solid #32414B;\x0a border-radius: 4px;\x0a padding: 3px;\x0a outline: none;\x0a}\x0a\x0aQPushButton:checked:disabled {\x0a background-color: #19232D;\x0a border: 1px solid #32414B;\x0a color: #787878;\x0a border-radius: 4px;\x0a padding: 3px;\x0a outline: none;\x0a}\x0a\x0aQPushButton::menu-indicator {\x0a subcontrol-origin: padding;\x0a subcontrol-position: bottom right;\x0a bottom: 4px;\x0a}\x0a\x0aQPushButton:pressed {\x0a background-color: #19232D;\x0a border: 1px solid #19232D;\x0a}\x0a\x0aQPushButton:hover,\x0aQPushButton:checked:hover{\x0a border: 1px solid #148CD2;\x0a color: #F0F0F0;\x0a}\x0a\x0aQPushButton:pressed:hover{\x0a border: 1px solid #1464A0;\x0a}\x0a\x0aQPushButton:selected,\x0aQPushButton:checked:selected{\x0a background: #1464A0;\x0a color: #32414B;\x0a}\x0a\x0a/* QToolButton ------------------------------------------------------------ */\x0a\x0aQToolButton {\x0a background-color: transparent;\x0a border: 1px solid #32414B;\x0a border-radius: 4px;\x0a margin: 0px;\x0a padding: 2px;\x0a}\x0a\x0aQToolButton:checked {\x0a background-color: #19232D;\x0a border: 1px solid #19232D;\x0a}\x0a\x0aQToolButton:pressed {\x0a background-color: #19232D;\x0a border: 1px solid #19232D;\x0a\x0a}\x0a\x0aQToolButton:disabled {\x0a border: 1px solid #32414B;\x0a}\x0a\x0aQToolButton:hover,\x0aQToolButton:checked:hover{\x0a border: 1px solid #148CD2;\x0a}\x0aQToolButton:pressed:hover{\x0a border: 1px solid #1464A0;\x0a}\x0a\x0a/* the subcontrols below are used only in the MenuButtonPopup mode */\x0a\x0aQToolButton[popupMode=\x221\x22] {\x0a padding: 2px;\x0a padding-right: 12px; /* only for MenuButtonPopup */\x0a border: 1px solid #32414B; /* make way for the popup button */\x0a border-radius: 4px;\x0a}\x0a\x0a/* The subcontrol below is used only in the InstantPopup or DelayedPopup mode */\x0a\x0aQToolButton[popupMode=\x222\x22] {\x0a padding: 2px;\x0a padding-right: 12px; /* only for InstantPopup */\x0a border: 1px solid #32414B; /* make way for the popup button */\x0a}\x0a\x0aQToolButton::menu-button {\x0a padding: 2px;\x0a border-radius: 4px;\x0a border: 1px solid #32414B;\x0a border-top-right-radius: 4px;\x0a border-bottom-right-radius: 4px;\x0a /* 16px width + 4px for border = 20px allocated above */\x0a width: 16px;\x0a outline: none;\x0a}\x0a\x0aQToolButton::menu-button:hover,\x0aQToolButton::menu-button:checked:hover {\x0a border: 1px solid #148CD2;\x0a}\x0a\x0aQToolButton::menu-indicator {\x0a image: url(:/qss_icons/rc/down_arrow.png);\x0a top: -8px; /* shift it a bit */\x0a left: -4px; /* shift it a bit */\x0a}\x0a\x0aQToolButton::menu-arrow {\x0a image: url(:/qss_icons/rc/down_arrow.png);\x0a}\x0a\x0aQToolButton::menu-arrow:open {\x0a border: 1px solid #32414B;\x0a}\x0a\x0a/* QCommandLinkButton ----------------------------------------------------- */\x0a\x0aQCommandLinkButton {\x0a background-color: transparent;\x0a border: 1px solid #32414B;\x0a color: #F0F0F0;\x0a border-radius: 4px;\x0a padding: 0px;\x0a margin: 0px;\x0a}\x0a\x0aQCommandLinkButton:disabled {\x0a background-color: transparent;\x0a color: #787878;\x0a}\x0a\x0a/* ------------------------------------------------------------------------ */\x0a/* INPUTS - NO FIELDS ----------------------------------------------------- */\x0a/* ------------------------------------------------------------------------ */\x0a\x0a/* QCombobox -------------------------------------------------------------- */\x0aQComboBox {\x0a border: 1px solid #32414B;\x0a border-radius: 4px;\x0a selection-background-color: #1464A0;\x0a padding-left: 4px;\x0a padding-right: 4px;\x0a min-height: 1.5em; /* fix #103, #111 */\x0a /* padding-top: 2px; removed to fix #132 */\x0a /* padding-bottom: 2px; removed to fix #132 */\x0a /* min-width: 75px; removed to fix #109 */\x0a}\x0a\x0aQComboBox QAbstractItemView {\x0a background-color: #19232d;\x0a border-radius: 4px;\x0a border: 1px solid #32414B;\x0a selection-color: #148CD2;\x0a selection-background-color: #32414B;\x0a}\x0a\x0aQComboBox:disabled {\x0a background-color: #19232D;\x0a color: #787878;\x0a}\x0a\x0aQComboBox:hover{\x0a border: 1px solid #148CD2;\x0a}\x0a\x0aQComboBox:on {\x0a selection-background-color: #19232D;\x0a}\x0a\x0a/* Needed to remove indicator - fix #132 */\x0aQComboBox::indicator {\x0a background-color:transparent;\x0a selection-background-color:transparent;\x0a color:transparent;\x0a selection-color:transparent;\x0a}\x0a\x0a/* Needed to remove indicator - fix #132 */\x0aQComboBox::item:alternate {\x0a background: #19232D;\x0a}\x0a\x0aQComboBox::item:checked {\x0a font-weight: bold;\x0a}\x0a\x0aQComboBox::item:selected {\x0a border: 0px solid transparent;\x0a}\x0a\x0aQComboBox::drop-down {\x0a subcontrol-origin: padding;\x0a subcontrol-position: top right;\x0a width: 20px;\x0a border-left-width: 0px;\x0a border-left-color: #32414B;\x0a border-left-style: solid;\x0a border-top-right-radius: 3px;\x0a border-bottom-right-radius: 3px;\x0a}\x0a\x0aQComboBox::down-arrow {\x0a image: url(:/qss_icons/rc/down_arrow_disabled.png);\x0a}\x0a\x0aQComboBox::down-arrow:on,\x0aQComboBox::down-arrow:hover,\x0aQComboBox::down-arrow:focus {\x0a image: url(:/qss_icons/rc/down_arrow.png);\x0a}\x0a\x0a/* QSlider ---------------------------------------------------------------- */\x0a\x0aQSlider:disabled {\x0a background: #19232D;\x0a}\x0a\x0aQSlider:focus {\x0a border: none;\x0a}\x0a\x0aQSlider::groove:horizontal {\x0a background: #32414B;\x0a border: 1px solid #32414B;\x0a height: 4px;\x0a margin: 0px;\x0a border-radius: 4px;\x0a}\x0a\x0aQSlider::sub-page:horizontal {\x0a background: #1464A0;\x0a border: 1px solid #32414B;\x0a height: 4px;\x0a margin: 0px;\x0a border-radius: 4px;\x0a}\x0a\x0aQSlider::sub-page:horizontal:disabled {\x0a background: #14506E;\x0a}\x0a\x0aQSlider::handle:horizontal {\x0a background: #787878;\x0a border: 1px solid #32414B;\x0a width: 8px;\x0a height: 8px;\x0a margin: -8px 0;\x0a border-radius: 4px;\x0a}\x0a\x0aQSlider::handle:horizontal:hover {\x0a background: #148CD2;\x0a border: 1px solid #148CD2;\x0a}\x0a\x0aQSlider::groove:vertical {\x0a background: #32414B;\x0a border: 1px solid #32414B;\x0a width: 4px;\x0a margin: 0px;\x0a border-radius: 4px;\x0a}\x0a\x0aQSlider::sub-page:vertical {\x0a background: #1464A0;\x0a border: 1px solid #32414B;\x0a width: 4px;\x0a margin: 0px;\x0a border-radius: 4px;\x0a}\x0a\x0aQSlider::sub-page:vertical:disabled {\x0a background: #14506E;\x0a}\x0a\x0aQSlider::handle:vertical {\x0a background: #787878;\x0a border: 1px solid #32414B;\x0a width: 8px;\x0a height: 8px;\x0a margin: 0 -8px;\x0a border-radius: 4px;\x0a}\x0a\x0aQSlider::handle:vertical:hover {\x0a background: #148CD2;\x0a border: 1px solid #148CD2;\x0a}\x0a\x0a/* QLine ------------------------------------------------------------------ */\x0a\x0aQLineEdit {\x0a background-color: #19232D;\x0a padding-top: 2px; /* This QLineEdit fix 103, 111 */\x0a padding-bottom: 2px; /* This QLineEdit fix 103, 111 */\x0a padding-left: 4px;\x0a padding-right: 4px;\x0a border-style: solid;\x0a border: 1px solid #32414B;\x0a border-radius: 4px;\x0a color: #F0F0F0;\x0a}\x0a\x0aQLineEdit:disabled {\x0a background-color: #19232D;\x0a color: #787878;\x0a}\x0a\x0aQLineEdit:hover{\x0a border: 1px solid #148CD2;\x0a color: #F0F0F0;\x0a}\x0a\x0aQLineEdit:selected{\x0a background: #1464A0;\x0a color: #32414B;\x0a}\x0a\x0a/* QTabWiget -------------------------------------------------------------- */\x0a\x0aQTabWidget {\x0a padding: 2px;\x0a selection-background-color: #32414B;\x0a}\x0a\x0a\x0aQTabWidget QWidget QWidget /* add wanted borders fix #141, #126, #123 */\x0aQTabWidget QFrame {\x0a border: 1px solid #32414B;\x0a}\x0a\x0aQTabWidget QLabel {\x0a border: 0px solid #32414B; /* label derived from frame, remove border #141 */\x0a}\x0a\x0aQTabWidget::pane {\x0a border: 1px solid #32414B;\x0a border-radius: 4px;\x0a padding: 0px; /* fixes double border inside pane wit pyqt5 */\x0a margin: 0px;\x0a}\x0a\x0aQTabWidget::pane:selected {\x0a background-color: #32414B;\x0a border: 1px solid #1464A0;\x0a}\x0a\x0a/* QTabBar ---------------------------------------------------------------- */\x0a\x0aQTabBar {\x0a qproperty-drawBase: 0;\x0a border-radius: 4px;\x0a margin: 0px;\x0a padding: 2px;\x0a border: 0;\x0a\x0a /* left: 5px; move to the right by 5px - removed for fix */\x0a }\x0a\x0aQTabBar::close-button {\x0a border: 0;\x0a margin: 2px;\x0a padding: 0;\x0a image: url(:/qss_icons/rc/close.png);\x0a}\x0a\x0aQTabBar::close-button:hover {\x0a image: url(:/qss_icons/rc/close-hover.png);\x0a}\x0a\x0aQTabBar::close-button:pressed {\x0a image: url(:/qss_icons/rc/close-pressed.png);\x0a}\x0a\x0a/* QTabBar::tab - selected ----------------------------------------------- */\x0a\x0aQTabBar::tab:top:selected:disabled {\x0a border-bottom: 3px solid #14506E;\x0a color: #787878;\x0a background-color: #32414B;\x0a}\x0a\x0aQTabBar::tab:bottom:selected:disabled {\x0a border-top: 3px solid #14506E;\x0a color: #787878;\x0a background-color: #32414B;\x0a}\x0a\x0aQTabBar::tab:left:selected:disabled {\x0a border-left: 3px solid #14506E;\x0a color: #787878;\x0a background-color: #32414B;\x0a}\x0a\x0aQTabBar::tab:right:selected:disabled {\x0a border-right: 3px solid #14506E;\x0a color: #787878;\x0a background-color: #32414B;\x0a}\x0a\x0a/* QTabBar::tab - !selected and disabled ---------------------------------- */\x0a\x0aQTabBar::tab:top:!selected:disabled {\x0a border-bottom: 3px solid #19232D;\x0a color: #787878;\x0a background-color: #19232D;\x0a}\x0a\x0aQTabBar::tab:bottom:!selected:disabled {\x0a border-top: 3px solid #19232D;\x0a color: #787878;\x0a background-color: #19232D;\x0a}\x0a\x0aQTabBar::tab:left:!selected:disabled {\x0a border-right: 3px solid #19232D;\x0a color: #787878;\x0a background-color: #19232D;\x0a}\x0a\x0aQTabBar::tab:right:!selected:disabled {\x0a border-left: 3px solid #19232D;\x0a color: #787878;\x0a background-color: #19232D;\x0a}\x0a\x0a/* QTabBar::tab - selected ----------------------------------------------- */\x0a\x0aQTabBar::tab:top:!selected {\x0a border-bottom: 2px solid #19232D;\x0a margin-top: 2px;\x0a}\x0a\x0aQTabBar::tab:bottom:!selected {\x0a border-top: 2px solid #19232D;\x0a margin-bottom: 3px;\x0a}\x0a\x0aQTabBar::tab:left:!selected {\x0a border-left: 2px solid #19232D;\x0a margin-right: 2px;\x0a}\x0a\x0aQTabBar::tab:right:!selected {\x0a border-right: 2px solid #19232D;\x0a margin-left: 2px;\x0a}\x0a\x0a\x0aQTabBar::tab:top {\x0a background-color: #32414B;\x0a color: #F0F0F0;\x0a margin-left: 2px;\x0a padding-left: 4px;\x0a padding-right: 4px;\x0a padding-top: 2px;\x0a padding-bottom: 2px;\x0a min-width: 5px;\x0a border-bottom: 3px solid #32414B;\x0a border-top-left-radius: 3px;\x0a border-top-right-radius: 3px;\x0a}\x0a\x0aQTabBar::tab:top:selected {\x0a background-color: #505F69;\x0a color: #F0F0F0;\x0a border-bottom: 3px solid #1464A0;\x0a border-top-left-radius: 3px;\x0a border-top-right-radius: 3px;\x0a}\x0a\x0aQTabBar::tab:top:!selected:hover {\x0a border: 1px solid #148CD2;\x0a border-bottom: 3px solid #148CD2;\x0a padding: 0px;\x0a}\x0a\x0aQTabBar::tab:bottom {\x0a color: #F0F0F0;\x0a border-top: 3px solid #32414B;\x0a background-color: #32414B;\x0a margin-left: 2px;\x0a padding-left: 4px;\x0a padding-right: 4px;\x0a padding-top: 2px;\x0a padding-bottom: 2px;\x0a border-bottom-left-radius: 3px;\x0a border-bottom-right-radius: 3px;\x0a min-width: 5px;\x0a}\x0a\x0aQTabBar::tab:bottom:selected {\x0a color: #F0F0F0;\x0a background-color: #505F69;\x0a border-top: 3px solid #1464A0;\x0a border-bottom-left-radius: 3px;\x0a border-bottom-right-radius: 3px;\x0a}\x0a\x0aQTabBar::tab:bottom:!selected:hover {\x0a border: 1px solid #148CD2;\x0a border-top: 3px solid #148CD2;\x0a padding: 0px;\x0a}\x0a\x0aQTabBar::tab:left {\x0a color: #F0F0F0;\x0a background-color: #32414B;\x0a margin-top: 2px;\x0a padding-left: 2px;\x0a padding-right: 2px;\x0a padding-top: 4px;\x0a padding-bottom: 4px;\x0a border-top-right-radius: 3px;\x0a border-bottom-right-radius: 3px;\x0a min-height: 5px;\x0a}\x0a\x0aQTabBar::tab:left:selected {\x0a color: #F0F0F0;\x0a background-color: #505F69;\x0a border-left: 3px solid #1464A0;\x0a border-top-right-radius: 3px;\x0a border-bottom-right-radius: 3px;\x0a}\x0a\x0aQTabBar::tab:left:!selected:hover {\x0a border: 1px solid #148CD2;\x0a border-left: 3px solid #148CD2;\x0a padding: 0px;\x0a}\x0a\x0aQTabBar::tab:right {\x0a color: #F0F0F0;\x0a background-color: #32414B;\x0a margin-top: 2px;\x0a padding-left: 2px;\x0a padding-right: 2px;\x0a padding-top: 4px;\x0a padding-bottom: 4px;\x0a border-top-left-radius: 3px;\x0a border-bottom-left-radius: 3px;\x0a min-height: 5px;\x0a}\x0a\x0aQTabBar::tab:right:selected {\x0a color: #F0F0F0;\x0a background-color: #505F69;\x0a border-right: 3px solid #1464A0;\x0a border-top-left-radius: 3px;\x0a border-bottom-left-radius: 3px;\x0a}\x0a\x0aQTabBar::tab:right:!selected:hover {\x0a border: 1px solid #148CD2;\x0a border-right: 3px solid #148CD2;\x0a padding: 0px;\x0a}\x0a\x0aQTabBar QToolButton::right-arrow:enabled {\x0a image: url(:/qss_icons/rc/right_arrow.png);\x0a}\x0a\x0aQTabBar QToolButton::left-arrow:enabled {\x0a image: url(:/qss_icons/rc/left_arrow.png);\x0a}\x0a\x0aQTabBar QToolButton::right-arrow:disabled {\x0a image: url(:/qss_icons/rc/right_arrow_disabled.png);\x0a}\x0a\x0aQTabBar QToolButton::left-arrow:disabled {\x0a image: url(:/qss_icons/rc/left_arrow_disabled.png);\x0a}\x0a\x0aQTabBar QToolButton{\x0a background-color: #32414B; /* fixes #136 */\x0a width: 16px;\x0a height: 16px;\x0a}\x0a\x0a/* QDockWiget ------------------------------------------------------------- */\x0a\x0aQDockWidget {\x0a outline: 1px solid #32414B;\x0a background-color: #19232D;\x0a border: 1px solid #32414B;\x0a border-radius: 4px;\x0a titlebar-close-icon: url(:/qss_icons/rc/close.png);\x0a titlebar-normal-icon: url(:/qss_icons/rc/undock.png);\x0a}\x0a\x0aQDockWidget::title {\x0a padding: 6px; /* better size for title bar */\x0a border: none;\x0a background-color: #32414B;\x0a}\x0a\x0aQDockWidget::close-button {\x0a background-color: #32414B;\x0a border-radius: 4px;\x0a border: none;\x0a}\x0a\x0aQDockWidget::close-button:hover {\x0a border: 1px solid #32414B;\x0a}\x0a\x0aQDockWidget::close-button:pressed {\x0a border: 1px solid #32414B;\x0a}\x0a\x0aQDockWidget::float-button {\x0a background-color: #32414B;\x0a border-radius: 4px;\x0a border: none;\x0a}\x0a\x0aQDockWidget::float-button:hover {\x0a border: 1px solid #32414B;\x0a}\x0a\x0aQDockWidget::float-button:pressed {\x0a border: 1px solid #32414B;\x0a}\x0a\x0a\x0a/* QTreeView QTableView QListView ----------------------------------------- */\x0a\x0aQTreeView:branch:selected,\x0aQTreeView:branch:hover {\x0a background: url(:/qss_icons/rc/transparent.png);\x0a}\x0a\x0aQTreeView::branch:has-siblings:!adjoins-item {\x0a border-image: url(:/qss_icons/rc/transparent.png);\x0a}\x0a\x0aQTreeView::branch:has-siblings:adjoins-item {\x0a border-image: url(:/qss_icons/rc/transparent.png);\x0a}\x0a\x0aQTreeView::branch:!has-children:!has-siblings:adjoins-item {\x0a border-image: url(:/qss_icons/rc/transparent.png);\x0a}\x0a\x0aQTreeView::branch:has-children:!has-siblings:closed,\x0aQTreeView::branch:closed:has-children:has-siblings {\x0a image: url(:/qss_icons/rc/branch_closed.png);\x0a}\x0a\x0aQTreeView::branch:open:has-children:!has-siblings,\x0aQTreeView::branch:open:has-children:has-siblings {\x0a image: url(:/qss_icons/rc/branch_open.png);\x0a}\x0a\x0aQTreeView::branch:has-children:!has-siblings:closed:hover,\x0aQTreeView::branch:closed:has-children:has-siblings:hover {\x0a image: url(:/qss_icons/rc/branch_closed-on.png);\x0a}\x0a\x0aQTreeView::branch:open:has-children:!has-siblings:hover,\x0aQTreeView::branch:open:has-children:has-siblings:hover {\x0a image: url(:/qss_icons/rc/branch_open-on.png);\x0a}\x0a\x0aQListView::item:!selected:hover,\x0aQTreeView::item:!selected:hover,\x0aQTableView::item:!selected:hover,\x0aQColumnView::item:!selected:hover {\x0a outline: 0;\x0a color: #148CD2;\x0a background-color: #32414B;\x0a}\x0a\x0aQListView::item:selected:hover,\x0aQTreeView::item:selected:hover,\x0aQTableView::item:selected:hover,\x0aQColumnView::item:selected:hover {\x0a background: #1464A0;\x0a color: #19232D;\x0a}\x0a\x0aQTreeView::indicator:checked,\x0aQListView::indicator:checked {\x0a image: url(:/qss_icons/rc/checkbox_checked.png);\x0a}\x0a\x0aQTreeView::indicator:unchecked,\x0aQListView::indicator:unchecked {\x0a image: url(:/qss_icons/rc/checkbox_unchecked.png);\x0a}\x0a\x0aQTreeView::indicator:checked:hover,\x0aQTreeView::indicator:checked:focus,\x0aQTreeView::indicator:checked:pressed,\x0aQListView::indicator:checked:hover,\x0aQListView::indicator:checked:focus,\x0aQListView::indicator:checked:pressed {\x0a image: url(:/qss_icons/rc/checkbox_checked_focus.png);\x0a}\x0a\x0aQTreeView::indicator:unchecked:hover,\x0aQTreeView::indicator:unchecked:focus,\x0aQTreeView::indicator:unchecked:pressed,\x0aQListView::indicator:unchecked:hover,\x0aQListView::indicator:unchecked:focus,\x0aQListView::indicator:unchecked:pressed {\x0a image: url(:/qss_icons/rc/checkbox_unchecked_focus.png);\x0a}\x0a\x0aQTreeView::indicator:indeterminate:hover,\x0aQTreeView::indicator:indeterminate:focus,\x0aQTreeView::indicator:indeterminate:pressed,\x0aQListView::indicator:indeterminate:hover,\x0aQListView::indicator:indeterminate:focus,\x0aQListView::indicator:indeterminate:pressed {\x0a image: url(:/qss_icons/rc/checkbox_indeterminate_focus.png);\x0a}\x0a\x0aQTreeView::indicator:indeterminate,\x0aQListView::indicator:indeterminate {\x0a image: url(:/qss_icons/rc/checkbox_indeterminate.png);\x0a}\x0a\x0aQListView,\x0aQTreeView,\x0aQTableView,\x0aQColumnView {\x0a background-color: #19232D;\x0a border: 1px solid #32414B;\x0a color: #F0F0F0;\x0a gridline-color: #32414B;\x0a border-radius: 4px;\x0a}\x0a\x0aQListView:disabled,\x0aQTreeView:disabled,\x0aQTableView:disabled,\x0aQColumnView:disabled {\x0a background-color: #19232D;\x0a color: #787878;\x0a}\x0a\x0aQListView:selected,\x0aQTreeView:selected,\x0aQTableView:selected,\x0aQColumnView:selected {\x0a background: #1464A0;\x0a color: #32414B;\x0a}\x0a\x0aQListView:hover,\x0aQTreeView::hover,\x0aQTableView::hover,\x0aQColumnView::hover {\x0a background-color: #19232D;\x0a border: 1px solid #148CD2;\x0a}\x0a\x0aQListView::item:pressed,\x0aQTreeView::item:pressed,\x0aQTableView::item:pressed,\x0aQColumnView::item:pressed {\x0a background-color: #1464A0;\x0a}\x0a\x0aQListView::item:selected:active,\x0aQTreeView::item:selected:active,\x0aQTableView::item:selected:active,\x0aQColumnView::item:selected:active {\x0a background-color: #1464A0;\x0a}\x0a\x0aQTableCornerButton::section {\x0a background-color: #19232D;\x0a border: 1px transparent #32414B;\x0a border-radius: 0px;\x0a}\x0a\x0a/* QHeaderView ------------------------------------------------------------ */\x0a\x0aQHeaderView {\x0a background-color: #32414B;\x0a border: 0px transparent #32414B;\x0a padding: 0px;\x0a margin: 0px;\x0a border-radius: 0px;\x0a}\x0a\x0aQHeaderView:disabled {\x0a background-color: #32414B;\x0a border: 1px transparent #32414B;\x0a padding: 2px;\x0a}\x0a\x0aQHeaderView::section {\x0a background-color: #32414B;\x0a color: #F0F0F0;\x0a padding: 2px;\x0a border-radius: 0px;\x0a text-align: left;\x0a}\x0a\x0aQHeaderView::section:checked {\x0a color: #F0F0F0;\x0a background-color: #1464A0;\x0a}\x0a\x0aQHeaderView::section:checked:disabled {\x0a color: #787878;\x0a background-color: #14506E;\x0a}\x0a\x0aQHeaderView::section::horizontal:disabled,\x0aQHeaderView::section::vertical:disabled {\x0a color: #787878;\x0a}\x0a\x0aQHeaderView::section::vertical::first,\x0aQHeaderView::section::vertical::only-one {\x0a border-top: 1px solid #32414B;\x0a}\x0a\x0aQHeaderView::section::vertical {\x0a border-top: 1px solid #19232D;\x0a}\x0a\x0aQHeaderView::section::horizontal::first,\x0aQHeaderView::section::horizontal::only-one {\x0a border-left: 1px solid #32414B;\x0a}\x0a\x0aQHeaderView::section::horizontal {\x0a border-left: 1px solid #19232D;\x0a}\x0a\x0a/* Those settings (border/width/height/background-color) solve bug */\x0a/* transparent arrow background and size */\x0a\x0aQHeaderView::down-arrow {\x0a background-color: #32414B;\x0a width: 16px;\x0a height: 16px;\x0a border-right: 1px solid #19232D;\x0a image: url(:/qss_icons/rc/down_arrow.png);\x0a}\x0a\x0aQHeaderView::up-arrow {\x0a background-color: #32414B;\x0a width: 16px;\x0a height: 16px;\x0a border-right: 1px solid #19232D;\x0a image: url(:/qss_icons/rc/up_arrow.png);\x0a}\x0a\x0a/* QToolBox -------------------------------------------------------------- */\x0a\x0aQToolBox {\x0a padding: 0px;\x0a border: 1px solid #32414B;\x0a}\x0a\x0aQToolBox::selected {\x0a padding: 0px;\x0a border: 2px solid #1464A0;\x0a}\x0a\x0aQToolBox::tab {\x0a background-color: #19232D;\x0a border: 1px solid #32414B;\x0a color: #F0F0F0;\x0a border-top-left-radius: 4px;\x0a border-top-right-radius: 4px;\x0a}\x0a\x0aQToolBox::tab:disabled {\x0a color: #787878;\x0a}\x0a\x0aQToolBox::tab:selected {\x0a background-color: #505F69;\x0a border-bottom: 2px solid #1464A0;\x0a}\x0a\x0aQToolBox::tab:!selected {\x0a background-color: #32414B;\x0a border-bottom: 2px solid #32414B;\x0a}\x0a\x0aQToolBox::tab:selected:disabled {\x0a background-color: #32414B;\x0a border-bottom: 2px solid #14506E;\x0a}\x0a\x0aQToolBox::tab:!selected:disabled {\x0a background-color: #19232D;\x0a}\x0a\x0aQToolBox::tab:hover {\x0a border-color: #148CD2;\x0a border-bottom: 2px solid #148CD2;\x0a}\x0a\x0aQToolBox QScrollArea QWidget QWidget {\x0a padding: 0px;\x0a background-color: #19232D;\x0a}\x0a\x0a/* QFrame ----------------------------------------------------------------- */\x0a\x0aQFrame {\x0a border-radius: 4px;\x0a border: 1px solid #32414B;\x0a}\x0a\x0aQFrame[frameShape=\x220\x22] {\x0a border-radius: 4px;\x0a border: 1px transparent #32414B;\x0a}\x0a\x0aQFrame[height=\x223\x22],\x0aQFrame[width=\x223\x22] {\x0a background-color: #19232D;\x0a}\x0a\x0a/* QSplitter -------------------------------------------------------------- */\x0a\x0aQSplitter {\x0a background-color: #32414B;\x0a spacing: 0;\x0a padding: 0;\x0a margin: 0;\x0a}\x0a\x0aQSplitter::separator {\x0a background-color: #32414B;\x0a border: 0 solid #19232D;\x0a spacing: 0;\x0a padding: 1px;\x0a margin: 0;\x0a}\x0a\x0aQSplitter::separator:hover {\x0a background-color: #787878;\x0a}\x0a\x0aQSplitter::separator:horizontal {\x0a width: 5px;\x0a image: url(:/qss_icons/rc/Vsepartoolbar.png);\x0a}\x0a\x0aQSplitter::separator:vertical {\x0a height: 5px;\x0a image: url(:/qss_icons/rc/Hsepartoolbar.png);\x0a}\x0a\x0a\x0a/* QDateEdit-------------------------------------------------------------- */\x0a\x0aQDateEdit {\x0a selection-background-color: #1464A0;\x0a border-style: solid;\x0a border: 1px solid #32414B;\x0a border-radius: 4px;\x0a padding-top: 2px; /* This fix #103, #111*/\x0a padding-bottom: 2px; /* This fix #103, #111*/\x0a padding-left: 4px;\x0a padding-right: 4px;\x0a min-width: 10px;\x0a}\x0a\x0aQDateEdit:on {\x0a selection-background-color: #1464A0;\x0a}\x0a\x0aQDateEdit::drop-down {\x0a subcontrol-origin: padding;\x0a subcontrol-position: top right;\x0a width: 20px;\x0a border-top-right-radius: 3px;\x0a border-bottom-right-radius: 3px;\x0a}\x0a\x0aQDateEdit::down-arrow {\x0a image: url(:/qss_icons/rc/down_arrow_disabled.png);\x0a}\x0a\x0aQDateEdit::down-arrow:on,\x0aQDateEdit::down-arrow:hover,\x0aQDateEdit::down-arrow:focus {\x0a image: url(:/qss_icons/rc/down_arrow.png);\x0a}\x0a\x0aQDateEdit QAbstractItemView {\x0a background-color: #19232D;\x0a border-radius: 4px;\x0a border: 1px solid #32414B;\x0a selection-background-color: #1464A0;\x0a}\x0a\x0aQAbstractView:hover{\x0a border: 1px solid #148CD2;\x0a color: #F0F0F0;\x0a}\x0a\x0aQAbstractView:selected {\x0a background: #1464A0;\x0a color: #32414B;\x0a}\x0a\x0a\x0aPlotWidget {\x0a padding: 0px; /* to fix cut labels in plots #134 */\x0a}\x0a\x00\x00\x02\xe1\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00 \x00\x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x02\x93IDATX\x85\xed\x96?O\x14Q\x14\xc5\x7fgB\x18\xb6\xb5R>\x80\xc56J%\x95vR\x80b\xe8\xb4\xd3D\x8a\xad\xa4\x9a\x19 fL\xc4\x99\xa5\xa1\x92hL\xb4\xd3\x0e\xff\x00\x85Zi\xa5\x95n!\x89_\x00\xadl\x97\xd9\x98w-\xf6\x0d\xac\x09\xbb\xb8\x806\xee\xe9\xde\xbc\xfb\xde=\xf7\xce}\xe7^\x18`\x80\xff\x1d\xea\xc78M\xd3\xa1\xa2(\xa6\xccl\x068\x07\x8c\xfa\xadm\xe0\xa3\xa4\xb50\x0c7\xd24\xfdy\xec\x04\xe28\xbe\x08\xac\x00U\xe0\x13\xf0\x1e\xf8\xe6\xb7O\x01\xe7\x811`\xcb9wkyy\xf9\xedq\x11P\x14E\x89\xa4%\xe0\xb9\xa4\xc5,\xcb\xb6\xf63L\x92\xa4jfw\x81+\xc0B\x9e\xe79`G\x22\x10E\xd1\xbc\xa4;\x92jY\x96=\xfa\x03\xc2$Ir\xd3\xccV\x81\xdby\x9eg\x87&\xe0\xd3\xfeZ\xd2l\x87s\xc5q|\x0d\xa8\x01g\xfc\xb7\x06\xb0\x9a\xe7\xf9S|\xc4q\x1c\xcf\x02\x0f\x81\x89<\xcf\xdf\xf4M M\xd3\xa1\x9d\x9d\x9d\x06\xf05\xcf\xf3\x19\x80\xb9\xb9\xb9\x13a\x18>\x01.\x03\x0e\x08\xbc\xb9\x03\x023{\xd9j\xb5n\xac\xac\xac\xfc\x00\x88\xa2\xe8\xb9\xa4\xd3###g\xba\x15f\xb0\xdfG\x80\xa2(\xa6\x80\xaa\xa4\xc5\x92\xacw>\xb5\xcf\xd9\x00@\xd2\xa5\xe1\xe1\xe1\xc7e`A\x10,\x00\xd5f\xb39\xd9\xcdOW\x02\xfe\xa9}*\x0b\xce\xa7\xfdr\xaf3@ i:\x8a\xa2\xab\x00Y\x96m\x99\xd9gI3}\x13\xa0\xfd\xce\xdfw\xack\xb4S}\x10\x9c\xa4Z\xb9\x90\xf4\x0e\x18?\x0c\x81Q\xf6\xde9\xb4\x0b\xae\x97\xfd\xee\x9d\x92\xca\xe2\xc4\xcc\xbe\xb3'X}\x11\xf8'\xe8E`\x9b\xb6\xc2\x95h\xf0\x87\xbf\xc0\xcc\x1a\xe5B\xd2I\x7fW\xdf\x04>\xd2\x96\xd7\x12\xab\x07\xd8\xef\xde\xe9E\x08\x003\xbb\x00|\xe8\x9b\x80\xa45`,I\x92*\x80\x17\x99W\xf4\xce\x823\xb3\x97\xf5z\xfd\x19\xb4\xa5Y\xd2Y3[\xeb\x9b@\x18\x86\x1b\xc0\x96\xd7v\x00+\x8a\xe2\xba\x99\xad\x97\xce:\x1d\x03\x98\xd9z\xab\xd5\xba\x81WC\xe7\xdc\x12\xf0\xa5R\xa9lv\x0d\xb4G4]\xa58\x8a\xa2\xab\x92je\xb5\x9bY\xc3\xccV}\xe4\x9dR\xfc\xc097\xd1\xab3\xfe\x95f\xe4\x9d\xdf\xe7\xa8\xcd\xa8\xb4\x89\xe38\x06\xee\x99\xd9\x8b \x08\x16z\xb5c\xe7\xdc\x92\xa4i3\x9b\xaf\xd7\xebu\x8e\xda\x8eKt\x0e$^^\xdfy\x91A\xd2I3\xbb \xe9,\xf0\xc597w\x9c\x03\xc9.\xd24\x1dj6\x9b\x93^\xdb\xc7\xf9}$\xfb`fk\x95Je\xb3\x9f\x91l\x80\x01\x06\xf8\x05h\xaf$(\x9ck\x07\xff\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x02+\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00@\x00\x00\x00@\x08\x06\x00\x00\x00\xaaiq\xde\x00\x00\x00\x04sBIT\x08\x08\x08\x08|\x08d\x88\x00\x00\x01\xe2IDATx\x9c\xed\x9bK\x0e\xc3 \x10CiO\x9d#p\xebv\x85\x84\x10\x81\x81\xb1\x0dQ\xf0:5\xf1\xe3\x93\x0c%!\x1c\x1d\x1d\xbdY\x1fec\xd7u\xfd,\xd7\xc5\x18e\xf7Em\xc8\x1a\xb8'&\x10\xb81*\xf4\x9d\xd00`f\xec\xe0\xa5P &\xea\xf0I\x08\x08.\x83U\xc1Ky@L\xffp\x97\xf0I\xb3\x10\x86\x7f\xb4[\xf0R\xa3 \x86.\xde=|\xd2\x08\x04\xf3\x85O\x09\x9fd\x85\xf0e\xdf\xc8\xee2QzZ\xef'YFA\xf7\x82^\xf8\xbc\x11\x15\xa82X\xab\xdd\x1e\x04\xe8\x14\x881~\xd8\x85\x0c\xda\xbf\x09`\xb6GY\x10f|{\x19n\x01x\x873\x1a\x82\xc7\xaf\x95\xc5=\x05<\xf3\xcf\xaa\x96\x8f\xb7\xa3\xaa\xc63\xa6\xac\x9bD\xfa\xd6\xbc`\x8b c$0{>\x09\xfa\x14@BP\x84\x0f\xa12\x05\x10\xe6\xde\x9bg\x86/\xbd)\xaf\xc2\x9e\x91\xa0\xea\xf9$Z-0\x03A\x1d>\x04r14\x02aE\xf8\x10\x8a5\x80\xd5P/\x9c:|\xde\x9e\xa4\x1c\x9e]\x13\x14\xc5\x95l?`4\x8c\xaa\xb2\x94n\x88XC)\xf7\x1f\xe4;B\xbdp\xea\xcd\x179\x00\xcf{\x00CR\x00\xd6pJ\x082\x00\xc8Z\x00)\x09\x80\xd9G\x9d\x02\x02\x1d\x80%\xfcJ\x08\x94j0i\xb4\xe7\x15/E\x92j\xb0\xd6P\xae\xbb0+F\x02\x05\x80\xa7'\xd5\x10\xe0\x00\x10\xc3X\x09\x01\xb6)\x1a\x02~\x0e+\xfc`#\x80\xb1\x80)F\x02\x04\x00s\xf5fCp\xdf\xb8\xaa\x9egm\xb4.\xd9\x13\xdc\xc1/\xe9\x16\x00\xeb\xbf8\x8f\x18\x8b3|\x04\xb0\xeby\xb4\xbf\xfb\x80\xc4\xee\xea\x8d\xe4sD\xc6j\xf64\x08\xe7\x94\x98Q\xe7\xa0\xe4\xa8\xf9\xee\x10\xa8Ges\xed\x06BvX:\xd7.\x10\x96\x1c\x97OZ\x0d\xc1[\x10\x9dOf\x10&\xb9^\xfb\xd1TM\xaf\xfcl\xae\xa5\x1d?\x9c\x00\x00\x88K\x04\xd39.\x90?\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xb6\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x18\x00\x00\x00\x11\x08\x06\x00\x00\x00\xc7xl0\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b,\x0d\x1fC\xaa\xe1\x00\x00\x006IDAT8\xcbc` \x01,Z\xb4\xe8\xff\xa2E\x8b\xfe\x93\xa2\x87\x89\x81\xc6`\xd4\x82\x11`\x01#\xa9\xc9t\xd0\xf9\x80\x85\x1cMqqq\x8c\xa3\xa9h\xd4\x82ad\x01\x001\xb5\x09\xec\x1fK\xb4\x15\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x02)\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00@\x00\x00\x00@\x08\x06\x00\x00\x00\xaaiq\xde\x00\x00\x00\x04sBIT\x08\x08\x08\x08|\x08d\x88\x00\x00\x01\xe0IDATx\x9c\xed[Ir\xc0 \x0cs;}t\x9e\x90_\xb7'fh\x86\x04\x03\x92\xec6\xe8L\xbc(b7f\x1b\x1b\x1bo\xc6\x87\xd2\xd9q\x1c\xdf\x9ev\xe7y\xca\xe2\xa2:\xf2&\xdc\x03\x93\x10\xb8aT\xd2w@\x93\x013\xc6N\xfc\x0a\x14\x11\x10#\xea\xe4\x0b\x10$,\x19\x88J\xfc\x8a\x15\x22\xa6?\xcc\x92|\xc1,\x09\xc3\x1feK\xfc\x8aQ\x22\x86\x1agO\xbe`\x84\x04w\xc3\xbf\x92|\x81\x97\x84/v O\xa8\x83\x8c\x22\xd8\xc5\x12#\xb8\xd6\x1fB\xfb\xf1\xa8\xa0\xdb@\x95<\xcb_\x8f\x84O\xa43\x0fz\x01)7Bf\x1d\x05DH\x92\xe1\xfb\xc9o\x1a)\xb2c\xb8\xf3/\xe9\x02\xb3}^\xd1\x1d\x9a\x0eT\xf2\xab\xfd(\x06\xc6\x96\x0f\xaa\x02F\x92\x8aR\x02\x8d\x80\x99?\x1aA\x02e1\xb2*gfw\xb8\xda\x86+\x00\x11\xbcR\x09P\x02\x90\x7fNE\x02\x8c\x00\x86l\x15$\xfc22\x1b({\x0aC\xdb\xaf\xed-+@1\x7f3\x95\xb0D\x80rW\xc7\x22a\x9a\x00e\xf2\x1e\xbb\xb3$\xc0\xa7A\xf6\xc9\x0e\xda\xbet\x1d\x90\xd1\xfe4\x01\x11\xcbVF\xb7[R\x80\x92\x04\xd6\x98\xb3\xdc\x05\x14$0\x07\x5c\xc8\x18\xc0$\x81=\xdb@w\x83\xcc\x15\x1b\xc2^\xcb&t\x16@*A\xb5\xce\x90\xae\x03\xbc$(\x17Y\x94\x13\xa1\x15\x12\xd4+L\xea\xa1\xe8h2\x11\xbbJ\xea\xa1\xe8\x88\x12\x22\xf6\x16f\x82{\x01\x0f\x09Q\xc9\x9b\xed\x9b!\xdd\xe5(\xf2L\x10\x09\xe9\xe5\xa8\x99O\x09J\xf5\xc9\xaf\xc7{\xc9\xa9+EB\x0a$\xcc4\x15\x22w~j\x84\x95\xc8\x98\xf1k\x84 %2\x05\xff\xb5JL>\x06d\xc3.\x94\x1c5\x9e\x9d\x04j\xa9l\x8dlD\xc8\x8a\xa5kd!!\xa4\x5c\xbe \x9a\x84\xd53\xc7\xfdd\x06a\xa4\xc6k\x1fM\xb5\xf0\xcagsO\xc8\xf8pr\xe3\xed\xf8\x01\xedrr\xcc\x11N\x0c\xe5\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x02\x84\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00 \x00\x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x026IDATX\x85\xed\x96\xb1N\x14Q\x14\x86\xbf3\x92,\xfb\x06\xc8\x03Xl#T\x920+\x1d\x0d$\x1aj[\x89\xb1\xd2\xc4d\xee\x054c\xe283\xc4D\x1bm,\x8c/\xb0X@e\xb3\x90I\x84\x06\xb4`\x13\x13h\x11\x9f`\xd9h\xee\xb1`\x10L\x9c\xcd\xce.\xb1q\xbf\xf6\xfc3\xe7\xcf\xcd=\xff=0d\xc8\xff\x8e\x94\x11\x87a8\xd2\xe9t\xe6Uu\x01\xb8\x01\x8c\xe7\xa5#`GD\x1a\x95Je=\x0c\xc3\x9f\x97n\xc0\x183\x0b\xbc\x04j\xc0\x1e\xb0\x05|\xcb\xcbW\x81\x9b\xc0$\xd0r\xce=X]]\xfdxY\x06$\x08\x02+\x22\x11\xb0&\x22+q\x1c\xb7\xfe&\xb4\xd6\xd6T\xf5\x19p\x1bXN\x92$\x01t \x03A\x10,\x89\xc8S\x11\xb9\x1f\xc7\xf1\xdb\x1e\x0cc\xad\xbd\xab\xaao\x80'I\x92\xc4\xdd\xb4W\xba\x15\x8d1\xb3\x22\xf2ND\xee\xf5\xda\x1c \xcb\xb2]\xdf\xf7\xbf\x03\xaf|\xdf\xff\x94e\xd9a\x91\xb6\xf0\x04\xc20\x1c999\xf9\x02|M\x92d\xa1\xd7\xe6\x17\x09\x82`MD\xae\x8d\x8e\x8e^/\xba\x98^\xd1\xc7\x9dNg\x1e\xa8\x89\xc8J?\xcd\x01<\xcf[\x06j\xedv{\xaePST\xc8Gm\xaf\xe8\xc2\xf5B\x1c\xc7-U\xfd,\x22\x85'Xh\x80\xd39\xdf\xea\xb7\xf9\x19\x22\xb2\x09L\xf5c`\x9c\xf39\xef\x1bU=\xe6<\xb0J\x19\xf8't3p\xc4i\xc2\x0d\x84\x88\x8c\xe5\xff*m`\x87\xd3x\x1d\x08U\x9d\x01\xb6K\x1b\x10\x91\x060i\xad\xad\xf5\xdb\xdcZ[\x13\x91\x09Um\x946P\xa9T\xd6\x81V\x9e\xed}\xe1\x9c\x8b\x80\xfdj\xb5\xbaQ\xa4)\x8c\xe2f\xb3\xe9|\xdf?\x00\xa2z\xbd~\x94e\xd9n\x99\xe6\xc6\x98E\x11y\xe4\x9c\xbb\x13E\xd1Ai\x03\x00Y\x96\x1dNOO\xff\x00^\xd4\xeb\xf5\xe3^M\x18c\x16\x81\xd7\xc0\xe34M\xdfw\xd3\xf6\xf4\x1c\x1bc\x0c\xf0\x5cU?x\x9e\xb7\xdc\xed9v\xceE\x22rKU\x97\xd24M\x19\xf49>\xe3\xe2B\x92\xc7\xebf\x1e2\x88\xc8\x98\xaa\xce\x88\xc8\x04\xb0\xef\x9c{x\x99\x0b\xc9o\xc20\x1ci\xb7\xdbsy\xb6O\xf1\xe7J\xb6\xad\xaa\x8dj\xb5\xbaQf%\x1b2d\xc8/\xffB\xe0?O\xfa\x9f\x03\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\x9f\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x08\x14\x1f\xf9#\xd9\x0b\x00\x00\x00#IDAT\x08\xd7c`\xc0\x0d\xe6|\x80\xb1\x18\x91\x05R\x04\xe0B\x08\x15)\x02\x0c\x0c\x8c\xc8\x02\x08\x95h\x00\x00\xac\xac\x07\x90Ne4\xac\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x01\x82\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00 \x00\x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x014IDATX\x85\xed\xd7\xb1N\xc2P\x18\x86\xe1\xf77\x14F\xca\x82\xd7\xd0\x85DH\xea\x0a\xd1T\x22\xc6\x1b\xe0*\xea,\x0e\xb2\xc3Up\x09\xc4\xd8\x98\xb0w\xd0\x84\xa5\xf7\xc0B\x1d\xb1$\xc7\xa1-6\xb58\x986\x0e\x9eoN[\xb2\xcc\xcc\xc2(\x8azM%\x1f\xff\x1d\x9aYv! i\x09\xb4}\xdf_7!1\x9dNo\x8emy\xab,\xcbUU\xff2\x98$I\xf2\x04<\x00\x07 \xe7\xa3\x81\xac\x83\x00\x08\x81\x16\xd7\x06\x93\x8a8\x8e\x07\x9e\xe7\x8d\x8f\xads\xf7|\xff\x87l\xcd,+\xcbru>\x9a9\xde\x01#\x94}H\x8c\x1a5\x0f\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xef\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00Q\x00\x00\x00:\x08\x06\x00\x00\x00\xc8\xbc\xb5\xaf\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b*2\xff\x7f Z\x00\x00\x00oIDATx\xda\xed\xd0\xb1\x0d\x000\x08\x03A\xc8\xa0\x0c\xc7\xa2I\xcf\x04(\xba/]Y\x97\xb1\xb4\xee\xbes\xab\xaa\xdc\xf8\xf5\x84 B\x84(\x88\x10!B\x14D\x88\x10!\x0a\x22D\x88\x10\x05\x11\x22D\x88\x82\x08\x11\x22DA\x84\x08Q\x10!B\x84(\x88\x10!B\x14D\x88\x10!\x0a\x22D\x88\x10\x05\x11\x22D\x88\x82\x08\x11\x22DA\x84\x08Q\x10!B\xfc\xaa\x07\x12U\x04tV\x9e\x9eT\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x025\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00@\x00\x00\x00@\x08\x06\x00\x00\x00\xaaiq\xde\x00\x00\x00\x04sBIT\x08\x08\x08\x08|\x08d\x88\x00\x00\x01\xecIDATx\x9c\xed\x9bK\x92\xc3 \x10C\xc9\x9ca\x0e\x98\xc5\x1c+\x8b9`\xee\x90\xac\xa8\xa2(\x1b\x1aZ\x12\xed2Z;\xc2z|\xec&8\xa5\xad\xad\xad;\xeb\xa1l\xec\xf7\xef\xffc\xb9\xee\xfdz\xca\xee\x8b\xda\x905pOL pcT\xe83\xa1a\xc0\xcc\xd8\xc1k\xa1@@L\xd4\xe1\xb3\x10\x10\x5c\x06\xab\x82\xd7\xf2\x80\x98\xfea\x94\xf0Y\xb3\x10\x86\x7f\x14-x\xadQ\x10C\x17G\x0f\x9f5\x02\xc1|\xe1U\xc2gY!\xfc\xb0o$\xbaL\x94\xae\xd6\xfbY\x96Q\xd0\xbd\xa0\x17\xbelD\x05\xaa\x0e\xd6j\xb7\x07\x01:\x05\xde\xaf\xe7\x83]\xc8\xa0\xfd\x9b\x00f{\x94\x05a\xc6\xb7\x97\xe1\x14\x80w8\xa3!x\xfcZY\xdcS\xc03\xff\xacj\xf9x;\xea\xd0x\xc6\x94u\x93H\xdf#/\xd8\x22\xc8\x18\x09\xcc\x9e\xcf\x82>\x05\x90\x10\x14\xe1S:\x98\x02\x08s\xef\xcd3\xc3\xd7\xde\x94Wa\xcfHP\xf5|\x16\xad\x16\x98\x81\xa0\x0e\x9f\x12\xb9\x18\x1a\x81\xb0\x22|J\xd5\x1a\xc0j\xa8\x17N\x1d\xbelOR\x0e\xcf\xae\x09\x8a\xe2J\xb6\x1f0\x1aFUYJ7D\xac\xa1\x94\xfb\x0f\xf2\x1d\xa1^8\xf5\xe6\x8b\x1c\x80\xe7=\x80!)\x00k8%\x04\x19\x00d-\x80\x94\x04\xc0\xec\xa3N\x01\x81\x0e\xc0\x12~%\x04J5\x985\xda\xf3\x8a\x97\x22I5x\xd4P\xa9\xb30+F\x02\x05\x80\xa7'\xd5\x10\xe0\x00\x10\xc3X\x09\x01\xb6)\x9a\x12~\x0e+\xfc`#\x80\xb1\x80)F\x02\x04\x00s\xf5fCp\xdf\xb8\xaa\x9egm\xb4.\xd9\x13\x8c\xe0\x97u\x0a\x80\xf5_\x9cG\x8c\xc5\x19>\x02\xd8\xf5<\xda\xdf}@\x22\xbaz#y\x1f\x91\xb1\x9a]\x0d\xc2>%f\xd4>(9j\x1e\x1d\x02\xf5\xa8l\xa9h d\x87\xa5KE\x81\xb0\xe4\xb8|\xd6j\x08\xde\x82h\x7f2\x830)u\xdb\x8f\xa6\x8et\xcb\xcf\xe6Z\x8a\xf8\xe1\xe4\xd6\xdd\xf5\x05\x90\xc2Z}\xfa\xa7\x95\xa2\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x01\xa2\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00 \x00\x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x01TIDATX\x85\xed\x97Aj\xc2@\x14\x86\xbf\x17\x82.\x8d\x1b{\x06/\xe0\x09\x0az\x07Oa\x09d\x94\xb6\x8b\xba\x89\x10\xf4\x14\x9e\xa1\x14z\x02/\xe0\x1d\xdch\x97J\xc8\xdfEMI\x15+\xb4I7\xcd\xb7\x9b7\xc3\xfc\x1f\x19\xc2\xbc\x81\xff\x8e\x9d\x16\xa2(\xea\x9b\xd9\x9d\xa4\x9e\x99\x05e\x84H\xda\x99\xd9J\xd2|6\x9b\xbd\x5c\x14\x18\x8f\xc7SI\xf7\xc0^\xd2\xda\xcc\xdeJ\x12h\x99Y\x17h\x02\xd38\x8e\x1f\xcf\x04\x9cs\x03\xe0\x19xM\xd3t\x98$\xc9\xa6\x8c\xf0\x9c0\x0c;\xbe\xef/\x81[I\x83\xfcKx\x855#`_E8@\x92$\x9b4M\x87\xc0\xc1\xf3\xbcQ^\xff\x14\x90\xd4\x93\xb4\xae\x22\xbc(\x01\xac%\xf5\xce\x04\xcc,(\xeb\xcc\xaf\xb0\x03\xda\xf9\xc0\xbf\xb6\xda9\xa7\xdf\xa4\xc5q|\xf6\xa7\x15\xf1\xbe\x9b\xfc\x0bj\x81Z\xa0\x16\xa8\x05j\x81Z\xa0\x16\xb8\xda\x0f\x5c\xbb\xcfK\x13\x90\xb4\x03ZU\x86\x1d\x09\x80m>(\xb6d+3\xeb\x86a\xd8\xa9*\xf9\xb8w\xd7\xccVg\x02\x92\xe6@\xd3\xf7\xfde\x15\x12\x93\xc9\xe4\xe6\xd8\x967\xb2,[\xe4\xf5/\xe7\xeb\x9c{\x02\x1e\x80\x03\xb0\xe6\xa3\x81,\x83\x00\xe8\x02\x0d.=Lr\xa2(\xea{\x9e7:\xb6\xce\xed\xd3\xf9\x1f\xb25\xb3U\x96e\x8b\xd3\xa7Y\xcd;\xf1#\x82\xe5\xfbO\xe3\xdb\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa6\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x14\x1d\x00\xb0\xd55\xa3\x00\x00\x00*IDAT\x08\xd7c`\xc0\x06\xfe\x9fg``B0\xa1\x1c\x08\x93\x81\x81\x09\xc1d``b``4D\xe2 s\x19\x90\x8d@\x02\x00d@\x09u\x86\xb3\xad\x9c\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\x96\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x02bKGD\x00\xd3\xb5W\xa0\x5c\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x0b\x07\x0c\x0d\x1bu\xfe1\x99\x00\x00\x00'IDAT\x08\xd7e\x8c\xb1\x0d\x00\x00\x08\x83\xe0\xff\xa3up\xb1\xca\xd4\x90Px\x08U!\x14\xb6Tp\xe6H\x8d\x87\xcc\x0f\x0d\xe0\xf0\x08\x024\xe2+\xa7\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa0\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x14\x1c\x1f$\xc6\x09\x17\x00\x00\x00$IDAT\x08\xd7c`@\x05\xff\xcf\xc3XL\xc8\x5c&dY&d\xc5p\x0e\xa3!\x9c\xc3h\x88a\x1a\x0a\x00\x00m\x84\x09u7\x9e\xd9#\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa5\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\x9cS4\xfc]\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b\x02\x04m\x98\x1bi\x00\x00\x00)IDAT\x08\xd7c`\xc0\x00\x8c\x0c\x0c\xff\xcf\xa3\x08\x18220 \x0b2\x1a200B\x98\x10AFC\x14\x13P\xb5\xa3\x01\x00\xd6\x10\x07\xd2/H\xdfJ\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x0b\x17\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00?\x00\x00\x00\x07\x08\x06\x00\x00\x00\xbfv\x95\x1f\x00\x00\x00\x87zTXtRaw profile type exif\x00\x00x\xdaU\x8e\xd1\x0d\xc40\x08C\xff\x99\xe2F @L\x18\xa7\xaa\x1a\xe96\xb8\xf1\x0f\x94Vm\xdf\x87\xb1,d\xa0\xe3\xf7\x9d\xf4)\x1a\x0bY\xf7\x81\x008\xb1\xb0\x90-\xcd\xe0\x8527\xe1V3uqNm\xe9\xe4\x8eIe\x19\xc4p\xb6{\xd1\xce\xfc\xa2+\x06\xa6\x9b;:v\xec\x92\xedr\xa8\xa8\xa4VQ\xb5r\xbd\x11\x8fk\xf3\xfa\xe8\x9d\xb3\xbf\xcb\xe9\x0fH!,K\xed~\xc6\xe4\x00\x00\x0a\x00iTXtXML:com.adobe.xmp\x00\x00\x00\x00\x00\x0a\x0a \x0a \x0a \x0a\x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a@\x00Zq\x00\x00\x00\x04sBIT\x08\x08\x08\x08|\x08d\x88\x00\x00\x00/IDAT8\xcbc`\x18\x05#\x130\xc2\x18\xf1\xf1\xf1\xa4\xe8\xfb?\x98\xfdB\x0cX\xb8p!\x03\xd3H\x8e\xf9\x11\xe9\xf9\x85\x0b\x17\x8e\xe6\xf9\x11\x0d\x00\x8bl\x05\xe9)K\xfc\x15\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x0b\x1f\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00@\x00\x00\x00\x10\x08\x06\x00\x00\x00\xa6\xe7y)\x00\x00\x00\x87zTXtRaw profile type exif\x00\x00x\xdaU\x8e\xcb\x0d\xc3@\x08D\xefT\x91\x12\xf8\xed\xb0\x94\x13Y\xb6\x94\x0eR~@k\xcb\xf1;\xc0h\xb4\xfb\x04\xed\xdf\xcfA\xafFX\xc9GL$\xc0\x85\xa7\xa7\xbe+L^\x18\xb3(K\xef\x9a\x8bs\x9bT\xd2\xbb&\xd3\x15\x903\xd8\xef\x87~\xf6\x17\xc30q\x84G``\xc3\xa6e\xd7\xdd\xd4\xb4f\x8b\xda\xca}F\xfeI\xae\xdf\xf6\xec\xe5\xe9f\xfa\x01?{,\x10\xd82\x95\xc4\x00\x00\x0a\x02iTXtXML:com.adobe.xmp\x00\x00\x00\x00\x00\x0a\x0a \x0a \x0a \x0a\x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a \x0a'q\xef\x0e\x00\x00\x00\x04sBIT\x08\x08\x08\x08|\x08d\x88\x00\x00\x005IDATX\xc3\xed\xd5\xb1\x0d\x000\x08\x041\xc8\xa2\xcc\xc6\xa4I\x9b\x1d\xde\xee(\x91@WE\xb6\xfe\x87\x99\xb9I\xcb\xefn\x9f\xf4\x0b8\x9e\x00\x90A\x19\x94A\x80H\x0f\xc6\x9d\x08\x0b\xaacu(\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xe0\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00Q\x00\x00\x00:\x08\x06\x00\x00\x00\xc8\xbc\xb5\xaf\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b)\x1c\x08\x84~V\x00\x00\x00`IDATx\xda\xed\xd9\xb1\x0d\x00 \x08\x00AqP\x86cQ\xed\x8d\x85%\x89w\xa5\x15\xf9HE\x8c\xa6\xaaj\x9do\x99\x19\x1dg\x9d\x03\x11E\x14\x11\x11E\x14QDD\x14QD\x11\x11QD\x11EDD\x11E\x14\x11\x11E\x14\xf1[\xd1u\xb0\xdb\xdd\xd9O\xb4\xce\x88(\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\xcf6\xcei\x07\x1e\xe99U@\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x02\xa1\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00 \x00\x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x02SIDATX\x85\xed\x96\xbfO\x13a\x18\xc7?\xcf\xb5\x13\xa6\x86\xd1v\xa3\x03\x90.\xd2\xeb\x00\x13\x5cKB\x82W\xa2av\xc58j\xe2 ?\xdc\xa8\xd1\xc4D\x17'\x06\xe3?P\x1cZ\x18\x08P\x18\x14\x12iq\xa0\x89\x0d\xa4L-n\xc4F\x16\xec=\x0e\x80a\xe0\xe0\xae\x10\x17\xfbY\xdf\xef{\xdf\xef\xdd\xbd\xef\xf3<\xd0\xa6\xcd\xff\x8e\xf8\x11[\x96\x15l\x10J\xab\xe8\xb8\xa0\xfd\x0a\x91\xd3\x87\xd4\x14\xd9\x14\x95l\x88F\xaeP(\xfc\xbe\xf1\x00\x89\xd4\xd8\x88\xaa\xf3\x16\x88!R\x02g]\x1d\xa9\x03\x88\xa1a0\x06Q\x8d\x03e\xc3\xd0'_\x97\x17\x96n*\x80\x98I{\x12\xc8\xa0\xcck\xc0\x99)-/\x96/\x12\xc6\x87Gc\xd24f\x11\x1e\x082\xbd\xb5\x9a{\x05\xa8\xc7w\xbc\x183iO\x99I\xfb\xd8L\xa5'<\xefI\xa5'\xcc\xa4}\x9cH\xa6'\xaf\xd2\x06.[L\xa4\xc6F@? \xf2\xb8\xb8\x92\x9b\xf3\x1a\xa0^\xad\x14\xc3]\xdd?\x80w\x91h\xef\x97z\xb5\xb2\xe7\xa6u\xfd\x05\x96e\x05\x7f\xca\xado(\xdf\x8b\x85\xfc\xb8W\xf3\xf3\x98\xa9{\xf3\xa8t\xdf\xd6_w\xdd\x0e\xa6\xe1\xb6\xb9A(\x0d\xc44\xe0\xcc\xb4b\x0e\xa0\xa2\xd3@\xecP:l7\x8dk\x00\x15\x1dG\xa4\xe4v\xe0\xbcPZ^,\x0bl\x07\xc0\xf5\x0b\xba\x06\x10\xb4\x1f\x9c\xf5V\xcd\xcfP\xd15\x90\x01\xdf\x01\x14\x22g\xf7\xfc:\x08\x1c\x9c\x15,_\x01\xfe\x15A\xb7\x05\x81\x1a\x86\x86\xafk\xa0pG\xa0\xe6;\x80\x22\x9b \x83\xd7\x0d *C\xa0\x1bn\xeb\xee\x87P%\x8bj<><\x1ak\xd5<><\x1aS\xe8kB\xd6w\x80\x10\x8d\x1cP\x96\xa61\xdbj\x00Q\xc9\x08\xect\xeaQ\xdeM\xe3Z\x8a\xf7\xf7\xf7\x9dH\xb4w\x174\x13\x8e\xf6\xd4\xea\xd5J\xd1\x8f\xb9\x99\xb4\x1f\x81<3\x0c}\xf8yui\xd7w\x00\x80z\xb5\xb2\x17\xee\xea>\x06\xde\x84\xa3=\x07^C\x9c\x98\xf3^\x90\x17[+\xf9\x8f\x97i=\xb5\xe3D2\xfd\x5c\xd1\x97\x88~R\xd1\xe9K\xdb\xb1J\x06\x95\xfb\x22:\xb5\xb5\xb2\xf0\x9a+\xdaqK\x03\x89\xc0\xb6\x8a\xae\x09\x1c\xc0\xe9US\x19R\xe8\x13\xd8\x11C\x9f\xde\xe4@\xf2\x17\xcb\xb2\x82\x87\xd2a\x9f\xd4v\x198?\x92\x81n4!\xdb\xa9Gy?#Y\x9b6m\xfe\x00\x0aI\xe7\x8d\x0aU\xe0c\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\x93\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\x00\x00\x00\x02bKGD\x00\xd3\xb5W\xa0\x5c\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x0b\x07\x0c\x0c+J<0t\x00\x00\x00$IDAT\x08\xd7c`@\x05\xff\xff\xc3XL\xc8\x5c&dY&d\xc5p\x0e##\x9c\xc3\xc8\x88a\x1a\x0a\x00\x00\x9e\x14\x0a\x05+\xca\xe5u\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa6\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\x9cS4\xfc]\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b\x1b\x0e\x16M[o\x00\x00\x00*IDAT\x08\xd7c`\xc0\x00\x8c\x0c\x0cs> \x0b\xa4\x08020 \x0b\xa6\x08000B\x98\x10\xc1\x14\x01\x14\x13P\xb5\xa3\x01\x00\xc6\xb9\x07\x90]f\x1f\x83\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\x81\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x10\x00\x00\x00\x10\x01\x03\x00\x00\x00%=m\x22\x00\x00\x00\x06PLTE\x00\x00\x00\xae\xae\xaewk\xd6-\x00\x00\x00\x01tRNS\x00@\xe6\xd8f\x00\x00\x00)IDATx^\x05\xc0\xb1\x0d\x00 \x08\x04\xc0\xc3X\xd8\xfe\x0a\xcc\xc2p\x8cm(\x0e\x97Gh\x86Uq\xda\x1do%\xba\xcd\xd8\xfd5\x0a\x04\x1b\xd6\xd9\x1a\x92\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xdc\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x10\x00\x00\x00@\x08\x06\x00\x00\x00\x13}\xf7\x96\x00\x00\x00\x06bKGD\x00\xb3\x00y\x00y\xdc\xddS\xfc\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdf\x04\x19\x10-\x19\xafJ\xeb\xd0\x00\x00\x00\x1diTXtComment\x00\x00\x00\x00\x00Created with GIMPd.e\x07\x00\x00\x00@IDATX\xc3\xed\xce1\x0a\x00 \x0c\x03@\xf5\xa3}[_\xaaS\xc1\xc9\xc5E\xe42\x05\x1a\x8e\xb6v\x99^%\x22f\xf5\xcc\xec\xfb\xe8t\x1b\xb7\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf06\xf0A\x16\x0bB\x08x\x15WD\xa2\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x01\x8a\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00 \x00\x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x01\xb0\x8d\xb1\x06\xfb\xf5\x0c\xb0\xbbs\x0d\xab(?D\x00\xa1\xa0\x9d\x02\x00\xb0K\xbb\xf3\xef\xa2D@\xf3\x18\xe0Ob\x00\x06`\x00\x06`\x00\x06`\x00\x06p\x08\x88v\xd3k\xc5\x11l`]\x00\x88\x10\x80\xb8\xad\xd1\xdc\xa9\xaa;\xfd\xb7\xabHP\x04h2\x06\x1a\xb1\xc8\xb4\x0a\x84\xf3\xfc\xdeJ\xc7\xf2\xbaE<\xc9z\x0f7]\x8c\x16O\x08\x0f\xc0\x16\x08\xd3\x01\xf2\xf7\xd9\x1d\xbb\x0b\xd4O>L2\xa9?\xeb\xc6X\x83ttn\xe6\xbf\xff0kE\x02\x8bx\x92\x7f\x9a\x99|\x01\x0b\xfao8\x11\xee\x15\x0b\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x025\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00@\x00\x00\x00@\x08\x06\x00\x00\x00\xaaiq\xde\x00\x00\x00\x04sBIT\x08\x08\x08\x08|\x08d\x88\x00\x00\x01\xecIDATx\x9c\xed\x9b\xdd\x91\xc3 \x10\x837W\xc3\xd5\x91\xeaR\xc6Uwu\xa4\x87\xe4\x89\x19\x86\xb1aa%\x81\xc7\xe8\xd9\x11\xd6\xc7\x8f\xbd\x04\x9bmmm\xddY\x0fec\xbf\x7f\xff\x1f\xcfu\xef\xd7Sv_\xd4\x86\xbc\x81[b\x02\x81\x1b\xa3B\x9f\x09\x0d\x03f\xc6\x0e^\x0a\x05\x02b\xa2\x0e\x9f\x84\x80\x102\x98\x15\xbcT\x04\xc4\xf0\x0fW\x09\x9f4\x0a\xa1\xfbG\xab\x05/\xd5\x0b\xa2\xeb\xe2\xd5\xc3'\xf5@p_x\x95\xf0I^\x08?\xec\x1bY].JW\xeb\xfd$\xcf(h^\xd0\x0a\x9f7\xa2\x02U\x06\xab\xb5\xdb\x82\x00\x9d\x02\xef\xd7\xf3\xc1.d\xd0\xfeU\x00\xa3=\xca\x820\xe2\xdb\xcap\x0a :\x9c\xd1\x10\x22~\xb5,\xe1)\x10\x99\x7f^\xd5|\xa2\x1duh\x02\xd8\xf5<\xda?|@bu\xb5F\xf2>\x22\xe35\xbb\x1a\x84}J\xcc\xa9}P\xb2\xd7|u\x08\xd4\xa3\xb2\xb9V\x03!;,\x9dk\x15\x08S\x8e\xcb'\xcd\x86\x10-\x88\xf6'3\x08\x93\x5c\xb7\xfdh\xeaH\xb7\xfcl\xae\xa6\x15?\x9c\xdc\xba\xbb\xbe\x18_Z\xd7\x14T\xdf\xfe\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa0\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x14\x1f\x0d\xfcR+\x9c\x00\x00\x00$IDAT\x08\xd7c`@\x05s>\xc0XL\xc8\x5c&dY&d\xc5pN\x8a\x00\x9c\x93\x22\x80a\x1a\x0a\x00\x00)\x95\x08\xaf\x88\xac\xba4\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x03\x18\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00 \x00\x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x02\xcaIDATX\x85\xed\x96\xb1o\x14W\x10\xc6\x7f\xdf\xf3\xc9AD\x8eP\xaa\x84? \xc55\xc6w\x05\xa4\x81]#\xc5\xc2\xb7@\xe4\x0e\xba \xe1\xc2U\xd2\x05L\x89\xa3\xa4Jg%\x8a\x94t\xa13\x10\x9f\x8d\x0c\xb29h\x02Rls\x05\x96\xf2\x0f8T\x11\x8a\x15\x94\x00\xb7_\x8a\xdb=_$\xaf\xedCN\x95\xfb\xaa\xb7\xb33o\xbe\x99\xf7\xde\xcc@\x1f}\xfc\xdf\xa1^\x94\xa3(*m1\x94X\x9e\x10>n8\x9am\xb2i\xf4X\xd6\xdc\x10[\xf5F\xa3\xf1\xfa\xc0\x09TG\xcf~d\xa7_\x03e\xa4uH\x1f:\xd5o\x00\x0a~\x1f\xc2I\xec\x11`#\x04\x7f\xfa\xcb\xf2\xe2\xbd\x83\x22\xa0J\x5c\xbb\x02\xcc`nz \xbd\xb6\xbe|gc'\xc5\x91\xd3g\xcaj\x85\xeb\x88\x8f\x85\xa6W\xef\xd7\xbf\x04\xbc\xcf\x18wF%\xae]\xad\xc4\xb5W\x95\xd1\xe4\xf2\xbemF\x93\xcb\x95\xb8\xf6\xaa\x1a'W\xf6\xd2\xdd5\x03Y\xda\x97\x90&\xd7V\xea\xdf\xe56\x95(\xb9\x88<\x05\x1e\xceDM\xac\xd9\xb5F\xfdG\xb2\x88+qm\x12\xf8V\x0ac\xab+\xf3w{&\x10EQ\xe9\x0f\xbd\xdd\xc4\xfc\xba\xd6X\x98\x00\xf8pl\xec\xdd\xbf_\x96~\x00\xce!\xa5\xd8\xa1\xbdK{m|\xfb\xd0`\xeb\xd2\xcfKK\xbf\xb731~\x13\xeb\x83w\xfc\xe7p\xd1\xc5\x0cE\x04\xb6\x18J\x80\xb2\x07\xd2k9\xd9\xb6s%\x00\x1d\xe7]k\x11\xce\xfe\xf5r\xe0\xfb<0\xcb\xd3@\xf9\xb9\x0e\xd7\x8a\xfc\x14\x12\xb0<\x81\xb4\x9e_\xb8J\x94\x5c\x04\xce\x81\x0bm\xc0A\xe8|5\x1e\xbf\x00\xb0\xbe|gC\xf0d\x00&z& |\x1c\xd2\x87\xdb\x02O!\xa5\xc5\xce;\x86i\x8a\xa6\xba\x02y\x00:Q\xa4^*\xfaa8\x9a\xbf\xf3L2\x8c\x8b\x09w\x19\x06`x\x9b\x0f\xcf\xf2\x82\xb5\x13\xf6\xde\xf0?\xc6.G\xc0f\xbb\xc2u$\xcd\xfd\x1e\x01\xd0\xcc?\x0d\xef\x096{&`\xf4\x18\xc2\xc9m\x81f\xffu\xf3\x8b\x0dC\xc0\xb3\x1d>\xd6)\xf0\xa3\x9e\x09\xc8\x9a\xc3\x1e\x199}\xa6\x0c\x90\x15\x99\x9f`\xb7,(5\xbe\xbdz\x7f\xf1\x06\xb4K\xb3\xe1X\x0b\xe6z&0\xc4V\x1d\xd8P+\x5c\xcfD~k\xf0\xf5'&\x9do\xfbb\x9bH\xb66\xe9\xfc\xa1\xc1\xd6%\xb2j(kF\xf0\xf4\x88_,\x14R.\x8e\xa6\xb8\x14W\xe3\xf1\x0b\xd9S\xcbo{3\xe0\xd9,\xf2\xeeR\xfcM\x08\x1e\xdbog\xdc\x11o\xd4\x8c\xe2\xda\xe4\x814\xa3\x5c\xa7\x1a'\x9f\x1b\x7f\x81|\xcb\xf2\xf4\xae\xed\xd8\x9a\xc1:/\xf9\xea\xea\xca\xe2W\xec\xd1\x8e\xdfh \x11<\xb1\xfc@\xf0\x0c\xb2\xa7f\x9d2\x1c\x13\xfa\xe8\xe3\x1frx6\x82c\xad\x95\xaf\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa6\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x08\x15;\xdc;\x0c\x9b\x00\x00\x00*IDAT\x08\xd7c`\xc0\x00\x8c\x0c\x0cs> \x0b\xa4\x08020 \x0b\xa6\x08000B\x98\x10\xc1\x14\x01\x14\x13P\xb5\xa3\x01\x00\xc6\xb9\x07\x90]f\x1f\x83\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa0\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\x9cS4\xfc]\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b\x1b)\xb3G\xee\x04\x00\x00\x00$IDAT\x08\xd7c`@\x05s>\xc0XL\xc8\x5c&dY&d\xc5pN\x8a\x00\x9c\x93\x22\x80a\x1a\x0a\x00\x00)\x95\x08\xaf\x88\xac\xba4\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x01\xa8\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00 \x00\x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x01ZIDATX\x85\xed\x97Mj\xc2P\x14\x85\xbf\x1b\x82\x0e\xab\x13\xbb\x067\xe0\x0a\x0a\xba\x07Wa\x09\xe4)m\x07u\x12!\xe8*\x5cC)t\x05\xd9\x80{p\xa2\x1d*!\xa7\x83\x1a\xb1\x86P(\xb1\x16\x9a3{\xf7>\xde\xf9\xb8\xef\x87\xfb\xe0\xbf\xcb\xce\x03a\x18\xf6\xcd\xec^R\xcf\xccZU\x98H\xda\x9aY\x22i>\x9b\xcd^K\x01\xc6\xe3\xf1T\xd2\x03\xb0\x93\xb42\xb3\xf7\x8a\x00n\xcc\xac\x0b4\x81i\x14EO\x05\x00\xe7\xdc\x00x\x01\xde\xd24\x1d\xc6q\xbc\xae\xc2\xcf\xffP\x1b3K\xb2,[\x9c\x7f\xcdj}\x00,\x83\x82\xe5\xf9\x1d\x9c\xb3\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa6\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x14\x1f \xb9\x8dw\xe9\x00\x00\x00*IDAT\x08\xd7c`\xc0\x06\xe6|```B0\xa1\x1c\x08\x93\x81\x81\x09\xc1d``b`H\x11@\xe2 s\x19\x90\x8d@\x02\x00#\xed\x08\xafd\x9f\x0f\x15\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x02k\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00 \x00\x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x02\x1dIDATX\x85\xed\x961O\x13a\x18\xc7\x7f\xcf]7:q%\x01>\x80C\xb5\x08\x13N\x12\x16\x1d A\xfb\x1d`\xb6\xa1\x12\xa1\x0c\x1d\xc0\xa8=\xe3\xa4\x89\xe1;\x14\x07\x18\xc4\xa1\x81\x09&\xa0\xd8&~\x81j\x22\xd7\xa9L\xd0\xf7q\xe8\x81\x0c\x5c\xdb\xbb6.\xf6\xbf\xde\xfb\xdc\xffwO\xee}\xfe\x0f\x0c4\xd0\xff.\x09u:_\x8a9qg^\xd04\xc840\xee?\xa9\x81\x1e)R\xf4\x1a\xde\x0e\xf9\xd9\xab\xbe\x03\x0c\xbf;{bY\xfa\x01H\x02\xc7\x8a\x1c\xa0\xfa\xb3\xf5\x16\x19\x13\xf410\x05T\x0d\xf2\xa2\x9eM}\xeb\x0f\x80\xaa\x8c\xbc/\xaf*\xb2)\xc2vS\xed\xf5z\xf6~\xf5NH\xb7\x92\xb4\xa5\xb9\xa1\xca3U\xc9y\xd9\x07o\x10\xd1n?\xf2N\x8d\xb8\xa7k\x09\xb7|\x99(\x94\x17\xbb\xadI\x14\xca\x8b\x09\xb7|\xe9\x14\xceV;\x9dm\xdb\x01\xbf\xed_Q\x96\xce_Nlu\x0b\x00\x90p\xcbK\xc0gc\xe4i}%\xb5\x17\x1e _\x8a%\xe2\xce\xa9\x08?~/O\xa4\xc3\x98\xdf\x82\xd8\x06\xee\x9d7\xbc\x87A?\xa6\x15T\xec\xc4\x9dy \xd9T{=\x8a9\x80\xc1\xce\x01Ig\xc8\x99\x0b:\x13\x08\xd0\xbaj\x1c\x07\xfdp\xdd\xa8U\xab'\x16\x12\xd8\xc1@\x00\x90iE\x0e\xa2\x9a_K\xb1\xf6U\xf4Q\x04\x00\xc6o\xeeyo\x08\xbf\xf8;\xb0B\x01\xfc\x13\xb5\x03\xa8!2\xd6\xbb\x85\x8c\x02\xb5\x08\x00z\xe4\x8f\xd7\xde\xec13\xa2r\x18\x1a@\x91\x2205\xecV\x92Q\xcd[\xb52i\xd0bh\x00\xaf\xe1\xed\x00U[\x9a\x1bQ\x01,\x9a\x9b@\xc5\xbb\xf0vC\x03\x90\x9f\xbd2F2\xaa<\x0f\x93\x03\xd7\xf2G\xf1\x82A2\xed\xe2\xb9\xed-\xa8\xaf\xa4\xf6\x04\xcd!|\x0a\x15F-\xf3\x8f\xaa\x92\xeb\x14\xcb]\xc5\xb1\xe3~\x7f%\xa2\xaf\x81/\x06;\xd7.\x8e\xfd\xb6/(\xacy\xcb\xa9\xb7\x9d\xe28\xe2B\xa2'\x8a\xb5\xef\x0f\x19@F\x053\x032\x09T\x0c\x92\xe9\xdfBr[\xf9R\xcc\x19r\xe6,$\xed\x8f\xd7\x9b\x95LT\x0e\x0dZ\xf4.\xbc\xdd0+\xd9@\x03\x0d\xf4\x071\xe2\xd8\x82\x22J\xad\xa7\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x01\xa2\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00 \x00\x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x01TIDATX\x85\xed\x97Aj\xc2P\x10\x86\xbfI\x8a]V\xa9\x8dg\xc8F\xbb\xf2\x04\x05\xbd\x83\xa7\xb0\xe8\xae\xed\xa2.\x0d\xdaKx\x86R\xe8\x09\xb2R\xbb\xc8\x19\x14A\xbbTH\xa6\x0bc\x10\x83\x0a5\xe9\xa6\xef\xdb\xe5\xbd!\xff\xc7\xf2s\xd3\x09t\xde-\x1e\xf5<\xbb\x0fd\x80\x0f\x86f1\xfbR\x8d\xa2\x1d\xc2\x0e\x01\xfb\x819\x87.,\xe4\xb2o7\x87\x80\x99\xb6\x8d\x16\xae\x19\xba)\xf1\xbcb\xfe\xf5\x85\xdc\xee\xb95IF\xa5\x8c\xaf\xca\x0d3N\x9bi(\xce\xed\xb9\x8dd\x8d.rMl\x8b\xf2\x83aTX\x0eG\x0a\xe7\x1b\xf5\x09G\x0a\xe7\xc3\xa8\xb0\x1c\x8c\x14\xaf\xadg[\xb7\x02I\xd9_c\xf4\x95/\xef}\x04\x80\x99\xc2\xd1b\xafA\xbf\xa0\x0b\xc0 /\x18+\x0fd\x9f\xa6+\x0e\xa3B\x1f\xf0\xd09\x1d[\xb8\x92}\xd3<\x81\xe1\xe9\xb6\xb0#\xc8K|\xfe6\xb0\xb7\x07`\xeb\xbdRg\xbbU\x9e`\x9c4\xc3IxUN\xc9XL,\xc9?\xf7\xfd\xd2\xee\x85\x84\xc4s`Wy1\xee\xaau0\xbdZ\xf9\x83\x8e\xa0\x1b\xc8T\xcc\xbf\x9e\xae\xbc\xdd*O\xcc\xe8\x06H\x93\xaf\x1e\x9bq\xa2\xdd*\x8f1\x13\x80\xc3\x1f\x022\xc1\x96\xe0x\xad<5\x09T\xaf\x1a\x1f\xd2\x03\x17\x8e\x16{1N\xaa\xae\x0f\x1e\xc6\xa90*\x9e\x01\xa8\xfa\xdaG\x0f\xf54M\x00t\xc0\xd0l:3\xe87\xc3\xd5\xb6O\xec\x0c\x87g\xfd+~\xde\x8c\xc9\x0e\xd6\xb2o\xab\x13k\xe7\xef{\x0e\x08\xbaP=\xc2\x89\x9d\xf0@]\xab(}eE\xb0\xfe\xc2\xba\x01\xff5\xea\x11\x98G\xda\x91N\x0c\xf2\x0do\x01\x96_\xf9\xa2\xed\xc0\xfc\x06\x08\xd8\xfbD^\xaba`L\x8dn\x81\xd3\xd8\x8a\x9f;,\xd3\xbb\xa6\x09\x18\x1a\x07\xf6wF\xa5\x0c@Udxi\xd4\xae\x82\x81CL\x94s\xd9gP\x95f\xd0>\x87\x8d7M ^\x8c\xa7\x809_\x95\x1b\xc9\xd2lI\xfeY\x89IHK\x9d$N\xc6\x12\x93K\xf2\xcf\xa5j\xe8Q\xb9\x09\x94\xe2\x1f\xf1\xabZy6&\xc5Q\xf1L\xf5\xaa\xa5\xa7\xdd\xf28\x8d\x95s\xd9g\x7fH\xf1\x03\x87\x8e5\xda\x19\xd7\xc4\x86\x9aQT\xe8\xdb\x94f\x04\x80\x99\x82\xe8\xd3U\xc9n\x01/\x1c\xfeP\xbdv\x9c\x94\xfd\x94\xc1`<\x90\xbd\xb3^;\xde\xe0\x83\xc4>\x1a\xdeL\x222\x80\xb6\x0bw\x18\xb4\x0f(9tq\xf3\x1e$\xab1<\xdd\x16l\x09\x8e{\xa8'\x91\xd7\xdfO2\x99\xde9l<\xfe\x11\xbfj\xe6I\xd6B\x0b-\xfc\x02\x9d\x07<\xe4\x1f\x0b_\x15\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x01\xa4\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00 \x00\x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x01VIDATX\x85\xed\x97Aj\xc2@\x14\x86\xbfg\x8a.\xab\xd4\xc63d\xa3]y\x82\x82\xde\xc1SXt\xd7v\xa1K\x83\xf6\x12\x9e\xa1\x14z\x82\xac\xd4.r\x06E\xd0.\x15\x92\xd7\x851H\xd2t\xd1&(4\xdfrf\x98\xff\xe3\x0d3\xbc\x81\xff\x8eD\x07L{\xd6R)<\xa8\xd2\x04\xca)\xe5lEpD\xfd\xf1\xaaw\xf7\x96(pc/\x86\x02\x8f\xc0\x0e\xd4E\xe53\x95x\xd1k\x10\x0b(\xa1\x0c\xd7\xfd\xfasL\xe0v\xcc\x07\x00s\x00t\x00y\x00l\x00e\x00s\x00h\x00e\x00e\x00t\x00-\x00b\x00r\x00a\x00n\x00c\x00h\x00-\x00e\x00n\x00d\x00.\x00p\x00n\x00g\x00\x1c\x01\xe0J\x07\x00r\x00a\x00d\x00i\x00o\x00_\x00u\x00n\x00c\x00h\x00e\x00c\x00k\x00e\x00d\x00_\x00d\x00i\x00s\x00a\x00b\x00l\x00e\x00d\x00.\x00p\x00n\x00g\x00\x14\x06^,\x07\x00b\x00r\x00a\x00n\x00c\x00h\x00_\x00c\x00l\x00o\x00s\x00e\x00d\x00-\x00o\x00n\x00.\x00p\x00n\x00g\x00\x0f\x06S%\xa7\x00b\x00r\x00a\x00n\x00c\x00h\x00_\x00o\x00p\x00e\x00n\x00.\x00p\x00n\x00g\x00\x0c\x06A@\x87\x00s\x00i\x00z\x00e\x00g\x00r\x00i\x00p\x00.\x00p\x00n\x00g\x00\x10\x01\x00\xca\xa7\x00H\x00m\x00o\x00v\x00e\x00t\x00o\x00o\x00l\x00b\x00a\x00r\x00.\x00p\x00n\x00g\x00\x1c\x08?\xdag\x00c\x00h\x00e\x00c\x00k\x00b\x00o\x00x\x00_\x00u\x00n\x00c\x00h\x00e\x00c\x00k\x00e\x00d\x00_\x00f\x00o\x00c\x00u\x00s\x00.\x00p\x00n\x00g\x00\x0f\x01\xf4\x81G\x00c\x00l\x00o\x00s\x00e\x00-\x00h\x00o\x00v\x00e\x00r\x00.\x00p\x00n\x00g\x00\x18\x03\x8e\xdeg\x00r\x00i\x00g\x00h\x00t\x00_\x00a\x00r\x00r\x00o\x00w\x00_\x00d\x00i\x00s\x00a\x00b\x00l\x00e\x00d\x00.\x00p\x00n\x00g\x00\x1a\x0e\xbc\xc3g\x00r\x00a\x00d\x00i\x00o\x00_\x00c\x00h\x00e\x00c\x00k\x00e\x00d\x00_\x00d\x00i\x00s\x00a\x00b\x00l\x00e\x00d\x00.\x00p\x00n\x00g\x00\x17\x0c\xabQ\x07\x00d\x00o\x00w\x00n\x00_\x00a\x00r\x00r\x00o\x00w\x00_\x00d\x00i\x00s\x00a\x00b\x00l\x00e\x00d\x00.\x00p\x00n\x00g\x00\x11\x0b\xda0\xa7\x00b\x00r\x00a\x00n\x00c\x00h\x00_\x00c\x00l\x00o\x00s\x00e\x00d\x00.\x00p\x00n\x00g\x00\x1a\x01\x87\xaeg\x00c\x00h\x00e\x00c\x00k\x00b\x00o\x00x\x00_\x00i\x00n\x00d\x00e\x00t\x00e\x00r\x00m\x00i\x00n\x00a\x00t\x00e\x00.\x00p\x00n\x00g\x00\x17\x0ce\xce\x07\x00l\x00e\x00f\x00t\x00_\x00a\x00r\x00r\x00o\x00w\x00_\x00d\x00i\x00s\x00a\x00b\x00l\x00e\x00d\x00.\x00p\x00n\x00g\x00\x19\x0bYn\x87\x00r\x00a\x00d\x00i\x00o\x00_\x00u\x00n\x00c\x00h\x00e\x00c\x00k\x00e\x00d\x00_\x00f\x00o\x00c\x00u\x00s\x00.\x00p\x00n\x00g\x00\x1a\x05\x11\xe0\xe7\x00c\x00h\x00e\x00c\x00k\x00b\x00o\x00x\x00_\x00c\x00h\x00e\x00c\x00k\x00e\x00d\x00_\x00f\x00o\x00c\x00u\x00s\x00.\x00p\x00n\x00g\x00\x17\x0f\x1e\x9bG\x00r\x00a\x00d\x00i\x00o\x00_\x00c\x00h\x00e\x00c\x00k\x00e\x00d\x00_\x00f\x00o\x00c\x00u\x00s\x00.\x00p\x00n\x00g\x00 \x09\xd7\x1f\xa7\x00c\x00h\x00e\x00c\x00k\x00b\x00o\x00x\x00_\x00i\x00n\x00d\x00e\x00t\x00e\x00r\x00m\x00i\x00n\x00a\x00t\x00e\x00_\x00f\x00o\x00c\x00u\x00s\x00.\x00p\x00n\x00g\x00\x0c\x06\xe6\xe6g\x00u\x00p\x00_\x00a\x00r\x00r\x00o\x00w\x00.\x00p\x00n\x00g\x00\x1d\x09\x07\x81\x07\x00c\x00h\x00e\x00c\x00k\x00b\x00o\x00x\x00_\x00c\x00h\x00e\x00c\x00k\x00e\x00d\x00_\x00d\x00i\x00s\x00a\x00b\x00l\x00e\x00d\x00.\x00p\x00n\x00g" qt_resource_struct = b"\x00\x00\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x18\x00\x02\x00\x00\x00\x01\x00\x00\x00+\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\x00\x00\x00J\x00\x02\x00\x00\x00'\x00\x00\x00\x04\x00\x00\x04P\x00\x00\x00\x00\x00\x01\x00\x00\xd9M\x00\x00\x03D\x00\x00\x00\x00\x00\x01\x00\x00\xc8\xdb\x00\x00\x00\xbc\x00\x00\x00\x00\x00\x01\x00\x00\xacm\x00\x00\x01\xd4\x00\x00\x00\x00\x00\x01\x00\x00\xb4\xcc\x00\x00\x05\xa4\x00\x00\x00\x00\x00\x01\x00\x00\xe3\x02\x00\x00\x03\xa2\x00\x00\x00\x00\x00\x01\x00\x00\xd4\xe2\x00\x00\x04\xb4\x00\x00\x00\x00\x00\x01\x00\x00\xdb\xbb\x00\x00\x02\xd6\x00\x00\x00\x00\x00\x01\x00\x00\xbcs\x00\x00\x04\xd8\x00\x00\x00\x00\x00\x01\x00\x00\xdd\xf4\x00\x00\x02\xfa\x00\x00\x00\x00\x00\x01\x00\x00\xbd\x17\x00\x00\x06J\x00\x00\x00\x00\x00\x01\x00\x00\xe7\xc7\x00\x00\x00\xf6\x00\x00\x00\x00\x00\x01\x00\x00\xad'\x00\x00\x042\x00\x00\x00\x00\x00\x01\x00\x00\xd8\xc8\x00\x00\x04\x0e\x00\x00\x00\x00\x00\x01\x00\x00\xd8\x1e\x00\x00\x03\xe0\x00\x00\x00\x00\x00\x01\x00\x00\xd7\x87\x00\x00\x00|\x00\x00\x00\x00\x00\x01\x00\x00\xa9\x8e\x00\x00\x06\xfe\x00\x00\x00\x00\x00\x01\x00\x00\xee#\x00\x00\x02\xac\x00\x00\x00\x00\x00\x01\x00\x00\xbb\xd9\x00\x00\x02\x5c\x00\x00\x00\x00\x00\x01\x00\x00\xb9\x89\x00\x00\x03j\x00\x00\x00\x00\x00\x01\x00\x00\xd3\xfe\x00\x00\x04v\x00\x00\x00\x00\x00\x01\x00\x00\xda-\x00\x00\x00\x94\x00\x00\x00\x00\x00\x01\x00\x00\xab\xbd\x00\x00\x024\x00\x00\x00\x00\x00\x01\x00\x00\xb7P\x00\x00\x03\x1c\x00\x00\x00\x00\x00\x01\x00\x00\xbd\xc0\x00\x00\x01\x10\x00\x00\x00\x00\x00\x01\x00\x00\xafT\x00\x00\x07\x1c\x00\x00\x00\x00\x00\x01\x00\x00\xee\xc5\x00\x00\x06\xb8\x00\x00\x00\x00\x00\x01\x00\x00\xec{\x00\x00\x01l\x00\x00\x00\x00\x00\x01\x00\x00\xb2\x7f\x00\x00\x00T\x00\x00\x00\x00\x00\x01\x00\x00\xa6\xa9\x00\x00\x06\x12\x00\x00\x00\x00\x00\x01\x00\x00\xe5X\x00\x00\x02\x06\x00\x00\x00\x00\x00\x01\x00\x00\xb6]\x00\x00\x05|\x00\x00\x00\x00\x00\x01\x00\x00\xe2^\x00\x00\x05\xde\x00\x00\x00\x00\x00\x01\x00\x00\xe4\xae\x00\x00\x05H\x00\x00\x00\x00\x00\x01\x00\x00\xe1\xb4\x00\x00\x01\xb0\x00\x00\x00\x00\x00\x01\x00\x00\xb4\x05\x00\x00\x05\x0e\x00\x00\x00\x00\x00\x01\x00\x00\xde\x98\x00\x00\x02\x8a\x00\x00\x00\x00\x00\x01\x00\x00\xbb/\x00\x00\x06\x84\x00\x00\x00\x00\x00\x01\x00\x00\xe9m\x00\x00\x01<\x00\x00\x00\x00\x00\x01\x00\x00\xb1\xdc\x00\x00\x002\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00" def qInitResources(): QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data) def qCleanupResources(): QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data) qInitResources()