/* CSS Document */
form.search {
    display: flex;
    height : 50px;
    margin-bottom : 10px;

}
#searchBtn {
    background-color: transparent;
    color: #023729;
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    right: 0px;
    border: 1px solid #000;
    cursor: pointer !important;
    border-radius: 5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#searchInput {
    color: #023729;
    opacity: 1;
    transition: opacity .3s ease;
    width: 100%;
    border: 1px solid;
    padding-left: 1rem;
    border-radius: 5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-style: none;
}
.ta_logo {
	width:100%;	
}
.widget_thuisarts_widget {
	border:solid 1px #e4e4e4;
	background-color : white!important;
	color : #023729!important;
  align-self: start;
}
.widget_thuisarts_widget .widgetContainer, 
.widget_thuisarts_widget .widgetContainer a{
	color : #023729!important;
}

.widget_thuisarts_widget .widgetContainer {
		padding:10px!important;
}