== title_label_bold ==
QLabel {
	font-size: 16px;
	color: #505A64;
	font-weight: bold;
}

== lineedit_label_bold ==
QLabel {
	font-size: 12px;
	color: #505A64;
	font-weight: bold;
}

== setting_item_username ==
QLabel {
	color: %1;
}

== wizard_title_label ==
QLabel {
	padding-left: 20px;
	color: white;
	font: 18px;
	font-weight: bold;
}

== version_table_scrollbar ==
QScrollBar:vertical {
	border: none;
	background: transparent;
	width: 8px;
}
QScrollBar:horizontal {
	border: none;
	background: transparent;
	height: 8px;
}
QScrollBar::handle:vertical {
	background: #E0E0E0;
	min-height: 20px;
}
QScrollBar::handle:horizontal {
	background: #E0E0E0;
	min-width: 20px;
}
QScrollBar::handle:hover {
	background: #C0C0C0;
}
QScrollBar::handle:pressed {
	background: #A0A0A0;
}
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;
}

== version_table_body ==
QTableWidget#VERSION {
	outline: none;
	background-color: white;
	color: #505A64;
	border: none;
}

QTableWidget::item:selected#VERSION {
	color: #505A64;
	background-color: #DEECFC;
}

== version_info_table_body ==
QTableWidget#VERSION_INFO {
	outline: none;
	background-color: white;
	color: #505A64;
	padding-left: 12px;
	border: none;
}
QTableWidget::item#VERSION_INFO {
	border-bottom: 1px solid #E4E8EC;
}

== version_info_inner_header_table ==
QTableWidget {
	outline: none;
	background-color: white;
	color: #505A64;
	padding: 0px;
	margin: 0px;
	border: none;
}

== version_info_inner_content_table ==
QTableWidget {
	outline: none;
	background-color: white;
	color: #505A64;
	padding: 0px;
	margin: 0px;
	border: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
}

== version_empty_cell_header ==
QLabel {
	border: 1px solid #D2DAE1;
}

== version_create_time_header ==
QLabel {
	font-size: 12px;
	border: 1px solid #D2DAE1;
	border-left: none;
	padding-left: 8px;
	color: #0086E6;
}

== version_count_item ==
QLabel {
	font-size: 12px;
	border: 1px solid #D2DAE1;
	border-left: none;
	padding-left: 8px;
	color: #505A64;
}

== version_info_header_padding_left ==
QLabel {
	padding-left: 12px;
}

== version_info_header_12px ==
QLabel {
	font-size: 12px;
	font-weight: bold;
	color: #0086E6;
	margin: 0px;
	padding-right: 12px;
	border: 1px solid #E4E8EC;
	border-left: none;
	border-top: none;
	border-bottom: none;
}

== version_info_header_12px_no_border ==
QLabel {
	font-size: 12px;
	font-weight: bold;
	color: #0086E6;
	margin: 0px;
	padding-left: 12px;
	padding-right: 12px;
}

== internet_driver_wrapper ==
QWidget {
	background-color: rgba(254, 246, 246);
}

== text_16px_E64040_bold ==
QLabel {
	font-size: 16px;
	font-weight: bold;
	color: #E64040;
}

== text_12px_E64040_bold ==
QLabel {
	font-size: 12px;
	font-weight: bold;
	color: #E64040;
}

== text_12px_505A64 ==
QLabel {
	font-size: 12px;
	color: #505A64;
}
QLabel:disabled {
	color: #96A0AA;
}

== text_12px_505A64_bold ==
QLabel {
	font-size: 12px;
	font-weight: bold;
	color: #505A64;
}
QLabel:disabled {
	color: #96A0AA;
}

== text_15px_505A64_bold ==
QLabel {
	font-size: 15px;
	font-weight: bold;
	color: #505A64;
}
QLabel:disabled {
	color: #96A0AA;
}

== summary_table_body ==
QTableWidget {
	outline: none;
	background-color: white;
	color: #505A64;
	padding: 0px;
	margin: 0px;
	border: none;
}
QTableWidget::item#CONTAINER {
	border-bottom: 1px solid #D2DAE1;
}

