/*philmech site layout = IPR Container*/
#searchBar-container{
	background-image: url("../../assets/img/search-container-bg.jpg");
	background-size: cover;
	background-clip: border-box;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
	 						0 6px 20px 0 rgba(0, 0, 0, 0.19);
	height: auto;
	padding: 25px 25px 0 25px;
}
.search_content{
	margin: 10px;
}
.search-label{
	font-size: 25px;
	font-weight: bold;
	color: #198754;
}
/*#advance_searchBar-container{
	background-image: url("../../assets/img/advance_search-container-bg.jpg");
	background-size: cover;
	background-clip: border-box;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
	 						0 6px 20px 0 rgba(0, 0, 0, 0.19);
	height: 150px;
}*/
.advance_search_content{
	margin: 10px;
}
.Advance_search-label h4{
	color: black;
}
.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align  {
  display: flex;
  align-items: center;
  justify-content: center;  /*Optional, to align inner items 
                              horizontally inside the column */
  margin: 10px;
}
.btn-search:hover {
    color: #fff
}
.input-text:focus {
    box-shadow: 0px 0px 0px;
    border-color: #198754;
    outline: 0px
}
.input-search {
    border: 1px solid #198754;
    border-radius: 3px;
}
.form-control:focus {
    border-color: #198754 !important;
}
.form-label{
	font-size: 15px;
}
.form-radio-btn{
	margin-right: 75px;
}
/*.btn-ctmz{
    background-color: #198754;
    border-color: #198754;
    color: white;
}
.btn-ctmz:hover{
    background-color: #16794b;
    border-color: #198754;
    color: white;
}*/
/*.form-radio-btn label{
	font-size: 15px;
}
.form-check-input:checked{
	background-color: #198754;
	border-color: #198754;
}*/
#div-id-searchResul{
	padding: 0px !important;
}