.card{
    padding: 5%;
}

.center{
    text-align: center;
}

.footer{
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.04);
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
    height:55px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

main{
    padding: 40px 0 100px 0 !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px !important;
    }
}

.home-card{
    padding: 100px;
    color: black;
    -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

.home-card:hover{
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    color: grey;
}

.home-card:hover i{
    color: grey !important;
}

.home-main-card{
    position: relative;
}

.home-main-card i{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    top: 70px;
    font-size: 30px;
    color: black;
}

#app{
    position: relative;
    min-height: 100vh;
}

#mapAll{
    height: 400px;
    margin: 30px 0 30px 0;
}

#map{
    height: 400px;
    margin: 10px 0 30px 0;
}

#mapSearch{
    height: 400px;
}

#mapSingle{
    height: 200px;
}

.map-single{
    display: none;
}

.pdf-make{
    width: 160px;
    height: 50px;
}


.single label{
    width: 200px;
}

input#lat,input#lon{
    pointer-events: none;
}

table.dataTable tbody th, table.dataTable tbody td{
    font-size: 13px;
}

table.dataTable thead th, table.dataTable tfoot th{
    font-size: 14px;
}

b.mapTable{
    width: 120px !important;
    display: inline-block;
    margin: 2px 0;
}

.link-button{
    background-color: #007bff !important;
    padding: 7px;
    background: #007bff !important;
    border: 1px solid #007bff;
    border-radius: 6px;
    display: block;
    -webkit-appearance: none;
    color: white;
}

.link-button:hover{
    text-decoration: none;
    color:lightgray;
}

.small-nav{
}

.small-nav li{
    margin: 0 17px;
}

.small-nav li a{
    color: rgba(0, 0, 0, 0.61);
}

.small-nav li a:hover{
    color: black;
}