#tbk-logo{
	position: relative;
	left: -45px;
}

.hidden{
	display: none;
}

.tbk-search-field{
	width:95% !important;
	/*justify-content: center !important;*/
}

.tbk-result-box {
	width:100%;
	min-height:30px !important; /* riduce dimensioni elementi lista a quelle del contenuto */
}
.tbk-result-box__content {
	padding-left:16px;  /* come  mdl-card__title */
	padding-right:16px; /* come  mdl-card__title */
}

.tbk-infoazienda-box__content {
	padding-left:16px;  /* come  mdl-card__title */
	padding-right:16px; /* come  mdl-card__title */
	padding-top:10px; 	
	padding-bottom:10px; 
}

.tbk-red {
	color:red !important;
}
.tbk-green {
	color:green !important;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}
.clear-both{
	clear:both;
}

.tbk-result-box > .mdl-card__title {
  background-color: rgba(251,199,28, 1);
}













/*
.tbk-search-field:before{
justify-content: center !important;
}
*/



/*
@media (min-width: 1200px) {
	.tbk-search-field {
		width: 550px;
	}
}


@media (max-width: 1199px) {
	.tbk-search-field {
		width: 360px;
	}
}


@media (max-width: 767px) {
	.tbk-search-field {
		width: 210px;
	}
}


@media (max-width: 450px) {
	.tbk-search-field {
		width: 150px;
	}
}
*/
