== normal_text ==
QLabel {
	color: #2E3032;
	font-size: 13px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

== normal_text_padding_sync_log ==
QLabel {
	color: #2E3032;
	font-size: 13px;
	padding-left: 3px;
}

== normal_text_padding_notification ==
QLabel {
	color: #2E3032;
	font-size: 13px;
	padding-left: 3px;
}

== tab_widget ==
QListWidget {
	background-image: url(TMPIMG_LOC/tmp_tab2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-origin: content;
	border-style: none;
	font-size: 13px;
	outline: none;
}
QListWidget::item {
	border: 1px solid #D8DADC;
	border-top: none;
	border-bottom: none;
	border-style: none;
}
QListWidget::item:selected {
	background-image: url(TMPIMG_LOC/tmp_tab.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

== ds_list ==
QComboBox {
	font-size: 13px;
	color: #2E3032;
	border: 1px solid #D8DADC;
	border-radius: 3px;
	background: #FFFFFF;
	padding-left: 7px;
	padding-right: 9px;
	line-height: 20px;
}
QComboBox:on {
	border: 1px solid #1EB9C7;
}
QComboBox:on:hover {
	border: 1px solid #1EB9C7;
}
QComboBox:disabled {
	color: #96A0AA;
	background: #F6F8FA;
}
QComboBox::drop-down {
	width: 40px;
	border: none;
}
QComboBox::down-arrow {
	height: 24px;
	width: 24px;
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	image: url(IMG_LOC/combobox.png);
}
QLineEdit[text=""] {
	color: rgba(65, 75, 85, 0.4);
	background: #FFFFFF;
}
QLineEdit:disabled {
	color: rgba(65, 75, 85, 0.4);
	background: #F6F8FA;
}
QListView {
	border: 1px solid #C8D2DC;
	outline: none;
	background-color: #FFFFFF;
	padding: 4px;
}
QListView::item {
	height: 26px;
	font-size: 13px;
	border: 1px solid #FFFFFF;
}
QListView::item:hover {
	background-color: #F6F8FA;
	border: 1px solid #F6F8FA;
}
QListView::item:selected {
	background-color: #F6F8FA;
	border: 1px solid #F6F8FA;
}

== tree_widget ==
QTreeWidget {
	outline: 0px;
	border: none;
	font-size: 13px;
	color: #2E3032;
	selection-color: #2E3032;
	selection-background-color: transparent;
	show-decoration-selected: 0;
	padding-left: 10px;
	qproperty-indentation: 24;
}
QTreeView::branch {
	image: none;
	height: 24px;
	width: 24px;
}

QTreeView::branch:selected:has-children {
	border-image: url(IMG_LOC/tree_arrow_collapse_normal.png) stretch stretch;
}
QTreeView::branch:!selected:has-children {
	border-image: url(IMG_LOC/tree_arrow_collapse_normal.png) stretch stretch;
}
QTreeView::branch:selected:open {
	border-image: url(IMG_LOC/tree_arrow_expand_normal.png) stretch stretch;
}
QTreeView::branch:!selected:open {
	border-image: url(IMG_LOC/tree_arrow_expand_normal.png) stretch stretch;
}
QTreeView::branch:open:!has-children {
	border-image: none;
}
QTreeView::indicator {
	height: 24px;
	width: 24px;
	margin-right: 8px;
}
QTreeView::indicator:checked {
	border-image: url(IMG_LOC/checkbox_check.png) stretch stretch;
}
QTreeView::indicator:checked:hover {
	border-image: url(IMG_LOC/checkbox_check_hover.png) stretch stretch;
}
QTreeView::indicator:checked:disabled {
	border-image: url(IMG_LOC/checkbox_check_disable.png) stretch stretch;
}
QTreeView::indicator:unchecked {
	border-image: url(IMG_LOC/checkbox_uncheck.png) stretch stretch;
}
QTreeView::indicator:unchecked:hover {
	border-image: url(IMG_LOC/checkbox_uncheck_hover.png) stretch stretch;
}
QTreeView::indicator:unchecked:disabled {
	border-image: url(IMG_LOC/checkbox_uncheck_disable.png) stretch stretch;
}
QTreeView::indicator:indeterminate {
	border-image: url(IMG_LOC/checkbox_check_partial.png) stretch stretch;
}
QTreeView::indicator:indeterminate:hover {
	border-image: url(IMG_LOC/checkbox_check_partial_hover.png) stretch stretch;
}
QTreeView::indicator:indeterminate:disabled {
	border-image: url(IMG_LOC/checkbox_check_partial_disable.png) stretch stretch;
}

== restore_tree ==
QTreeView::branch {
	image: none;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 24px;
	width: 24px;
}
QTreeWidget::item {
	height: 30px;
}
QTreeWidget::item:selected {
	background-color: transparent;
}
QTreeWidget::item:hover {
	background-color: transparent;
}
QTreeView::branch:selected:has-children {
	border-image: url(IMG_LOC/tree_arrow_collapse_normal.png) stretch stretch;
}
QTreeView::branch:!selected:has-children {
	border-image: url(IMG_LOC/tree_arrow_collapse_normal.png) stretch stretch;
}
QTreeView::branch:selected:open {
	border-image: url(IMG_LOC/tree_arrow_expand_normal.png) stretch stretch;
}
QTreeView::branch:!selected:open {
	border-image: url(IMG_LOC/tree_arrow_expand_normal.png) stretch stretch;
}
QTreeView::branch:open:!has-children {
	border-image: none;
}
QTreeView::indicator {
	height: 24px;
	width: 24px;
	margin-right: 8px;
}
QTreeView::indicator:checked {
	border-image: url(IMG_LOC/checkbox_check.png) stretch stretch;
}
QTreeView::indicator:checked:hover {
	border-image: url(IMG_LOC/checkbox_check_hover.png) stretch stretch;
}
QTreeView::indicator:checked:disabled {
	border-image: url(IMG_LOC/checkbox_check_disable.png) stretch stretch;
}
QTreeView::indicator:unchecked {
	border-image: url(IMG_LOC/checkbox_uncheck.png) stretch stretch;
}
QTreeView::indicator:unchecked:hover {
	border-image: url(IMG_LOC/checkbox_uncheck_hover.png) stretch stretch;
}
QTreeView::indicator:unchecked:disabled {
	border-image: url(IMG_LOC/checkbox_uncheck_disable.png) stretch stretch;
}
QTreeView::indicator:indeterminate {
	border-image: url(IMG_LOC/checkbox_check_partial.png) stretch stretch;
}
QTreeView::indicator:indeterminate:hover {
	border-image: url(IMG_LOC/checkbox_check_partial_hover.png) stretch stretch;
}
QTreeView::indicator:indeterminate:disabled {
	border-image: url(IMG_LOC/checkbox_check_partial_disable.png) stretch stretch;
}

== selective_table_widget ==
QTableWidget {
	background-color: white;
	color: #2E3032;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #D8DADC;
	border-radius: 3px;
	outline: none;
}
QTableWidget::item {
	border-bottom: 1px solid #ECEEF0;
	height: 30px;
	padding-left: 8px;
}
QTableWidget::item:selected {
	color: #2E3032;
	background-color: #E6F5FF;
}

== table_menu ==
QMenu {
	background-color: #FFFFFF;
	border: 1px solid #A0AAB4;
}
QMenu::item {
	height: 26px;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #2E3032;
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
}
QMenu::item:selected {
	background-color: #1EB9C7;
	color: #FFFFFF;
	border: 1px solid #1EB9C7;
}

== menu_icon_button ==
QToolButton {
	padding: 0px;
	border: none;
	outline: none;
}
QToolButton::menu-indicator {
	image: none;
	width: 0px;
	height: 0px;
}
QToolButton:pressed {
	border: none;
	padding: 0;
}
QToolButton:disabled {
	border: none;
	padding: 0;
}

== menu_icon_button_right ==
QToolButton {
	padding: 0px;
	border: 1px solid #D8DADC;
	border-left: 0;
	outline: none;
	margin: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
QToolButton::menu-indicator {
	image: none;
	width: 0px;
	height: 0px;
}
QToolButton:pressed {
	border: 1px solid #D8DADC;
	border-left: 0;
	padding: 0;
}
QToolButton:disabled {
	border: 1px solid #D8DADC;
	border-left: 0;
	padding: 0;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
	stop: 0 #F6F8FA, stop: 1 #F6F8FA);
}
QToolButton[error="true"] {
	border: 1px solid #FF8C8C;
	border-left: 0;
	background: #FFF0F0;
}

== welcome_button ==
QAbstractButton:hover {
	color: #FFFFFF;
	border: 1px solid #13ACBA;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2AC6D4, stop: 1 #2AC6D4);
}
QAbstractButton:pressed {
	color: #FFFFFF;
	border: 1px solid #0093A1;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #13ACBA, stop: 1 #13ACBA);
}
QAbstractButton:disabled {
	color: #8FDCE3;
	border: 1px solid #09A0AD;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #1EB9C7, stop: 1 #1EB9C7);
}
QAbstractButton {
	color: #FFFFFF;
	font-size: 13px;
	outline: none;
	border: 1px solid #09A0AD;
	border-radius: 3px;
	padding-left: 14px;
	padding-right: 14px;
	min-width: 52px;
	height: 30px;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #1EB9C7, stop: 1 #1EB9C7);
}

== control_list_widget ==
QListWidget {
	border-bottom: none;
	border-left: none;
	border-top: none;
	outline: none;
	margin: 0;
}
QListWidget::item {
	border-radius: 3px;
}
QListWidget::item:selected {
	background-color: #1EB9C7;
}

== drop_down_button ==
QPushButton {
	font: 12px;
	padding-right: 14px;
	padding-left: 14px;
	min-width: 52px;
	height: 28px;
	color: #2E3032;
	border: 1px solid #C8D2DC;
	border-radius: 3px;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #F5FAFF, stop: 1 #F0F5FA);
}
QPushButton:hover {
	border: 1px solid #B4BEC8;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #F5FAFF, stop: 1 #EBF0F5);
}
QPushButton:open {
	color: #2E3032;
	border: 1px solid #B4BEC8;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #EBF0F5, stop: 1 #E6EBF0);
}
QPushButton:disabled {
	color: #96A0AA;
	border: 1px solid #C8D2DC;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #F5FAFF, stop: 1 #EBF0F5);
}
QPushButton::menu-indicator, QPushButton::menu-indicator:pressed, QPushButton::menu-indicator:open {
	subcontrol-origin: border;
	subcontrol-position: right center;
	left: -14px;
	top: 0px;
}

== drop_down_menu ==
QMenu {
	border: 1px solid #C8D2DC;
	background-color: #FFFFFF;
	margin: 0;
	padding: 4px;
}
QMenu::separator {
	height: 1px;
	background: #EBF0F5;
	border-color: #EBF0F5;
}
QMenu::item {
	color: #2E3032;
	height: 30px;
	padding: 0px 25px 0px 20px;
}
QMenu::item:selected {
	background-color: #1EB9C7;
	color: #FFFFFF;
}

== menu_with_submenu ==
QMenu {
	border: 1px solid #D8DADC;
	border-radius: 3px;
	background-color: #FFFFFF;
}
QMenu::right-arrow
{
	height: 24px;
	width: 16px;
	border-image: url('IMG_LOC/dropdown_menu_parent_normal.png');
}
QMenu::right-arrow:selected
{
	border-image: url('IMG_LOC/dropdown_menu_parent_disable.png');
}
QMenu::separator {
	height: 1px;
	border: 6px solid #FFFFFF;
	background: #E2E4E6;
}
QMenu::item {
	font-size: 13px;
	height: 20px;
	color: #2E3032;
	border: 0px;
	padding: 5px 40px 5px 12px;
}
QMenu::item:selected {
	color: #2E3032;
	background-color: #ECEEF0;
	border-radius: 3px;
}

== menu_without_submenu ==
QMenu {
	menu-scrollable: 1;
	border: 1px solid #D8DADC;
	border-radius: 3px;
	background-color: #FFFFFF;
}
QMenu::separator {
	height: 1px;
	border: 6px solid #FFFFFF;
	background: #E2E4E6;
}
QMenu::item {
	font-size: 13px;
	height: 20px;
	color: #2E3032;
	border: 0px;
	padding: 5px 40px 5px 12px;
}
QMenu::item:selected {
	color: #2E3032;
	background-color: #ECEEF0;
	border-radius: 3px;
}

== backup_drop_down_menu ==
QMenu {
	border: 1px solid #D8DADC;
	border-radius: 3px;
	background-color: #FFFFFF;
	padding: 7px 7px 7px 7px;
	margin: 0px;
}

QMenu::separator {
	height: 1px;
	background: #E2E4E6;
	margin-top: 6px;
	margin-bottom: 6px;
}
QMenu::item {
	font-size: 13px;
	height: 20px;
	color: #2E3032;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 1px solid #FF00AA;
}
QMenu::item:selected {
	color: #2E3032;
	background-color: #ECEEF0;
	border-radius: 3px;
}

== default_menu_text ==
QLabel {
        color: #2E3032;
        font-size: 13px;
        line-height: 20px;
        padding: 5px 32px 5px 8px;
        margin-top: 0px;
}
QLabel:hover {
        background-color: #ECEEF0;
        border-radius: 3px;
}
QLabel:selected {
        background-color: #ECEEF0;
        border-radius: 3px;
}

== alert_menu_text ==
QLabel {
        color: #F2616D;
        font-size: 13px;
        line-height: 20px;
        padding: 5px 32px 5px 8px;
        margin-top: 0px;
}
QLabel:hover {
        background-color: #ECEEF0;
        border-radius: 3px;
}
QLabel:selected {
        background-color: #ECEEF0;
        border-radius: 3px;
}

== wizard_tree_title ==
QWidget#WIZARDTREETITLE {
	background-color: #F6F8FA;
	border-bottom: 1px solid #D8DADC;
}

== table_button ==
QPushButton {
	outline: none;
}
QPushButton:pressed {
	border-style: inset;
	border-width: 2px;
	border-color: #A9A9A9;
	padding-top: 2px;
	padding-left: 2px;
}

== filter_menu ==
QMenu { background-color: White;
	border: 1px solid;
	border-color: #A0AAB4;
}
QLabel {
	color: #2E3032;
	font-size: 13px;
}

== tray_table_normal ==
QTableWidget {
	border: none;
	background-color: transparent;
	outline: none;
}
QTableWidget::item {
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #EAECEE;
}
QTableWidget::item:hover {
	background-color: #F6F8FA;
}

== tray_table_notification ==
QTableWidget {
	border: none;
	background-color: transparent;
	outline: none;
}
QTableWidget::item {
	border: none;
	background-color: #FFFCEB;
	border-bottom: 1px solid #EAECEE;
}
QTableWidget::item:hover {
	background-color: #FCF8DC;
}

== tray_menu ==
QWidget#TRAYMENU {
	border: 1px solid #B4B6B8;
	background-color: white;
}
QLabel {
	background-color: transparent;
}
QHeaderView::section {
	color: #2E3032;
	background-color: #F0F4F8;
	border: none;
	padding-left: 12px;
	height: 28px;
	font-size: 13px;
	font-weight: 900;
}
QScrollBar:vertical {
	border: none;
	background: transparent;
	width: 8px;
	margin-right: 2px;
}
QScrollBar::handle:vertical {
	background: rgba(86, 88, 90, 0.15);
	min-height: 20px;
}
QScrollBar::handle:hover {
	background: rgba(86, 88, 90, 0.2);
}
QScrollBar::handle:pressed {
	background: rgba(86, 88, 90, 0.25);
}
QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
	border: none;
	width: 0px;
	height: 0px;
}
QScrollBar::add-line {
	width: 0px;
	height: 0px;
}
QScrollBar::sub-line {
	width: 0px;
	height: 0px;
}
QScrollBar::sub-page {
	background-color: transparent;
}
QScrollBar::add-page {
	background-color: transparent;
}

== recently_change ==
QLabel#NAME {
	color: #2E3032;
	background-color: transparent;
	font-size: 13px;
}
QLabel#TIME {
	color: #BABCBE;
	background-color: transparent;
	font-size: 13px;
}
QLabel#ACTION {
	color: #7E8082;
	background-color: transparent;
	font-size: 13px;
}
QWidget#TOOLBAR {
	background-color: transparent;
}

