.dataTables_length {
    padding: 10px !important;
}

a {
    cursor: pointer;
}

.dataTables_filter {
    padding: 10px !important;
}

.dataTables_info {
    padding: 10px !important;
}

@font-face {
    font-family: "Nunito";
    src: url("Nunito-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Nunito-Bold";
    src: url("Nunito-Bold.ttf") format("truetype");
}

.bold {
    font-family: "Nunito-Bold", sans-serif;
}

body {
    margin: 0;
    padding: 0px;
    font-family: "Nunito", sans-serif;
}

a:link {
    color: #185c82;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #0c3768;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #185c82;
    background-color: transparent;
    text-decoration: none;
}

a:active {
    color: #185c82;
    background-color: transparent;
    text-decoration: none;
}

#footer {
    width: 70%;
    margin-top: 0px;
}

table {
    border: none;
}

td {
    padding: 8px;
}

th {
    background: #185c82;
    color: #fff;
}

tr:nth-child(2n + 3) {
    background: #ccc;
}

/*
tr:nth-child(21n+1) {
    background: #185C82;
    color: #fff
}
*/

.main {
    margin-top: 64px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    padding: 10px;
    margin: 0;
    color: #fff;
    background-color: #185c82;
    z-index: 9999;
}

.title {
    left: 0;
    top: 0;
    margin-left: 56px;
    margin-top: 16px;
    position: absolute;
}

.back {
    color: #fff;
    padding: 22px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #185c82;
    color: #fff;
    padding: 4px;
    padding-left: 12px;
    border-top-left-radius: 8px;
}

#img2 {
    width: 100%;
    margin-top: 6px;
    max-width: 1024px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #185c82;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #185c82 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.preview {
    max-width: 1024px;
    width: 100%;

    padding-top: 6px;
    padding-bottom: 6px;

    @media only screen and (min-width: 1024px) {
        width: 49vw;
    }
}

#preview_map {
    max-width: 100%;
}

#loader {
    color: #185c82;
}

#img {
    @media only screen and (max-width: 641px) {
        width: 100%;
    }

    @media only screen and (min-width: 640px) {
        max-height: 240px;
        max-width: 40vw;
        padding: 4px;
        float: right;
    }
}

small {
    font-size: 0.66em !important;
    color: #333 !important;
}

.chip {
    display: inline-block;
    background-color: #eee;
    border-radius: 10px;
    padding: 4px;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 0.9em;
    color: #333;
}

.odd {
    background-color: #ddd !important;
}

.even {
    background-color: #fff !important;
}
