/* Section/AttorneyFinder.htm */
.subCBXContainer table {
  width: 100%;
}
.subCBXContainer h4 {
  margin: 0 0 13px;
}
/* Section/AttorneyFinder.htm */

/* Section/demographic.htm */
.form-horizontal .checkbox {
  margin-left: 20px;
}
/* Section/demographic.htm */


/** Select2 CSS Override **/
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single
{
	border: 1px solid #ccc !important;
}

.has-error .select2-container--default .select2-selection--single,
.has-error .select2-container--default.select2-container--focus .select2-selection--single
{
	border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single {
	height: 33.5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 7px 15px !important;
	line-height: 1.5 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px !important;
}

.select2-container
{
	width: 100% !important;
}

/* select2 dropdown arrows start */
/* ul.select2-selection__rendered {
  padding-right: 30px !important;
} */
ul.select2-selection__rendered:after {
	content: "";
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 6px solid #505050;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}
/* select2 dropdown arrows end */

/** Select2 CSS Override Ends **/

.grecaptcha-badge{ visibility: collapse !important; }

.instructorImg {
  border: 1px solid #ddd;
}
