/*** Search Styles for ocms11 ***/

.search_ocms11.row {
	display: flex;
	flex-wrap: wrap;
}

.styled-form.no-border {
    border: none;
}

.styled-form {
    margin: 0;
    outline: 0;
    font-size: 16px;
    line-height: 22.4px;
    border: 1px solid #a8adb4;
    color: #555;
    background: #fff;
    border-radius: 3px;
}


 .type-search .search-input, .type-search .search-sort-options {
    margin-bottom: 20px;
}

.search_ocms11 .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.styled-form section:last-child {
    margin-bottom: 0 !important;
}

.styled-form .input.button {
    display: flex;
    flex: 1 1 auto;
}

.styled-form .button, .styled-form .checkbox, .styled-form .input {
    position: relative;
}

.styled-form label {
    display: block;
}

.search_ocms11 .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.styled-form .input.button input {
    border-right-style: none;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.styled-form .input input {
    border-color: #a8adb4;
    transition: border-color .33s ease;
	display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 7px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
        border-right-style: solid;
    border-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    background-color: #fff;
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
	
}


	
.search_ocms11 input {
    overflow: visible;
	margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


.styled-form .input.button button.btn {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    border: 1px solid #e20000;
        border-left-style: solid;
    border-left-style: none;
}

.styled-form .input.button button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search_ocms11 [type="submit"]:not(:disabled), .search_ocms11 button:not(:disabled) {
    cursor: pointer;
}

.search_ocms11 .btn {
    margin: 0;
    padding: 6px 12px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none;
    border: none;
    font-weight: 400;
    border-radius: 2px;
    background-color: #e20000;
   color:#fff
}

.type-search .search-sort-options {
    margin-bottom: 20px;
}

.form-control {
	height:auto
}

.styled-form .select {
    position: relative;
    display: block;
}

.styled-form .select select {
    border-color: #a8adb4;
    transition: border-color .33s ease;
	cursor: pointer;
    padding-right: 28px;
	display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 7px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    background-color: #fff;
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.search_ocms11 select {
    word-wrap: normal;
	text-transform: none;
	margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.styled-form .select i {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 28px;
    height: 100%;
    pointer-events: none;
}

.styled-form .select i::before{
    top: 11px;
    border-bottom: 5px solid #7f8691;
}

.styled-form .select i::after {
    bottom: 11px;
    border-top: 5px solid #7f8691;
}

.styled-form .select i::after, .styled-form .select i::before {
    content: '';
    position: absolute;
    right: 10px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}


.search_ocms11 .type-list-filter .filterbox {
    background-color: #fff;
}

.search_ocms11 button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


.facet_panel_heading {
	background-color: #ddd;
	border:1px solid #ddd
}

h3.facet_panel_title {
	color: #000;
	border:0px;
	line-height:36px;
	margin:0px;
	padding:0px 15px;
	font-size:16px
}

.facet_panel_fields {
	padding:15px 10px;
	border-right: 1px solid #a8adb4;
	border-left: 1px solid #a8adb4;
	border-bottom: 1px solid #a8adb4;
	
	
}
.facet_panel_fields label{
	margin-bottom:10px
}


.facet_panel_fields .checkbox {
    padding-left: 35px;
    color: #555;
    cursor: pointer;
	position: relative;
    display: block;
	font-weight:normal;
	margin-top:0px
}

.facet_panel_fields input {
	margin-top:5px
}



.search_ocms11 a {
    text-decoration: none;
    background-color: transparent;
	border-bottom: 2px dotted #000;
	color: #000;
}

.type-search .search-results-header {
    margin-bottom: 20px;
}

 h3.search-results-head {
    float: left;
    margin-bottom: 0px;
	border-top:0px;
	margin-top:10px;
}


.type-search .search-results-count {
    float: right;
	margin-top:10px
}

.type-search .search-result {
    margin-bottom: 20px;
}

.type-search .search-result-heading {
    display: flex;
    align-items: flex-end;
	 margin-bottom: 10px;
}

.type-search .search-results-header::after {
    display: block;
    clear: both;
    content: "";
}

.type-search .search-result-heading, .search_ocms11 h4 {
    font-size: 18px;
    color: #222;
    /*font-family: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
    line-height: 1.25;
}



.search_ocms11 h4 {
    margin-top: 0;
	}
	
.type-search .search-badge {
    margin-left: 10px;
    font-weight: 300;
    font-size: 70%;
    padding: 2.5px 10px;
    border-radius: 3px;
    color: #333;
    border: 1px solid #a8adb4;
}

ul.pagination {
   display:block;
    margin: 15px  0px !important;
    padding-left: 0;
}

.pagination > li.previous {
    margin-right: 10px;
}

.pagination > li {
    display: inline-block;
}

.pagination > li:first-child > a {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover {
    color: #333;
    background-color: #fff;
    border-color: #a8adb4;
    cursor: not-allowed;
}

.pagination > li > a {
    display: inline-block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a8adb4;
    margin-left: 0;
    margin-right: -1px;
    color: #555;
    text-align: center;
    text-decoration: none;
    padding: 5px 12px;
    line-height: 22.4px;
    min-width: calc(22.4 + 10px);
    font-size: 16px;
}

.pagination > li.active > a {
    color: #fff;
    background-color: #E20000;
    border-color: #e20000;
}

.search_ocms11 .fa {
	display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-moz-osx-font-smoothing: grayscale;
}

.pagination > li.next {
    margin-left: 10px;
}

div.search-suggestion > h3 {
	border:0px
}