== recently_change_delete ==
QLabel#NAME {
	color: #BABCBE;
	background-color: transparent;
	font-size: 13px;
}
QLabel#TIME {
	color: #BABCBE;
	background-color: transparent;
	font-size: 13px;
}
QLabel#ACTION {
	color: #BABCBE;
	background-color: transparent;
	font-size: 13px;
}
QWidget#TOOLBAR {
	background-color: transparent;
}

== progress_file ==
QLabel#NAME {
	color: #BABCBE;
	font-size : 13px;
	font-weight : 900;
}
QLabel#PROGRESS {
	color: #7E8082;
	background-color: transparent;
	font-size : 13px;
	font-weight : normal;
}
QProgressBar {
	background-color: #E2E4E6;
	border: none;
}
QProgressBar::chunk {
	border-radius: 1px;
	background-color: #1EB9C7;
	width: 3px;
}

== tray_foot ==
QWidget#MENUFOOTBAR {
	background-image: url(TMPIMG_LOC/tmp_bg_tray_footer.png);
}
QToolButton {
	color: #007FDA;
	font-size: 13px;
	border: none;
	padding: 0px;
	outline: none;
}
QToolButton:hover {
	color: #0A6EB9;
	border: none;
	padding: 0px;
}
QToolButton:pressed {
	border: none;
	padding: 0px;
}
QToolButton:disabled {
	color: #2E3032;
	border: none;
	padding: 0px;
}

