﻿body {
  font-family: "europa";
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: .5px;
  font-weight: 300;
  font-style: normal;
  color: #1f1f1f;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 70px; }
  body .body-content {
    margin: 100px 0; }
  @media (min-width: 1152px) {
    body .body-content {
      margin: 70px 0; } }

h1 {
  color: #00558c;
  font-family: "adelle-sans";
  font-size: 28px;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal; }

h2 {
  color: #00558c;
  font-family: "adelle-sans";
  font-size: 22px;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 300;
  font-style: normal; }

h3 {
  color: #00558c;
  font-family: "futura-pt";
  font-size: 16px;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal; }

h4 {
  font-family: "europa";
  font-size: 1em;
  font-weight: bold; }

h5 {
  font-size: 0.83em; }

h6 {
  font-size: 0.67em; }

table tr th, table tr td {
  font-size: .9em; }

label {
  font-family: "europa" !important;
  font-size: 15px !important;
  line-height: normal !important;
  letter-spacing: .5px !important;
  font-weight: 300 !important;
  font-style: normal !important; }

legend {
  font-size: 16px;
  margin-bottom: 8px; }

p {
  margin: 0; }

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
  white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  /*min-width: 100px;*/ }

input[type=checkbox], input[type=radio], input[type=image], .no-min {
  min-width: 0; }

.titleImg {
  background: url(/Content/img/TechDataLogoPoweredByTriage.png) no-repeat;
  display: block;
  height: 200px;
  width: 218px;
  margin: 0 auto 0 auto; }

ul.nav, ul.navbar-nav {
  margin: 16px 0 0 10px; }

.navbar {
  border: none;
  font-family: "futura-pt";
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 500;
  font-style: normal;
  line-height: 1em; }

.navbar-default {
  margin: 0 5px; }
  .navbar-default .navbar-brand {
    background: url("/Content/img/TechDataLogoSm.PNG") no-repeat;
    display: block;
    height: 35px;
    width: 150px;
    margin-top: 15px; }

.navbar-default .navbar-nav > li > a,
.dropdown-menu > li > a {
  font-weight: 500;
  color: #1c1c1c; }

.navbar-default .navbar-nav > li > a {
  color: #1c1c1c; }

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; } }

@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
    width: 95%; } }

