/* Overriding CSS specified by dialog plugin */
.bootstrap-dialog .bootstrap-dialog-title {
	margin: 0;
	line-height: 1.42857143;
	color: #ffffff;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 13px;
}

.bootstrap-dialog-body {
	position: relative;
	padding: 5px 35px 5px 35px;
	font-size: 13px;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	overflow-wrap: break-word;
}

.bootstrap-dialog .bootstrap-dialog-message {
	font-size: 13px;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
}

/* CSS Styles for popup windows */

/* CSS for Upload Files Popup */
.ss-forminput {
	font-size: 13px;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
}

.ss-upload-filelist {
	position: relative;
	height: 160px;
	overflow-y: auto;
	border: 1px solid #ddd;
}

.ss-upload-row {
	min-height: 50px;
	border-bottom: 1px solid #ddd;
	padding-left: 15px;
	padding-right: 10px;
	display: table;
}

.ss-upload-lastrow {
	min-height: 50px;
	padding-left: 15px;
	padding-right: 10px;
	display: table;
	width: 100%;
}

.ss-upload-lastrow :hover {
	cursor: pointer;
}

.ss-upload-filename {
	padding-top: 10px;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.ss-upload-button {
	padding-top: 10px;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.ss-optional-text {
	color: grey;
	font-size: 12px;
}

.ss-recentTag {
	line-height: 25px;
}

.ss-link {
	cursor: pointer;
}

.ss-smallicon {
	font-size: 6px;
}

.ss-doclist {
	padding-right: 6px;
}

/* CSS for Comment Popup */
.ss-comment {
	position: relative;
	min-height: 80px;
	max-height: 450px;
	overflow-y: auto;
}

.ss-comment-table {
	margin-top: 10px;
	width: 100%;
}

.ss-comment-row {
	border-bottom: 1px solid #ddd;
}

.ss-comment-lastrow {

}

.ss-comment-user {
	width: 32px;
	vertical-align: top;
	font-size: 32px;
	padding-top: 10px;
}

.ss-comment-blank {
	width: 5px;
}

.ss-comment-content {
	vertical-align: top;
	padding-top: 10px;
}

.ss-comment-empty {
	vertical-align: middle;
	padding-top: 30px;
	color: grey;
	text-align: center;
}

.ss-comment-input {
	width: 100%;
	max-width: 490px;
	max-height: 100px;
}

/* CSS for Check-in Popup */
.ss-uploadzone {
	width: 100%;
	height: 120px;
	background-color: #DCDCDC;
	text-align: center;
	font-size: 10px;
}

.ss-upload-icon {
	font-size: 32px;
	color: grey;
}

/* CSS for File Properties Popup */
.ss-file-properties {
	text-align: right;
	margin-right: 10px;
}
.ss-file-properties-overflow {
	width: 431px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:right;
}

.ss-file-properties-label {
	text-align: right;
}

.ss-file-properties-blank {
	width: 10px;
}

/* CSS for Version History Popup */
.ss-version-list {
	border: 1px;
}

.ss-version-list-version {
	width: 26%;
	vertical-align: top;
}

.ss-version-list-editor {
	width: 16%;
	text-align: left;
	vertical-align: top;
}
.ss-version-list-description {
	width: 18%;
	vertical-align: top;
}
.ss-version-list-time {
	width: 20%;
	vertical-align: top;
}

.ss-version-list-size {
	width: 13%;
	text-align: left;
	vertical-align: top;
}

.ss-version-list-button {
	width: 4%;
	text-align: center;
	vertical-align: top;
}

/* CSS for Team Alert Popup */
.ss-teamalert-groupbtn li>a {
	padding: 5px 15px 5px 15px;
	width: 150px;
	text-decoration: none;
	color: #337ab7;
}

.ss-teamalert-groupbtn li.active {
	background: #158bc8;
	border-radius: 4px;
}

.ss-teamalert-groupbtn li.active>a {
	background: #158bc8;
}

.ss-teamalert-userlist {
	position: relative;
	height: 200px;
	overflow-y: auto;
	border: 1px solid #ddd;
	padding: 8px;
}

.ss-teamalert-triggericon {
	font-size: 12px;
	color: black;
	padding-right: 3px;
}

a.ss-teamalert-teamheader {
	color: black;
	padding-left: 5px;
	line-height: 25px;
	text-decoration: none;
}

a.ss-teamalert-teamheader:hover {
	color: black;
	text-decoration: none;
}

a.ss-teamalert-useritem {
	color: black;
	margin-left: 12px;
	padding-left: 8px;
	line-height: 20px;
	text-decoration: none;
}

.ss-teamalert-usericon {
	font-size: 14px;
	color: black;
	padding-right: 3px;
}

.ss-teamalert-noresult {
	color: #c5c5c5;
	padding-left: 10px;
	padding-top: 15px;
}

a.ss-teamalert-useritem-selected {
	color: black;
	margin-left: 12px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	border-radius: 5px;
	background-color: #d2e8fa;
	text-decoration: none;
}

a.ss-teamalert-team {
	color: black;
	padding-left: 10px;
	line-height: 25px;
	text-decoration: none;
}

.ss-teamalert-selecteduser, .ss-teamalert-selectedteam {
	cursor: pointer;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-align: center;
	border-radius: 5px;
	background-color: #d2e8fa;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: center;
}

a.ss-teamalert-team-selected {
	color: black;
	line-height: 25px;
	margin-left: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	border-radius: 5px;
	background-color: #d2e8fa;
	text-decoration: none;
}

/* CSS for Set Permission Dialog */
.ss-permission-list {
	height: 250px;
	overflow-y: auto;
	border: 1px solid #ddd;
	margin-bottom: 3pt;
}

.ss-permission-row {
	min-height: 50px;
	border-bottom: 1px solid #ddd;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
	display: table;
	width: 100%;
	vertical-align: top;
}

.ss-permission-name {
	height: 38px;
	min-height: 38px;
	width: 300px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
}

.ss-permission-cell {
	display: table-cell;
	vertical-align: middle;
}

.ss-permission-removebtn {
	width: 22px;
	display: table-cell;
	text-align: right;
}

.ss-permission-dropdown {
	padding: 5px;
	margin: 0;
	border: 1px solid #ccc;
	width: 150px;
	border-radius: 4px;
}

.ss-permission-custompermission {
	display: table-row;
	width: 100%;
}

.ss-permission-customrow {
	display: table;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 140px;
	width: 100%;
}

.ss-permission-customoption {
	padding-right: 10px;
}

/* Properties breadcrumb */
.properties_breadcrumb {
	padding: 0px 0px;
	margin-bottom: 0px;
	list-style: none;
	border-radius: 4px;
	font-size: 13px;
}

.properties_breadcrumb>li {
	display: inline-block;
}

.properties_breadcrumb>li+li:before {
	padding: 0 5px;
	color: #4a4b4b;
	content: "\232A";
}

.properties_breadcrumb>.active {
	color: #000;
}

.properties_breadcrumb>li>a {
	color: #337AB7;
	font-size: 13px;
}

.properties_breadcrumb_blacktext {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 13px;
	color: #4a4b4b;
}

.container>#dropzone>form>.ss-btn-row>.properties_breadcrumb {
	padding: 8px 0px;
	margin-bottom: 20px;
	list-style: none;
	border-radius: 4px;
}

.container>#showUserInfo>form>.ss-btn-row>.properties_breadcrumb {
	padding: 8px 0px;
	margin-bottom: 20px;
	list-style: none;
	border-radius: 4px;
}