== tray_status ==
QWidget#TrayStatus {
	background-image: url('IMG_LOC/bg_tray_statusbar.png');
	background-repeat: repeat-x;
	background-origin: content;
}
QWidget#TrayStatus:hover {
	background-image: url('IMG_LOC/bg_tray_statusbar_hover.png');
	background-repeat: repeat-x;
	background-origin: content;
}
QLabel {
	background-color: transparent;
	color: #2E3032;
	font-size: 22px;
}
QScrollArea {
	background-color: transparent;
	border: none;
}
QLabel#SLAVE {
	background-color: transparent;
	color: #2E3032;
	font-size: 13px;
}
QLabel#LINK {
	background-color: transparent;
	font-size: 13px;
}
QToolButton {
	background-color: transparent;
}
QScrollBar:horizontal {
	border: none;
	background: transparent;
	width: 0px;
	margin-right: 0px;
}
QScrollBar::handle:horizontal {
	min-height: 0px;
}
QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
	border: none;
	width: 0px;
	height: 0px;
}
QScrollBar::add-line {
	width: 0px;
	height: 0px;
}
QScrollBar::sub-line {
	width: 0px;
	height: 0px;
}
QScrollBar::sub-page {
	background-color: transparent;
}
QScrollBar::add-page {
	background-color: transparent;
}

