@font-face {
    font-family: 'Titillium-web';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/TitilliumWeb/TitilliumWeb-Regular.ttf'), url('fonts/TitilliumWeb/TitilliumWeb-Light.ttf')  format('truetype');
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Titillium-web;
    text-rendering: optimizeLegibility;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


/*
 * Typography 
*/

h1, .h1 {
    font-size: 54px !important;
    font-weight: normal;
    margin-left: -4px;
}
h2, .h2 {
    font-size: 40px !important;
    font-weight: bold;

}
h3, .h3 {
    font-size: 32px !important;
    font-weight: bold;

}
h4, .h4 {
    font-size: 23px !important;
    font-weight: bold;

}
h5, .h5 {
    font-size: 21px !important;
}
h6, .h6 {
    font-size: 18px !important;
    font-weight: bold;

}
p {
    font-size: 18px !important;
    line-height: 1.42857143;    
    color:#5A6772;
    line-height: 27px;
}
p.strong {
    font-size: 18px !important;
    line-height: 1.42857143;    
    color:#1C2024;
    line-height: 27px;
}
li  {
    font-size: 18px !important;
}

.footnotesize {
    font-size: 14px;
    line-height: 21px;
}

/*
 * Map Header 
*/
#map-header {
    padding-top: 60px !important;
}

#map-header a {
	font-size: 23px;
    padding: 18px;
    z-index:9999;
}

/*
 * Leaflet map 
*/

#map {
    min-height: 520px;
    margin:0;
    padding:0;
    height: 100%;
    width: 100%;
	
}

#chart{
	width: 100%;
	min-height: 250px;
}


svg {
    position: relative;
}

.map_infobox {
    width: 335px;
    background-color: rgba(249, 249, 249, 1);
    border-radius: 4px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17);
    padding:15px;	
    color: rgba(74, 74, 74, 1);
    text-align: left;
    letter-spacing: 0.05em;
}

.map_infobox i {
    height: 18px;
    width: 18px;
    border: 1px solid rgba(253, 253, 253, 1);
    float: right;
    margin-right: 8px;
}

.tooltip {
    color: black;
}
.panel-group{
	margin-bottom:0;
}
.side .glyphicon .glyphicon-menu-up{
	color:red;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #ddd;
	height: 20px;
}

.form-check-group-map {
    margin: 20px 0 0 0;
}

.form-check-input-map {
    line-height: 36px;
	cursor: pointer;
	display: inline-block;
	line-height: 32px;

}

.form-check-label-map{
	cursor: pointer;
	display: inline-block;
    line-height: 32px;
    font-size: 18px;
    font-weight: 400;
}

.form-check-group-map i {
    height: 18px;
    width: 18px;
    border: 1px solid rgba(253, 253, 253, 1);
    float: left;
    margin-right: 8px;
    margin-top: 7px;
}
