body{
    height: 100vh;
    background-color: #AEE2FF33;
}

main{
    width: 100%;
    height: 100%;
}

nav{
    background-color: #1A3C69;
    border: 1px solid #102742;
    border-bottom-width: 0px;
    color: #E9E9E7;
    font-weight: bold;
    z-index: 0 !important;

    -moz-box-shadow: 2px 2px 2px #888888;
    -webkit-box-shadow: 2px 2px 2px #888888;
    -o-box-shadow: 2px 2px 2px #888888;
    box-shadow: 2px 2px 2px #888888;
}

h1{
    font-size: 60pt;
    font-weight: bold;
    color: #102742;
}

p.slogan{
    color: #1A3C69;
    font-weight: bold;
}

.btn-primary{
    background-color: white;
    color: #102742;
    border: 1px solid white;
}

.btn-primary:hover{
    background-color: #1A3C69;
    border: 1px solid white;
}

#view-res{
    background-color: white;
    border: 1px solid #102742;
    border-top-width: 0px;

    -moz-box-shadow: 2px 2px 2px #888888;
    -webkit-box-shadow: 2px 2px 2px #888888;
    -o-box-shadow: 2px 2px 2px #888888;
    box-shadow: 2px 2px 2px #888888;
}

#view-res span{
    color: #10274255;
}

#view-res p{
    text-overflow: ellipsis;
    overflow: hidden;
}

#view-res #view_industry{
    border-right: 2px solid #10274255;
}

#view-res label{
    background-color: white;
    color: #102742;
    border : 0px solid #10274299;
    border-bottom : 1px solid #10274299;
}

#content_industry, #content_city{
    border: 2px dashed #10274255;
    color: #10274255;
}

#content_industry label, #content_city label{
    border: none;
    margin-top: 5px;
    background-color: #1A3C6955;
    width: 100%;
}

#content_industry label:hover, #content_city label:hover{
    background-color: #1A3C6970;
}

#content_industry label:first-child, #content_city label:first-child{
    margin-top: 0px !important;
}

#res_industry,#res_city{
    max-height: 30vh;
    overflow-y: auto;
}