== tutorial_bubble ==
QLabel {
	font-size: 13px;
	background-color: #3C4044;
	color: #FFFFFF;
	padding: 8px 10px 8px 10px;
	border-width: 1px;
	border-radius: 5px;
	opacity: 242;
}

== tray_icon_button ==
QToolButton {
	font-weight: bold;
	color: #2e3032;
	font-size: 13px;
	border: none;
	padding: 0;
	outline: none;
	background-color: transparent;
}
QToolButton::menu-indicator {
	image: none;
	width: 0px;
	height: 0px;
}

== tutorial_button ==
QToolButton {
	border-radius: 3px;
	padding-left: 4px; padding-right: 4px;
	color: 2E3032;
	border: 1px solid #C8D2DC;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #F5FAFF, stop: 1 #F0F5FA);
}
QToolButton:hover {
	border-radius: 3px;
	padding-left: 4px; padding-right: 4px;
	color: 2E3032;
	border: 1px solid #B4BEC8;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #F5FAFF, stop: 1 #EBF0F5);
}
QToolButton:pressed {
	border-radius: 3px;
	padding-left: 4px; padding-right: 4px;
	color: 2E3032;
	border: 1px solid #B4BEC8;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #EBF0F5, stop: 1 #E6EBF0);
}
QToolButton:disabled {
	border-radius: 3px;
	padding-left: 4px; padding-right: 4px;
	color: 96A0AA;
	border: 1px solid #C8D2DC;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #F5FAFF, stop: 1 #F0F5FA);
}

