
#custom_search {
    font-family: 'Open Sans', sans-serif;
}
#custom_search{
    
}

#custom_search .eel-s {
    width: 100%;
    padding: 0.46em 0.82em;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    background-color: rgb(247, 247, 247);
    border: none;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#custom_search label{
    display: none;
}
#custom_search  #search_in_fields label{ 
    display: block;
}

#search_in_fields span {
  /*  display: inline-block;*/
    color: #666666;
	width: calc(100% - 5px);
}
#search_in_fields input[type="checkbox"]{
    float: left;
    margin: 3px 8px 0 0;

}

#custom_search select {
    text-transform: none;
    margin-bottom: 10px;
    padding: 2px;
    height: 28px;
    width: 100%;
}

#custom_search input[type="text"], #custom_search textarea, #custom_search select {
    border: 1px solid #ccc;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 14px 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    max-width: 100%;
    display: block;
    background: #fff;
}

.eel-search-settings-container.row {
    background-color: #f0f0f6;
    padding: 20px;
    border: 2px solid #2D89EF;
    border-top: none;
    margin:0;
    margin-top: 45px;
		
}

#custom_search .eel-settings-group select{
    margin-bottom: 10px;
    
}
.eel-search-container .eel-option-selected {
    color: #f03;
    font-weight: bold;
}

.eel-button-style-default span {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-top-style: solid !important;
    border-bottom-style: solid !important;
}
.eel-button {
    height: auto;
    display: inline-block !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: none !important;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    transition: all .2s;
    -o-transition: all .2s;
    -ie-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    color: #FFFFFF;
    background-color: #2D89EF;
    border: 1px solid #246ebf !important;
    border-color: #246ebf;
    padding: 0 !important;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}
.eel-button span {
    display: block !important;
    text-decoration: none !important;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    transition: all .2s;
    -o-transition: all .2s;
    -ie-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    padding: 7px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border-color: #6cacf4;
}
.eel-button i {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 !important;
    text-align: center;
    line-height: 1em;
    font-size: 24px;
    color: #FFFFFF;
    text-shadow: 5px 0px 0px #000000;
    -moz-text-shadow: 5px 0px 0px #000000;
    -webkit-text-shadow: 5px 0px 0px #000000;
}
.eel-button-text span {
    padding: 7px 10px;
    font-size: 14px;
}
.eel-button-text i {
    font-size: 14px;
    margin-right: 0.5em !important;
}

.eel-settings-container-down .eel-button-settings, .eel-settings-container-down .eel-button-settings span {
    border-radius: 5px 0 0 0 !important;
    -moz-border-radius: 5px 0 0 0 !important;
    -webkit-border-radius: 5px 0 0 0 !important;
}

input.eel-s {
    width: 84%;
}
button.eel-button.eel-button-search.eel-button-style-default {
    float: right;
    border-radius:  0 5px 0 0 !important;
    -moz-border-radius:  0 5px 0 0 !important;
    -webkit-border-radius:  0 5px 0 0 !important;
}
button.eel-button.eel-button-search.eel-button-style-default[disabled='disabled'] {
    background-color: gray !important;
}
button.eel-button.eel-button-settings.eel-button-style-default {
    float: left;
}
.eel-input-search {
    width: calc(100% - 132px);
    float: left;
}
body #custom_search> .eel-input-search {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    background-color: rgb(247, 247, 247);
    padding: 0;
}
.screen-reader-text{
    display: none;
}
#custom_search .eel-input-search input{
    padding: 8.5px;
    font-size: 18px;
    border: none;
    /*border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    background-color: rgb(247, 247, 247);*/
    background-color:transparent;
	line-height: 1.6
}
.eel-input-search.col-md-12 {
    padding: 0;
}

#custom_search h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 14px 0;
    line-height: 1.3em;
    letter-spacing: normal;
    text-transform: none;
}

.eel-search-settings-container{
    display: none;
    /*display: block;*/
}

.page-template-custom_view .entry-footer .edit-link{
    display:none;
}

#loadingDiv {
    text-align: center;
    font-size: 30px;
}
.loading-text {
    font-size: 12px;
}

/* buttons */
.filter-project-btn,
.show-all-buttons {
    border: 1px solid #CACACA;
    padding: 5px 10px;
    background: none;
    margin-right: 10px;
    margin-bottom: 10px;
    user-select: none;
}
.show-all-buttons {
    font-weight: 600;
    border: 2px solid #CACACA;
}
.filter-project-btn:hover,
.filter-project-btn:focus,
.show-all-buttons:hover,
.show-all-buttons:focus {
    background: beige;
}
.filter-project-btn.active {
    pointer-events: none;
}
.filter-title {
    text-decoration: underline;
}
.hidden-buttons{
    display:none;
}

.hidden-buttons-years{
      display:none;
}
select.filter-project-option {
    width: 100%;
    border: 1px solid #CACACA;
    padding: 5px 10px;
}
