body {
  background: #252525;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  line-height: 23px;
  letter-spacing: 0.02em;
}

a, .btn, .btn-link {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

a,
.btn-link {
  color: #373737;
}
a:focus,
.btn-link:focus {
  color: #373737;
  outline: 2px auto #ff8100;
  text-decoration: none;
}
a:hover,
.btn-link:hover {
  color: #ff8100;
  text-decoration: none;
}
a:focus:hover,
.btn-link:focus:hover {
  color: #ff8100;
}

img {
  width: 100%;
}

.btn-bright {
  background: #ff8100;
  color: white;
}
.btn-bright:hover {
  background-color: rgb(214.2, 108.36, 0);
  color: white;
}
.btn-bright:focus {
  color: white;
}

.btn-default:hover {
  background-color: #ff8100;
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: black;
  letter-spacing: 2px;
  font-weight: 600;
}

h4 {
  padding-bottom: 15px;
}

h5 {
  font-size: 11px;
}

ul, ol, dl {
  list-style-position: outside;
}

ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 600;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.text-bright {
  color: #ff8100;
}

.text-danger {
  color: #d9534f;
}

.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-error, .alert-alert, .alert-recaptcha_error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

dl.faqs dt:hover {
  color: #ff8100;
}

body {
  overflow-x: hidden;
}
body > header {
  z-index: 2;
  width: 100%;
  padding: 15px 5%;
}
@media (min-width: 768px) {
  body > header {
    height: 80px;
  }
}
body > #page .flash-message .alert {
  margin-bottom: 0;
  border-radius: 0;
}
body > footer > section.top {
  min-height: 80px;
}
body > footer > section.bottom {
  background: transparent;
}

.slogan {
  padding: 10px 5%;
  color: #777;
  background-color: #d5d5d5;
  font-size: 20px;
  text-align: center;
}

.filter-bar {
  background: #eee;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 5px 0;
}