== summary_inner_table_body ==
QTableWidget {
	outline: none;
	background-color: white;
	color: #505A64;
	padding: 0px;
	margin: 0px;
	border: none;
	padding-left: 8px;
}

== progress_table_border ==
QWidget#PROGRESS_TABLE_BORDER {
	border: 1px solid #D2DAE1;
	border-top: none;
}

== progress_table_body ==
QTableWidget {
	outline: none;
	background-color: white;
	color: #505A64;
	padding-left: 8px;
	margin: 0px;
	border: none;
}
QTableWidget::item:selected {
	color: #505A64;
	background-color: #DEECFC;
}

== list_driver_header ==
QLabel {
	font-size: 12px;
	color: #0086E6;
	border: 1px solid #D2DAE1;
	padding-left: 8px;
	border-bottom:none;
}

== list_disk_driver_table_body ==
QTableWidget {
	outline: none;
	background-color: white;
	color: #505A64;
	padding: 0px;
	margin: 0px;
	border: 1px solid #D2DAE1;
	border-bottom: none;
	padding-left: 8px;
}

== list_network_driver_table_body ==
QTableWidget {
	outline: none;
	background-color: white;
	color: #505A64;
	padding: 0px;
	margin: 0px;
	border: 1px solid #D2DAE1;
	padding-left: 8px;
}

== about_window ==
QWidget {
	background: #FFFFFF;
	border-radius: 4px;
}

== about_package_name ==
QLabel {
	font-size: 18px;
	color: #414B55;
	text-align: center;
}

== about_package_post_name ==
QLabel {
	font-style: italic;
	font-size: 13px;
	color: #414B55;
	text-align: cneter;
}

== about_app_name ==
QLabel {
	font-size: 13px;
	color: #414B55;
	text-align: center;
}

== about_version ==
QLabel {
	font-size: 12px;
	color: rgba(65,75,85,0.60);
	text-align: center;
}

== about_copyright ==
QLabel {
	font-size: 12px;
	color: rgba(65,75,85,0.60);
	text-align: center;
}

== about_link_label ==
QLabel {
	background-color: transparent;
	font-size: 12px;
	color: #057FEB;
	text-decoration: underline;
}

== text_12px_FFFFFF_bold ==
QLabel {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

== text_12px_FFFFFF ==
QLabel {
	font-size: 12px;
	color: #FFFFFF;
}

== partition_frame_existed ==
QFrame#PARTITION_FRAME {
	background-color: #3981E6;
	border-radius: 3px;
}
QFrame:hover#PARTITION_FRAME {
	background-color: #2D67B8;
}
QFrame:pressed#PARTITION_FRAME {
	background-color: #285AA1;
}

== partition_frame_to_be_restored ==
QWidget#PARTITION_FRAME {
	background-color: #26BFBF;
	border-radius: 3px;
}
QWidget:hover#PARTITION_FRAME {
	background-color: #1E9898;
}
QWidget:pressed#PARTITION_FRAME {
	background-color: #1A8686;
}

== partition_frame_unallcated ==
QWidget#PARTITION_FRAME {
	background-color: #AAB4BE;
	border-radius: 3px;
}
QWidget:hover#PARTITION_FRAME {
	background-color: #889098;
}
QWidget:pressed#PARTITION_FRAME {
	background-color: #767D84;
}

== partition_frame_unknown ==
QWidget#PARTITION_FRAME {
	background-color: #F5BE18;
	border-radius: 3px;
}

== partition_frame_extended ==
QWidget#EXTENDED_PARTITION_FRAME {
	border: 2px solid #26BF26;
	border-radius: 5px;
}

== partition_frame_existed_readonly ==
QFrame#PARTITION_FRAME {
	background-color: #3981E6;
	border-radius: 3px;
}

== partition_frame_to_be_restored_readonly ==
QWidget#PARTITION_FRAME {
	background-color: #26BFBF;
	border-radius: 3px;
}

== partition_frame_unallcated_readonly ==
QWidget#PARTITION_FRAME {
	background-color: #AAB4BE;
	border-radius: 3px;
}

== partition_frame_unknown_readonly ==
QWidget#PARTITION_FRAME {
	background-color: #F5BE18;
	border-radius: 3px;
}

