﻿/* HTML tags */
h1 {
  font-size: 1.75rem;
  color: #0262a2; }

h2 {
  font-size: 1.5rem;
  color: #0262a2; }

h3 {
  font-size: 1.25rem;
  color: #253255; }

h4 {
  font-size: 1rem;
  color: #253255; }

img {
  border: 0px; }

p {
  line-height: 1.48em; }

.translucent {
  opacity: .5; }

/* Buttons */
.button, .button:visited {
  background: #222 url("/images/button_overlay.png") repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer; }

.button:hover {
  background-color: #111;
  color: #fff; }

.button:hover {
  top: 1px; }

input.button {
  border-style: none; }

a.button, a.button:link, a.button:visited {
  color: #fff;
  text-decoration: none; }

.small.button, .small.button:visited {
  font-size: 11px; }

.button, .button:visited,
.medium.button, .medium.button:visited {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); }

.large.button, .large.button:visited {
  font-size: 14px;
  padding: 8px 14px 9px; }

.super.button, .super.button:visited {
  font-size: 34px;
  padding: 8px 14px 9px; }

.tiny.button, .tiny.button:visited {
  font-size: 11px;
  padding: 4px 7px 4px; }

.pink.button, .pink.button:visited {
  background-color: #e22092; }

.pink.button:hover {
  background-color: #c81e82; }

.green.button, .green.button:visited {
  background-color: #60921a; }

.green.button:hover {
  background-color: #407200; }

.red.button, .red.button:visited {
  background-color: #cf2525; }

/* #e62727; } */
.red.button:hover {
  background-color: #b01010; }

.orange.button, .orange.button:visited {
  background-color: #ff5c00; }

.orange.button:hover {
  background-color: #d45500; }

.blue.button, .blue.button:visited {
  background-color: #0262A2; }

/* #2981e4; } */
.blue.button:hover {
  background-color: #005090; }

.yellow.button, .yellow.button:visited {
  background-color: #ffb515; }

.yellow.button:hover {
  background-color: #fc9200; }

input.button.aspNetDisabled,
input.button.aspNetDisabled:visited,
input.button.aspNetDisabled:hover,
input.button.aspNetDisabled:hover {
  color: #eee;
  text-shadow: none;
  background-color: #ccc;
  cursor: default;
  top: 0px; }

a, .btn, .close {
  cursor: pointer; }

/* tables */
table.cart {
  margin-top: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc; }

tr.selected {
  background-color: #FCFBD0; }

.table-no-border {
  border: none; }
  .table-no-border > thead > tr,
  .table-no-border > tbody > tr,
  .table-no-border > tfoot > tr {
    border: none; }
    .table-no-border > thead > tr > td,
    .table-no-border > thead > tr > th,
    .table-no-border > tbody > tr > td,
    .table-no-border > tbody > tr > th,
    .table-no-border > tfoot > tr > td,
    .table-no-border > tfoot > tr > th {
      border: none; }

.uib-daypicker > table thead td, .uib-daypicker > table thead th, .uib-daypicker > table tbody td, .uib-daypicker > table tbody th, .uib-daypicker > table tfoot td, .uib-daypicker > table tfoot th {
  padding: 1px;
  border: 0; }
  .uib-daypicker > table thead td .btn-secondary, .uib-daypicker > table thead th .btn-secondary, .uib-daypicker > table tbody td .btn-secondary, .uib-daypicker > table tbody th .btn-secondary, .uib-daypicker > table tfoot td .btn-secondary, .uib-daypicker > table tfoot th .btn-secondary {
    background-color: #ccc; }

/* Data Pager */
div.datapager {
  float: right;
  width: 450px;
  text-align: right;
  /* padding-top:5px; */ }

div.recordcount {
  float: left;
  width: 200px;
  font-style: italic;
  margin-bottom: 3px; }

div.recordcount span {
  font-style: normal; }

a.pager,
.currentpage,
a.pagerbtn {
  border: solid 1px #C2C2C2;
  padding: 2px 5px;
  font-size: 1.08em;
  font-weight: bold; }

.currentpage,
a.pagerbtn.aspNetDisabled {
  color: Gray;
  cursor: default; }

a.pagerbtn.aspNetDisabled:hover {
  text-decoration: none; }

.clickable {
  cursor: pointer; }

/* qtip */
/*
* qTip - The jQuery tooltip plugin
* http://craigsworks.com/projects/qtip/
*
* Version: 2.0.0pre
* Copyright 2009 Craig Michael Thompson - http://craigsworks.com
*
* Dual licensed under MIT or GPL Version 2 licenses
*   http://en.wikipedia.org/wiki/MIT_License
*   http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Thu Aug 19 19:28:14 2010 +0100
*/
.ui-tooltip-accessible {
  left: -10000em !important;
  top: -10000em !important;
  display: block !important;
  visibility: hidden !important; }

/* IE6 ONLY - Width detection fix */
* html .ui-tooltip-accessible {
  position: static !important;
  float: left !important; }

div.ui-tooltip, div.qtip {
  position: absolute;
  display: none;
  max-width: 280px;
  min-width: 50px; }

div.ui-tooltip .ui-tooltip-wrapper {
  position: relative;
  overflow: hidden;
  /* border-width: 1px; */
  border-style: solid; }

div.ui-tooltip .ui-tooltip-content {
  position: relative;
  padding: 5px 9px;
  text-align: left;
  word-wrap: break-word;
  overflow: hidden; }

div.ui-tooltip .ui-tooltip-titlebar {
  position: relative;
  padding: 6px 35px 6px 10px;
  font-weight: bold; }

/*! Default close button class */
div.ui-tooltip .ui-tooltip-close {
  position: absolute;
  height: 16px;
  width: 16px;
  padding: 1px;
  right: 5px;
  top: 5px;
  cursor: pointer;
  line-height: 0px;
  font-size: 0px; }

div.ui-tooltip .ui-tooltip-close .ui-icon {
  height: 16px;
  width: 16px;
  display: block;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

div.ui-tooltip .ui-tooltip-close:hover .ui-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }

/*! Custom button class */
div.ui-tooltip .ui-tooltip-button {
  float: right; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/*! Default tooltip style */
div.ui-tooltip-wrapper {
  border-color: #D3D3D3;
  border-width: 1px;
  background-color: #FFF;
  min-width: 100px; }

div.ui-tooltip-wrapper div.ui-tooltip-content {
  line-height: normal; }

div.ui-tooltip .ui-tooltip-titlebar {
  background-color: #F0DE7D; }

div.ui-tooltip .ui-tooltip-close .ui-icon {
  background: #A27D35 url("images/close.png") no-repeat 50% 50%; }

/*! Trash tooltip style */
div.ui-tooltip-trash {
  font-size: 1em;
  max-width: 170px; }

div.ui-tooltip-trash .ui-tooltip-wrapper {
  border: 2px solid #F9E98E;
  border-width: 4px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #915629;
  background-color: #FBF7AA; }

div.ui-tooltip-trash div.ui-tooltip-content {
  padding: 10px;
  text-align: center; }

div.ui-tooltip-trash.regNumber {
  max-width: 250px; }

div.ui-tooltip-trash.regNumber div.ui-tooltip-content {
  padding: 3px 5px; }

/*! Add shadows to your tooltips in all supported browsers */
div.ui-tooltip-shadow {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray');
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')"; }

div.ui-tooltip-tip {
  position: absolute;
  margin: 0 auto;
  overflow: hidden;
  line-height: 0.1px;
  font-size: 1px;
  background: transparent !important;
  border: 0px !important;
  z-index: 10; }

div.ui-tooltip-tip * {
  line-height: 0.1px;
  font-size: 0.1px; }

div.ui-tooltip-tip div {
  background: transparent !important;
  border: 0px dashed transparent; }

#qtip-blanket {
  position: absolute;
  left: -10000em;
  top: -10000em;
  background-color: black;
  cursor: pointer;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  /* Set this to any below 15000 (default starting z-index for qTips) */
  z-index: 14999; }

.selectCheck {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2; }

.logoImage {
  height: 94px;
  width: 94px;
  text-align: center;
  position: relative; }

#thumbPopup {
  z-index: 3; }

#attributewrapper {
  position: relative; }

/* Download */
#ajax-download {
  padding: 5px 10px;
  border-bottom: solid 1px #A3D7FF;
  border-right: solid 1px #A3D7FF;
  border-left: solid 1px #A3D7FF;
  background: #EDEDED;
  display: none;
  position: absolute;
  top: 0px;
  right: 150px; }

