
body {
	font-size:14px;
	font-family: 'Nanum Gothic', Arial, Helvetica, sans-serif !important;
}

.navbar-static-top{
	background: #118bce !important;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

#list-box-header {
	cursor: initial !important;
	padding-top: 10px !important;
}
div.div-control-box .input-group {
	float: left;
	margin-left: 20px;
	margin-right: 40px;
}
div.div-control-box .input-group select {
	font-size: 12px;
	height: 30px;
	width: auto;
}
#btn-search {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	margin-left: -1px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-top:8px;
	padding-bottom:8px;
}
#select-search-condition {
	margin-right: -1px;
}
.table-list td, .table-list th {
	text-align: center;
	font-size:14px;
}


div#div-loading-page {
	width: 100%;
	height: 150%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 10000;
	top: 0;
	display: block;
}

.box-body {
	overflow:hidden;
}

.box-body h1 {
	font-size:18px;
}
.box-body h2 {
	font-size:17px;
}
.box-body h3 {
	font-size:16px;
}
.box-body h4 {
	font-size:15px;
}
.box-body h5 {
	font-size:14px;
}
.box-body h6 {
	font-size:13px;
}
.box-body.subquestion {
	padding-left:30px;
}
div#div-loading-page-cell {
	position: fixed;
	width: 100%;
	top: 49%;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
	display: inherit;
}

div.div-loading-data-cell {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	display: inherit;
	background: rgba(0, 0, 0, 0.7);
}

div.div-common-notice {
	right: 20px;
	bottom: 20px;
	opacity: 0;
	background-color:rgba(0,0,0,0.6) !important;
	color:white !important;
	filter: alpha(opacity = 0);
	z-index: 1060;
	padding: 10px !important;
	overflow:hidden;
	-webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.3);
  	-moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.3);
  	box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.3);	
}

div.div-common-error {
	right: 20px;
	bottom: 20px;
	opacity: 0;
	filter: alpha(opacity = 0);
	z-index: 1060;
	padding: 10px !important;
	overflow:hidden;
}

div.div-common-notice div,div.div-common-error div {
	overflow:hidden;
	margin-left:5px;
	margin-right:20px;
	margin-top:2px;
}



.dimmed-bg {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

#login-modal-dialog {
	width: 500px;
}
.div-radio-button {
	width:30px;
	float:left;
}
.div-radio-text {
	word-break:break-all;
	float:left;
}
.modal-content {
	overflow: hidden;
}

#login-modal {
	top: 0px;
	overflow: hidden;
}

#text-question-title {
	height:32px;
}
.table>tbody>tr>td.td-excel-download {
	padding:3px;
}
.div-result-inner-example {
	padding:10px;
	width:100%;
	background-color:#dddddd;
}
.section-content-question {
	border:#aaaaaa solid 1px;
}
.section-content-question img {
	max-width:100%;
}
#question-copy-modal-bg, #question-sort-modal-bg, #confirm-modal-bg {
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	left:0;
	top:-10%;
	height:120%;
	width:100%;
}

#tooltip-dialog {
	display:none;
	position:absolute;
	width:auto;
	overflow:hidden;
	z-index:4000;
	-webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
  	-moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
  	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
}
#tooltip-dialog-title-label {
	font-size:16px;
	font-weight:bold;
}
#tooltip-dialog-body-label {
	padding-top:0px;
	padding-bottom:0px;
}
#tooltip-dialog-footer-label {
	overflow:hidden;
}
#div-tooltip-btn {
	float:right;
}
.div-float-right {
	float:right;
}
#tooltip-dialog .btn {
	padding: 2px 6px;
}
.radio-dialog .radio {
	padding-left: 20px;
}

.table>tbody>tr>td.td-status {
	padding-top:12px;
	cursor:pointer;
}
.table>tbody>tr>td.datalist {
	cursor:pointer;
}

div#div-questionnaire-info {
	overflow:hidden;
	margin-bottom:10px;	
}

div#div-questionnaire-info-title {
	margin-top:4px;
	margin-bottom:4px;
	margin-right:30px;
}

div.div-status {
padding-top: 9px;
cursor: pointer;
}

div.div-template-area {
	display:none;
}

div.div-clear {
	clear:both;
}
div.div-align-right {
	text-align:right;
}
div.div-align-left {
	text-align:left;
}
div.div-align-center {
	text-align:center;
}
.form-horizontal label.label-align-left {
	text-align:left;
}
.form-horizontal label.label-align-right {
	text-align:right;
}
.form-horizontal label.label-align-center {
	text-align:center;
}

