.underline {
	text-decoration: underline;
}

form .bg-20 {
	background: #0097d0;
    color: #fff;
}

textarea.form-control {
  min-height: 300px;
  max-height: 600px;
}
@media (max-width: 576px) {
	textarea.form-control {
	  min-height: 100px;
	  max-height: 150px;
	}
}

span.select2-container {
	width: 100% !important;
	display: block;
}

span.select2-container .select2-selection--single {
	height: 38px;
}
span.select2-container--default .select2-selection--single .select2-selection__rendered,
span.select2-container--default .select2-selection--single .select2-selection__arrow,
span.select2-container--default .select2-results li {
	height: 36px;
}
span.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}

.ui-widget.ui-widget-content {
	left: 194px !important;
}

.ui-menu-item:nth-child(6) .ui-state-active {
	border-color: #c6c8ca;
	background-color: #d6d8d9;
	color: #1b1e21;
}

label[for="terms-checkbox"] {
	text-align: justify;
	/*hyphens: auto;*/
	cursor: pointer;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    box-shadow: none;
    /*background: #e9ecef;*/
    border: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection  .select2-selection__rendered {
    color: #6c757d;
	margin-left: 5px;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

.form-control[readonly] {
    pointer-events: none;
	background-color: inherit;
}

form[disabled] .form-group {
	margin-bottom: 0;
}
form[disabled] label {
	margin-bottom: 0;
}
form[disabled] label::after {
	content: ":";
	display: inline-block;
}
form[disabled] label[for="terms-checkbox"]::after {
	display: none;
}
form[disabled] input {
    color: #6c757d;
	display: inline;
	/*width: inherit;*/
}
span.union-view-mode {
	padding-left: 13px;
}

.heading-link {
	color: inherit;
	text-decoration: none;
}

#scrollUp {
    background: #0097D0;
    border-radius: 50%;
    bottom: 95px;
    color: #ffffff;
    right: 12px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: none;
}
.tooltip-inner {
    width: max-content !important;
}
