/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
    width: 100%;
    height: 90%;
}

.hidden{
    display: none;
}

.lightGreyBackground {
    background-color: lightgrey;
}

.lightBlueBackground {
    background-color: #e0e8ea;
}

.cursorPointer {
    cursor: pointer;
}
/* Optional: Makes the sample page fill the window. */
html, body {
    padding: 0;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

.side_check {
    float: left;
    margin-right: 5px;
}

.attribute {
    text-transform: lowercase;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.attribute::first-letter {
    text-transform: uppercase;
}

header {
    background-color: rgba(215, 215, 215, 0.3);
    width: 100%;
    padding: 5px;
    min-height: 40px;
}

footer {
    width: 100%;
    background-color: rgba(215, 215, 215, 0.3);
    min-height: 40px;
}

.side_check {
    padding-bottom: 4px;
    vertical-align: middle;
}

.attribute {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: white;
}


.lang{
    position:absolute;
    top:5px;
    right:30px;
}
.btn{
    border-radius:0;
}

.btn-primary {
    color: #fff;
    background-color: #ef460f;
    border-color: #ea2f10;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #ef460f;
    border-color: #ea2f10;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ea2f10;
    border-color: #ef460f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ef460f;
    border-color: #ea2f10;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #ef460f;
    border-color: #ea2f10;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #ef460f;
    border-color: #ea2f10;
}
.btn-primary .badge {
    color: #ef460f;
    background-color: #ef460f;
}

/*
#logo_image{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
}*/
header {
    position:relative;

}


#logo_image {
    width: 130px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin:auto;
}


@media (max-width: 600px) {
    input[type=checkbox] {
        transform: scale(1.5);
    }

    #map {
        margin: 0;
    }

    header {
        position:relative;

    }

    #logo_image {
        width: 50px;
        position:absolute;
        top:25px;
        right:-250px;
    }


}