== ds_widget_title ==
QWidget#DSTITLE {
	background: url(TMPIMG_LOC/tmp_bg_dashed.png) bottom repeat-x;
}

== edit_connection_page_title ==
QLabel {
	color: #1EB9C7;
	font-size: 14px;
	background: url(TMPIMG_LOC/tmp_bg_dashed.png) bottom repeat-x;
}

== shared_link_title ==
QLabel {
	color: #2E3032;
	font-size: 14px;
	font-weight: bold;
	background: url(TMPIMG_LOC/tmp_bg_dashed.png) bottom repeat-x;
}

== perm_info_title ==
QLabel {
	color: #2E3032;
	font-size: 15px;
	line-height: 30px;
	font-weight: 900;
}

== shared_link_permission_title ==
QLabel {
	color: #0086E5;
	font-size: 20px;
	background: url(TMPIMG_LOC/tmp_bg_dashed.png) bottom repeat-x;
}

== shared_user_title ==
QLabel {
	color: #0086E5;
	font-size: 20px;
	background: url(TMPIMG_LOC/tmp_bg_dashed.png) bottom repeat-x;
}

== enable_shared_with_me_radio ==
SynoRadioButton {
	line-height: 20px;
	font-size: 13px;
	color: #2E3032;
}

== navigator ==
QComboBox {
	color: #505A64;
	border: 1px solid #C8D2DC;
	background: white;
}
QComboBox::drop-down {
	border-image: url(IMG_LOC/trigger_date.png) stretch stretch;
	color: #0086E5;
	width: 26px;
	height: 28px;
}
QComboBox::drop-down:hover {
	border-image: url(IMG_LOC/trigger_date_hover.png) stretch stretch;
}
QComboBox::drop-down:open {
	border-image: url(IMG_LOC/trigger_date_press.png) stretch stretch;
}
QToolButton {
	color: #0086e5;
	background-color: #FFFFFF;
	border: none;
}
QToolButton::menu-indicator {
	image: none;
	width: 0px;
	height: 0px;
}
QSpinBox::up-button {
	width: 0px;
	height: 0px;
}
QSpinBox::down-button {
	width: 0px;
	height: 0px;
}
QMenu::item {
	height: 26px;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #505A64;
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
}
QMenu::item:selected {
	background-color: #0086E5;
	color: #FFFFFF;
	border: 1px solid #0086E5;
}
QWidget#qt_calendar_navigationbar {
	border: #FFFFFF;
	background-color: #FFFFFF;
	color: #FFFFFF;
}

