body {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
}

.syno-report-qtip .x-tip-body{
	overflow-wrap: break-word;
	-ms-word-break: break-all;
}

.image_normal {
	margin-top: 6px;
}
.image_hidden {
	display: none
}

.title_img {
	float: left;
	position: relative;
	z-index: 1;
}
.title_img:first-child {
	margin-top: 6px;
}

.title_text {
	font-size:18px;
	font-weight: bold;
	color: #177cbb;
	display: table;
	line-height: 34px;
	margin: 6px 0 0 0;
	padding: 0 30px 0 25px;
	border-right: 2px solid #177cbb;
	border-bottom: 2px solid #177cbb;
	position: relative;
	left: -20px;
}

#container1 {
	align: center;
}

.header_bg {
	background-image:url(../pic/bg_header.jpg);
	width: 100%;
	height: 58px;
	background-repeat: repeat-x;
}

.footer_bg {
	background-image:url(../pic/bg_header.jpg);
	width: 100%;
	height: 10px;
	background-repeat: repeat-x;
}

.header_container {
	width: 990px;
	height: 58px;
	color: white;
}

.header_left {
	font-size: 21px;
	font-weight: bold;
	float: left;
	text-align: center;
	line-height: 58px;
}

.header_center1 {
	padding: 5px 7px 0 38px;
	float: left;
	line-height: 22px;
	font-size: 13px;
}

.header_center2 {
	padding-top: 5px;
	float: left;
	line-height: 22px;
	font-size: 13px;
}

.header_right {
	padding-right: 0px;
	float: right;
	padding-top: 15px;
}

.content_container {
	width: 990px;
	padding-top:30px;
}

.table_container {
	padding-left:30px;
	width:930px;
}
.table_container_no_csv {
	padding-top: 37px;
}

.space_preserve {
	margin-top: 70px;
}

.flotr-grid-label {
	font-size: 12px;
	color: #9c9c9c;
	font-weight: bold;
}
#quota_usage_x .flotr-grid-label {
	top: 8px !important;
}

.flotr-mouse-value div {
	float: left;
	height: 42px;
	font-size: 13px;
}
.flotr-mouse-value-left {
	width: 15px;
	background: no-repeat url(../pic/bg_msg01.png);
}
.flotr-mouse-value-center {
	background: repeat-x url(../pic/bg_msg02.png);
	line-height: 42px;
}
.flotr-mouse-value-right {
	width: 15px;
	background: no-repeat url(../pic/bg_msg03.png);
}

#share_list_bar table {
	border-spacing: 0;
}

div.download-csv-link-container {
	padding-right: 25px;
}

.download-csv-link {
	padding-right: 20px;
	line-height: 25px;
	text-decoration: underline;
	color: #0888b1;
	font-size: 13px;
	display: inline-block;
	background-image: url(../../template/pic/icon_download.png);
	background-position: right;
	background-repeat: no-repeat;
}
.download-csv-link:hover {
	color: #00660a;
}
.download-csv-link img {
	float: right;
	top: 4px;
	left: 3px;
	position: relative;
}
.x-form-cb-label {
	color: #0888b1;
	font-size: 15px;
}
.x-form-check-wrap{
	float: right;
	position: static;
}

/* tab panel style */

.x-tab-panel-header,
ul.x-tab-strip-top,
.x-tab-scroller-left,
.x-tab-scroller-right,
.x-tab-strip-top .x-tab-strip-inner,
.x-tab-strip-top .x-tab-right,
.x-tab-strip-top .x-tab-left {
	background: none;
	border: none;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-right {
	background: no-repeat #d8e2ee;
	border-radius: 5px;
}

.x-tab-strip span.x-tab-strip-text {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #454648;
	line-height: 15px;
	text-align: center;
	padding: 5px;
}
.x-tab-strip .x-tab-strip-over span.x-tab-strip-text {
	text-decoration: underline;
}

.x-tab-scroller-left,
.x-tab-scroller-right {
	width: 25px;
}
.x-tab-scroller-left.x-tab-scroller-left-over {
	background-image: url(../pic/tab_pre_hover.png)
}
.x-tab-scroller-left,
.x-tab-scroller-left.x-tab-scroller-left-disabled {
	background-image: url(../pic/tab_pre_normal.png);
}
.x-tab-scroller-right.x-tab-scroller-right-over {
	background-image: url(../pic/tab_next_hover.png)
}
.x-tab-scroller-right,
.x-tab-scroller-right.x-tab-scroller-right-disabled {
	background-image: url(../pic/tab_next_normal.png);
}

.x-tab-scrolling .x-tab-strip-wrap {
	margin-left: 26px !important;
	margin-right: 26px !important;
}

/* grid panel style */

.x-grid3-header {
	background: repeat-x  url(../pic/form_bg1.png);
	padding: 0;
}

td.sort-asc .x-grid3-hd-inner,
td.sort-desc .x-grid3-hd-inner,
td.x-grid3-hd-over .x-grid3-hd-inner {
	background: none;
}

.x-grid3-row {
	background: white;
	border: 1px solid transparent;
	border-bottom: 1px dotted #ddd;
}
.x-grid3-row-alt {
	background: #f6f6f6;
}
.x-grid3-row.x-grid3-row-over {
	background: #c8e5f6;
	border: 1px solid #5ca7d5;
	width: auto !important;
}
.x-grid3-row.x-grid3-row-over td,
.x-grid3-col-Share td,
.x-grid3-col-Type td {
	font-weight: bold !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.x-grid3-hd-row td {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	border-color: white;
	color: white;
}
.x-grid3-hd-row td.x-grid3-cell-first {
	border-left-color: transparent;
}
.x-grid3-hd-row td.x-grid3-cell-last {
	border-right-color: transparent;
}

.x-grid3-hd-inner {
	padding: 10px 3px 10px 5px;
}
.x-grid3-row td.x-grid3-cell {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #4e5052;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 0;
}

.x-grid3-row.x-grid3-row-over td {
	border-left-color: transparent;
	border-right-color: transparent;
}
.x-grid3-row td.x-grid3-cell-first {
	border-left-color: transparent;
}
.x-grid3-row td.x-grid3-cell-last {
	border-right-color: transparent;
}

.x-grid3-row-selected.x-grid3-row-over td.x-grid3-cell {
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.x-grid3-cell-inner {
	padding: 6px 3px 5px 5px;
	line-height: 17px;
}
.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner {
	padding-top: 7px !important;
}

.x-grid3-scroller {
	border-bottom: 2px solid #b6b6b7;

	/*magic, do not remove this style, or shared folder grid & volume usage grid would not sort*/
	position: relative !important;

}

.x-grid3-body .x-grid3-td-checker {
	background: none;
}

.x-grid3 .x-grid3-first-column {
	padding-left: 5px;
}

.without-dirty-red-grid .x-grid3-dirty-cell {
	background: none;
}

/* panel style */

.x-panel-header {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 16px;
	background: none;
}
.x-panel-noborder .x-panel-header-noborder {
	border-bottom-color: transparent;
}

.sort-desc .x-grid3-sort-icon {
	background-image: url(../pic/arrow.png);
	width: 17px;
	height: 17px;
}

.sort-asc .x-grid3-sort-icon {
	background-image: url(../pic/arrow_up.png);
	width: 17px;
	height: 17px;
}
