@CHARSET "UTF-8";

body {
	padding-top: 70px;
}

body, h2 {
	font-family: "メイリオ", sans-serif;
}

body#loginPage {
	margin-top: 2em;
}

body > .container {
	padding-bottom: 40px;
}

th {
	background-color: #eee;
}

.input-group-btn {
	display: inline-block;
}

.nav.panel-nav {
	margin-top: 5px;
}
.nav.panel-nav > li > a {
	padding: 5px 7px;
}

.pagination {
	margin: 0;
}

.error-message:before {
	content: "※ ";
}

.error-message {
	font-weight: bold;
	color: #a94442;
}


#error-message {
	font-weight: bold;
	color: #a94442;
}

.operation-button {
	width: 6em;
}

.button-column {
	width: 6em;
}

.login-panel > .panel-body {
	padding: 15px 20px 10px 20px;
}

.separator-line {
	display: inline-block;
	width: 10rem;
	height: 1px;
	background-color: #999;
	vertical-align: middle;
	margin: 0 1rem;
}

hr.confirmQuestion{
	height: 1px;
	background-color: #000;
}

.datetime {
	margin: 15px 0;
}

.button-area {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 5px;
}

.sortButton:hover,
.sortButton:active,
.sortButton:focus {
	outline: none;
}

.searchclear {
	display: none;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	height: 14px;
	margin: auto;
	font-size: 14px;
	cursor: pointer;
	color: #ccc;
	z-index: 100;
}

.category-select {
	margin-bottom: 15px;
}

.preformatted {
	white-space: break-spaces;
}

.category-tree-offset {
	margin-left: 4rem;
}

div.detailUser{
	border-bottom: thin dashed #000;
}


input.chartCheckbox[type="checkbox"] {
	display: none;
}

input.chartCheckbox[type="checkbox"]+label {
	position: relative;
	padding-left: 15px;
}

input.chartCheckbox[type="checkbox"]+label::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 1px solid #000;
	border-radius: 3px;
}

input#answerNum[type="checkbox"]:checked+label::before {
	background: rgba(255,0,0,1);
}

input#answerPoint[type="checkbox"]:checked+label::before {
	background: rgba(0,0,255,1);
}

input#answerRate[type="checkbox"]:checked+label::before {
	background: rgba(255,0,255,1);
}

input#questionNum[type="checkbox"]:checked+label::before {
	background: rgba(0,255,255,1);
}

input#questionPoint[type="checkbox"]:checked+label::before {
	background: rgba(255,255,0,1);
}

input#questionRate[type="checkbox"]:checked+label::before {
	background: rgba(0,255,0,1);
}

input#totalPoint[type="checkbox"]:checked+label::before {
	background: rgba(255,150,0,1);
}

.categoryList {
	overflow: hidden;
}

#qandaContents {
	display: none;
}


.file-sort{
	list-style-type: none;
	padding: 0;
}

.file-delete {
	background: transparent;
	border: none;
}

#sortable > li {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	cursor: pointer;
}

#sortable > li input{
 	display: inline-block;
}

#sortable > li .sort-handle {
	margin-left: 1rem;
}

.delete-check {
	margin-left: 2rem;
}

.ui-sortable tr {
	cursor: pointer;
}

/* 以下、googleサインインボタン装飾 */
#customBtn {
	display: inline-block;
	background: white;
	color: #444;
	width: 100%;
	border-radius: 5px;
	border: thin solid #888;
	box-shadow: 1px 1px 1px grey;
	white-space: nowrap;
	border-radius: 5px;
}

#customBtn:hover {
	cursor: pointer;
}

span.label {
	font-family: serif;
	font-weight: normal;
}

span.buttonText {
	display: inline-block;
	vertical-align: middle;
	padding-left: 24px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}


table.csv-table{
	table-layout:fixed;
}

.tooltip .tooltip-inner {
  background-color: #014379;
}

.tooltip .arrow:before {
  border-top-color: #014379;
}


.jstree-container-ul>li>a>i.jstree-checkbox{
    display:none
}

#search-tree{
	overflow: auto;
}

.cursor-pointer{
	cursor: pointer
}

/* 利用者マニュアル */
#manual-index {
	padding: 0;
}

#manual-index .nav-tabs > li:first-child {
	margin-left: 15px;
}

#manual-index #using_json {
	padding: 15px;
}

#manual-index #search-tree {
	padding: 15px;
}
