
.ldl-search-stats-div {
    text-align: center; 
    display: flex;
}

.ldl-search-stat-circle {
    border-radius: 50%; 
    display: flex; 
    width: 120px; 
    height: 120px; 
    background: rgba(0,0,0,0.4); 
    font-size: 18px; 
    color: #000; 
    padding: 0; 
    margin-right: 20px; 
    justify-content: center; 
    align-items: center;
	box-sizing:content-box;
	position:relative;
}

.ldl-search-stat-circle .ldl-stat-content {
	position:absolute;width:100px;height:40px;margin:auto;top:0;bottom:0;left:0;right:0;
}
.ldl-search-stat-circle .ldl-stat-count {
	    display: block;
    font-size: 22px;
    line-height: 15px;
    font-weight: bold;
}
.ldl-search-stat-circle .ldl-stat-name {
	color:rgba(0,0,0,0.7);
}
.ld-search-field-label {
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
}

.ld-fld-div {
    margin-right: 10px;
    max-width: 200px;
	margin-bottom:10px;
	clear:both;
	padding-top:10px;
	display:inline-block;
}
.ldl-search-error {
	background-color:#f2652e;
	color:#fff;
	padding:0;
	box-shadow:0px 0px 10px 3px rgba(255, 255, 190, .19);
	font-size:15pt;
	font-weight:bold;
	text-align:center;
}
.ld-search-btn {
    /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
    font-size: 13px;
    font-weight: bold;
    border-radius: 5%;
    border: solid 1px #4479cf;
    color: white;
    background-color: #4479cf;
    width: auto;
    height: 35px;
    margin: 20px 5px;
    width: 100px;
    padding: 5px;
}

.ldl-reccount {
	float:right;
}

.mythyr-footer-scrollers .ldl-reccount {
	display:none;
}

.ld-lbl-err {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #c21414;
}

.ld-inp-text {
    height: 28px;
    /* line-height: 30px !important;; */
    padding: .4rem .4rem !important;
    width: 150px !important;;
    font-size: 13px !important;
    margin-top: 0 !important;
    /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
}

.ld-inp-select, #ldl-custom-search-toggle {
    height: 28px;
    width: 200px !important;
    font-size: 13px !important;
}

.ld-lbl-selections {
    display: block;
}

.ld-inp-div {
    display: flex;
    font-size: 13px;
    white-space: nowrap;
    vertical-align: middle;
}

.ld-numeric-range {
    display: flex;
    align-items: center;
}

.ld-inp-numeric {
    height: 28px;
    /* line-height: 30px !important;; */
    padding: .4rem .4rem !important;
    font-size: 13px !important;
    width: 85px !important;
    margin: 5px 5px !important;
}

.ld-search-form {
    display: flex;
    margin-top: 15px;
    /* width: 100%; */
}

.sortable-field-choices {
    border: solid 1px #4479cf; 
    width: 220px; 
    background: #4479cf; 
    color: white; 
    margin: 3px 3px; 
    padding: 5px; 
    border-radius: 5px;
    cursor: pointer;;
}

.sortable-field-choices input[type="text"].rnam-inp {
	background:transparent;color:#fff;border:none;outline:none;
}

.del-fld {
    margin-right: 9px;
}

.select2-results__options{
    font-size:13px !important;
 /*   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
}

.select2-selection__choice {
    display: block !important;
    margin-top: 3px !important;
    font-size: 13px !important;
    
}

.select2-selection__choice__remove {
    margin-right: 4px;
}

.select2-selection__rendered {
    height: 26px;
}

.select2-selection__rendered:empty {
	display:none;
}

.ld-search-form .select2-container .select2-selection--multiple input {
	margin-top:0;
}

.select2-selection__clear {
    all: unset;
    
}

.ld-search-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	padding-right:10px;
}
.ld-search-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	margin-right:6px;
}
.select2-search__field {
    height: 28px !important;
    font-size: 13px !important;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.ld-search-form .select2-container.select2-container--custom-selection.select2-container--default.select2-container--empty {
	display:none;
}


/* toggle the search results display */
.ldl-custom-search-results[custom-search-view] #ldatacustomcompanysearch-main-content,
.ldl-custom-search-results[custom-search-view] #ldatacustomexecutivesearch-main-content {
    display: none;
}

.ldl-custom-search-results[custom-search-view="company"] #ldatacustomcompanysearch-main-content,
.ldl-custom-search-results[custom-search-view="executive"] #ldatacustomexecutivesearch-main-content {
    display:block;
}

.entry-content #ldl_custom_search_form {
        display:block;
}
.entry-content .ld-search-form .ld-fld-div {
        width:auto;clear:none;vertical-align:top;
}
.entry-content .ld-search-form .ld-numeric-range {
        margin-top:-4px;
}
.entry-content .ld-search-form .ld-numeric-range .ld-inp-numeric {
        padding: 16px 2px !important;
    border: 1px solid #aaa;
}
.entry-content #ldl-custom-search-toggle {
        height:34px;
        background-color:#fff;
        border:1px solid #aaa;
}
