@CHARSET "UTF-8";
/* ============================================== */
/* Common HTML Styles                             */
/* ============================================== */
html, body, #wrap {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

body>#wrap {
	height: auto;
	min-height: 100%;
}

/* ============================================== */
/* Directly Overriding Bootstrap Styles           */
/* ============================================== */

/* Breadcrumb bar */
.breadcrumb {
	border: 0 solid #FFFFFF;
	border-radius: 0;
	display: block;
}

.breadcrumb li {
	font-size: 12px;
}

.breadcrumb>li+li:before {
	content: "\232A\00a0";
}

.breadcrumb a {
	color: #158BC8;
}

/* All button */
.btn-default {
	height: 30px;
	background-color: #EFEFEF;
}

.navbar {
	height: 68px;
}

.navbar-default {
	font-size: 14px;
	color: #000000;
	border-radius: 0;
	background-color: #FFFFFF;
	border-top: 0 solid #FFFFFF;
	border-left: 0 solid #FFFFFF;
	border-right: 0 solid #FFFFFF;
	border-bottom: 3px solid #158BC8;
	margin: 0;
	padding: 8px 0 0 0;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	background-color: #FFFFFF;
	color: #5E5E5E;
}

.navbar-default .navbar-nav>li>a {
	background-color: #FFFFFF;
	color: #000000;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background-color: #FFFFFF;
	color: #158BC8;
}

.navbar-default .navbar-nav>li>.active, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background-color: #FFFFFF;
	color: #158BC8;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #FFFFFF;
	color: #158BC8;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

/* ============================================== */
/* Additional Styles for Bootstrap Elements       */
/* ============================================== */

/* For containers at the main template only */
.ss-template-container {
	margin: 0px auto;
	max-width: 997px;
	padding: 0px;
}

/* For the main content container */
.ss-content-container {
	height: 100%;
	padding-bottom: 30px;
}

.ss-container {
	padding: 0;
	/**padding-bottom: 30px;**/
}

/* Top search box */
.ss-search-box {
	background: url("../img/header/Search_icon.png") no-repeat 6px 3px;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 11px;
	width: 151px;
	height: 22px;
	border: 1px solid #CCCCCC;
	outline: 0;
	padding-bottom: 1px;
	padding-left: 27px;
	padding-right: 1px;
	padding-top: 1px;
	margin-left: 0px;
	margin-top: 9px;
}

/* Current login user drop down menu button */
.ss-user-dropdown-btn {
	border: 0px solid #FFFFFF;
	background-color: #A4A7AA;
	color: #FFFFFF;
	width: 150px;
	height: 22px;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	margin-top: 17px;
	margin-right: 0px;
	margin-left: 3px;
	border-radius: 0px;
}

