.ui-helper-hidden-accessible {
    display: none!important
}

.hec-search-results {
    flex:1;
    position: relative;
}

.hec-search-group {
    display: flex;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 50px;
}

.hec-search-group label {
    padding: 6px 12px;
	margin: 0;
    line-height: 25px;
}

.hec-search__input {
    height: 100%;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    padding: 6px 12px;
    border-radius: 0 5px 5px 0;
}

.hec-search__input:focus {
    outline: 0;
}

.hec-search-results .ui-autocomplete {
    position: absolute!important;
    top: 100%!important;
    margin: 0;
    padding: 5px;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: 0;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
}

.hec-search-results .ui-autocomplete li {
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.hec-search-results .ui-autocomplete li:hover {
    background: #f8f8f8;
}

.hec-search-results .ui-autocomplete li + li {
    /* border-top: 1px solid rgba(0, 0, 0, .1); */
}

.hec-table-wrap {
	display: none
}

.hec-table {
    border: 1px solid rgba(0, 0, 0, .1);
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
	margin: 0 auto 30px;
	width: 100%;
}

.hec-table tfoot {
	font-weight: 700
}
.hec-table th {
	text-align:center
}
.hec-table td, th {
    padding: 5px;
    vertical-align: middle;
}
.hec-table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.hec-table td:not(:first-child) {
    text-align: center;
    width: 125px;
}

.hec-btn {

    text-decoration: none;
}

.hec-bg-green {
    background: #8bc34a;
    color: #fff;
}

.hec-bg-red {
    background: #eb5837;
    color: #fff;
}

.hec-bg-blue {
    background: #2488B7;
    color: #fff;
}

.hec-bg-gray {
    background: #f8f8f8;
}

.hec-not,
.hec-yes {
    font-weight: 600;
    font-size: 18px;
}

.hec-not::before {
    content: '\2715';
    color: red;
}

.hec-yes::before {
    content: '\2713';
    color: #16a085;
}

.hec-btn {
    padding: .318em 1em;
    font-weight: 700;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
}

.hec-btn:focus,
.hec-btn:hover {
	color: #fff;
	text-decoration: none;
}

.hec-search__input {
	display: none
}

.hec-table-wrap {
	text-align: center;
}

.hec-table-wrap h3 {
	margin: 20px 0;
}

.hec-search-results .select2-container--default .select2-selection--single {
    border: 0!important;
    border-radius: 5px;
    height: 37px!important;
}

.hec-search-results .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.hec-search-results .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px!important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0;
    outline: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 1px 5px;
    border: 1px solid #fff;
    margin: 0 -1px;
}

.select2-dropdown {
    border-color: rgba(0, 0, 0, .1);
}

.select2-results__option:empty{
	display: none!important
}

.select2-results__message {
    text-decoration: underline;
    cursor: pointer;
}

.hec-white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}