.subheader {
  background-color: #fff;
  margin-left: 0;
  margin-top: 10px;
  font-size: .9em; }
  .subheader .subheader :first-of-type {
    border-top: solid 1px #eee; }

.row {
  margin-left: 0;
  margin-right: 0; }

footer {
  background-color: #201a16;
  color: #dedede;
  font-family: "europa" !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  letter-spacing: .5px !important;
  font-weight: 300 !important;
  font-style: normal !important; }
  footer hr {
    background-color: #00558c;
    height: 4px;
    margin-top: 0;
    text-decoration: none;
    border-top: 0; }

.inline {
  display: inline-block; }

.badge {
  line-height: .8; }

.yellow {
  color: #fad31c; }

.white {
  color: #fff !important; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.well {
  background-color: #fff;
  border: 0;
  box-shadow: none; }

.width25 {
  min-width: 35px;
  width: 35px; }

.width50 {
  min-width: 50px;
  width: 50px; }

.width125 {
  min-width: 125px;
  width: 125px; }

.width150 {
  width: 150px; }

.width200 {
  width: 200px; }

.spacer10 {
  display: block;
  margin: 10px auto; }

.margin-sides-20 {
  margin: 0 20px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-bottom-10 {
  margin-bottom: 0; }

.panel, .alert, .list-group {
  border-radius: 0 0 0 0; }

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  font-family: "futura-pt";
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  font-style: normal; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.form-control {
  border-radius: 0 0 0 0;
  background-color: #fafafa;
  color: #1c1c1c; }

.form-control:focus {
  background-color: #ffffff;
  color: #000; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0; }

.form-horizontal .control-label {
  text-align: left;
  display: block;
  margin-bottom: 2px;
  font-size: 14px; }

.form-inline .control-label {
  text-align: left;
  display: block;
  margin-bottom: 2px;
  font-size: 14px; }

.form-inline .form-control {
  margin-right: 5px;
  display: block;
  margin-bottom: 2px;
  font-size: 14px; }

.alert-danger ul li {
  text-align: left; }

.gcForm .form-group {
  margin: 10px; }

.btn {
  min-width: 100px;
  border-radius: 0;
  font-family: "futura-pt";
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  font-style: normal; }

.btn-default-inverse {
  background-color: #ffffff;
  color: #474949;
  border-color: #474949; }

.btn-default-inverse:hover,
.btn-default-inverse:focus,
.btn-default-inverse.focus,
.btn-default-inverse:active,
.btn-default-inverse.active,
.open > .dropdown-toggle.btn-default-inverse {
  color: #ffffff;
  background-color: #474949;
  border-color: #474949; }

.btn-default-inverse:active,
.btn-default-inverse.active,
.open > .dropdown-toggle.btn-default-inverse {
  background-image: none; }

.btn-default-inverse-inverse.disabled,
.btn-default-inverse[disabled],
fieldset[disabled] .btn-default-inverse,
.btn-default-inverse.disabled:hover,
.btn-default-inverse[disabled]:hover,
fieldset[disabled] .btn-default-inverse:hover,
.btn-default-inverse.disabled:focus,
.btn-default-inverse[disabled]:focus,
fieldset[disabled] .btn-default-inverse:focus,
.btn-default-inverse.disabled.focus,
.btn-default-inverse[disabled].focus,
fieldset[disabled] .btn-default-inverse.focus,
.btn-default-inverse.disabled:active,
.btn-default-inverse[disabled]:active,
fieldset[disabled] .btn-default-inverse:active,
.btn-default-inverse.disabled.active,
.btn-default-inverse[disabled].active,
fieldset[disabled] .btn-default-inverse.active {
  background-color: #474949;
  border-color: #474949; }

.btn-default-inverse .badge {
  color: #474949;
  background-color: #ffffff; }

.btn-danger, .btn-danger:hover {
  background-image: none; }

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  opacity: .8;
  background-color: #e08b27; }

.btn-danger-inverse {
  background-color: #ffffff;
  color: #e08b27;
  border-color: #e08b27; }

.btn-danger-inverse:hover,
.btn-danger-inverse:focus,
.btn-danger-inverse.focus,
.btn-danger-inverse:active,
.btn-danger-inverse.active,
.open > .dropdown-toggle.btn-danger-inverse {
  color: #ffffff;
  background-color: #ac6819;
  border-color: #ac6819; }

.btn-danger-inverse:active,
.btn-danger-inverse.active,
.open > .dropdown-toggle.btn-danger-inverse {
  background-image: none; }

.btn-danger-inverse.disabled,
.btn-danger-inverse[disabled],
fieldset[disabled] .btn-danger-inverse,
.btn-danger-inverse.disabled:hover,
.btn-danger-inverse[disabled]:hover,
fieldset[disabled] .btn-danger-inverse:hover,
.btn-danger-inverse.disabled:focus,
.btn-danger-inverse[disabled]:focus,
fieldset[disabled] .btn-danger-inverse:focus,
.btn-danger-inverse.disabled.focus,
.btn-danger-inverse[disabled].focus,
fieldset[disabled] .btn-danger-inverse.focus,
.btn-danger-inverse.disabled:active,
.btn-danger-inverse[disabled]:active,
fieldset[disabled] .btn-danger-inverse:active,
.btn-danger-inverse.disabled.active,
.btn-danger-inverse[disabled].active,
fieldset[disabled] .btn-danger-inverse.active {
  background-color: #e08b27;
  border-color: #e08b27; }

.btn-danger-inverse .badge {
  color: #e08b27;
  background-color: #ffffff; }

.btn-success-inverse {
  background-color: #ffffff;
  color: #469408;
  border-color: #469408; }

.btn-success-inverse:hover,
.btn-success-inverse:focus,
.btn-success-inverse.focus,
.btn-success-inverse:active,
.btn-success-inverse.active,
.open > .dropdown-toggle.btn-success-inverse {
  color: #ffffff;
  background-color: #2f6405;
  border-color: #2b5a05; }

.btn-success-inverse:active,
.btn-success-inverse.active,
.open > .dropdown-toggle.btn-success-inverse {
  background-image: none; }

.btn-success-inverse.disabled,
.btn-success-inverse[disabled],
fieldset[disabled] .btn-success-inverse,
.btn-success-inverse.disabled:hover,
.btn-success-inverse[disabled]:hover,
fieldset[disabled] .btn-success-inverse:hover,
.btn-success-inverse.disabled:focus,
.btn-success-inverse[disabled]:focus,
fieldset[disabled] .btn-success-inverse:focus,
.btn-success-inverse.disabled.focus,
.btn-success-inverse[disabled].focus,
fieldset[disabled] .btn-success-inverse.focus,
.btn-success-inverse.disabled:active,
.btn-success-inverse[disabled]:active,
fieldset[disabled] .btn-success-inverse:active,
.btn-success-inverse.disabled.active,
.btn-success-inverse[disabled].active,
fieldset[disabled] .btn-success-inverse.active {
  background-color: #469408;
  border-color: #469408; }

.btn-success-inverse .badge {
  color: #469408;
  background-color: #ffffff; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

