﻿html,
body {
    height: 100%;
    width: 100%;
    background-color: black;
}

html {
    display: block;
}

.container {
    width: 100%;
    max-width: 100%;
    padding: 40px 40px 20px 40px;
    height: 100%;
}

header #navbar {
    padding: 8px;
    background-color: white;
}

header {
    font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica,
        sans-serif;
    font-size: 14px;
    height: 80px;
    box-sizing: border-box;
    color: #535353;
    background-color: white;
    padding-top: 5px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

header span#logo {
    height: 47px;
    width: 204px;
    border-right: 1px solid lightgrey;
}

header #logo img {
    height: 47px;
}

header .header-slogan {
    color: #535353;
    font-family: "HelveticaNeue-bd", sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    height: 47px;
    float: left;
    margin: 1px 0 0 20px;
    padding-top: 13px;
}

header ul li {
    list-style: none;
    float: right;
    padding-left: 30px;
}

header ul li.padded {
    padding-top: 20px;
}

header .navbar-brand {
    display: flex;
    align-items: center;
}

header .navbar ul#menu,
.navbar ul#login {
    padding-top: 40px;
    float: left;
    font-size: 14px;
    font-weight: normal;
}

header .navbar ul#login {
    padding-top: 20px;
}

header .navbar #login a {
    background-color: inherit;
}

header a:link,
header a:visited,
header a:hover {
    color: #535353;
    font-size: 14px;
}

header .home {
    color: rgb(0, 168, 169);
}

@media (max-width: 1200px) {
    header .header-slogan {
        display: none;
    }
}

/* Footer */
footer {
    min-height: 90px;
    height: auto;
    background-color: rgb(0, 168, 169);
    font-size: 14px;
    color: white;
    width: 100%;
    clear: both;
    border: 0;
    padding: 20px 40px 0 40px;
}

footer > .container {
    padding: 0;
}

footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:focus {
    color: white;
}

footer h5 {
    font-size: 12px;
}

footer a.logo {
    font-size: 16px;
    font-weight: bold;
}

footer .nav > li > a:focus,
footer .nav > li > a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.modal {
    color: black;
}

.modal a,
.modal a:link,
.modal a:visited,
.modal a:hover,
.modal a:focus {
    color: rgb(0, 168, 169);
}

.modal-body {
    height: auto;
}

.modal-backdrop {
    background: rgb(0, 168, 169);
}

/* Landing */
#body.landingbg {
    background: url("../images/kubotaLanding.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.landing {
    color: white;
    font-size: 18px;
}

.landing .row {
    padding-bottom: 50px;
}

.landing h1 {
    font-size: 20px;
}

.landing h2 {
    font-size: 14px;
}

@media (max-width: 800px) {
    footer .navbar {
        display: none;
    }
}

.landing .dealercontainer {
    text-transform: uppercase;
    color: #f15f28;
    font-weight: bold;
    padding-bottom: 50px;
}

.landing .dealercontainer a {
    border: 3px solid #f15f28;
    color: white;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin: 10px;
    height: 250px;
    width: 230px;
    padding: 30px 20px 30px 20px;
}

.landing .dealercontainer h3 {
    font-size: 18px;
    font-weight: bold;
}

.landing .dealercontainer p {
    padding-top: 20px;
    color: #f15f28;
}

.invisible {
    display: none;
}

input[type="radio"] + label {
    color: rgb(0, 168, 169);
    background-color: #fff;
}
input[type="radio"]:checked + label {
    color: #fff;
    background-color: rgb(0, 168, 169);
}

/* Below content was copied from KubotaRMI.css */
label {
    font-size: 12px;
    font-weight: normal;
    color: grey;
}

input.form-control {
    border: 1px solid lightgrey;
}

input.form-control:focus {
    border: 1px solid #099;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
    text-decoration: underline;
}

.row {
    margin: 0;
}

body {
    background-color: #fff;
    color: #3b3b3b;
    font-size: 12px;
    font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica,
        sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: solid 4px rgb(0, 168, 169);
    height: 100%;
    min-height: 100%;
}

#body {
    font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica,
        sans-serif;
    color: black;
    background-color: white;
    border-top: solid 4px rgb(0, 168, 169);
    padding-top: 12px;
    min-height: 100%;
    clear: both;
    margin-bottom: -90px;
    padding-bottom: 90px;
    height: auto;
}

#body div {
    border-radius: 1px;
}

#body > div {
    border: 0;
}

.btn {
    text-align: left;
}

.btn,
.btn-link,
a,
a:visited,
a:hover,
a:link,
a:hover,
a.btn-link,
a.btn-link:visited,
a.btn-link:hover,
a.btn-link:link,
a.btn-link:hover {
    color: rgb(0, 168, 169);
}

.btn-default {
    color: rgb(0, 168, 169);
    background-color: #ffffff;
    border-color: rgb(0, 168, 169);
    border-radius: 2px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: rgb(0, 168, 169);
    border-color: rgb(0, 168, 169);
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: rgb(0, 168, 169);
}

.btn-default .badge {
    color: #ffffff;
    background-color: rgb(0, 168, 169);
}

.form-control {
    border-radius: 1px;
    border-color: grey;
}

/* Index */
.index .col-md-12 {
    padding: 0;
}

.index .row {
    padding-bottom: 10px;
}

hr {
    border-color: rgb(0, 168, 169);
}

hr.thick {
    border-color: rgb(0, 168, 169);
    background: rgb(0, 168, 169);
}

/* Loader */
.loader {
    border: 16px solid rgb(0, 168, 169);
    border-top: 16px solid rgba(0, 153, 153, 0.18); /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
.loadingDivStyle {
    display: none;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 10000;
    overflow: hidden;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Footer */
.modal-content {
    border-radius: 2px;
}

/*
    Hide away radio-buttons
*/
.btn-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