== sharing_dialog ==
QDialog {
	background-color: white;
}

== dsm_tabbar ==
QTabBar {
	font-weight: bold;
	font-size: 13px;
	height: 30px;
}

QTabBar::tab {
	height: 30px;
	color: #2E3032;
	background-color: white;

	border: 1px solid #D8DADC;

	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

	margin-left: 2px;
	margin-right: 2px;
	padding-left: 12px;
	padding-right: 12px;
}
QTabWidget::pane {
	top: -1px;
	border-top: 1px solid #D8DADC;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding-top: -1px;
}
QTabWidget::tab-bar {
	alignment: left;
}
QTabBar::tab:hover {
	color: #1EB9C7;
}
QTabBar::tab:selected {
	border-bottom: 1px solid white;
}
QTabBar::tab:!selected {
	background-color: #F6F8FA;
	font-weight: normal;
}

== backup_setting_page ==
QDialog {
	background: white;
}
QLineEdit {
	font-size: 13px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
QLabel {
	font-size: 13px;
	color: #2E3032;
}
QPushButton {
	font-size: 13px;
	height: 30px;
	padding-left: 16px;
	padding-right: 16px;
}

== backup_mode_chooser ==
QLabel {
	color: #2E3032;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 20px;
}
SynoRadioButton {
    margin-right: 6px;
	color: #2E3032;
}

== time_bar ==
QWidget#RESTORETIMEBAR {
	font-size: 13px;
	color: #2E3032;
	border: 1px solid #D8DADC;
	background-color: #F6F8FA;
	border-radius: 3px;
	padding-left: 4px;
	padding-right: 4px;
}

== prev_toolbutton ==
QToolButton {
	border: 1px solid #D8DADC;
	border-top-left-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 3px;
	background-color: #F6F8FA;
	outline: none;
}
QToolButton:hover {
	border: 1px solid #C4C6C8;
	background-color: #F6F8FA;
}
QToolButton:pressed {
	border: 1px solid #C4C6C8;
	background-color: #ECEEF0;
}
QToolButton:disabled {
	border: 1px solid #D8DADC;
	background-color: #F6F8FA;
}

== next_toolbutton ==
QToolButton {
	border: 1px solid #D8DADC;
	border-top-left-radius: 0px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 0px;
	background-color: #F6F8FA;
	outline: none;
}
QToolButton:hover {
	border: 1px solid #C4C6C8;
	background-color: #F6F8FA;
}
QToolButton:pressed {
	border: 1px solid #C4C6C8;
	background-color: #ECEEF0;
}
QToolButton:disabled {
	border: 1px solid #D8DADC;
	background-color: #F6F8FA;
}

== change_path_bin ==
QToolButton {
	padding: 0px;
	border: none;
	outline: none;
}
QToolButton::menu-indicator{
	image: none;
	width: 0px;
	height: 0px;
}
QToolButton:pressed {
	border: none;
	padding: 0;
}
QToolButton:disabled {
	border: none;
	padding: 0;
}
QMenu::item {
	height: 26px;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #505A64;
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
}
QMenu::item:selected {
	background-color: #0086E5;
	color: black;
	border: 1px solid #0086E5;
}

