/*--------------
     GENERAL
----------------*/

html, body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background:#121212;
	color:#888;
}

a, a:visited{
	color:#888;
}

a:hover{
	color:#ccc;
}

h1{
	border-bottom: 1px solid #ddd;
	margin-top: 0;
    padding-bottom: 10px;
    text-align: center;
}

h2{
	margin-top: 30px;
	font-size: 26px;
	color:#666;
	border-bottom: 2px solid #f60;
	padding-bottom: 5px;
}

.txtleft{text-align: left;}
.txtcenter{text-align: center;}
.txtright{text-align: right;}

.selectbirth{
	width:70px;
	float:left;
	margin-right:5px;
}

.selectbirth option{
	text-align: center;
}


.selectyear{
	width:100px;
}

.clearfloat{
	clear: both;
}


/*--------------
      HEADER
----------------*/
#header{
	width: 100%;
	max-width:1280px;
	margin: 0 auto;
	height: 100px;
}

#logolink img{
	margin:5px 0 15px 0;
}

#map-tools{
	height: 74px;
	margin:10px auto 0 auto;
	text-align:right;
	float: right;
}

/*#map-tools img{
	width: 40px;
	height: 40px;
}*/

#navstats{
	width: 150px;
	float: left;
	text-align: left;
	margin-top: 5px;
}

#map-tools button{
	margin-left: 5px;
	margin-bottom: 0;
}

#map-tools button:first-child{
	margin-left: 0;
}

#map-tools div #profil{
	margin-left: 5px;
	margin-bottom: 0;
}

#map-tools #login{
    margin-right: -5px;
}

#map-nav{
	width: 100%;
	max-width:1280px;
	margin:-10px auto 10px auto;
	text-align:left;
}

.nav-tabs{
	margin: 0;
	border-bottom: 0;
}

.nav-tabs h5{
	margin: 0;
	font-weight: bold;
}

.nav-tabs a{
	background: #ddd;
	padding:5px 10px 10px 10px;
	color:#555555;
}

.tab-content{
	padding: 10px 10px 5px 10px;
	border-radius: 0 5px 5px 5px;
	background: #fff;
}

.tab-content .btn-group{
	margin:0 0 5px 5px;
}

.tab-content #search{
	height: 35px;
}

.tab-content #search div{
	padding-left: 0px;
}

#search .form-group, #search .form-group div{
	padding-right: 0;
}

#search .control-label{
	padding-right: 5px;
	padding-top: 5px;
}


/*--------------
       MAP
----------------*/

#map-canvas, #map-canvas-signup{
	width: 100%;
	max-width:1280px;
	height: 60%;
	margin: 0 auto 10px auto;
	padding: 0px;
	border-radius: 5px;
}

#map-canvas-signup{
	height: 300px;
}

#map-canvas-profil{
	height: 400px;
}


/*---------------
       LOGIN
-----------------*/
.contentLogin input{
	margin-bottom: 5px;
}

.contentLogin button{
	margin-top: 5px;
}


/*---------------
      SIGN UP
-----------------*/
#content-signup, #content-profil{
	width: 100%;
	max-width:1280px;
	height: auto;
	margin: 10px auto 10px auto;
	padding: 20px;
	border-radius: 5px;
	background: #fff;
}

#content-signup .content-info{
	max-width:700px;
	margin: 0 auto;
	display: grid;
}

#content-signup .form-group{
	height: auto;
	margin-bottom: 10px;
}

#content-signup label{
	padding-top: 7px;
	text-align: right;
}

#content-signup .checkbox-inline{
	width: 45%;
	text-align: left;
}

#content-signup .btn-block{
	max-width: 500px;
}

#blocsearch{
	position: relative;
	width: 100%;
	max-width:1280px;
	margin:0 auto 10px auto;
}

#map-canvas-signup{
	width: 100%;
	max-width:1280px;
	height: 450px;
	margin: 0 auto 10px auto;
	padding: 0px;
	border-radius: 5px;
}

.alert h3{
	margin-top: 10px;
}

#alert-area .alert{
	text-align: center;
}

.bt-signup{
	margin: 0 auto;
}


/*---------------
    FOOTER
-----------------*/
.page-install #footer{
	max-width:900px;
}

#footer{
	width: 100%;
	max-width:1280px;
	height: auto;
	color:#666;
	margin: 0 auto 10px auto;
	text-align: center;
	font-weight: normal;
}

#footContent{
	border-top:0px solid #666;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
}

#header.fullscreen-header{
	position: relative;
	z-index: 4;
}

#map-nav.fullscreen-nav{
	position: relative;
	z-index: 3;
}

#map-canvas.fullscreen-canvas{
	width:100%;
	height: 100%;
	max-width: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

#footer.fullscreen-footer{
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	max-width: 100%;
}

#footer.fullscreen-footer #footContent{
	border-radius: 5px;
	background: #fff;
	width: 500px;
	max-width:1280px;
	border-top:0;
}


/*--------------
    BOOTS HACK
----------------*/
textarea{
	font-weight: normal;
}

a.btn:visited{
	color:#fff;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{
	margin-left: 0;
}

.popover{
	max-width: 310px;
}

.btn-disabled{
	opacity: 0.5;
	background: #ddd;
}

#map-nav .btn-warning{
	background: #ff9900;
	border-color: #E25B82;
}

#map-nav .btn-warning:hover, #map-nav .btn-warning:active, #map-nav .btn-warning:focus{
	background: #eb7500;
	border-color: #cb6500;
}

.alert a, .alert a:visited {
    color: #000;
    text-decoration: underline;
}