/* Full-width inputs */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    display: block;
    font-weight: normal;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: normal;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.38;
    border-radius: 4px;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Dinot-medium;
}

/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}

/* Black button */
.button-black {
    color: white;
    background-color: #3e3e3e;
    min-width: 175px;
    text-transform: uppercase;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.hdrcontainer {
    height: 30px;
    background-image: url(images/header_bg.png);
    background-repeat: repeat-x;
}

/* Parker Logo */
.logo {
    padding: 16px;
}
/* Parker Logo */
img.parker {
    width: 120px;
}

/* Add padding to containers */
.container {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

section {
    background-color: #f1f1f1;
}

.info_section {
    margin-bottom: 15px;
    margin-top: 20px;
    background-color: white;
    clear: both;
    padding: 24px;
}

.info_section h1 {
    margin-bottom: 0;
    padding-bottom: 2px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 27px;
}

.signIn {
    min-height: 400px !important;
    background-color: white;
    clear: both;
    padding: 24px;
    margin-bottom: 40px;
}

.signIn h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.makeModel {
    min-height: 400px !important;
    background-color: white;
    clear: both;
    padding: 24px;
    margin-top:20px;
    margin-bottom: 40px;
}

.makeModel h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.queryResults {
    min-height: 400px !important;
    background-color: white;
    clear: both;
    padding: 24px;
    margin-top:20px;
    margin-bottom: 40px;
}

.queryResults h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Center the avatar image inside this container */
.ftrcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

.form-group .control-label {
    text-align: left;
}

.form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
}

.imgteaser {
    margin: 0;
    overflow: hidden;
    clear: both;
    position: relative;
}
.imgteaser a {
    text-decoration: none;
    float: left;
}
.imgteaser a:hover {
    cursor: pointer;
}
.imgteaser a:hover .desc{
    display: block;
    font-size: 1.2em;
    padding: 10px 0;
    background: #111;
    filter:alpha(opacity=75);
    opacity:.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
    color: #FFFFFF;
    position: absolute;
    top: 11px;
    left: 13px;
    padding: 10px;
    margin: 0;
    width: 100%;
    border-top: 1px solid #999;
    text-align: center;
}
.imgteaser a:hover .desc strong {
    display: block;
    margin-bottom: 5px;
    font-size:1.5em;
    text-decoration: blink;
    text-align: center;
}

ul#navbar {
    position: absolute;
    top: 0px;
    right: 0px;
}

ul#navbar li {
    display:inline;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul#navbar li a{
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
    line-height: 1;
    text-transform: capitalize;
    color: #424242;
}