/* Current login user drop down menu items */
.ss-user-dropdown-menu-item {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 12px;
	color: #AAAAAA;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

/* Text in bottom navigation bar */
.ss-footer-word {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 11px;
	color: #808285;
}

/* Title bar */
.ss-title-bar {
	height: 35px;
	background-color: #F0F1F1;
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
}

/* Title bar main text */
.ss-title-bar-black {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	color: #000000;
	font-size: 12px;
	text-align: left;
}

/* Title bar sub-folder text */
.ss-title-bar-blue {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	color: #158bc8;
	font-size: 12px;
	text-align: left;
}

/* Icon button above the document listing */
.ss-btn-icon {
	height: 32px;
	background-color: #FFFFFF;
	border-radius: 0px;
}

/* Document listing team and share function button */
.ss-share-and-team {
	cursor: pointer;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 11px;
	color: #a1a3a6;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #c4c4c4;
	border-radius: 3px;
	padding: 4px 6px 4px 6px;
	text-decoration: none !important;
}

.ss-share-and-team:hover {
	background: hsla(0, 0%, 0%, 0.1);
}

.ss-share-and-team:active {
	background: hsla(0, 0%, 0%, 0.2);
}



.ai_function_btn {
	text-decoration: none;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
	rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
	rgba(102, 175, 233, .6);
}

.ai_smartbot {
	padding-left: 2px;
}

.ai_smartbot:hover .ai_smartbot_img {
	background: hsla(0, 0%, 0%, 0) url('../img/header/gpt_search_icon.svg') no-repeat;
}

.ai_smartbot_img {
	display: inline-block;
	background: transparent url('../img/header/gpt_search_gray_icon.svg') no-repeat;
}

/* Document listing team and share function button */
.ss-share-and-team-blue {
	cursor: pointer;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #71b9de;
	background-color: #71b9de;
	border-radius: 3px;
	padding: 4px 6px 4px 6px;
	text-decoration: none !important;
}

.ss-share-and-team-blue:hover {
	background: #137cb3;
	border-color: #137cb3;
}

.ss-share-and-team-blue:active {
	background: #204d74;
	border-color: #204d74;
}

/* Document listing drop-down menu button */
.ss-square-box {
	background-image: url("../img/content/menu_dropdown.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 17px;
	height: 17px;
	cursor: pointer;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 11px;
	color: #a1a3a6;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #c4c4c4;
	margin-bottom: 5px;
	padding: 3px 5px 3px 5px;
}

.ss-square-box:hover {
	background: hsla(0, 0%, 0%, 0.1);
}

.ss-square-box:active {
	background: hsla(0, 0%, 0%, 0.2);
}

#footer {
	margin-top: -30px;
	height: 30px;
	bottom: 0;
	background-color: #cccccc;
	clear: both;
	text-align: center;
	padding: 4px;
}

/* It is only for Documents module, should put into another stylesheet indeed. */
.ss-foldertree-panel {
	height: 100%;
	/*min-height: 580px;*/
	background-color: #f8fbfd;
}

.ss-table>thead>tr>th, .ss-table>tbody>tr>th, .ss-table>tfoot>tr>th, .ss-table>thead>tr>td, .ss-table>tbody>tr>td, .ss-table>tfoot>tr>td {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 8px;
	padding-right: 8px;
}

.ss-folder-file-name {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	color: #000;
	font-size: 13px;
	text-align: left;
	line-height: 1;
}

.ss-file-size {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	color: #000;
	font-size: 10px;
	text-align: left;
	line-height: 1;
}

.ss-modified-name {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	color: #a1a3a6;
	font-size: 11px;
	text-align: left;
	line-height: 15px;
}

.ss-tag-blue {
	float: left;
	cursor: pointer;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-align: center;
	border-radius: 9px;
	background-color: #d2e8fa;
	padding-left: 10px;
	padding-right: 10px;
}

.ss-tag-black {
	float: left;
	cursor: pointer;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-align: center;
	border-radius: 9px;
	background-color: white !important;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #bdbcbd !important;
}

.ss-tag-gray {
	cursor: pointer;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-align: center;
	border-radius: 9px;
	background-color: #e6e7e8;
	padding-left: 10px;
	padding-right: 10px;
}

.ss-doclist {
	padding-right: 20px;
}

.ss-doctlist-col1 {
	width: 20px;
	padding-top: 14px;
	padding-left: 0px !important;
	text-align: left;
}

.ss-doctlist-col2 {
	width: 20px;
}

.ss-doctlist-col3 {
	padding: 0px;
}

.ss-doctlist-col4 {
	padding: 0px;
}

.ss-doctlist-col5 {
	width: 40px;
	text-align: right;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.ss-dms-table {
	margin-bottom: 0px;
	max-width: 100%;
	width: 100%;
}

.ss-dms-table td {
	border-top: 0px !important;
	border-bottom: 1px solid #DDDDDD !important;
}

.ss-dms-table-th {
	border-top: 0px !important;
	border-bottom: 2px solid #158BC8 !important;
}

.ss-dms-th-title {
	background-color: unset;
	color: #158bc8;
	font-weight: normal;
	font-family: Arial;
	font-size: 13px;
}

.ss-dms-table-header {
	border-bottom: 2px solid #158BC8 !important;
	padding: 10px 0px 0px 0px !important;
}

#message {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	Z-index: 99999;
	display: none;
}

.ss-alert {
	display: none;
}

.ss-btn-row {
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
}

#overlay-label span+span.badge {
	position: relative;
	top: -35px;
	left: 5px;
}

.clip-label {
	color: #333;
	background-color: #E6E6E6;
	border-color: #ADADAD;
	text-decoration: none;

	/* 	display: inline-block;
	margin-bottom: 0px;
	font-weight: 400;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5; */
}

.clip-icon {
	color: #333 ! important;
	background-color: #E6E6E6 ! important;
	border-color: #ADADAD;
}

.clip-icon1 {
	color: #333;
	background-color: #E6E6E6;
	border-color: #ADADAD;
}

#successful-btn #failed-btn {
	display: block;
}

#left_number span+span.badge {
	position: absolute;
	top: -12px;
	left: -5px;
	background-color: #158BC8;
}

.gly-rotate-134 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(134deg);
	-moz-transform: rotate(134deg);
	-ms-transform: rotate(134deg);
	-o-transform: rotate(134deg);
	transform: rotate(134deg);
}

.circle_X {
	display: inline-block;
	min-width: 10px;
	padding: 2px 4px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #71b9de;
	border-radius: 10px;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 10px;
	cursor: pointer;
	margin-left: 5px;
}

