* {
	font-family: Arial, Helvetica, 宋体, 微軟正黑體, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, 宋体, 微軟正黑體, sans-serif;
	padding: 2px 0;
	margin: 2px 0;
}

textarea {
	resize: none;
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.navbar {
	margin-bottom: 0;
	min-width: 0;
}

.navbar-break {
	height: 0;
}

.alert>ul {
	padding-left: 20px;
}

.sub-navbar {
	margin: 55px 0 0;
	min-height: 30px !important;
	border: 0 !important;
}

.sub-navbar .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.sub-navbar .navbar-nav>li>a {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.sub-navbar .navbar-nav>li.active a {
	padding-bottom: 2px !important;
	border-bottom: 3px solid #31b0d5;
	color: #31b0d5;
	background-color: #fff;
}

.sub-navbar .navbar {
	min-height: 32px !important
}

.mainbar {
	min-height: 400px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 80px;
}

.mainbar .page-head {
	background-color: #f8f8f8;
	padding: 8px 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: inset 0 1px 1px #fff;
}

.mainbar .page-head h2 {
	font-weight: bold;
	font-size: 20px;
}

.mainbar .page-head>.breadcrumb {
	padding: 0;
	margin-top: 6px;
	margin-bottom: 6px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.mainbar .matter {
	padding: 15px;
}

.home-page .btn-block {
	font-size: 30px;
	padding: 20px;
	margin: 15px 0;
}

.reports-page .btn-block {
	font-size: 24px;
	padding: 20px;
	margin: 15px 0;
}

.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #4aa94a;
}

.footer p {
	color: #fff;
	margin: 0;
}

.footer a.lang {
	color: #fff;
	margin: 0 5px;
}

.form-control[disabled], fieldset[disabled] .form-control {
	cursor: default;
	background-color: #eee;
}

input.form-control[disabled], fieldset[disabled] input.form-control {
	cursor: text;
}

a i.fa {
	margin-right: 5px;
}

.dropdown-menu a i.fa {
	width: 14px;
}

.grid-wrapper>.row {
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid-wrapper .grid-total-records {
	padding-top: 7px;
	margin-bottom: 7px;
	margin-right: 20px;
	display: inline-block;
}

.grid-wrapper .grid-add-btn-wrapper {
	display: inline-block;
}

.grid-wrapper .grid-summary-row .add-on-btn {
	margin-left: 10px;
	margin-right: 10px;
}

.grid-wrapper .table {
	margin: 0px;
}

.grid-wrapper .pagination {
	float: right;
	margin: 10px 0;
}

.grid-wrapper table tr td {
	vertical-align: middle;
	padding: 6px;
}

.grid-wrapper table tr td a {
	margin-left: 5px;
}

.grid-wrapper table tr td a:first-child {
	margin-left: 0;
}

table td[data-grid-property="operation"] .btn.btn-sm {
	padding: 2px 6px;
}

.account-info .list-group {
	max-width: 350px;
}

.account-info .account-value {
	float: right;
}

.uppercase {
	text-transform: uppercase;
}

.clear, .clearer {
	clear: both;
}

.t-invisible, .hide {
	display: none;
}

input[type=checkbox] {
	margin: 5px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

table.table tbody tr td>a {
	margin-right: 4px;
}

.form-group .readonly {
	background-color: #eee;
}

.help-block {
	margin-bottom: 0;
}

td.error {
	color: red;
}

.red {
	color: red;
}

.progress {
	height: 30px;
	margin-bottom: 0;
}

.progress .progress-bar {
	width: 100%;
	font-weight: bold;
	font-size: 15px;
	padding: 5px 0;
	background-color: #c43c3e;
}

.green {
	color: green;
}

.status_normal {
	color: inherit;
}

.status_warning {
	color: #CC9900;
}

.status_error {
	color: #f00;
}

.late {
	color: purple;
}

table.bean-display {
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse;
	border-left: 1px solid silver;
	border-top: silver solid 1px;
}

table.bean-display td {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 6px 8px;
}

div[data-container-type="alerts"] .pull-right {
	display: none;
}

.btn-toolbar .dropdown-toggle {
	float: none;
}

.login-section {
	width: 100%;
	max-width: 400px;
	margin: 10px auto;
}

.login-section .logo {
	max-width: 70%;
	display: block;
	margin: 0 auto;
	padding: 10px;
}

.login-section h2 {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	font-weight: 600;
}

.login-section .panel .panel-heading {
	text-align: center;
}

.login-section .btn-block {
	margin-top: 30px;
}

.login-section .login-select-btn {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px;
	font-size: 36px;
	width: 400px;
}

.login-section .copyright-content {
	text-align: center;
	color: #4aa94a;
	font-size: 16px;
}

.details-section .details-section-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #5cb85c;
	padding: 10px;
}

.questionnaire-details .form-group {
	margin-bottom: 8px;
}

.question-listing .form-group {
	margin-bottom: 8px;
}

a.up {
	padding: 10px;
	background: url("/dsedjqa/assets/meta/bfa80974/images/icon_g.png") repeat-x 0 8px;
}

a.down {
	padding: 10px;
	background: url("/dsedjqa/assets/meta/bfa80974/images/icon_g.png") repeat-x 40px 8px;
}

.view-qa-url {
	padding-top: 20px;
	padding-bottom: 20px;
}

.view-qa-url .url-row {
	font-size: 18px;
	word-wrap: break-word;
	margin-top: 15px;
}

.view-qa-url .copy {
	margin-left: 15px;
}

.download-qr-code {
	padding-top: 20px;
	padding-bottom: 20px;
}

.download-qr-code .title {
	text-align: center;
	margin: 15px 0;
}

.download-qr-code .img-div {
	border: solid 1px #dedede;
	padding: 15px;
	background-color: #fff;
	margin: 0 15%;
}

.download-qr-code .img-div img {
	width: 100%;
}

.download-qr-code .download-btn-div {
	text-align: center;
	margin-top: 15px;
}

.download-qr-code .download-btn-div a {
	font-size: 15px;
	width: 240px;
	padding: 10px;
}

.reports .widget-box {
	min-height: 300px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	margin-top: 10px;
	padding-top: 15px;
}

canvas {
	margin-top: 10px;
	margin-bottom: 10px;
}

.answer-statistics .grid-wrapper>.row {
	margin-top: 0;
	/* margin-bottom: 0; */
}

.answer-statistics .bean-display {
	width: 100%;
}

.answer-statistics .bean-display .table-header {
	height: 55px;
}

.answer-statistics .bean-display th {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 6px 8px;
}

.questionnaire-listing .table th[data-grid-property="msgSubject"] {
	width: 300px;
}

.question-listing .details-section .details-section-line {
	margin: 15px 0;
	border-bottom: 2px solid #5cb85c;
}

.question-listing .form-group .auto-height {
	min-height: 34px;
	height: auto !important;
}

.question-listing .select-listing select.form-control {
	padding: 6px 0;
}

.question-listing .table th[data-grid-property="viewOrder"] {
	width: 65px;
}

.question-listing .table th[data-grid-property="hideQuestionIdArray"],
	.question-listing .table th[data-grid-property="hideQuestionIdArray2"]
	{
	width: 70px;
}

.question-listing .table td[data-grid-property="hideQuestionIdArray"],
	.question-listing .table td[data-grid-property="hideQuestionIdArray2"]
	{
	word-break: break-all;
	/* display: block; */
}

.question-listing .table th[data-grid-property="point"] {
	width: 70px;
}

.question-listing .table th[data-grid-property="extraInput"] {
	width: 75px;
}

.question-listing .table th[data-grid-property="disable"] {
	width: 75px;
}

.question-listing .table th[data-grid-property="numberName"] {
	width: 47px;
}

.question-listing .table th[data-grid-property="question"] {
	width: 390px;
}

.question-listing .table th[data-grid-property="selectType"] {
	width: 60px;
}

.question-listing .table th[data-grid-property="needAns"] {
	width: 47px;
}

.question-listing .table th[data-grid-property="maxInput"] {
	width: 95px;
}

.question-listing .table th[data-grid-property="questionCategoryName"] {
	width: 112px;
}

.question-listing .table th[data-grid-property="questionSubCategoryName"]
	{
	width: 70px;
}

.question-listing .table th[data-grid-property="createDate"] {
	width: 90px;
}

.question-listing .table td[data-grid-property="operation"] {
	width: 110px;
}

.question-listing .table td[data-grid-property="operation"] input {
	padding: 2px 4px;
}

.user-ans-details .details-section .admin-details-section-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #5cb85c;
	padding: 10px;
}

.user-ans-details p {
	margin-bottom: 5px;
}

.user-ans-details p span {
	margin-left: 15px;
}

.user-ans-details p a {
	margin-left: 15px;
}

.user-ans-details .require {
	color: #ff0000;
}

.norm-item-listing tbody>tr>th {
	text-align: center;
}

.norm-item-listing tbody>tr>th {
	text-align: center;
}

.norm-item-listing tbody>tr>td {
	padding: 0;
}

.norm-item-listing tbody>tr>td select {
	border: 0;
}

.norm-item-listing tbody>tr>td input {
	border: 0;
}

.questionnaire-role-type-listing DIV.palette-title {
	background-color: #5cb85c;
	width: 300px;
}

.questionnaire-role-type-listing DIV.palette SELECT {
	width: 300px;
}

.select-box {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 150px;
	border: 1px solid #cccccc;
	background-color: #fff;
}

.lengthen-select-box {
	height: 225px;
}

.select-box .select-item {
	margin: 0 4px;
}

.select-box .select-item label {
	margin-bottom: 0px;
	font-weight: normal !important;
}

.norm-percent-item-listing .grid-wrapper table tr td {
	vertical-align: top;
}

.norm-percent-item-listing .table th.questionName {
	width: 300px;
}

.norm-percent-item-listing .table th.selectName {
	width: 200px;
}

.norm-percent-item-listing .table th.fillNumRange {
	width: 100px;
}

.datepicker .form-control[readonly], .timepicker .form-control[readonly]
	{
	background-color: #fff;
}

@media ( min-width : 560px) {
	.download .img-div {
		margin: 0 25%;
	}
}

@media ( min-width : 768px) {
	.view-qa-url {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.download-qr-code {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.download-qr-code .img-div {
		margin: 0;
	}
	.qa {
		width: 750px;
	}
}

@media ( min-width : 992px) {
	.survey {
		width: 970px;
	}
}