#new_search_button{
	width: 131px;
	height: 31px;
	background-color: #005088;
	font-family: Lato;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
line-height: 14px;
    letter-spacing: normal;
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
}

#searchbar{
	 width: 178px;
    height: 25px;
  border: solid 2px #005088;
    padding-left: 10px;
    margin-right: 10px;
	font-family: lato;
    color: #005088;
}

.filter-form-container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	justify-content: flex-start;
}

.filter .ctrls-container{
	float:none;
	width:100%;
}

.filter {
	border:none;
	
}

.filter .section-subtitle{
	  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
  color: #005088;
  padding-top: 1px;
}

.filter .ctrls.month .input-txt{
		  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
  color: #005088;
  padding-bottom: 2px;
  width: 100%;
    padding: 0px;
    height: 27px;
    border: none;
    padding-left: 10px;
	margin-left:0px!important;
}

.filter-form-pane{
	margin-top:10px;
}


@media only screen and (max-width: 860px){
	
		.filter-form-container{
			width:100%;
			max-width:600px;
			justify-content: space-between;
			margin-left: auto;
    margin-right: auto;
		}
		
		.filter-form-pane{
			flex: 0 0 32%;
			max-width: 33.3%;
		}
		
		.filter .new-filter-ctrls {
			width: calc(100% - 24px)!important;
			min-width:80px;
			margin-right:0px!important;
		}
		
		#new_search_button{
			margin-right:0px;
		}
		
		.filter-form-pane.filter-form-pane-search.filter-form-pane-row-2{
			flex: 0 0 calc(99% - 131px);
			max-width: calc(99% - 131px);
		}
		
		.filter-form-pane.filter-form-pane-submit.filter-form-pane-row-2{
			flex: 0 0 calc(131px);
			max-width: calc(131px);
		}
		
		#searchbar{
			width: calc(100% - 15px);
		}
		
		.filter .new-filter-ctrls.month.picker{
				width: calc(100% - 4px)!important;
		}
		
		.rsis-container.listing-publication{
			justify-content:space-evenly;
		}
		
		.force-50{
						flex: 0 0 49%!important;
			max-width: 50%!important;
		}
		
		
		.force-100{
			flex: 0 0 100%!important;
			max-width: 100%!important;
		}

		.filter-form-pane.filter-form-pane-submit.filter-form-pane-row-2.force-full-length{
						flex: 0 0 32%;
			max-width: 33.3%;
		}
		
		.filter-form-pane.filter-form-pane-submit.filter-form-pane-row-2.force-full-length .btn{
			float:left;
		}
}

@media only screen and (max-width: 480px){
			.filter-form-pane.filter-form-pane-submit.filter-form-pane-row-2.force-full-length{
						flex: 0 0 100%;
			max-width: 100%;
		}
		
		.filter-form-pane.not-first-filter-box.force-180px{
			flex: 0 0 160px;
			max-width: 100%;
		}
		
		.filter-form-pane.filter-form-pane-search.not-first-filter-box.force-minus-180px{
			flex: 0 0 calc(100% - 170px);
			max-width: 100%;
		}
	.filter-form-pane.filter-form-pane-submit.filter-form-pane-row-2.force-full-length .btn{
			width:100%!important;
		}
}

.filter .new-filter-ctrls{
width: 120px;
height: 27px;
  border: solid 2px #005088;
   font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #005088;
      padding-left: 10px;
    padding-right: 10px;
	    margin-right: 10px;
		margin-top:0px!important;
		position:relative;
}

.filter .ctrls.active .ctrl-list,.filter .ctrls .ctrl-list{
	  border: solid 2px #005088;
  background-image: linear-gradient(to left, #f3f3f3, #ffffff);
padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	width: 224px;
}

.selected_display_box{
    background-color: #005088;
    font-family: Lato;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 13px;
    letter-spacing: normal;
    color: #ffffff;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 20px;
    margin-bottom: 10px;
    width: calc(80% - 20px);
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.selected_display_box_close{
	    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-53%);
    font-family: Lato;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 15px;
	cursor: pointer;
}

.not_selected_display_box:hover{
	background-color:#c5d4e5;
}
.not_selected_display_box{
font-family: Lato;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 13px;

    letter-spacing: normal;
    color: #005088;
    /*border-bottom: 1px solid #c5d4e5;*/
	display: none;
	cursor: pointer;
	
	    width: calc(80% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 20px;
}

.not-first-filter-box .ctrl-list{
    top: 27px!important;
    right: 0!important;
    transform: translateX(2px);
}

.first-filter-box .ctrl-list{
	    top: 27px!important;
    left: 0!important;
   transform: translateX(-2px);
}

.filter .section-subtitle .icon {
    position: absolute;
    right: 5px;
    cursor: pointer;
	    top: 0;
    transform: translateY(35%);
}

.coverall-new-filter-ctrls{
	width: 100%;
    height: 28px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.filter .ctrls.month{
	padding: 0px;
    width: 130px;
	margin-right: 10px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{

		border: solid 2px #005088;
    transform: translateX(-2px);
	z-index: 65!important;
}

.mtz-monthpicker.mtz-monthpicker-year{
	 font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #005088;
   border: solid 2px #005088;
}

.mtz-monthpicker{
	 font-family: Lato;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #005088;
  margin-left: auto;
    margin-right: auto;
}

.month-picker-label-text{
	    position: absolute;
    top: 5px;
    left: 9px;
cursor: pointer;
	
}



.filter .section-subtitle{
	 cursor: unset;
}

.section-subtitle a:hover{
	color: #005088!important;
}

.ctrls.month.picker.newfilter{
	
}

#select-year{
	outline: none;
}

#select-year{
	color: #0364a8!important;
    margin-top: 5px;
    width: 100px;
    width: 130px;
    border: solid 2px #005088;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #005088;
        padding-left: 6px;
    padding-right: 10px;
    margin-right: 10px;
    margin-top: 0px!important;
    position: relative;
    height: 31px;
    transform: translateY(-2px);
	background: white;
}

.box-cursor{
	background: white;
    position: absolute;
    top: 3px;
    right: 16px;
    font-weight: 900;
	color:#0364a8;
	font-size: 16px;
	pointer-events: none
}

.placeholder-cursor{
	position: absolute;
    top: 2px;
    left: 16px;
    font-weight: 700;
    color: #005088;
    font-size: 16px;
    font-family: Lato;

}