body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
code, .prose code {
	background: #f9f2f4;
	color: #c7254e;
	font-size: 0.8em;
	padding: 2px;
	margin-left: 2px;
	margin-right: 2px;
}
.label {
	padding-left: 0;
	padding-bottom: 0.25rem;
	padding-top: 1rem;
}
.label-text {
  font-weight: 600;
  margin-bottom: 0;
}
.btn {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	height: 2.5rem;
	min-height: 2.5rem;
}
[type='text'], [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='datetime-local'], [type='month'], [type='search'], [type='tel'], [type='time'], [type='week'], [multiple], textarea, select {
	border-color: #CCC;
	border-radius: 0.25rem;
}
.table-container table {
	width: 100%;
}
.table-container table th {
	text-align: left;
}
.alert-error {
	color: #a94442 !important;
	background-color: #f2dede !important;
}
.legal_response_color_0 {
	color: red;
}
.legal_response_color_1 {
	color: purple;	
}
.legal_response_color_2 {
	color: blue;
}
.legal_response_color_3 {
	color: green;
}
tr.even td {
	background-color: fdfdfd;
}
tr.odd td {
	background-color: f2f2f2;
}
/*select.response-no-disc { color: purple !important; }
   10: select.response-yes-disc { color: blue !important; }
   11: select.response-no {  color: red !important; }
   12: select.response-yes {  color: green !important; }
   13  */
.legal_response_color_0, #id_legal_response option[value="0"] {
	color: red;
}
.legal_response_color_1, #id_legal_response option[value="1"] {
	color: purple;	
}
.legal_response_color_2, #id_legal_response option[value="2"] {
	color: blue;
}
.legal_response_color_3, #id_legal_response option[value="3"] {
	color: green;
}
/*select.response-no-disc { color: purple !important; }
   10: select.response-yes-disc { color: blue !important; }
   11: select.response-no {  color: red !important; }
   12: select.response-yes {  color: green !important; }
   13  */
.note-editable ul, .table ul{
  list-style: disc !important;
  list-style-position: inside !important;
}

.note-editable ol, .table  ol{
  list-style: decimal !important;
  list-style-position: inside !important;
}

.active > .pagination_btn {
	background: #EEE;
}