html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 46px;
    padding-top: 12px;
    text-align: center;
    font-size: 90%;
    background-color: #000!important;
    color: #cecece!important;
}

input[type='checkbox'] {
    height: 20px;
    width: 20px;
    margin: 14px 0 0 4px;
}
textarea {
    max-width:100%;
    min-width:100%;
    width:100%;
    max-height:200px;
    min-height:80px;
    height:80px;
}
table {
    width: 100%;
}
th, td, input {
    text-align: left;
    padding: 3px 6px;
}
td {
    vertical-align: middle!important;
}
td img.icon {
    height: 20px;
    width: 20px;
}
td.feed {
    width: 50%;
}
td.feed > input {
    width: 100%;
}
td.img {
    text-align: center;
}
td.img-via {
    background-color: #abb2b9;
}
img.navbar-logo {
    width: 40px;
}
.navbar-nav {
    text-transform: lowercase;
}
.navbar-nav a {
    font-size: 90%;
    color: #ddd !important;
}
.menu-link > form > a {
    color: #33b5e5!important;
}
#feeds tr td {
    white-space: nowrap;
}
#feeds_wrapper .col-sm-6 {
    float: left!important;
    width: 50%!important;
}
#clear {
    float: right;
}

#offers tbody tr td a {
    width:100%;
    height: 100%;
    text-decoration: none;
}

#dealers, #feeds, #models, #events, #ad-checker, #block-images-body, .auto_group, .fca_code, .facebook_adaccount, .google_adwords, .google_analytics, .competitor {
    display: none;
}
.abs-label {
    position: absolute;
    right: 18px;
    font-size: 70%;
    font-weight: bold;
    color: #aaa;
    margin-top: -2px;
}
.abs-label-check {
    position: absolute;
    font-size: 70%;
    font-weight: bold;
    color: #aaa;
    margin-top: -2px;
}
.form-a {
    display:inline-block;
    cursor: pointer;
    margin-left: 20px !important;
    width: 100%;
}
.btn-data {
    font-size: 80%;
    padding: 5px;
    cursor: text;
}
.btn-static {
    color: #000;
    background-color: #bbb;
}
.btn-sm {
    font-size: 80%;
    padding: 5px;
}
.btn-sm-fixed {
    font-size: 10px;
    min-width: 60px;
    max-width: 60px;
    width: 60px;
}
.copy {
    font-family: Tahoma, Helvetica, san-serif;
    font-size: 13px;
}
.copyright {
    font-size: 11px;
}
.dataTables_info {
    float: left;
}
.dataTables_filter, .dataTables_paginate {
    display: inline;
    float: right;
}
.dataTables_wrapper .dataTables_filter input {
    font-size: 80%;
}
.fixed-width {
    max-width: 180px;
}
.input-bold {
    font-weight: bold;
}
.input-bold::placeholder {
    font-weight: normal;
    color: #999;
    opacity: 0.8; /* Firefox */
}
.h-bus {
    background-color: #eceff1;
    font-weight: bold;
    padding: 5px 15px;
    margin: 0 0 15px 0;
}
.h-scraper {
    font-weight: bold;
    padding: 5px 15px;
    margin: 0 0 15px 0;
}
.menu-link > a {
    color: #33b5e5!important;
}
.menu-link > a:hover {
    color: #0099CC!important;
    text-decoration: underline!important;
}
.navbar-brand img {
    float: left;
    margin-top: -8px;
    margin-right: 10px;
    display: inline;
}
.img-select {
    height: 80px;
    width: 118px;
    cursor: pointer;
}
.img-no-zoom {
    height: 80px;
    width: 118px;
}
.img-zoom {
    height: 80px;
    width: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.required:after {
  content: " required";
  font-size: 9px;
  vertical-align: super;
  color: #e44;
}
.res-link {
    display: block;
    position: absolute;
    font-size: 75%;
    top: 25px;
    left: 10px;
    padding: 0 5px;
    color: #fff;
    background-color: #3097D1;
}
.res-link:hover {
    color: #fff;
    background-color: #306ed1;
}
.res-removal {
    position: absolute;
    font-size: 75%;
    top: 25px;
    right: 8px;
    padding: 0 3px;
}
.submission-btn {
    color: #fff;
    background-color: #5c6bc0;
    animation: colorchange 3s infinite;
}
a.submission-btn:hover {
    color: #fff !important;
    background-color: #388e3c;
    animation: none;
}
a.submission-btn:click {
    color: #fff !important;
    background-color: #388e3c;
    animation: none;
}
@keyframes colorchange
    {
      0%, 100% {background: #388e3c;}
      20%, 40% {background: #1b5e20;}
      60%      {background: #006064;}
      80%      {background: #00838f;}
    }
.transition {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}
.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;
}
.other-offers, div.other-offers {
    background-color: #e0f2f1;
}
    .other-offers:hover, div.other-offers:hover {
        background-color: #e9f5f5 !important;
    }
.other-offers.odd {
    background-color: #e6f4f3 !important;
}
.other-offers.odd:hover {
    background-color: #e9f5f5 !important;
}
.active-other a, button.active-other {
    background-color: #a9e0ca;
}
.completed-other a, button.completed-other {
    background-color: #bbdefb;
}
.pending-other a, button.pending-other {
    background-color: #ffe0b2;
}
.search-filters {
    float: right;
    margin-top: -3px;
    margin-right: 10px;
}
.settings-yes {
    color: #3498db!important;
}
.settings-no {
    color: #ccd1d1!important;
}
.settings-yes, .settings-no {
    font-size:150%;
}
.ui-menu {
    max-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-tooltip {
    color: #fff !important;
    background-color: #444 !important;
    width: 220px;
    border-radius: 10px !important;
    padding: 15px;
}