html, body {
    min-height: 100%;
    height: 100%;
}

nav.public {
    background-color: #eee !important;
    border-bottom: 1px solid #ccc !important;
}

nav.public a {
    color: #424242!important;
}

nav.public a:hover, nav.public a:active {
    color: #ff8f00!important;
    text-decoration: none!important;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    padding-top: 12px;
    text-align: center;
    font-size: 90%;
    background-color: #eee;
    border-top: 1px solid #ccc;
}

#offers-sheet-wrappers tbody tr td {
    font-size: 80% !important;
}

#backlinks-archive {
    display: none;
}

.logo-top img {
    width: 30px;
    height: auto;
    margin: -2px 0;
}

.logo-large {
    display: inline;
}

.logo-mobile {
    display: none;
}

.not-subscribed {
    font-style: italic;
}

.subscribed {
    font-weight: bold;
}

/* BackLink Tracker */
#urls {
    min-height: 300px;
    min-width: 400px;
    resize: none;
}

.heading-links {
    font-weight: bold;
}

.heading-links > ul, .heading-links > ul li {
    display: inline;
    margin-right: 20px;
}

/* checkbox toggles */
.checkbox-toggle {
    cursor: pointer;
    font-size: 2em;
    height: 1em;
    width: 2em;
    background-color: #fff;
    border-radius: 1em;
    border: 3px solid #ddd;
    margin-top: 2px;
    margin-bottom: -2px;
}

.checkbox-toggle input {
  position: absolute;
  opacity: 0;
}

.checkbox-toggle div {
    margin-top: -3px;
    cursor: pointer;
    height: 1em;
    width: 1em;
    border-radius: 1em;
    background-color: #ddd;
    box-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);
    -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
            transition: all 300ms;
}

.checkbox-toggle input:checked + div {
    background-color: #f44;
    -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}

/* flexdatalist */
#dealer-flexdatalist, #businesses-flexdatalist {
    display: inline-block;
    width: 80%;
}
.flexdatalist-results span:not(:first-child):not(.highlight) {
    padding-left: 10px;
    display: inline-block;
    font-size: 80%;
    color: rgba(0, 0, 0, 0.50);
}
.flexdatalist-results li.active span:not(:first-child):not(.highlight) {
    color: rgba(255, 255, 255, 0.50);
}
.flexdatalist-results li span.highlight {
    font-weight: 700;
    text-decoration: none;
    color: #000;
    background: yellow;
    border-bottom: 1px dotted red;
}
.flexdatalist-results {
    width: auto !important;
    overflow-x: hidden;
}
    .flexdatalist-results li {
        white-space: nowrap;
    }

.flexperflist {
    width: 99% !important;
}

.datatables-search {
    display: inline !important;
    width: 90%;
    padding: 0 5px;
    z-index: 100;
}

.btn-offers {
    background-color: #007e33 !important;
    color: white !important;
}
.btn-gauge {
    background-color: #0d47a1 !important;
    color: white !important;
}
.btn-custom {
    padding: 1px 6px !important;
}
.btn-custom label {
    font-weight: 400 !important;
}
.btn-facecbook {
    color: #fff;
    background-color: #4267B2;
}

.required {
    color: #fff !important;
    background: rgba(96, 125, 139, 0.6) !important;
}
.input-bold {
    font-weight: bold;
}
.input-bold::placeholder {
    font-weight: normal;
    color: #444;
    opacity: 0.8; /* Firefox */
}

#clear-filter {
    display: inline-block;
    margin-top: -55px;
    margin-right: 6px;
    padding: 0;
    height: 10px !important
    width: 10px !important;
    background-color: transparent;
    z-index: 1000;
}

td img.icon {
    height: 25px;
    width: 25px;
}

td.expand_child_row {
    cursor: pointer;
}

.gauge th, .gauge td {
    text-align: center !important;
    line-height: 24px !important;
}

.gauge th.gauge-head {
    font-weight: normal !important;
    text-align: left !important;
}

.gauge th.gauge-head span {
    font-weight: bold !important;
}

.nums {
    width: 120px;
}

.summary {
    display: none;
}

button.on {
    background-color: #f44336;
    color: white;
}
button.on:hover {
    background-color: #b71c1c;
    color: white;
}

@media (min-width: 641px) {
    .nav-heading {
        display: none;
    }

    .panel-heading {
        display: block;
    }
}

@media (max-width: 640px) {
    .nav-heading {
        display: block;
        width:92%;
        text-align:center;
        margin:15px 0 -15px 0;
    }

    .panel-heading {
        display: none;
    }

    #clear-filter {
        position: absolute;
        margin-top: 0;
        padding: 7px;
        border: 1px solid #ccc;
    }