/* page path breadcrumb*/
.pagepath_breadcrumb {
	background-color: #f5f5f5;
	border-radius: 0px;
	list-style: outside none none;
	margin-bottom: 20px;
	padding: 8px 25px;
	color: #000000;
	font-size: 13px;
}

.pagepath_breadcrumb>li {
	display: inline-block;
}

.pagepath_breadcrumb>li+li:before {
	padding: 0 5px;
	color: #4a4b4b;
	content: "\232A";
}

.pagepath_breadcrumb>.active {
	color: #000;
}

.pagepath_breadcrumb>li>a {
	color: #337AB7;
	text-decoration: none;
}

/* move copy breadcrumb*/
.movecopy_breadcrumb {
	border-radius: 4px;
	list-style: outside none none;
	padding: 10px 0px 5px 56px;
	margin-bottom: 0px;
	color: #000000;
	font-size: 12px;
	background-image: url('../img/menu/blue_folder.png');
	background-repeat: no-repeat;
	background-position: 32px 10px;
	cursor: pointer;
}

.selected {
  background-color: #ffe6b0;
}

.movecopy_breadcrumb>li {
	display: inline-block;
}

.movecopy_breadcrumb>li+li:before {
	padding: 0 5px;
	color: #4a4b4b;
	content: "\232A";
}

/* CSS for Move/Copy Dialog */
.ss-movecopy-list {
	position: relative;
	height: 300px !important;
	overflow-y: auto;
	border: 1px solid #ddd;
	margin-bottom: 3pt;
	padding: 10px;
	margin-top: 10px;
}

/* CSS for User and Team Dialog */
.ss-team-list {
	position: relative;
	height: 100px;
	overflow-y: auto;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 4px;
}

.ss-team-row {
	display: table-row;
	width: 100%;
	vertical-align: middle;
}

.ss-team-cell {
	display: table-cell;
	padding-left: 5px;
	vertical-align: middle;
}

.ss-userteam-status-row {
	display: table;
	width: 100%;
	vertical-align: top;
}

.ss-userteam-status-cell {
	width: 55px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
	display: table-cell;
}

.ss-userteam-status-buttons {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.parameter_description_content {
  background-color: #fff;
  color: #262626;
}

.addFeild{
	width: 40px;
	height: 24px;
	padding-top: 4px;
	display: inline-block;
	text-align: center;
}

.root_tree_selected {
	background-color: #ffe6b0;
	height: 30px;
	padding: 5px 0 0 0;
	border-radius: 4px;
}