input:focus, select:focus, textarea:focus, button:focus, div:focus {
	outline: none;
}

.ss-checkbox {
	cursor: pointer;
}

.ss-favorite {
	cursor: pointer;
}

.SS_alert_message {
	color: #fff;
	background-color: #158bc8;
}

.footer-message:link {
	color: #747474;
	text-decoration: underline;
}

.footer-message:visited {
	color: #747474;
	text-decoration: underline;
}

.footer-message:hover {
	color: #23527c;
}

.footer-message:active {
	color: white;
}

#dialogClose {
	display: none;
}

.SS_alert_blue {
	background: #d2eefc none repeat scroll 0 0;
	border: 1px solid #99dafb;
	color: #158bc8;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-size: 13px;
	font-weight: normal;
	padding: 15px;
}

.SS_alert_red {
	background: #f2dede none repeat scroll 0 0;
	border: 1px solid #f2c7c7;
	color: #b3504e;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-size: 13px;
	font-weight: normal;
	padding: 15px;
}

.dialog-open {
	overflow-y: hidden !important;
}

.alert_500 {
	display: inline-block;
}

.close {
	float: right;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	margin-left: 25px !important;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity = 20);
	opacity: .2;
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity = 50);
	opacity: .5;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}

#message_failed {
	display: none;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.ss-cursor {
	cursor: pointer;
}

#loading-cover {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1050;
	background: rgba(255, 255, 255, 0.9);
	display: block;
	opacity: .5;
}

.space_a {
    width: 40px;
}

.version_icon {
    float: left;
    width: auto;
    height: 12px;
    font-family: Arial, 微軟正黑體, 微軟雅黑體;
    font-weight: normal;
    font-size: 11px;
    color: rgb(109, 110, 112);
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(109, 110, 112);
    border-image: initial;
    border-radius: 3px;
    background: none;
    margin-top: 4px;
}

.space_b {
    width: 68px;
}

.in_review_b {
  display:inline-block;
  width: 64px;
  height: 15px;
  border: 1px solid #FE8712;
  border-radius: 10px;
  background: #FE8712;
  font-family: Arial, "微軟正黑體", "微軟雅黑體";
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  text-align: center;
}
.pending_b {
  display:inline-block;
  width: 64px;
  height: 15px;
  border: 1px solid #158BC8;
  border-radius: 10px;
  background: #158BC8;
  font-family: Arial, "微軟正黑體", "微軟雅黑體";
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  text-align: center;
}
.approved_b {
  display:inline-block;
  width: 64px;
  height: 15px;
  border: 1px solid #39B54A;
  border-radius: 10px;
  background: #39B54A;
  font-family: Arial, "微軟正黑體", "微軟雅黑體";
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  text-align: center;
}
.rejected_b {
  display:inline-block;
  width: 64px;
  height: 15px;
  border: 1px solid #FB3C3F;
  border-radius: 10px;
  background: #FB3C3F;
  font-family: Arial, "微軟正黑體", "微軟雅黑體";
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  text-align: center;
}
.done_b {
  display:inline-block;
  width: 64px;
  height: 15px;
  border: 1px solid #39B54A;
  border-radius: 10px;
  background: #39B54A;
  font-family: Arial, "微軟正黑體", "微軟雅黑體";
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  text-align: center;
}
.cancel_b {
  display:inline-block;
  width: 64px;
  height: 15px;
  border: 1px solid #FB3C3F;
  border-radius: 10px;
  background: #FB3C3F;
  font-family: Arial, "微軟正黑體", "微軟雅黑體";
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  text-align: center;
}

.running_b {
	display:inline-block;
	cursor: pointer;
	min-width: 64px;
	padding: 0 8px;
	height: 15px;
	border: 1px solid #FE8712;
	border-radius: 10px;
	background: #FE8712;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

.overdue_b {
	display:inline-block;
	cursor: pointer;
	width: 64px;
	height: 15px;
	border: 1px solid #8347c0;
	border-radius: 10px;
	background: #8347c0;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

.folder_list_gen {
	padding-left: 15px;
	padding-top: 5px;
}

@media ( max-width : 400px) {
.navbar {
	height: 0;
	margin-top: 10px;
}
}

@media ( max-width : 770px) {
	.hidden-footer {
		display: none;
	}
}

.virus, .virus a, .virus span {
	color: #9f9f9f !important;
}

.navbar-brand {
	padding-left: 5px;
	padding-bottom: 10px;
}

#bs-example-navbar-collapse-1 .func-nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

#bs-example-navbar-collapse-1 .func-nav>li:first-child>a {
	padding-left: 0;
}