﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-bottom: 20px;
    font-size: 12px !important;
}

bodywidthadmin {
    width: 1200px !important;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select
/*,textarea*/ {
    /*max-width: 280px;*/
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid darkgray;
    height: 40px;
}

    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        padding-left: 20px !important;
        padding-right: 20px !important;
        height: 50px;
    }

.radiolist input {
    height: 0px !important;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

table td {
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}

table th {
    text-align: center !important;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('img/success.png');
    font-size: 20px;
    padding: 10px;
    height: 50px;
    margin-top: 50px;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('img/error.png');
    font-size: 20px;
    padding: 10px;
    height: 50px;
    margin-top: 50px;
}


.grid td,
.grid th {
    padding: 8px;
}

a {
    text-decoration: underline !important;
    font-weight: bold !important;
}

.report td {
    padding: 0px !important;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid gray;
    margin: 1em 0;
    padding: 0;
}

.requiredfield {
    font-weight: bold;
    color: red;
}

.findmyvehicle {
    height: 40px !important;
}

.remove {
    height: 40px !important;
    border: none;
}

.uppercase {
    text-transform: uppercase;
}

.heading {
    color: #027cc2;
    font-size:25px;
}