div.div-icheckbox-margin {
	margin-top:8px;
}

div.div-example-area {
	margin:10px 15px;
}

div.div-example-item {
	margin:5px;
}

div.div-margin-top-10 {
	margin-top:10px;
}

div.div-inner-subquestion-example-area {
	overflow:hidden;
}

div.div-inner-subquestion-example-item {
	overflow:hidden;
	margin:5px;
}

div.inner-subquestion, div.inner-subquestion p {
	clear:both;
	padding-top:0px !important;
	padding-bottom:0px !important;
}

div.div-radio-item .form-group {
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
}

#accordion a {
    font-size: 16px;
}

#accordion .box-header {
    padding-bottom: 0px;
}

.sortable-item {
border-top: 1px solid rgba(100,100,100,0.2);
border-left: 1px solid rgba(100,100,100,0.2);
border-right: 1px solid rgba(0,0,0,0.2);
border-bottom: 1px solid rgba(0,0,0,0.2);
margin-bottom: 2px;
cursor: move;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 5px;
background-color: rgba(255,255,255,0.8);
list-style: none;
}

#sortable {
padding-left: 0px;
}

.question-copy-candidates-item {
border-top: 1px solid rgba(100,100,100,0.2);
border-left: 1px solid rgba(100,100,100,0.2);
border-right: 1px solid rgba(0,0,0,0.2);
border-bottom: 1px solid rgba(0,0,0,0.2);
margin-bottom: 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 5px;
background-color: rgba(255,255,255,0.8);
list-style: none;
min-height:41px;
vertical-align:middle;
}

.div-odi-result {
	text-align: right;
	background-color: #eeeeee;
	font-weight: bold;
	padding: 15px;
}

.div-padding-10 {
	padding: 10px;	
}

li.question-copy-candidates-item {
	overflow:hidden;
}

li.question-copy-candidates-item table {
	width:100%;
}

li.question-copy-candidates-item table td.td-radio {
	width:20px;
}

li.question-copy-candidates-item table td.td-text {
	font-size:10pt;
	padding-left:10px;
}

li.question-copy-candidates-item table td.td-btn {
	width:66px;
}

#question-copy-candidates {
	padding-left: 0px;
}

span.span-delete-target {
	font-weight:bold;
	color:#993311;
}

div.div-preview {
	width:100%;
	margin:50px;
	text-align:center;
}

img.preview {
	max-width:50%;
}

div.div-questionnaire-title-in-question-list {
	margin-right:20px;	
}

div.div-user-questionnaire-result {
	border: 2px solid #9fcfff;
}

.result-answer {
	border:none;
	background:none !important;
	color:#1133aa;
	font-weight:bold;
}

table.table-vas td.result-answer {
	border:none;
	background:#1133aa !important;
	color:white !important;
	font-weight:bold;
}

.result-answer .information {
	font-weight:normal;
	color:-webkit-text;
}

.result-no-answer {
	border:none;
	background:none !important;
	color:#aa3311 !important;
	font-weight:bold;
}
.div-multicombo {
	margin-right:20px;
	float:left;
}
div.div-question-result div.icheckbox_flat-blue.disabled.checked {
	background-position: -22px 0 !important;
}

div.div-question-result div.iradio_flat-blue.disabled.checked {
	background-position: -110px 0 !important;	
}
div.div-canvas {
	text-align:center;
}

img.subquestion-image {
	position:absolute;
}

canvas.subquestion-canvas {
	position:absolute;
}
.label-singleline {
	float:left;
	margin-top:6px;
	margin-left:15px;
	margin-right:15px;
}
.text-singleline {
	float:left;
	width:50%;
}

table.table-alcohol-consumption-status {
	font-size:11pt;
}
table.table-alcohol-consumption-status tr th {
	text-align:center;
}

table.table-alcohol-consumption-status tr td.td-alcohol-consumption-status-radio {
	text-align:center;
}

table.table-alcohol-consumption-status tr td,
table.table-alcohol-consumption-status tr th {
	vertical-align:middle;
}

table.table-alcohol-consumption-status tr td .inline {
	padding-left:3px;
	padding-right:3px;
	text-align:center;
}

span.span-answered-user-exist {
	margin-left:20px;
	font-weight:bold;
	color:#992200;
	font-size:10pt;
}

div.div-result-footer {
	overflow:hidden;
}
