.alert {
	position: relative;
	padding: .75rem 1.25rem;
	border: 1px solid transparent;
	text-align: center;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

/* calendar */
table.calendar {
	border-left: 1px solid #999;
	width: 100%;
}

.form-button.float-right {
	float: right;
	margin-right: 0;
}

tr.calendar-row {

}

td.calendar-day {
	height: 80px;
	font-size: 11px;
	position: relative;
	background-color: #fff;
	vertical-align: top;
}

* html div.calendar-day {
	height: 80px;
}

td.calendar-day:hover {
	background: #eceff5;
}

td.calendar-day-event {
	background-color: #e5ffe5;
}

td.calendar-day-np {
	background: #eee;
	min-height: 80px;
}

td.calendar-day.active {
	background-color: #ffc;
}

* html div.calendar-day-np {
	height: 80px;
}

td.calendar-day-head {
	background: #ccc;
	font-weight: bold;
	text-align: center;
	width: 120px;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

div.day-number {
	padding: 5px;
	color: #666;
	font-weight: bold;
	margin: -5px -5px 0 0;
	text-align: right;
	display: block;
}

/* shared */

td.calendar-day,
td.calendar-day-np {
	vertical-align: baseline;
	width: 40px;
	font-size: 12px;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.img-responsive {
	max-width: 100%;
}

.open-hours .hours-status{
	display: inline-block;
	margin-top: -3px;
	padding: 2px 6px;
	border-radius: 4px;
	background-color: #00b63e;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
}

.open-hours .hours-status.hours-status--closed{
	background-color: #ef0000;
	color: #fff;
}

.hours-status.hours-status--closed{
	background-color: #ef0000;
	color: #fff;
}

.main-article .open-hours table {
	box-shadow: none;
	background-color: transparent;
	text-align: left;
	border: none;
	margin: 20px 0 0 25px;
}

.main-article .open-hours table td {
	border: none;
	padding: 4px 5px !important;
}

.main-article .open-hours table th {
	width: 120px;
	border-left: 1px solid #373737;
	padding-left: 20px;
}

.gm-svpc img {
       max-width:none !important;
       height: 30px !important;
 }

.search-title {
  	background-color: rgba(255,255,255,0.3);
	border-radius:3px;
	padding: 5px 10px 5px 10px;
	margin-top: 10px;
	margin-bottom: -5px;
}

.page-gallery-image p {
	position:absolute;
	z-index: 1000;
	background-color:rgba(0,0,0,0.7);
 	font-size: 10px;
	color:#fff;
	padding: 5px 10px;
	margin-top:145px;
}

.home-book-news-title, .home-books-section-title, .home-poll-title, .home-eshop-tip-section-title {
	font-size: 1.3em;
}

.home-book-news-text, .home-eshop-about, .home-books-text {
	font-size: 1.05em;
}

.site-body #page-88 .main-content-content {
	width: 100%;
}

.form-input-error {
	border-color: #ef0000;
}


.form-input-error2 {
	border-color: #ef0000;
}

.products-grid-buy-form {
	margin-left: 6px;
}
.products-grid-buy-button {
	padding: 7px 18px 8px 42px;
}

.page-gallery {
  max-width: 980px;
  margin: .5em auto 1.5em;
  padding: 0px 20px;
}

.checkout-actions-button--progress {
	padding: 10px 40px 10px 20px;
	background-color: #1fa400;
	cursor: progress;
}
