TEXTAREA
{
	background-color:#B5C6D5;
	float: none;
	border-left: 1px dotted #000000;
	border-right: 1px none #000000;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	margin: 1px;
	padding: 1px;
	SCROLLBAR-BASE-COLOR: #B5C6D5;
	SCROLLBAR-ARROW-COLOR: #000000;
}

INPUT.text
{
	background-color:#B5C6D5;
	color:#000000;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px dotted #000000;
}

SELECT.select
{
	background-color:#B5C6D5;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

INPUT.submit
{
    BORDER-RIGHT: #8d9ead thin solid;
    BORDER-TOP: #ddeefd thin solid;
    FONT-WEIGHT: bold;
    BORDER-LEFT: #ddeefd thin solid;
    LINE-HEIGHT: 1;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #8d9ead thin solid;
    FONT-FAMILY: arial,helvetica;
    BACKGROUND-COLOR: #B5C6D5;
    CURSOR: hand;
}

.active
{
    BORDER-BOTTOM: gray 1px solid;
    BORDER-LEFT: white 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-TOP: white 1px solid;
    CURSOR: hand;
    MARGIN-LEFT: 9px;
    MARGIN-RIGHT: 9px;
}
.inactive
{
    MARGIN-LEFT: 10px;
    MARGIN-RIGHT: 10px;
    MARGIN-TOP: 2px;
    VISIBILITY: visible;
}

.none
{
	text-decoration: none;
}

A.hotel:hover
{
	color: rgb(24,47,97);
}

A.none:hover
{
	color: rgb(24,47,97);
}
span.hotellist_aktovka
{
	float:right;
	position:relative;
	top:3px;
	font-size:11px;
/*	border: 1px solid #538196;
	background: #B5C6D5;
	padding:2px;*/
}
span.hotellist_aktovka img
{
	position:relative;
	top:-1px;
}
.do_aktovky
{
	border:0px;
	position:relative;
	top:2px;
	left:-2px;
}
.hotel_popis
{
	background: #B9CBDB;
	padding:2px;
	margin-bottom:2px;
}
.hotel_popis_ajax
{
	min-height:50px;
	_height:52px;
}
.dropdown
{
	font-size:11px;
	min-width: 10px;
	_width: 128px;
	height:13px;
	_height:19px;
	padding: 1px 20px 3px 5px;
	background: #d8e4f0 url('/share/img/dolu2.gif') right top no-repeat;
	border: solid 1px #000;
	display: block;
	float:left;
}
.dropbox
{
	background:#d8e4f0;
	z-index:5;
	display:none;
	position:absolute;
	border:1px solid black;
	border-top:0px;
}
.dropbox2
{
	background:#d8e4f0;
	display:none;
	z-index:3;
}
.dropbox_new
{
	border:1px solid #33536a;
	border-width:15px 2px 2px 2px;
	background:#E8ECF0
/*	display:none;
	z-index:3;*/
}
.dropbox_bw
{
	border:1px solid #4e4e4e;
	border-width:2px 2px 15px 2px;
	background:#e8ecf0
}
.dropbox_new2
{
	border:1px solid #33536a;
	border-width:2px 2px 2px 15px;
	background:#E8ECF0
/*	display:none;
	z-index:3;*/
}
.dropbox_border
{
	border-top:1px solid #9db7cb;
}
.skiseznam
{
	position:absolute;
	top:0px;
	left:130px;
	display:none;
	border:1px solid black;
	background:#C8D8E8;
	color:black;
	line-height:16px;
}
.skiseznam td
{
	font-size:11px;
	line-height:13px;
}
.skiseznam a.link
{
	color:black;
	font-size:11px;
	text-transform:none;
	text-decoration:underline;
	font-weight:normal;
}
.skiseznam a.link:hover
{
	color:black;
}
.menuHover:hover .menuHoverItem
{
	display:block;
}
table.alignLeft td
{
	text-align:left;
}
.fotoBox
{
	width:600;
	height:600;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:7;
	background:#33536a;
/*	padding:5px 10px 10px 10px;*/
	text-align:center;
	border: 1px solid #d8e4f0;
	overflow:hidden;
}
.foto_zavrit
{
	color:white;
	position:relative;
	z-index:3;
	top:-24px;
	/*_left:10px;*/
	text-decoration:none;
	font-weight:bold;
	/*width:60px;
	margin: 0px auto;
	display:block;
	padding:2px 5px;
	background:#5b7e94;
	color:white;
	*/
}

/* ------JAKUB CSS----------*/
.pure-g [class *= "pure-u"] .unit-section
{
	padding: 15px;
}

.center
{
	text-align: center;
}
.tlacitko
{
	display: inline-block;
}
.content-section
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.grid-wrapper
{
	margin-left: -15px;
	margin-right: -15px;
}
.content-footer
{
	width: 100%;
	margin-top: 10px;

	margin-bottom: 10px;
	border-top: 2px solid white;
}
.footer-advertisement
{
	display:block;
}

@media only screen and (max-width: 540px)
{
	.footer-advertisement
	{
		display:none;
	}
}
.letniprovoz a
{
	text-decoration: none;
}
.letniprovoz .ski-name
{
	text-decoration: underline;
}

.alert-list-container {
	overflow: auto;
	box-sizing: border-box;
	background-color: #fcf8e3;
	border-radius: 4px;
	margin-top: 20px;
}

.alert {
	padding: 15px;
	margin: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}

.alert:first-child:nth-last-child(1) {
	margin: 0;
}

.alert p {
	margin: 0; padding: 0;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #c8b9a3;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert .alert-link {
	font-weight: 700;
}
.alert-warning .alert-link {
	color: #66512c;
}