/* itp - vlastni styl */
.icon_vat {
    background: url(../images/icon_vat.png) no-repeat scroll left 5px transparent;
    line-height: 24px;
    margin-bottom: 6px;
    padding: 0 0 0 30px;
}
.icon_phone {
    line-height: 24px;
}
.img-holder.star {
	background-image: url(../images/icon-star.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
}
.img-holder.dashboard {
	background-image: url(../images/icon-dashboard.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
}
.img-holder.thumb {
	background-image: url(../images/icon-thumb.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
}
.content-container-grey {
	background-color: #D6D6D6;
  border: 1px solid #d1d1d1;
}

#notification {
    display: none;
    position: fixed;
    cursor: pointer;
    width: 100%;
    background: #EFEFEF;
    text-align: center;
    border-top: 2px solid #FFF;
    z-index:9999;
}