== pathbar_arrow ==
QPushButton {
	background: transparent;
	color: #2E3032;
	border: none;
	padding-left: 8px;
	padding-right: 8px;
	outline: 0px;
}
QPushButton:hover {
	color: #505A64;
}
QPushButton:pressed {
	color: #505A64;
}

== pathbar_btn ==
QPushButton {
	background: transparent;
	color: #2E3032;
	font-size: 13px;
	border: none;
	padding: 0px;
	outline: 0px;
}
QPushButton:hover {
	color: #1EB9C7;
	font-weight: normal;
}
QPushButton:pressed {
	color: #0086F0;
	font-weight: normal;
}
QPushButton:disabled {
	color: gray;
}

== filter_menu ==
QMenu { background-color: White;
	border: 1px solid;
	border-color: #A0AAB4;
}
QLabel {
	color: #505A64;
	font-size: 13px;
}

== bgtask_toolbutton ==
QToolButton {
	border: 0px;
	outline: none;
}
QToolButton:hover {
	border: 0px;
}
QToolButton:press {
	border: 0px;
}

== date_selector ==
QComboBox {
	color: #2E3032;
	border: 1px solid #D8DADC;
	border-radius: 3px;
	background: #FFFFFF;
	font-size: 13px;
	padding-left: 9px;
}
QComboBox:disabled {
	color: #96A0AA;
	background: #F6F8FA;
}
QComboBox:hover {
	border: 1px solid #D8DADC;
}
QComboBox::drop-down {
	border-image: url(IMG_LOC/trigger_date.png) stretch stretch;
	margin-top: 2px;
	margin-right: 3px;
	width: 24px;
	height: 24px;
}
QComboBox::drop-down:hover {
	border-image: url(IMG_LOC/trigger_date_hover.png) stretch stretch;
}
QComboBox::drop-down:open {
	border-image: url(IMG_LOC/trigger_date_click.png) stretch stretch;
}
QComboBox::drop-down:disabled {
	border-image: url(IMG_LOC/trigger_date_disable.png) stretch stretch;
}
QToolButton {
	color: #1EB9C7;
	background-color: #FFFFFF;
	border: none;
}
QToolButton::menu-indicator {
	image: none;
	width: 0px;
	height: 0px;
}
QSpinBox::up-button {
	width: 0px;
	height: 0px;
}
QSpinBox::down-button {
	width: 0px;
	height: 0px;
}
QMenu::item {
	height: 26px;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #2E3032;
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
}
QMenu::item:selected {
	background-color: #1EB9C7;
	color: #FFFFFF;
	border: 1px solid #1EB9C7;
}
QWidget#qt_calendar_navigationbar {
	background-color: #FFFFFF;
	color: #FFFFFF;
}
QAbstractItemView {
    selection-color: white;
    selection-background-color: #13ACBA;
}

== go_button ==
QAbstractButton:hover {
	color: #FFFFFF;
	border: 1px solid #13ACBA;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2AC6D4, stop: 1 #2AC6D4);
}
QAbstractButton:pressed {
	color: #FFFFFF;
	border: 1px solid #0093A1;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #13ACBA, stop: 1 #13ACBA);
}
QAbstractButton:disabled {
	color: #8FDCE3;
	border: 1px solid #09A0AD;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #1EB9C7, stop: 1 #1EB9C7);
}
QAbstractButton {
	color: #FFFFFF;
	font-size: 13px;
	outline: none;
	border: 1px solid #09A0AD;
	border-radius: 3px;
	min-width: 60px;
	padding-left: 14px;
	padding-right: 14px;
	height: 30px;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #1EB9C7, stop: 1 #1EB9C7);
}

== table_hdr ==
QHeaderView::section {
	color: #7E8082;
	background-color: #FFFFFF;
	border: 1px solid #ECEEF0;
	border-top: 1px solid #D8DADC;
	border-left: none;
	height: 30px;
	font-size: 13px;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 16px;
}
QHeaderView::section:last {
	border-right: none;
}
QHeaderView::section:hover {
	color: #1EB9C7;
}
QHeaderView::section:pressed {
	color: #13ACBA;
}
QHeaderView::section:disabled {
	color: #9DCFF2;
}
QHeaderView::down-arrow {
	margin-top: 2px;
	margin-right: 3px;
	width: 6px;
	height: 24px;
	subcontrol-position: center right;
	border-image: url(IMG_LOC/icon_grid_sort_ascending_normal.png) stretch stretch;
}
QHeaderView::down-arrow:hover {
	border-image: url(IMG_LOC/icon_grid_sort_ascending_hover.png) stretch stretch;
}
QHeaderView::down-arrow:pressed {
	border-image: url(IMG_LOC/icon_grid_sort_ascending_click.png) stretch stretch;
}
QHeaderView::up-arrow {
	margin-top: 2px;
	margin-right: 3px;
	width: 6px;
	height: 24px;
	subcontrol-position: center right;
	border-image: url(IMG_LOC/icon_grid_sort_descending_normal.png) stretch stretch;
}
QHeaderView::up-arrow:hover {
	border-image: url(IMG_LOC/icon_grid_sort_descending_hover.png) stretch stretch;
}
QHeaderView::up-arrow:pressed {
	border-image: url(IMG_LOC/icon_grid_sort_descending_click.png) stretch stretch;
}
== perm_info_panel ==

