﻿@charset "utf-8";
@font-face {
  font-family: 'dinpro_regular';
  src: url('../fonts/ufonts.com_din-regular_1_-webfont.eot');
  src: url('../fonts/ufonts.com_din-regular_1_-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ufonts.com_din-regular_1_-webfont.woff') format('woff'), url('../fonts/ufonts.com_din-regular_1_-webfont.ttf') format('truetype'), url('../fonts/ufonts.com_din-regular_1_-webfont.svg#dinpro_regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinpro_medium';
  src: url('../fonts/dinpro-medium_13936-webfont.eot');
  src: url('../fonts/dinpro-medium_13936-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinpro-medium_13936-webfontt.woff') format('woff'), url('../fonts/dinpro-medium_13936-webfont.ttf') format('truetype'), url('../fonts/dinpro-medium_13936-webfont.svg#dinpro_medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinpro_bold';
  src: url('../fonts/dinpro-bold_13934-webfont.eot');
  src: url('../fonts/dinpro-bold_13934-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinpro-bold_13934-webfont.woff') format('woff'), url('../fonts/dinpro-bold_13934-webfont.ttf') format('truetype'), url('../fonts/dinpro-bold_13934-webfont.svg#dinpro_bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
}
body {
  padding-top: 80px;
  padding-bottom: 20px;
  font-size: 14px;
  font-family: 'dinpro_bold', Verdana, Geneva, sans-serif;
}
body.large {
  padding-top: 160px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}
h1,
h2,
h3,
h4 {
  text-align: center;
  color: #ffffff;
}
h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
button {
  width: 225px;
  height: 45px;
  border: 0;
  margin: 20px 0 0 0;
  background-repeat: no-repeat;
}
img {
  vertical-align: bottom;
}
img#gcp-logo {
  height: 40px;
  width: 155px;
}
button#login {
  background-color: #3d3e3e;
  background-image: url(images/BUT_login.jpg);
  background-size: 220px 45px;
  /*background-position: 6px 3px;*/
}
button#confirm {
  background-image: url(images/BUT_confirmSML.png);
  background-size: 182px 46px;
  width: 182px;
  height: 45px;
  margin: 0;
  position: relative;
  bottom: 0;
}
button.loadCard {
  background-image: url(images/BUT_Loadcard.jpg);
  background-size: 220px 45px;
  background-position: 7px 2px;
  background-color: #3d3e3e;
}
button#signOut {
  background-image: url(images/BUT_logout.jpg);
  background-size: 220px 45px;
}
a#cancel {
  display: inline-block;
}
ul#history {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
ul#history li {
  margin: 0;
  padding: 0;
}
ul#userCaps {
  margin-top: 40px;
  text-align: left;
  padding: 0;
  color: #8addc1;
}
ul#userCaps li {
  margin-top: 10px;
}
ul#contact {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
ul#contact li {
  margin-top: 40px;
  display: inline-block;
}
ul.card {
  position: relative;
  padding-left: 0;
  text-align: center;
}
ul.card li {
  display: inline-block;
  list-style: none;
  text-align: left;
  font-size: 11px;
  color: #ffffff;
}
img.history,
img.load,
img.signout {
  height: 45px;
  width: 220px;
  margin-left: 10px;
}
.contact {
  height: 45px;
  width: 225px;
}
.form-control {
  width: 100% !important;
  height: 34px !important;
}
.form-group {
  background-color: #3d3e3e;
}
.margin-top-80 {
  margin-top: 80px;
}
.centered {
  text-align: center;
}
.k-widget.form-control {
  padding: 0;
}
.input-group-addon {
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
input[type="submit"].selected-button {
  color: #fff;
  background-color: #ff6600;
}
.container.body-content {
  height: 95%;
  background-color: #3d3e3e;
  /*background: url(images/blue_gradient.png);
    background-position-y: -30px;
    background-repeat: repeat-x;*/
}
.index {
  padding-left: 10px;
  padding-top: 30px;
}
.index a {
  display: block;
  margin-bottom: 15px;
}
.fill {
  display: block;
}
.validation-summary-errors ul li {
  list-style: none;
}
.field-validation-error {
  color: #ff6600;
}
.navbar {
  height: 80px;
  margin-top: 15px;
  display: block;
  clear: both;
}
.header {
  background-color: #ffffff !important;
  height: 70px;
  padding-top: 10px !important;
}
.footer {
  padding-bottom: 5px;
}
.footer div {
  padding-right: 25px;
}
.footer span {
  text-transform: uppercase;
  font-size: 14px;
}
.footer a {
  text-transform: uppercase;
  font-size: 14px;
  color: gray;
}
/* Bootstrap Overrides */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #707171;
}
/* Mobile Overrides */
.km-ios7 * {
  -moz-background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
}
.km-widget {
  color: #8addc1 !important;
}
.km-content {
  background-color: #3d3e3e !important;
}
.leftpos {
  position: absolute !important;
  left: -11px;
  top: 2px;
}
