﻿a,
.checkbox-label,
.fa-minus-circle,
.fa-plus-circle,
.faq-content {
    cursor: pointer;
}

a[disabled="disabled"] {
    cursor: default;
    text-decoration: none;
}

@media print {
    body {
        margin-bottom: 0;
    }
}


footer {
    color: white;
    font-weight: 300;
    margin: 100px 0 0;
}

#footer-logos {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    #footer-logos {
        margin-top: 40px;
        justify-content: center;
    }
}

#footer-logos img {
    height: 60px;
    width: 75%;
}

.footer-inner #footer-logos img {
    height: 30px;
    width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

html {
    position: relative;
    min-height: 100%;
}

input[type="radio"] {
    margin-right: 4px;
}

label,
.nav > li > a {
    font-family: 'Titillium Web', sans-serif;
}

.default-footer {
    bottom: 0;
    height: 200px;
    position: absolute;
    width: 100%;
}

.default-footer img {
    height: 105px;
}

.default-map {
    background-color: #eeeeee;
}

@media (max-width: 767px) {
    .default-workflow img {
        max-width: 64px;
        max-height: 64px;
    }
}

.dropdown-menu li a {
    font-size: 16px;
}

.eula ol {
    border-collapse: separate;
    border-spacing: 8px;
    counter-reset: item;
    display: table;
    padding-left: 8px;
}

.eula ol > li {
    counter-increment: item;
    padding-bottom: 8px;
}

.eula ol ol > li {
    display: table-row;
}

.eula ol ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
}

.fa-li {
    color: #bbbbbb;
    margin-top: 4px;
}

.fa-ul li {
    margin-top: 8px;
}

.faq-content i {
    display: table-cell;
    padding: 4px 0 0 8px;
}

.faq-content span {
    display: table-cell;
    width: 100%;
}

.folders > a {
    display: none;
}

.folders table td {
    padding-bottom: 8px;
}

.input-group-addon .checkbox > label {
    font-family: 'Open Sans', sans-serif;
    min-height: 0;
}

.legend td {
    padding: 2px;
}

.map-tooltip {
    color: #555555;
    margin: 0;
    text-align: center;
}

.mb-0,
.panel-group,
.table {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 8px;
}

.mb-2 {
    margin-bottom: 16px;
}

.mb-3 {
    margin-bottom: 24px;
}

.mb-4 {
    margin-bottom: 32px;
}

.mb-5 {
    margin-bottom: 48px;
}

.modal-body > .checkbox input[type="checkbox"] {
    margin-left: 0;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 8px;
}

.mt-2 {
    margin-top: 16px;
}

.mt-3 {
    margin-top: 24px;
}

.mt-4 {
    margin-top: 32px;
}

.mt-5 {
    margin-top: 48px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color: #ffffff;
    border: none;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.dropdown-menu li a {
    text-transform: initial;
}

.panel-default > .panel-heading {
    color: #555555;
}

.p-0 {
    padding: 0 !important;
}

.pb-4 {
    padding-bottom: 32px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.tab-pane .img-responsive {
    border-radius: 8px;
}

.w-100 {
    width: 100%;
}

.nav-pills li.active .far,
.nav-pills li.active .fas {
    color: #ffffff;
}

.text-danger .far,
.text-danger .fas {
    color: #a94442;
}

.flotTip {
    z-index: 3000 !important;
}

.default-map .far,
.default-map .fas {
    color: #555555;
}

table.dataTable tr th {
    background-color: #7a003b !important;
    font-family: 'Titillium Web', sans-serif;
}

.notice {
    border-top: 4px solid #fcb03a;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #7a003b;
    z-index: 1001;
}

.notice .fa-2x {
    color: #ffffff !important;
}

.notice td {
    padding-top: 16px;
    padding-bottom: 16px;
}

.notice td:first-child, .notice td:last-child {
    padding-left: 20px;
    padding-right: 20px;
}

.notice #DismissOfflineNotice:hover {
    cursor: pointer;
    color: #bbbbbb !important;
}

.tooltip {
    z-index: 9999;
    position: fixed;
}

.table.table-transparent {
    background-color: transparent;
}

.table-transparent tr {
    background-color: transparent;
}