@import url(//fonts.googleapis.com/earlyaccess/cwtexkai.css);

body{
	-webkit-print-color-adjust:exact !important;
  print-color-adjust:exact !important;
}

input.form-control::placeholder,textarea::placeholder{
  color:#ddd;
}

.topbar .navbar-search input {
    font-size: 1rem;
}
input[type='radio']{
  margin-bottom: 3px;
}
.question:hover{
  background-color: #f5f5f5;
}
.list-group-item img{
  width:100px;
}
input[type='number']{
  min-width: 70px;
}

select.inline{
  display:inline-block;
  width:auto;
}

input[type="radio"]:checked:disabled {
  background-color: #666;
}


input[type="radio"]:disabled {
  background-color: #eee;
  border: 1px solid #333;
  border-radius: 8px;
  height: 16px;
  width: 16px;
  -webkit-appearance: none;
}


input[type="checkbox"]:disabled {
  background-color: #eee;
  border: 1px solid #333;
  border-radius: 3px;
  height: 16px;
  width: 16px;
  -webkit-appearance: none;
}
input[type="checkbox"]:checked:disabled {
  background-color: #ccc;
}
input[type="checkbox"]:checked:disabled::before {
  content: "✔️";
  color:#fff;
  /* position: absolute; */
  /* top:0px;
  left:-1px; */
}

/* question */
select.small-text{
  font-size: .4rem;
}
div.a_question{
  transition: all .3s;
}
div.questionWapper{
  position: relative;
  border-radius: 10px;
  border: solid 1px #bbb;
  background-color: #f7f8f9;
}
div.questionWapper:hover{
  background-color: #f2f3f4;
}
div.a_question p.insertQuestion{
  position: absolute;
  display: none;
}


div.a_question:hover p.insertQuestion{
  display:block;
}
p.insertBefor{
  top:-10px;
  left:20px;
}
p.insertAfter{
  bottom:-10px;
  left:20px;
}
div.option .forAnswer{

}

.moveQuestionSort, .changeSort{
  color:#aaa;
}
.moveQuestionSort:hover, .changeSort:hover{
  color:#4552ff;
}
input.optionTitle.isOther{
  background-color: #f8f8f8;
}
ol.breadcrumb.verifyOrder, ol.breadcrumb.studentForms{
  background-color: rgba(0,0,0,0);

}
.fa-arrows-alt-h{
  cursor: pointer;
}
ol.verifyOrder .breadcrumb-item+.breadcrumb-item::before{
  content: ">";
}
ol.studentForms .breadcrumb-item+.breadcrumb-item::before{
  content: "、";
}

div.seal{
  font-family: 'cwTeXKai', sans-serif;
  border:solid 4px red;
  border-radius: 10px;
  color:red;
  width:290px;
  margin: 0 auto;
  font-size:1.2em;
}
div.seal span.unitName
{
  letter-spacing: 2px;
}
div.seal span.deptitle{
  letter-spacing: -3px;
}
div.seal span.name{
  font-size:1.8em;
  letter-spacing: -2px;
}
div.formHistory{
  transition: all .5s;

}
div.formHistory.active{
  display:block;

}
div.formHistory.unactive{
  margin-top:5px;
  overflow-y: hidden;
  height:26px;
}
div.lockerCover{
  position: absolute;
  height: 98%;
  width: 99%;
  z-index: 999;
  background-color:rgba(100,100,100,.5);
}
.red-border{
  border:solid 1px red;
}


/* answer view*/
div.formView{
	color:#000;
}
div.formView p.answer{
	border-bottom: solid 1px #000;
	padding:10px 0;
}
div.formView span.radio{
	border:solid 1px #000;
	border-radius: 50%;
	display:inline-block;
	width:20px;
	height:20px;
	background-color: #fff;
	margin-right:5px;
	margin-bottom:-4px;
}
div.formView span.radio.checked{
	background-color: #000 !important;
}

div.formView span.checkbox{
	border:solid 1px #000;
	border-radius: 4px;
	display:inline-block;
	width:20px;
	height:20px;
	background-color: #fff;
	margin-right:5px;
	margin-bottom:-4px;
}
div.formView span.checkbox.checked{
	background-color: #000;
}
