/* bootstrap overrides */

body {
  padding-top: 70px;
  background: #d2e5f0;
}

table td {
  vertical-align: middle;
}

.bordered-table {
  margin-bottom: 0;
}

.bordered-table.zebra-striped tbody td {
  color: #404040;
}

.bordered-table.zebra-striped tbody tr:nth-child(odd) td, .bordered-table.zebra-striped tbody tr:nth-child(odd) th {
  background-color: #e5e5e5;
}

.alert-message {
  text-align: center;
  margin-bottom: 5px;
}

.impersonation.alert-message p, .time_travel.alert-message p {
  margin-top: 6px;
}

.topbar-inner, .topbar .fill {
  background-color: #437c9e;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#689cb9), to(#437c9e));
  background-image: -moz-linear-gradient(top, #689cb9, #437c9e);
  background-image: -ms-linear-gradient(top, #689cb9, #437c9e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #689cb9), color-stop(100%, #437c9e));
  background-image: -webkit-linear-gradient(top, #689cb9, #437c9e);
  background-image: -o-linear-gradient(top, #689cb9, #437c9e);
  background-image: linear-gradient(top, #689cb9, #437c9e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#689cb9', endColorstr='#437c9e', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  padding: 7px 0;
}

.container-fluid {
  position: relative;
  min-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  zoom: 1;
}

.topbar div > ul a, .nav a {
  line-height: 10px;
}

.topbar form {
  margin: 9px 0 0 0;
}

.topbar input {
/*  background-color: #444;*/
  background-color: #9EBACB;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: normal;
  font-weight: 13px;
  line-height: 1;
  padding: 4px 9px;
  color: black;
  color: rgba(0, 0, 0, 1);
  border: 1px solid #4698c7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

html>body .topbar .nav input {
  color: #808080;
}

html>body .topbar input:hover {
  color: #808080;
}

.topbar a {
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.topbar .secondary-nav a.menu::after, .dropdown-toggle::after {
  width: 0;
  height: 0;
  display: inline-block;
  content: "";
  text-indent: -99999px;
  vertical-align: top;
  margin-top: 8px;
  margin-left: -10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid white;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  opacity: 0;
  opacity: 0;
}

.topbar div > ul .menu-dropdown li a, .nav .menu-dropdown li a, .topbar div > ul .dropdown-menu li a, .nav .dropdown-menu li a {
  color: #4D4D4D;
  text-shadow: 0 1px 0 transparent;
}

.topbar div > ul .menu-dropdown li a:hover, .nav .menu-dropdown li a:hover, .topbar div > ul .dropdown-menu li a:hover, .nav .dropdown-menu li a:hover {
  background-color: #f1f1f1;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f1f1f1), to(##e4e4e4));
  background-image: -moz-linear-gradient(top, #f1f1f1, #e4e4e4);
  background-image: -ms-linear-gradient(top, #f1f1f1, #e4e4e4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #e4e4e4));
  background-image: -webkit-linear-gradient(top, #f1f1f1, #e4e4e4);
  background-image: -o-linear-gradient(top, #f1f1f1, #e4e4e4);
  background-image: linear-gradient(top, #f1f1f1, #e4e4e4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e4e4e4', GradientType=0);
  color: black;
}

.topbar div > ul .menu-dropdown, .nav .menu-dropdown, .topbar div > ul .dropdown-menu, .nav .dropdown-menu {
  background-color: white;
}

.topbar ul.nav.secondary-nav li a.btn {
  margin-top: 10px;
  height: 21px;
  padding: 2px;
  margin-left: 2px;
  margin-right: 2px;
  min-width: 22px;
  text-align: center;
  line-height: 24px;
}

.topbar li.dropdown.open ul.dropdown-menu h4,
.topbar li.dropdown.open ul.dropdown-menu p,
.topbar li.dropdown.open ul.dropdown-menu a,
.topbar li.dropdown.open ul.dropdown-menu li {
  color: #FFF;
}

.topbar li.dropdown.open ul.dropdown-menu a:hover h4, li.dropdown.open ul.dropdown-menu a:hover p, li.dropdown.open ul.dropdown-menu a:hover {
  color: #000;
}

.topbar li.dropdown.open ul.dropdown-menu {
  background-color: #437C9E;
}

.topbar div > ul .dropdown-toggle:hover, .topbar div > ul .dropdown.open .dropdown-toggle {
  background: rgba(255, 255, 255, 0.55);
}

.topbar div > ul .danger.dropdown-toggle:hover, .topbar div > ul .dropdown.open .danger.dropdown-toggle {
  background: rgba(196, 60, 53, 0.55);
}

.topbar li.dropdown.open ul.dropdown-menu li .crunched {
  padding: 4px 15px;
}

.topbar li.dropdown.open ul.dropdown-menu li .crunched p {
  line-height: 10px;
}

.topbar li.dropdown.open ul.dropdown-menu li.divider {
  background-color: #CCC;
  border-color: #CCC;
}

.topbar .nav input {
  color: #FFF;
}

.topbar .nav input:focus {
  color: #000;
}

.menu-dropdown, .dropdown-menu {
  background-color: white;
  float: left;
  display: none;
  position: absolute;
  top: 49px;
  z-index: 900;
  min-width: 240px;
  max-width: 320px;
  _width: 160px;
  margin-left: 0;
  margin-right: 0;
  padding: 0px 0;
  zoom: 1;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.hero-unit {
  background-color: whiteSmoke;
  margin-bottom: 30px;
  padding: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.tabs, .pills {
  margin: 0 20px 0px;
  padding: 0;
  list-style: none;
  zoom: 1;
}

.sidebar .well ul {
  list-style: none;
}

.sidebar > ul > li {
  display: block;
  min-width:200px;
}

.sidebar > ul > li a{
  padding: 0px 9px 0px;
  font-size: 11px;
}

.sidebar {
  margin-top:19px;
}

.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #E6E6E6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(25%, white), to(#E6E6E6));
  background-image: -webkit-linear-gradient(white, white 25%, #E6E6E6);
  background-image: -moz-linear-gradient(top, white, white 25%, #E6E6E6);
  background-image: -ms-linear-gradient(white, white 25%, #E6E6E6);
  background-image: -o-linear-gradient(white, white 25%, #E6E6E6);
  background-image: linear-gradient(white, white 25%, #E6E6E6);
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#E6E6E6', GradientType=0);*/
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #CCC;
  border-bottom-color: #BBB;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}

.btn.primary {
  color: white;
  background-color: #437c9e;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#689cb9), to(#437c9e));
  background-image: -moz-linear-gradient(top, #689cb9, #437c9e);
  background-image: -ms-linear-gradient(top, #689cb9, #437c9e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #689cb9), color-stop(100%, #437c9e));
  background-image: -webkit-linear-gradient(top, #689cb9, #437c9e);
  background-image: -o-linear-gradient(top, #689cb9, #437c9e);
  background-image: linear-gradient(top, #689cb9, #437c9e);
  background-color: #689cb9;
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#689cb9', endColorstr='#437c9e', GradientType=0);*/
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #75a8c1 #3e7fa0 #37708e;
}

.zebra-striped tbody tr:nth-child(odd) td, .zebra-striped tbody tr:nth-child(odd) th {
  background-color: #f5f5f5;
}

.zebra-striped tbody tr:hover td, .zebra-striped tbody tr:hover th {
  background-color: #f1f1f1;
}

.bootstrap_pagination ul {
  float: right;
}

.bootstrap_pagination a {
  background-color: #437C9E;
  color: #FFF;
}

.bootstrap_pagination a:hover, .bootstrap_pagination .active a {
  background-color: #F9F9F9;
  color: #000 !important;
}

.bootstrap_pagination .disabled a, .bootstrap_pagination .disabled a:hover {
  background-color: #CCC;
  color: #FFF !important;
}

.bootstrap_pagination .gap {
  float: left;
  position: relative;
  top: 10px;
  padding: 0 10px;
}

.btn.huge {
  font-size: 25px;
  line-height: normal;
  padding: 9px 25px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn.tiny {
  font-size: 9px;
  line-height: normal;
  padding: 6px 12px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.bump-right {
  margin-left: 0px;
}

.bump-left {
  margin-left: -45px;
}

.bump-down {
  margin-top: 40px;
}

.center-text {
  text-align: center;
}

.well-header {
  margin-top: -20px;
}

.modal .clearfix.error > label, .modal .clearfix.error .help-block, .modal .clearfix.error .help-inline {
  color: #B94A48;
}

.modal .clearfix.error input, .modal .clearfix.error textarea {
  color: #B94A48;
  border-color: #EE5F5B;
}

.boolean .inputs-list input { width: 12px; }

.media-grid li a {
  text-align:center;
  background: #44789C url(/images/ui-bg_diagonals-thick_6_44789c_40x40.png);
}

.media-grid li a:hover {
  text-align:center;
  background: #44789C url(/images/ui-bg_diagonals-thick_6_44789c_40x40.png);
  color: white;
  border-color: black;
}

.media-grid li a img {
  padding-bottom: 4px;
}

.media-grid li a span {
  font-size: 16px;
  color: white;
}

ul.tagit {
  margin-left: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
  border: 1px solid #a6c9e2; 
  background: #88b8d8 url(/images/ui-bg_highlight-soft_100_88b8d8_1x100.png) 50% 50% repeat-x; 
  font-weight: bold; 
  color: #ffffff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { 
  border: 1px solid #4577a1;
  background: #44789c url(/images/ui-bg_highlight-soft_30_44789c_1x100.png) 50% 50% repeat-x; 
  font-weight: bold; 
  color: #ffffff;
}

form .clearfix.hidden {
  margin-bottom: 0;
  zoom: 1;
}

.dashboard-legend {
  margin-top: -30px;
  margin-left: 65px !important;
}

.dashboard-legend div.bg_round {
  padding: 5px;
}

.dashboard-legend div.bg_round img {
  float:left;
  margin-top: 3px;
  margin-left: 10px;
}

.carousel-control {
  position: absolute;
  top: 70%;
  left: 75px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 9999;
}

.carousel-control:hover {
  color:white;
  text-decoration: none;
}

.carousel-control.right {
  left: 620px;
}

.ui-datepicker {
  z-index: 99999 !important;
}

span.uneditable-input {
  cursor: auto;
}

#customer_order_form form .order_label {
  padding-top: 15px;
}

#customer_order_form form .order_field .input {
  margin-left: 0px;
}

#customer_order_form form .order_field .help-inline {
  display: block;
}