header {
  background: white;
  border-bottom: 1px solid #eee;
  z-index: 12;
}
header nav img {
  height: 50px;
  width: auto;
}
header nav button.btn {
  padding: 9px 24px;
}
header nav ul.nav {
  float: right;
  text-transform: uppercase;
}
header nav ul.nav > li {
  font-weight: 600;
  font-size: 11px;
  margin-left: 20px;
}
header nav ul.nav > li > a {
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
header nav ul.nav > li > a:hover, header nav ul.nav > li > a:focus {
  color: #373737;
  background: none;
  border-color: #ff8100;
}
@media (max-width: 767px) {
  header nav ul.nav {
    clear: right;
    float: none;
    text-align: center;
  }
  header nav ul.nav > li {
    margin: 0 20px;
  }
}

section.listings {
  padding-top: 20px;
  background: #eee;
}
section.listings ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
section.listings ul li {
  width: 300px;
  padding: 0 10px;
}
section.listings ul li article {
  margin-bottom: 20px;
}
section.listings article.listing {
  background: white;
}
section.listings article.listing.hidden-listing {
  background: #ccc;
}
section.listings article.listing .fa.hot-listing {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 30px;
  color: #d9534f;
  z-index: 10;
}
section.listings article.listing img {
  height: 280px;
  width: 280px;
  opacity: 1;
  object-fit: contain;
}
section.listings article.listing .open {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
section.listings article.listing .open:hover {
  color: #ff8100;
}
section.listings article.listing:hover {
  box-shadow: 0 1px 5px #bbb;
}
section.listings article.listing:hover img {
  opacity: 0.9;
}
section.listings article.listing:hover .open {
  opacity: 1;
  font-size: 1.1em;
}
section.listings article.listing .caption {
  cursor: pointer;
  padding: 12px 10px;
}
section.listings article.listing .caption h4 {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
section.listings article.listing .caption .price {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
section.listings article.listing .caption:hover a {
  color: #ff8100;
}

footer > section.top {
  padding: 80px 5%;
  background-color: #d5d5d5;
}
footer > section.top h5 {
  margin-bottom: 15px;
  margin-top: 20px;
}
footer > section.top ul li {
  padding: 1px 0;
}
footer > section.top ul li a {
  color: #626262;
  font-size: 11px;
  text-transform: uppercase;
}
footer > section.top ul li a:hover, footer > section.top ul li a:focus {
  color: black;
  text-decoration: none;
}
footer > section.bottom {
  padding: 40px 5%;
  color: #888;
  font-size: 11px;
  text-transform: uppercase;
}

section.content > header {
  padding: 30px 5%;
  background: #eee;
}
section.content > header h1 {
  line-height: 28px;
  font-size: 18px;
  letter-spacing: 6px;
}
section.content > header .share span {
  line-height: 28px;
  float: left;
  padding-right: 10px;
}
section.content > header .share .fa {
  color: #777;
}
section.content > header .share .fa:hover, section.content > header .share .fa:focus {
  cursor: pointer;
}
section.content > header .share .fa:hover.fa-facebook-square, section.content > header .share .fa:focus.fa-facebook-square {
  color: #3B5998;
}
section.content > header .share .fa:hover.fa-twitter-square, section.content > header .share .fa:focus.fa-twitter-square {
  color: #4099FF;
}
section.content > header .share .fa:hover.fa-google-plus-square, section.content > header .share .fa:focus.fa-google-plus-square {
  color: #dd4b39;
}
section.content > article {
  padding: 60px 5%;
  background: white;
}
section.content > article h2 {
  font-size: 14px;
}
section.content > article h2:after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  margin: 20px 0 40px;
  background: #252525;
}
section.content article.listing h2 {
  margin-top: 40px;
}
section.content article.checkout h2 {
  margin-top: 0;
}
section.content article.checkout .line-item {
  margin-bottom: 40px;
}

section.gallery img {
  width: 100%;
}
section.gallery .fotorama__caption__wrap {
  width: 100%;
  text-align: center;
  background-color: #ff8100;
  background-color: rgba(255, 129, 0, 0.8);
  color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

section.features ul {
  margin-bottom: 40px;
}
section.features ul li {
  margin-bottom: 10px;
  padding-left: 20px;
}
section.features ul li .fa {
  color: #ff8100;
  top: 6px;
}
section.features table {
  width: 100%;
  background: #f5f5f5;
}

aside.bid_buy {
  border: 5px solid #ff8100;
  padding: 30px;
}
aside.bid_buy h1 {
  font-size: 16pt;
  margin-bottom: 20px;
}
aside.bid_buy h2 {
  margin-top: 0 !important;
}
aside.bid_buy .countdown {
  border-bottom: 1px solid #888;
  height: 80px;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  white-space: nowrap;
}
aside.bid_buy .countdown .counter {
  font-size: 25pt;
  color: #373737;
  width: 25%;
  max-width: 80px;
  text-align: center;
  display: inline-block;
}
aside.bid_buy .countdown .counter > span {
  font-size: 11px;
}
aside.bid_buy .registration hr {
  margin-top: 10px;
  border-top: 1px solid #ccc;
}

article.row-listing {
  padding-right: 15px;
  margin-bottom: 20px;
}
article.row-listing .image {
  cursor: pointer;
}
article.row-listing .image > img {
  width: 100%;
}
article.row-listing .details {
  padding: 12px 10px;
}
article.row-listing .details h4 {
  font-size: 14px;
  margin: 10px 0;
}
article.row-listing .details .price {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 20px;
}
article.row-listing .details .urgency {
  display: inline-block;
  margin-top: 10px;
}
article.row-listing:hover a {
  color: #ff8100;
}
article.row-listing:hover a.btn {
  color: white;
}
article.row-listing.listing-success {
  background-color: rgb(217.4074074074, 232.1851851852, 214.8148148148);
}
article.row-listing.listing-success p.message {
  font-weight: 600;
  color: #629b58;
  text-transform: uppercase;
}
article.row-listing.listing-danger {
  background-color: rgb(248.6962616822, 226.4672897196, 225.8037383178);
}
article.row-listing.listing-danger p.message {
  font-weight: 600;
  color: #d9534f;
  text-transform: uppercase;
}
article.row-listing.listing-warning {
  background-color: rgb(255, 217.2, 178.5);
}
article.row-listing.listing-warning p.message {
  font-weight: 600;
  color: #ff8100;
  text-transform: uppercase;
}
article.row-listing .profile-remove-buttons a {
  margin-left: 10px;
}

article.row-invoice {
  margin: 10px;
  padding: 10px;
}
article.row-invoice .invoice-details {
  margin-bottom: 10px;
}
article.row-invoice table {
  background: white;
}
article.row-invoice table tr.bold {
  font-weight: bold;
}
article.row-invoice .paid {
  color: #ff8100;
  font-weight: bold;
  font-size: 18px;
}

article.about h2 {
  padding-bottom: 0;
  font-size: 18px;
}
article.about h3 {
  padding-bottom: 20px;
  font-size: 14px;
  text-align: center;
}
article.about p {
  text-align: justify;
}
article.about .services {
  text-align: center;
}
article.about .services p {
  text-align: center;
}
article.about .services i {
  margin-bottom: 10px;
}
article.about .services h3 {
  padding-bottom: 10px;
}
article.about .services .row {
  padding-bottom: 50px;
}
article.about ul {
  margin-left: 20px;
  margin-top: -25px;
}
article.about ul li {
  padding: 5px;
  list-style: circle;
}

article.terms dt {
  cursor: pointer;
  margin-bottom: 5px;
}
article.terms dd {
  display: none;
  margin-bottom: 20px;
}
article.terms h2 {
  font-size: 16px;
  margin-top: 0;
}
article.terms h3 {
  font-size: 14px;
  margin-bottom: 20px;
}
article.terms p + h2 {
  margin-top: 50px;
}
article.terms ol {
  padding-left: 20px;
}
article.terms ol ol {
  list-style: lower-roman;
}
article.terms ol ol ol {
  list-style: lower-alpha;
}
article.terms ol ol ol ol {
  list-style: decimal;
}
article.terms ul {
  list-style: disc;
  padding-left: 20px;
}
article.terms ul + h2, article.terms ul + h3 {
  margin-top: 50px;
}
article.terms ul ul {
  list-style: square;
}
article.terms ul ul ul {
  list-style: circle;
}

.new-listing-options .col-sm-6 {
  margin-bottom: 20px;
}
.new-listing-options .col-sm-6 a h1 {
  font-size: 24px;
}
.new-listing-options .col-sm-6 a p {
  white-space: normal;
  padding: 10px;
}

p.amount {
  color: #ff8100;
  margin-bottom: 10px;
  font-size: 14pt;
  font-weight: bold;
}
p.amount strong {
  font-size: 25pt;
}

.markdown-output {
  margin-bottom: 30px;
}
.markdown-output h1, .markdown-output h2, .markdown-output h3, .markdown-output h4, .markdown-output h5, .markdown-output h6 {
  margin: 20px 0;
}
.markdown-output h1 {
  font-size: 18px;
}
.markdown-output h2 {
  color: #666;
  font-size: 16px;
}
.markdown-output h3, .markdown-output h4, .markdown-output h5, .markdown-output h6 {
  color: #333;
  font-size: 12px;
}
.markdown-output ul, .markdown-output ol {
  margin: 0 0 10px 20px;
  padding-left: 20px;
}
.markdown-output ul {
  list-style-type: disc;
}
.markdown-output ul li {
  display: list-item;
}

.btn-facebook, .btn-google {
  color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-facebook i, .btn-google i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:hover:focus, .btn-google:hover, .btn-google:focus, .btn-google:hover:focus {
  color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover.btn-facebook, .btn-facebook:focus.btn-facebook, .btn-facebook:hover:focus.btn-facebook, .btn-google:hover.btn-facebook, .btn-google:focus.btn-facebook, .btn-google:hover:focus.btn-facebook {
  background-color: #2d4373;
}
.btn-facebook:hover.btn-google, .btn-facebook:focus.btn-google, .btn-facebook:hover:focus.btn-google, .btn-google:hover.btn-google, .btn-google:focus.btn-google, .btn-google:hover:focus.btn-google {
  background-color: rgb(193.7327586207, 50.8793103448, 33.2672413793);
}
.btn-facebook.btn-facebook, .btn-google.btn-facebook {
  background-color: #3b5998;
}
.btn-facebook.btn-google, .btn-google.btn-google {
  background-color: #dd4b39;
}

ul.submenu {
  margin-bottom: 30px;
}
ul.submenu li {
  line-height: 2;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: black;
  letter-spacing: 2px;
  font-weight: 600;
}
ul.submenu li.active a {
  color: #ff8100;
}

.comment .comment-message {
  padding: 10px 20px;
  margin-bottom: 20px;
  border-left: 5px solid;
  border-color: #ffe19a;
  position: relative;
}
.comment .comment-message > .comment-message {
  border-color: #eee;
}
.comment .comment-message .comment-text.private {
  color: #d9534f !important;
}
.comment .comment-delete {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 10px;
}
.comment .comment-delete:hover {
  color: #ff8100;
  cursor: pointer;
}

aside.row-listings table tr.listing-success {
  background-color: rgb(217.4074074074, 232.1851851852, 214.8148148148);
}
aside.row-listings table tr.listing-danger {
  background-color: rgb(248.6962616822, 226.4672897196, 225.8037383178);
}
aside.row-listings table tr.listing-warning {
  background-color: rgb(255, 217.2, 178.5);
}

table.policy-table {
  margin-top: 20px;
}
table.policy-table, table.policy-table th, table.policy-table td {
  border: 1px solid black;
  border-collapse: collapse;
}
table.policy-table th, table.policy-table td {
  padding: 10px;
}
table.policy-table thead {
  color: #ff8100;
  border-bottom: 1px solid black;
}
table.policy-table tbody th:only-of-type {
  text-align: center;
}

.datepicker td.day:hover {
  background: #ff8100 !important;
}
.datepicker td.disabled:hover {
  background: none !important;
}

.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.wizard > .steps > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wizard > .steps > ul > li {
  float: left;
  width: 33.3333%;
  display: block;
  padding: 0;
}
.wizard > .steps .number {
  font-size: 1.429em;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
  background: #ff8100;
  color: #fff;
  cursor: default;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
  background: #ffe19a;
  color: #666;
}
.wizard > .content {
  background: #f2f2f2;
  border: 1px solid #E5E5E5;
  display: block;
  margin: 0.5em;
  overflow: hidden;
  position: relative;
  width: auto;
}
.wizard > .content > .body {
  padding: 20px;
}
.wizard > .actions button {
  background: #ff8100;
  border-radius: 0;
  border-color: #ff8100;
}
.wizard > .actions button:hover {
  background: rgb(204, 103.2, 0);
}
.wizard a.markdown-helper {
  font-size: 16pt;
  color: #ff8100;
}
.wizard a.markdown-helper:hover {
  text-decoration: none;
  color: #ff8100;
  cursor: pointer;
}
.wizard .alert h5 {
  padding-top: 20px;
  font-weight: 600;
}
.wizard .image-uploader {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.wizard .image-uploader.dragging .delete {
  opacity: 0 !important;
}
.wizard .image-uploader .image-container {
  list-style: none;
}
.wizard .image-uploader .image-container ul > li:first-child,
.wizard .image-uploader .image-container li.first-child {
  background: #87b87f;
}
.wizard .image-uploader .image-container ul > li {
  display: inline-block;
}
.wizard .image-uploader .image-container ul > li .image {
  cursor: move;
  margin: 10px 0;
  background: #eee;
  position: relative;
  padding-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wizard .image-uploader .image-container ul > li .image .inner {
  width: 100%;
  text-align: center;
  font: 0/0 a;
  white-space: nowrap;
  position: relative;
  background: no-repeat center center;
  background-size: 100%;
}
.wizard .image-uploader .image-container ul > li .image .inner:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.wizard .image-uploader .image-container ul > li .image img {
  width: 100%;
  vertical-align: middle;
}
.wizard .image-uploader .image-container ul > li .image textarea {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 100%;
  resize: none;
  border-width: 1px 0 0 0;
  padding: 3px 8px;
}
.wizard .image-uploader .image-container ul > li .image .progress {
  position: absolute;
  margin-bottom: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.wizard .image-uploader .image-container ul > li .image .progress .progress-bar {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.wizard .image-uploader .image-container ul > li .image .alert {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
.wizard .image-uploader .image-container ul > li .image .delete {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wizard .image-uploader .image-container ul > li .image:hover .delete {
  opacity: 1;
}
.wizard .image-uploader .image-container ul > li.moving .image {
  -moz-transform: rotate(-3.5deg);
  -ms-transform: rotate(-3.5deg);
  -webkit-transform: rotate(-3.5deg);
  transform: rotate(-3.5deg);
  -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}
.wizard .image-uploader .upload-button {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.wizard .image-uploader .upload-button input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 10000px;
  overflow: hidden;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
  	border-top: 1px solid #ddd !important;
  }*/
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000 !important;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9 ;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span:hover {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span.old {
  color: #999999;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
