/* CSS Document */
form.search {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 4px 13px 0 rgba(0,0,0,.12);
    display: flex;
    height : 50px;
    margin-bottom : 10px;

}
#searchBtn {
    background-color: transparent;
    color: #6b868d;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    position:relative;
    right : 0px;
    border:1px solid #e3e3e3;
    font-weight : bolder;
	cursor: pointer!important;
}
#searchInput {
    color: #757575;
    opacity: 1;
    transition: opacity .3s ease;
    width : 100%;
    border:none;
    padding-left:10px;
}
.brand-bar {
    display: flex;
    text-align: center;
}
.brand-bar__item {
  height: 3px;
  width: 22px;
}
.brand-bar__item--darkblue {
  background-color: #6b868d;
}
.brand-bar__item--blue {
  background-color: #97c0d2;
}
.brand-bar__item--green {
  background-color: #85af81;
}
.brand-bar__item--yellow {
  background-color: #ecbf38;
}
.brand-bar__item--darkgreen {
  background-color: #4f987a;
}
.ta_logo {
	width:100%;	
}
.widget_thuisarts_widget {
	border:solid 1px #e4e4e4;
	background-color : white;
	color : #6b868d!important;
  align-self: start;
}
.widget_thuisarts_widget .widgetContainer, 
.widget_thuisarts_widget .widgetContainer a{
	color : #6b868d!important;
}

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