== partition_frame_existed_transparent ==
QFrame#PARTITION_FRAME {
	background-color: rgba(57,129,230,0.40);
	border-radius: 3px;
}

== partition_frame_to_be_restored_highlight ==
QWidget#PARTITION_FRAME {
	background-color: #26BFBF;
	border-radius: 3px;
}

== partition_frame_unallcated_transparent ==
QWidget#PARTITION_FRAME {
	background-color: rgba(170,180,190,0.40);
	border-radius: 3px;
}

== partition_frame_unknown_transparent ==
QWidget#PARTITION_FRAME {
	background-color: rgba(245,190,24,0.40);
	border-radius: 3px;
}

== partition_frame_extended_transparent ==
QWidget#EXTENDED_PARTITION_FRAME {
	border: 2px solid #26BF26;
	border-radius: 5px;
}

== disk_frame ==
QFrame#DISK_FRAME {
	background-color: #FFFFFF;
	border: 1px solid #D2DAE1;
	border-radius: 3px;
}

== color_block ==
QLabel {
	background-color: %1;
}

== text_12px_96A0AA ==
QLabel {
	font-size: 12px;
	color: #96A0AA;
}

== disk_widget ==
QWidget {
	background-color: #FFFFFF;
	border: 1px solid #D2DAE1;
	border-radius: 3px;
}

== disk_mapping_widget ==
QWidget#DISK_MAPPING_WIDGET {
	background-color: white;
}

== disk_mapping_scrollarea ==
QScrollArea {
	background-color: white;
	border: none;
}
QScrollBar:vertical {
	margin-right: 4px;
}

== radio_button_text_12px_505A64_bold ==
QRadioButton {
	font-size: 12px;
	font-weight: bold;
	spacing: 8px;
	color: #505A64;
	outline: none;
}

== link_label ==
QLabel {
	background-color: transparent;
	font-size: 12px;
	color: #0086E6;
}
QLabel:hover {
	color: #199FFF;
}
QLabel:pressed {
	color: #007ED9;
}
QLabel:disabled {
	color: #96A0AA;
}

== tooltip_frame ==
QFrame#TOOLTIP {
	background-color: white;
	border-radius: 8px;
	border: 1px solid #DCE1E6;
}

== tooltip_frame_simple ==
QFrame#TOOLTIP {
	background-color: white;
	border: 1px solid #DCE1E6;
}

== partition_tooltip_frame ==
QFrame#PARTITION_TOOLTIP {
	background-color: rgba(40,50,60,0.85);
	border: 1px solid rgba(255,255,255,0.85);
	border-radius: 3px;
}

== partition_tooltip_frame_simple ==
QFrame#PARTITION_TOOLTIP {
	background-color: rgba(40,50,60,0.85);
	border: 1px solid rgba(255,255,255,0.85);
}

== device_task_table_body ==
QTableWidget {
	color: #505A64;
	border: none;
	outline: none;
}
QTableWidget::item:hover {
	color: #505A64;
	background-color: #EDF5FF;
}
QTableWidget::item:selected {
	color: #505A64;
	background-color: #DEECFC;
}

== device_task_table_item ==
QLabel {
	font-size: 12px;
	color: #505A64;
	padding-left: 8px;
}

== device_task_table_label ==
QLabel {
	font-size: 12px;
	color: #505A64;
}

== label_no_border ==
QLabel {
	border: none;
}

== device_table_header_wrap_section ==
QWidget {
	font-size: 12px;
	border: 1px solid #D2DAE1;
	border-left: none;
	border-top: none;
	color: rgb(0, 134, 230);
}

== device_table_header_section ==
QLabel {
	font-size: 12px;
	border: 1px solid #D2DAE1;
	border-left: none;
	border-top: none;
	padding-left: 8px;
	color: rgb(0, 134, 230);
}

== device_table_header_section_last ==
QLabel {
	font-size: 12px;
	border: 1px solid #D2DAE1;
	border-left: none;
	border-top: none;
	border-right: none;
	padding-left: 8px;
	color: rgb(0, 134, 230);
}

== footbar_widget ==
QWidget {
	border-top: 1px solid #E8EEF2;
}
