@import url("reset.css");
@import url("common.css");

/* ==================================================================================== COMMON
 */

.padding10  { padding: 10px; }

.round_corners {
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


/* ==================================================================================== MAIN STRUCTURE
 */


html {
    height: 100%;
}


body {
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 10px;
    height: 100%;
    overflow: hidden;
}

div#header {
    visibility: none;
    height: 70px;
    z-index: 105;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url("../images/map/shadow_h.png") bottom repeat-x;
}

#logo {
    position: absolute;
    top: 10px;
    left: 20px;
}

div#panel_left {
    position: absolute;
    z-index: 102;
    width: 280px;
    float: left;
    overflow: auto;
    left: 0;
    top: 60px
}

h1 {
	font-size: 16px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
}

/* ==================================================================================== LOADER
 */

#loader{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000000;
}

#loader_background{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #888888;
	opacity: 0.65;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
}


#loader_middle{
	position: absolute;
	top: 50%;
	opacity: 1 !important;
	height: 1px;
	width: 100%;
	text-align:center;
}

#loader_inner{
	position: relative;
	width: 150px;
	height: 70px;
	margin: auto;
	padding:20px;
	margin-top: -40px;
	background-color: #ffffff;
	opacity: 1 !important;
	border-style: none;
	color:#666666;
	font-size: 18px;
	border: 5px solid #c0c0c0;
}

#loader_inner img {
	margin-top:10px;
}


/* ==================================================================================== OTHER
 */

.button {
    font-size: 8px;
}



#toolbar {
    padding: 6px 2px;
}

.ui-tabs-panel {
    padding: 0 !important;
}




div#map_container {
    position: absolute;
    right: 0;
    top: 60px;
    background: red;
}

div#footer {
    background: #005289;
    border-top: 1px #fff solid;
    width: 100%;
    height: 30px;
    position: fixed;
    bottom: 0;
    color: #fff;
    padding: 10px;
    font-size: 10px;
}

/*================================================================================== GMAP INFO WINDOWS
*/

#info_window_loader {
    display: none;
    visibility: hidden;
}

div.gmap_info_window_loader {
    padding: 15px;
}

div.gmap_info_window {
    width: 390px;
    height: 253px;
    overflow: hidden;
    padding: 0px;
}

div.gmap_info_window h1 {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: bold;
}

span.iw_address_big {
    font-size: 14px;
    margin-bottom: 3px;
}

.spacer {
    height: 10px;
    width: 100%;
}

div.gmap_info_window h2 {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: bold;
}

.link_panoramio_photo img {
    display: block;
    float: left;
    margin: 2px;
}

.toolbar {
	position: absolute;
	bottom: 5px;
	padding: 4px;
}

.toolbar2 {
	font-size 14px !important;
	margin-top: 10px;
	float: left;
	padding: 4px;
}

.gmap_info_window_event{
	font-size 10px;
	font-family: Tahoma;
	width: 300px;
}

.gmap_info_window_event h1 {
	padding: 8px;
	background-color:#228ef1;
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.gmap_info_window_event .date {
	color:#757575;
	font-size: 12px;
	margin-bottom: 10px;
}

.gmap_info_window_event .description {
	height: 140px;
	padding-right: 5px;
}





/*============================================================================================ MENU
 */
.collapse {
    cursor: pointer;
    margin: 5px 0 0 0;
    float: left;
}

.ids, .icon, .categoryLabel {
    float: left !important;
}

.categoryLabel {
    width: 150px;
    overflow: hidden;
    margin: 3px 0 0 8px;
}

.subcategory_item, .category_item {
    clear: both;
}

.categoriesTree {
    margin: 5px;
}

.categoriesTree .ids:checked {
    outline: 2px #bbb solid;
}

/* +/- do rozwijania kategorii */
.subcategories {
    margin: 0 0 0 15px;
    display: none;
}

.layers {
    margin: 15px 10px 0 15px;
}

/*====================================================================================== GOOGLE MAPS CURRENT LOCATION TRICK
 */

#nlcm {
    padding: 6px !important;
    background-color: #ff8000 !important;
    font-size: 14px !important;
    color: #ffffff !important;
}

#nlcm a {
    color: #ffffff !important;
}

/*====================================================================================== SCROLLPANE
*/


.pane {
	height: 380px;
	padding: 15px;
}

.pane_info_window
{
	height: 218px;
}