QFrame {
	background-color: #FFFFFF;
	border-radius: 6px;
}

QTableWidget {
	border: none;
	padding: 0px 24px;
	font-size: 13px;
}

QTableWidget::item {
	border-bottom: 1px solid #D8DADC;
	color: #2E3032;
	background-color: transparent;
}

QTableWidget::item:hover {
	color: #2E3032;
}

QTableWidget::item:selected {
	background-color: #E6F5FF;
	color: #2E3032;
}

QHeaderView {
	background-color: transparent;
	color: #7E8082;
	font-weight: 400;
}

QHeaderView::section {
	background-color: #FFFFFF;
	color: #7E8082;
	border-top: 1px solid #D8DADC;
	border-right: 1px solid #D8DADC;
	border-bottom: 1px solid #D8DADC;
	border-left: none;
}

QHeaderView::section:hover {
	background-color: #FFFFFF;
	color: #42bdc8;
}

QLabel {
	background-color: transparent;
	padding: 0px 12px;
}

== share_record_table ==
QTableWidget {
	color: #2E3032;
	border: none;
	border-top: 1px solid #E2E4E6;
	outline: none;
	font-size: 13px;
}
QTableWidget::item {
	color: #2E3032;
	border: none;
	border-bottom: 1px solid #ECEEF0;
	padding-left: 4px;
	padding-right: 4px;
}
QTableWidget::item:hover {
	color: #2E3032;
	background-color: #F6F8FA;
}
QTableWidget::item:selected {
	color: #2E3032;
	background-color: #E8F8F9;
}

== enable_file_streaming_checkbox ==
QCheckBox {
	height: 24px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 20px;
	spacing: 6px;
	color: #2E3032;
}
QCheckBox:disabled {
	color: #BABCBE;
}
QCheckBox::focus {
	outline: none;
}
QCheckBox::indicator {
	width: 24px;
	height: 24px;
}
QCheckBox::indicator:checked {
	border-image: url(IMG_LOC/checkbox_check.png) stretch stretch;
}
QCheckBox::indicator:checked:hover {
	border-image: url(IMG_LOC/checkbox_check_hover.png) stretch stretch;
}
QCheckBox::indicator:checked:disabled {
	border-image: url(IMG_LOC/checkbox_check_disable.png) stretch stretch;
}
QCheckBox::indicator:!checked {
	border-image: url(IMG_LOC/checkbox_uncheck.png) stretch stretch;
}
QCheckBox::indicator:!checked:hover {
	border-image: url(IMG_LOC/checkbox_uncheck_hover.png) stretch stretch;
}
QCheckBox::indicator:!checked:disabled {
	border-image: url(IMG_LOC/checkbox_uncheck_disable.png) stretch stretch;
}

== sync_folder_custom_session_text ==
QLabel {
	font-size: 13px;
	color: #2E3032;
	line-height: 20px;
}

== set_sync_folder_widget_sync_path ==
QLineEdit {
	font-size: 13px;
	color: #2E3032;
	line-height: 20px;
	background: #FFFFFF;
	border: 1px solid #D8DADC;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

== set_sync_folder_widget_sync_path_disabled ==
QLineEdit {
	font-size: 13px;
	color: #BABCBE;
	line-height: 20px;
	background: #ECEEF0;
	border: 1px solid #D8DADC;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

== lock_file_dialog_title ==
QLabel {
	color: #2E3032;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	padding: 4px 0px;
}

== lock_file_dialog_text ==
QLabel {
	color: #2E3032;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 4px 0px;
}

== selective_sync_ods_inform_message_box_text ==
QLabel {
	color: #2E3032;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}