/*
  ____      _____  __    ___
 |  _ \ _ _|___ / / /_  / _ \
 | | | | '__||_ \| '_ \| | | |
 | |_| | |  ___) | (_) | |_| |
 |____/|_| |____/ \___/ \___/

  DR360 Main less

*/
/**
  @import BASE.less with mixins
  up: 20150722
*/
/* BASE.lESS */
/* alerts, messages colors */
/* font colors */
/*checkbox colors*/
/*table colors*/
.highlighted {
  background: #7fbc31;
  color: white;
}
.highlighted-blue {
  background: #1d75bb;
  color: white;
}
.bg-green {
  background-color: #7fbc31 !important;
}
.bg-white {
  background-color: white !important;
}
.white {
  color: white !important;
}
.green {
  color: #7fbc31 !important;
}
/* global settings */
.btn-blue {
  color: white;
  background-color: #1d75bb;
  border-color: #1d75bb;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: white;
  background-color: #1d75bb;
  border-color: #1d75bb;
}
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background-color: #1d75bb;
  border-color: #1d75bb;
}
.btn-blue .badge {
  color: #1d75bb;
  background-color: white;
}
.aion-wishlist-view {
  color: white;
  background-color: #1d75bb;
  border-color: #1d75bb;
  margin-left: 10px;
  margin-top: -5px;
}
.aion-wishlist-view:hover,
.aion-wishlist-view:focus,
.aion-wishlist-view:active,
.aion-wishlist-view.active,
.open .dropdown-toggle.aion-wishlist-view {
  color: white;
  background-color: #1d75bb;
  border-color: #1d75bb;
}
.aion-wishlist-view:active,
.aion-wishlist-view.active,
.open .dropdown-toggle.aion-wishlist-view {
  background-image: none;
}
.aion-wishlist-view.disabled,
.aion-wishlist-view[disabled],
fieldset[disabled] .aion-wishlist-view,
.aion-wishlist-view.disabled:hover,
.aion-wishlist-view[disabled]:hover,
fieldset[disabled] .aion-wishlist-view:hover,
.aion-wishlist-view.disabled:focus,
.aion-wishlist-view[disabled]:focus,
fieldset[disabled] .aion-wishlist-view:focus,
.aion-wishlist-view.disabled:active,
.aion-wishlist-view[disabled]:active,
fieldset[disabled] .aion-wishlist-view:active,
.aion-wishlist-view.disabled.active,
.aion-wishlist-view[disabled].active,
fieldset[disabled] .aion-wishlist-view.active {
  background-color: #1d75bb;
  border-color: #1d75bb;
}
.aion-wishlist-view .badge {
  color: #1d75bb;
  background-color: white;
}
.btn-wishlist {
  color: white !important;
}
.marginleft15 {
  margin-left: 15px;
}
.ml30 {
  margin-left: 30px;
}
.mt-50 {
  margin-top: -50px;
}
.ml-15 {
  margin-left: -15px;
}
.mr-15 {
  margin-right: -15px;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: 'Lato', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none !important;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: black;
  color: black;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eee;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
@font-face {
  font-family: 'drpayment';
  src: url('fonts/drpayment.eot');
  src: url('fonts/drpayment.eot?#iefix') format('embedded-opentype'), url('fonts/drpayment.woff') format('woff'), url('fonts/drpayment.ttf') format('truetype'), url('fonts/drpayment.svg#drpayment') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*='dricon-']:before {
  display: inline-block;
  font-family: 'drpayment';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dricon-city:before {
  content: '\0041';
}
.dricon-address:before {
  content: '\0042';
}
.dricon-email:before {
  content: '\0043';
}
.dricon-donation_amount:before {
  content: '\0044';
}
.dricon-month:before {
  content: '\0046';
}
.dricon-name:before {
  content: '\0047';
}
.dricon-state:before {
  content: '\0048';
}
.dricon-card_type:before {
  content: '\0049';
}
/** AION CUSTOM FORM CSS -> CHECKBOX/RADIO */
.aion-checkbox,
.aion-radio {
  display: none;
}
/** container */
.aion-checkbox + label,
.aion-radio + label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: normal !important;
  /* custom settings */
  padding-left: 30px;
  min-height: 20px;
  cursor: pointer;
  margin: 3px;
}
/** END */
/** fake input default */
.aion-checkbox + label span,
.aion-radio + label span {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: absolute;
  vertical-align: middle;
  /* custom settings */
  top: 0;
  left: 0;
  padding: 10px;
  border-radius: 3px;
  background-color: #fafafa;
  border: 1px solid #cacece;
}
/** END */
/** right pos */
.aion-checkbox.input-right-pos + label,
.aion-radio.input-right-pos + label {
  padding-left: 0;
  text-align: right;
  /* custom settings */
  padding-right: 25px;
}
.aion-checkbox.input-right-pos + label span,
.aion-radio.input-right-pos + label span {
  right: 0;
  left: auto;
}
/** END */
/** hover */
.aion-checkbox + label:hover span,
.aion-checkbox:checked + label:hover span,
.aion-radio + label:hover span,
.aion-radio:checked + label:hover span {
  /* custom settings */
}
/** END */
/** active */
.aion-checkbox + label:active span,
.aion-checkbox:checked + label:active span,
.aion-radio + label:active span,
.aion-radio:checked:active + label span {
  /* custom settings */
  background-color: #7fbc31;
}
/** END */
/** checked default */
.aion-checkbox:checked + label span,
.aion-radio:checked + label span {
  /* custom settings */
  background-color: #7fbc31;
  border: 1px solid #adb8c0;
}
/** END */
/** checked checkbox */
.aion-checkbox:checked + label span:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  /* custom settings */
  color: white;
  font-size: 16px;
  content: '\2714';
  line-height: 18px;
}
@-moz-document url-prefix() {
  /* Firefox hack */
  .aion-checkbox:checked + label span:after {
    line-height: 18px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Chrome, Safari, Opera hack */
  .aion-checkbox:checked + label span:after {
    line-height: 18px;
  }
}
/** END */
/** checked radio */
.aion-radio + label span {
  border-radius: 8px;
  /* minimum value like the fake input padding value (and can be divided into two - Safari) */
}
.aion-radio:checked + label span:after {
  content: ' ';
  position: absolute;
  /* custom settings */
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  /* minimum like the width value half */
  background: #99a1a7;
}
/**
  breadcrumb colors for giving-place and disaster portal
*/
.breadcrumbs {
  text-transform: uppercase;
  border-bottom: 0;
  padding-top: 50px;
  margin-bottom: 20px;
}
.breadcrumbs .portal-logo {
  max-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.breadcrumbs.gp-breadcrumbs {
  background-color: #0e76bd !important;
}
.breadcrumbs.ds-breadcrumbs {
  background-color: #80bc02;
}
.breadcrumbs .breadcrumb {
  margin-bottom: 5px;
  padding-right: 0;
  font-size: 12px;
  font-weight: bold;
}
.breadcrumbs .breadcrumb li {
  color: white;
}
.breadcrumbs .breadcrumb li a {
  color: white;
  text-decoration: none;
}
.breadcrumbs .breadcrumb li + li:before {
  color: white;
}
.js-green {
  color: #80bc02 !important;
  font-weight: bold;
}
.cart-table .product-cart-info .button {
  display: none;
}
.onestepcheckout-index-index .onestepcheckout-column-middle input {
  margin-top: 8px;
}
.onestepcheckout-index-index .onestep-terms input[type="checkbox"] {
  margin-top: 6px;
}
.checkout-cart-index .btn-cart-continue,
.checkout-cart-index .btn-proceed-checkout,
.checkout-cart-index .btn-cart-empty,
.checkout-cart-index .btn-cart-update {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
/**
  Wishlist create process - Giving place
  ../giving-place/wish_list/index/create/
*/
.gp-wishlist #mainWlTitleContainer,
.dr-wishlist #mainWlTitleContainer {
  float: right;
  width: 50%;
  margin-right: -60px;
}
.gp-wishlist #mainWlDisasterContainer,
.dr-wishlist #mainWlDisasterContainer {
  float: left;
  width: 50%;
  margin-left: -30px;
}
.gp-wishlist .row2cols,
.dr-wishlist .row2cols {
  margin-top: 0;
}
.gp-wishlist .item,
.dr-wishlist .item {
  margin-bottom: 10px;
}
.gp-wishlist .aion-wishlist-index-create-title,
.dr-wishlist .aion-wishlist-index-create-title {
  margin-right: -40px;
}
.gp-wishlist .ajaxresponse,
.dr-wishlist .ajaxresponse {
  margin-left: 15px;
  margin-right: 15px;
}
.gp-wishlist .btn-wishlist,
.dr-wishlist .btn-wishlist {
  color: white;
}
@media (min-width: 1197px) {
  .gp-wishlist #wishlist_name,
  .dr-wishlist #wishlist_name {
    width: 297px;
  }
  .gp-wishlist .dr #wishlist_name,
  .dr-wishlist .dr #wishlist_name {
    width: 240px;
  }
}
.gp-wishlist .wl-create-btns,
.dr-wishlist .wl-create-btns {
  float: right;
  margin-right: 10px;
}
.aion-wishlist-index-create-title-show,
.aion-wishlist-index-create-title-select,
.aion-wishlist-index-create-title-new {
  margin-right: 0px;
}
#mainWlTitleContainer .aion-wishlist-index-create-title-show,
#mainWlTitleContainer .aion-wishlist-index-create-title-select,
#mainWlTitleContainer .aion-wishlist-index-create-title-new {
  margin-right: -30px;
}
#mainWlTitleContainer .wl .aion-wishlist-index-create-title-show,
#mainWlTitleContainer .wl .aion-wishlist-index-create-title-select,
#mainWlTitleContainer .wl .aion-wishlist-index-create-title-new {
  margin-right: 60px;
}
#wishlist_products .media,
#wishlist_products .media-body {
  overflow: inherit;
}
#wishlist_products .media .actions-multiproducts .btn-group,
#wishlist_products .media-body .actions-multiproducts .btn-group {
  display: block;
}
#wishlist_products .media .actions-multiproducts .btn-group .btn,
#wishlist_products .media-body .actions-multiproducts .btn-group .btn {
  margin-top: -55px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
#wishlist_products .media .actions-multiproducts .btn-group.open > .dropdown-menu,
#wishlist_products .media-body .actions-multiproducts .btn-group.open > .dropdown-menu {
  display: block;
  width: 100%;
  margin-top: -21px;
}
#wishlist_products .media .actions-multiproducts .btn-group.open > .dropdown-menu .active a label,
#wishlist_products .media-body .actions-multiproducts .btn-group.open > .dropdown-menu .active a label {
  color: white !important;
}
#wishlist_products .products-list .actions-multiproducts .btn-group {
  margin-bottom: 10px;
}
/** step 3/4, checkout & preview */
.wl-checkout-box {
  padding: 10px;
  margin-bottom: 40px;
  background-color: #FCFCFC;
  border: 1px solid #EFEFEF;
}
.wl-agreements {
  padding: 10px;
  margin-bottom: 40px;
  background-color: #FCFCFC;
  border: 1px solid #EFEFEF;
  font-size: 15px;
}
.wl-agreements h3 {
  font-size: 21px;
  font-weight: 300;
}
.button-boxes {
  float: right;
}
.button-boxes .btn {
  margin-left: 10px;
}
.wishlist_publish_products .table-wishlist,
.aion-wishlist-div-detail .table-wishlist,
.wishlist-needs .table-wishlist,
#product_wishlist_addtocart_form .table-wishlist,
.wishlist_publish_products .wishlistcreate,
.aion-wishlist-div-detail .wishlistcreate,
.wishlist-needs .wishlistcreate,
#product_wishlist_addtocart_form .wishlistcreate,
.wishlist_publish_products .preview-table,
.aion-wishlist-div-detail .preview-table,
.wishlist-needs .preview-table,
#product_wishlist_addtocart_form .preview-table,
.wishlist_publish_products .unpublished-table,
.aion-wishlist-div-detail .unpublished-table,
.wishlist-needs .unpublished-table,
#product_wishlist_addtocart_form .unpublished-table {
  *border-collapse: collapse;
  border-spacing: 0;
}
.wishlist_publish_products .table-wishlist thead,
.aion-wishlist-div-detail .table-wishlist thead,
.wishlist-needs .table-wishlist thead,
#product_wishlist_addtocart_form .table-wishlist thead,
.wishlist_publish_products .wishlistcreate thead,
.aion-wishlist-div-detail .wishlistcreate thead,
.wishlist-needs .wishlistcreate thead,
#product_wishlist_addtocart_form .wishlistcreate thead,
.wishlist_publish_products .preview-table thead,
.aion-wishlist-div-detail .preview-table thead,
.wishlist-needs .preview-table thead,
#product_wishlist_addtocart_form .preview-table thead,
.wishlist_publish_products .unpublished-table thead,
.aion-wishlist-div-detail .unpublished-table thead,
.wishlist-needs .unpublished-table thead,
#product_wishlist_addtocart_form .unpublished-table thead {
  background-color: #F7F9F9;
  color: black;
  font-size: 16px;
}
.wishlist_publish_products .table-wishlist thead th,
.aion-wishlist-div-detail .table-wishlist thead th,
.wishlist-needs .table-wishlist thead th,
#product_wishlist_addtocart_form .table-wishlist thead th,
.wishlist_publish_products .wishlistcreate thead th,
.aion-wishlist-div-detail .wishlistcreate thead th,
.wishlist-needs .wishlistcreate thead th,
#product_wishlist_addtocart_form .wishlistcreate thead th,
.wishlist_publish_products .preview-table thead th,
.aion-wishlist-div-detail .preview-table thead th,
.wishlist-needs .preview-table thead th,
#product_wishlist_addtocart_form .preview-table thead th,
.wishlist_publish_products .unpublished-table thead th,
.aion-wishlist-div-detail .unpublished-table thead th,
.wishlist-needs .unpublished-table thead th,
#product_wishlist_addtocart_form .unpublished-table thead th {
  font-weight: 400;
}
.wishlist_publish_products .table-wishlist thead th.w300,
.aion-wishlist-div-detail .table-wishlist thead th.w300,
.wishlist-needs .table-wishlist thead th.w300,
#product_wishlist_addtocart_form .table-wishlist thead th.w300,
.wishlist_publish_products .wishlistcreate thead th.w300,
.aion-wishlist-div-detail .wishlistcreate thead th.w300,
.wishlist-needs .wishlistcreate thead th.w300,
#product_wishlist_addtocart_form .wishlistcreate thead th.w300,
.wishlist_publish_products .preview-table thead th.w300,
.aion-wishlist-div-detail .preview-table thead th.w300,
.wishlist-needs .preview-table thead th.w300,
#product_wishlist_addtocart_form .preview-table thead th.w300,
.wishlist_publish_products .unpublished-table thead th.w300,
.aion-wishlist-div-detail .unpublished-table thead th.w300,
.wishlist-needs .unpublished-table thead th.w300,
#product_wishlist_addtocart_form .unpublished-table thead th.w300 {
  width: 300px;
}
.wishlist_publish_products .table-wishlist thead th.product-image,
.aion-wishlist-div-detail .table-wishlist thead th.product-image,
.wishlist-needs .table-wishlist thead th.product-image,
#product_wishlist_addtocart_form .table-wishlist thead th.product-image,
.wishlist_publish_products .wishlistcreate thead th.product-image,
.aion-wishlist-div-detail .wishlistcreate thead th.product-image,
.wishlist-needs .wishlistcreate thead th.product-image,
#product_wishlist_addtocart_form .wishlistcreate thead th.product-image,
.wishlist_publish_products .preview-table thead th.product-image,
.aion-wishlist-div-detail .preview-table thead th.product-image,
.wishlist-needs .preview-table thead th.product-image,
#product_wishlist_addtocart_form .preview-table thead th.product-image,
.wishlist_publish_products .unpublished-table thead th.product-image,
.aion-wishlist-div-detail .unpublished-table thead th.product-image,
.wishlist-needs .unpublished-table thead th.product-image,
#product_wishlist_addtocart_form .unpublished-table thead th.product-image {
  min-width: 160px;
}
.wishlist_publish_products .table-wishlist thead th.delivery-fee,
.aion-wishlist-div-detail .table-wishlist thead th.delivery-fee,
.wishlist-needs .table-wishlist thead th.delivery-fee,
#product_wishlist_addtocart_form .table-wishlist thead th.delivery-fee,
.wishlist_publish_products .wishlistcreate thead th.delivery-fee,
.aion-wishlist-div-detail .wishlistcreate thead th.delivery-fee,
.wishlist-needs .wishlistcreate thead th.delivery-fee,
#product_wishlist_addtocart_form .wishlistcreate thead th.delivery-fee,
.wishlist_publish_products .preview-table thead th.delivery-fee,
.aion-wishlist-div-detail .preview-table thead th.delivery-fee,
.wishlist-needs .preview-table thead th.delivery-fee,
#product_wishlist_addtocart_form .preview-table thead th.delivery-fee,
.wishlist_publish_products .unpublished-table thead th.delivery-fee,
.aion-wishlist-div-detail .unpublished-table thead th.delivery-fee,
.wishlist-needs .unpublished-table thead th.delivery-fee,
#product_wishlist_addtocart_form .unpublished-table thead th.delivery-fee,
.wishlist_publish_products .table-wishlist thead th.sub-total,
.aion-wishlist-div-detail .table-wishlist thead th.sub-total,
.wishlist-needs .table-wishlist thead th.sub-total,
#product_wishlist_addtocart_form .table-wishlist thead th.sub-total,
.wishlist_publish_products .wishlistcreate thead th.sub-total,
.aion-wishlist-div-detail .wishlistcreate thead th.sub-total,
.wishlist-needs .wishlistcreate thead th.sub-total,
#product_wishlist_addtocart_form .wishlistcreate thead th.sub-total,
.wishlist_publish_products .preview-table thead th.sub-total,
.aion-wishlist-div-detail .preview-table thead th.sub-total,
.wishlist-needs .preview-table thead th.sub-total,
#product_wishlist_addtocart_form .preview-table thead th.sub-total,
.wishlist_publish_products .unpublished-table thead th.sub-total,
.aion-wishlist-div-detail .unpublished-table thead th.sub-total,
.wishlist-needs .unpublished-table thead th.sub-total,
#product_wishlist_addtocart_form .unpublished-table thead th.sub-total {
  min-width: 130px;
}
.wishlist_publish_products .table-wishlist .wishlist-preview tr td,
.aion-wishlist-div-detail .table-wishlist .wishlist-preview tr td,
.wishlist-needs .table-wishlist .wishlist-preview tr td,
#product_wishlist_addtocart_form .table-wishlist .wishlist-preview tr td,
.wishlist_publish_products .wishlistcreate .wishlist-preview tr td,
.aion-wishlist-div-detail .wishlistcreate .wishlist-preview tr td,
.wishlist-needs .wishlistcreate .wishlist-preview tr td,
#product_wishlist_addtocart_form .wishlistcreate .wishlist-preview tr td,
.wishlist_publish_products .preview-table .wishlist-preview tr td,
.aion-wishlist-div-detail .preview-table .wishlist-preview tr td,
.wishlist-needs .preview-table .wishlist-preview tr td,
#product_wishlist_addtocart_form .preview-table .wishlist-preview tr td,
.wishlist_publish_products .unpublished-table .wishlist-preview tr td,
.aion-wishlist-div-detail .unpublished-table .wishlist-preview tr td,
.wishlist-needs .unpublished-table .wishlist-preview tr td,
#product_wishlist_addtocart_form .unpublished-table .wishlist-preview tr td {
  color: black;
  font-size: 16px !important;
  font-weight: 400;
}
.wishlist_publish_products .table-wishlist .wishlist-preview tr td.td-bold,
.aion-wishlist-div-detail .table-wishlist .wishlist-preview tr td.td-bold,
.wishlist-needs .table-wishlist .wishlist-preview tr td.td-bold,
#product_wishlist_addtocart_form .table-wishlist .wishlist-preview tr td.td-bold,
.wishlist_publish_products .wishlistcreate .wishlist-preview tr td.td-bold,
.aion-wishlist-div-detail .wishlistcreate .wishlist-preview tr td.td-bold,
.wishlist-needs .wishlistcreate .wishlist-preview tr td.td-bold,
#product_wishlist_addtocart_form .wishlistcreate .wishlist-preview tr td.td-bold,
.wishlist_publish_products .preview-table .wishlist-preview tr td.td-bold,
.aion-wishlist-div-detail .preview-table .wishlist-preview tr td.td-bold,
.wishlist-needs .preview-table .wishlist-preview tr td.td-bold,
#product_wishlist_addtocart_form .preview-table .wishlist-preview tr td.td-bold,
.wishlist_publish_products .unpublished-table .wishlist-preview tr td.td-bold,
.aion-wishlist-div-detail .unpublished-table .wishlist-preview tr td.td-bold,
.wishlist-needs .unpublished-table .wishlist-preview tr td.td-bold,
#product_wishlist_addtocart_form .unpublished-table .wishlist-preview tr td.td-bold {
  font-weight: 500;
}
.wishlist_publish_products .table-wishlist .product-preview tr td,
.aion-wishlist-div-detail .table-wishlist .product-preview tr td,
.wishlist-needs .table-wishlist .product-preview tr td,
#product_wishlist_addtocart_form .table-wishlist .product-preview tr td,
.wishlist_publish_products .wishlistcreate .product-preview tr td,
.aion-wishlist-div-detail .wishlistcreate .product-preview tr td,
.wishlist-needs .wishlistcreate .product-preview tr td,
#product_wishlist_addtocart_form .wishlistcreate .product-preview tr td,
.wishlist_publish_products .preview-table .product-preview tr td,
.aion-wishlist-div-detail .preview-table .product-preview tr td,
.wishlist-needs .preview-table .product-preview tr td,
#product_wishlist_addtocart_form .preview-table .product-preview tr td,
.wishlist_publish_products .unpublished-table .product-preview tr td,
.aion-wishlist-div-detail .unpublished-table .product-preview tr td,
.wishlist-needs .unpublished-table .product-preview tr td,
#product_wishlist_addtocart_form .unpublished-table .product-preview tr td {
  color: black;
  font-size: 13px !important;
  font-weight: 400;
}
.wishlist_publish_products .table-wishlist .product-preview tr td.td-bold,
.aion-wishlist-div-detail .table-wishlist .product-preview tr td.td-bold,
.wishlist-needs .table-wishlist .product-preview tr td.td-bold,
#product_wishlist_addtocart_form .table-wishlist .product-preview tr td.td-bold,
.wishlist_publish_products .wishlistcreate .product-preview tr td.td-bold,
.aion-wishlist-div-detail .wishlistcreate .product-preview tr td.td-bold,
.wishlist-needs .wishlistcreate .product-preview tr td.td-bold,
#product_wishlist_addtocart_form .wishlistcreate .product-preview tr td.td-bold,
.wishlist_publish_products .preview-table .product-preview tr td.td-bold,
.aion-wishlist-div-detail .preview-table .product-preview tr td.td-bold,
.wishlist-needs .preview-table .product-preview tr td.td-bold,
#product_wishlist_addtocart_form .preview-table .product-preview tr td.td-bold,
.wishlist_publish_products .unpublished-table .product-preview tr td.td-bold,
.aion-wishlist-div-detail .unpublished-table .product-preview tr td.td-bold,
.wishlist-needs .unpublished-table .product-preview tr td.td-bold,
#product_wishlist_addtocart_form .unpublished-table .product-preview tr td.td-bold {
  font-weight: 500;
}
.wishlist_publish_products .table-wishlist .product-preview tr td.normal-td,
.aion-wishlist-div-detail .table-wishlist .product-preview tr td.normal-td,
.wishlist-needs .table-wishlist .product-preview tr td.normal-td,
#product_wishlist_addtocart_form .table-wishlist .product-preview tr td.normal-td,
.wishlist_publish_products .wishlistcreate .product-preview tr td.normal-td,
.aion-wishlist-div-detail .wishlistcreate .product-preview tr td.normal-td,
.wishlist-needs .wishlistcreate .product-preview tr td.normal-td,
#product_wishlist_addtocart_form .wishlistcreate .product-preview tr td.normal-td,
.wishlist_publish_products .preview-table .product-preview tr td.normal-td,
.aion-wishlist-div-detail .preview-table .product-preview tr td.normal-td,
.wishlist-needs .preview-table .product-preview tr td.normal-td,
#product_wishlist_addtocart_form .preview-table .product-preview tr td.normal-td,
.wishlist_publish_products .unpublished-table .product-preview tr td.normal-td,
.aion-wishlist-div-detail .unpublished-table .product-preview tr td.normal-td,
.wishlist-needs .unpublished-table .product-preview tr td.normal-td,
#product_wishlist_addtocart_form .unpublished-table .product-preview tr td.normal-td {
  font-size: 16px !important;
}
.wishlist_publish_products .table-wishlist .product-preview tr .arrows,
.aion-wishlist-div-detail .table-wishlist .product-preview tr .arrows,
.wishlist-needs .table-wishlist .product-preview tr .arrows,
#product_wishlist_addtocart_form .table-wishlist .product-preview tr .arrows,
.wishlist_publish_products .wishlistcreate .product-preview tr .arrows,
.aion-wishlist-div-detail .wishlistcreate .product-preview tr .arrows,
.wishlist-needs .wishlistcreate .product-preview tr .arrows,
#product_wishlist_addtocart_form .wishlistcreate .product-preview tr .arrows,
.wishlist_publish_products .preview-table .product-preview tr .arrows,
.aion-wishlist-div-detail .preview-table .product-preview tr .arrows,
.wishlist-needs .preview-table .product-preview tr .arrows,
#product_wishlist_addtocart_form .preview-table .product-preview tr .arrows,
.wishlist_publish_products .unpublished-table .product-preview tr .arrows,
.aion-wishlist-div-detail .unpublished-table .product-preview tr .arrows,
.wishlist-needs .unpublished-table .product-preview tr .arrows,
#product_wishlist_addtocart_form .unpublished-table .product-preview tr .arrows {
  padding: 0;
  height: 100%;
  width: 2.5em;
}
.wishlist_publish_products .table-wishlist .product-preview tr .arrows .btn,
.aion-wishlist-div-detail .table-wishlist .product-preview tr .arrows .btn,
.wishlist-needs .table-wishlist .product-preview tr .arrows .btn,
#product_wishlist_addtocart_form .table-wishlist .product-preview tr .arrows .btn,
.wishlist_publish_products .wishlistcreate .product-preview tr .arrows .btn,
.aion-wishlist-div-detail .wishlistcreate .product-preview tr .arrows .btn,
.wishlist-needs .wishlistcreate .product-preview tr .arrows .btn,
#product_wishlist_addtocart_form .wishlistcreate .product-preview tr .arrows .btn,
.wishlist_publish_products .preview-table .product-preview tr .arrows .btn,
.aion-wishlist-div-detail .preview-table .product-preview tr .arrows .btn,
.wishlist-needs .preview-table .product-preview tr .arrows .btn,
#product_wishlist_addtocart_form .preview-table .product-preview tr .arrows .btn,
.wishlist_publish_products .unpublished-table .product-preview tr .arrows .btn,
.aion-wishlist-div-detail .unpublished-table .product-preview tr .arrows .btn,
.wishlist-needs .unpublished-table .product-preview tr .arrows .btn,
#product_wishlist_addtocart_form .unpublished-table .product-preview tr .arrows .btn {
  display: inline-table;
  background-color: #f1f1f1;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 50%;
  width: 100%;
}
.wishlist_publish_products .table-wishlist .product-preview tr .arrows .btn:hover,
.aion-wishlist-div-detail .table-wishlist .product-preview tr .arrows .btn:hover,
.wishlist-needs .table-wishlist .product-preview tr .arrows .btn:hover,
#product_wishlist_addtocart_form .table-wishlist .product-preview tr .arrows .btn:hover,
.wishlist_publish_products .wishlistcreate .product-preview tr .arrows .btn:hover,
.aion-wishlist-div-detail .wishlistcreate .product-preview tr .arrows .btn:hover,
.wishlist-needs .wishlistcreate .product-preview tr .arrows .btn:hover,
#product_wishlist_addtocart_form .wishlistcreate .product-preview tr .arrows .btn:hover,
.wishlist_publish_products .preview-table .product-preview tr .arrows .btn:hover,
.aion-wishlist-div-detail .preview-table .product-preview tr .arrows .btn:hover,
.wishlist-needs .preview-table .product-preview tr .arrows .btn:hover,
#product_wishlist_addtocart_form .preview-table .product-preview tr .arrows .btn:hover,
.wishlist_publish_products .unpublished-table .product-preview tr .arrows .btn:hover,
.aion-wishlist-div-detail .unpublished-table .product-preview tr .arrows .btn:hover,
.wishlist-needs .unpublished-table .product-preview tr .arrows .btn:hover,
#product_wishlist_addtocart_form .unpublished-table .product-preview tr .arrows .btn:hover {
  background-color: #d2d2d2;
}
.wishlist_publish_products .table-wishlist .product-preview tr .arrows .btn i,
.aion-wishlist-div-detail .table-wishlist .product-preview tr .arrows .btn i,
.wishlist-needs .table-wishlist .product-preview tr .arrows .btn i,
#product_wishlist_addtocart_form .table-wishlist .product-preview tr .arrows .btn i,
.wishlist_publish_products .wishlistcreate .product-preview tr .arrows .btn i,
.aion-wishlist-div-detail .wishlistcreate .product-preview tr .arrows .btn i,
.wishlist-needs .wishlistcreate .product-preview tr .arrows .btn i,
#product_wishlist_addtocart_form .wishlistcreate .product-preview tr .arrows .btn i,
.wishlist_publish_products .preview-table .product-preview tr .arrows .btn i,
.aion-wishlist-div-detail .preview-table .product-preview tr .arrows .btn i,
.wishlist-needs .preview-table .product-preview tr .arrows .btn i,
#product_wishlist_addtocart_form .preview-table .product-preview tr .arrows .btn i,
.wishlist_publish_products .unpublished-table .product-preview tr .arrows .btn i,
.aion-wishlist-div-detail .unpublished-table .product-preview tr .arrows .btn i,
.wishlist-needs .unpublished-table .product-preview tr .arrows .btn i,
#product_wishlist_addtocart_form .unpublished-table .product-preview tr .arrows .btn i {
  display: table-cell;
  vertical-align: middle;
}
.wishlist_publish_products .table-wishlist .product-preview tr .arrows .btn-up,
.aion-wishlist-div-detail .table-wishlist .product-preview tr .arrows .btn-up,
.wishlist-needs .table-wishlist .product-preview tr .arrows .btn-up,
#product_wishlist_addtocart_form .table-wishlist .product-preview tr .arrows .btn-up,
.wishlist_publish_products .wishlistcreate .product-preview tr .arrows .btn-up,
.aion-wishlist-div-detail .wishlistcreate .product-preview tr .arrows .btn-up,
.wishlist-needs .wishlistcreate .product-preview tr .arrows .btn-up,
#product_wishlist_addtocart_form .wishlistcreate .product-preview tr .arrows .btn-up,
.wishlist_publish_products .preview-table .product-preview tr .arrows .btn-up,
.aion-wishlist-div-detail .preview-table .product-preview tr .arrows .btn-up,
.wishlist-needs .preview-table .product-preview tr .arrows .btn-up,
#product_wishlist_addtocart_form .preview-table .product-preview tr .arrows .btn-up,
.wishlist_publish_products .unpublished-table .product-preview tr .arrows .btn-up,
.aion-wishlist-div-detail .unpublished-table .product-preview tr .arrows .btn-up,
.wishlist-needs .unpublished-table .product-preview tr .arrows .btn-up,
#product_wishlist_addtocart_form .unpublished-table .product-preview tr .arrows .btn-up {
  border-bottom: 1px solid #d2d2d2;
}
.wishlist_publish_products .table-wishlist .product-preview tr td.table-description,
.aion-wishlist-div-detail .table-wishlist .product-preview tr td.table-description,
.wishlist-needs .table-wishlist .product-preview tr td.table-description,
#product_wishlist_addtocart_form .table-wishlist .product-preview tr td.table-description,
.wishlist_publish_products .wishlistcreate .product-preview tr td.table-description,
.aion-wishlist-div-detail .wishlistcreate .product-preview tr td.table-description,
.wishlist-needs .wishlistcreate .product-preview tr td.table-description,
#product_wishlist_addtocart_form .wishlistcreate .product-preview tr td.table-description,
.wishlist_publish_products .preview-table .product-preview tr td.table-description,
.aion-wishlist-div-detail .preview-table .product-preview tr td.table-description,
.wishlist-needs .preview-table .product-preview tr td.table-description,
#product_wishlist_addtocart_form .preview-table .product-preview tr td.table-description,
.wishlist_publish_products .unpublished-table .product-preview tr td.table-description,
.aion-wishlist-div-detail .unpublished-table .product-preview tr td.table-description,
.wishlist-needs .unpublished-table .product-preview tr td.table-description,
#product_wishlist_addtocart_form .unpublished-table .product-preview tr td.table-description {
  padding: 10px;
  max-width: 350px;
}
.wishlist_publish_products .table-wishlist .product-preview tr td.table-description span,
.aion-wishlist-div-detail .table-wishlist .product-preview tr td.table-description span,
.wishlist-needs .table-wishlist .product-preview tr td.table-description span,
#product_wishlist_addtocart_form .table-wishlist .product-preview tr td.table-description span,
.wishlist_publish_products .wishlistcreate .product-preview tr td.table-description span,
.aion-wishlist-div-detail .wishlistcreate .product-preview tr td.table-description span,
.wishlist-needs .wishlistcreate .product-preview tr td.table-description span,
#product_wishlist_addtocart_form .wishlistcreate .product-preview tr td.table-description span,
.wishlist_publish_products .preview-table .product-preview tr td.table-description span,
.aion-wishlist-div-detail .preview-table .product-preview tr td.table-description span,
.wishlist-needs .preview-table .product-preview tr td.table-description span,
#product_wishlist_addtocart_form .preview-table .product-preview tr td.table-description span,
.wishlist_publish_products .unpublished-table .product-preview tr td.table-description span,
.aion-wishlist-div-detail .unpublished-table .product-preview tr td.table-description span,
.wishlist-needs .unpublished-table .product-preview tr td.table-description span,
#product_wishlist_addtocart_form .unpublished-table .product-preview tr td.table-description span {
  height: 180px !important;
  display: block;
  overflow: hidden;
}
.wishlist_publish_products .table-wishlist .product-preview tr .input-qty,
.aion-wishlist-div-detail .table-wishlist .product-preview tr .input-qty,
.wishlist-needs .table-wishlist .product-preview tr .input-qty,
#product_wishlist_addtocart_form .table-wishlist .product-preview tr .input-qty,
.wishlist_publish_products .wishlistcreate .product-preview tr .input-qty,
.aion-wishlist-div-detail .wishlistcreate .product-preview tr .input-qty,
.wishlist-needs .wishlistcreate .product-preview tr .input-qty,
#product_wishlist_addtocart_form .wishlistcreate .product-preview tr .input-qty,
.wishlist_publish_products .preview-table .product-preview tr .input-qty,
.aion-wishlist-div-detail .preview-table .product-preview tr .input-qty,
.wishlist-needs .preview-table .product-preview tr .input-qty,
#product_wishlist_addtocart_form .preview-table .product-preview tr .input-qty,
.wishlist_publish_products .unpublished-table .product-preview tr .input-qty,
.aion-wishlist-div-detail .unpublished-table .product-preview tr .input-qty,
.wishlist-needs .unpublished-table .product-preview tr .input-qty,
#product_wishlist_addtocart_form .unpublished-table .product-preview tr .input-qty {
  border-radius: 0;
  color: #d2d2d2;
  margin: 0 auto;
  font-size: 24px;
  padding: 0 5px;
  width: 41px;
  height: auto;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.wishlist_publish_products .table-wishlist td.border-left-none,
.aion-wishlist-div-detail .table-wishlist td.border-left-none,
.wishlist-needs .table-wishlist td.border-left-none,
#product_wishlist_addtocart_form .table-wishlist td.border-left-none,
.wishlist_publish_products .wishlistcreate td.border-left-none,
.aion-wishlist-div-detail .wishlistcreate td.border-left-none,
.wishlist-needs .wishlistcreate td.border-left-none,
#product_wishlist_addtocart_form .wishlistcreate td.border-left-none,
.wishlist_publish_products .preview-table td.border-left-none,
.aion-wishlist-div-detail .preview-table td.border-left-none,
.wishlist-needs .preview-table td.border-left-none,
#product_wishlist_addtocart_form .preview-table td.border-left-none,
.wishlist_publish_products .unpublished-table td.border-left-none,
.aion-wishlist-div-detail .unpublished-table td.border-left-none,
.wishlist-needs .unpublished-table td.border-left-none,
#product_wishlist_addtocart_form .unpublished-table td.border-left-none {
  border: none;
  border-top: 1px solid #ddd;
}
.wishlist_publish_products .table-wishlist .media-box,
.aion-wishlist-div-detail .table-wishlist .media-box,
.wishlist-needs .table-wishlist .media-box,
#product_wishlist_addtocart_form .table-wishlist .media-box,
.wishlist_publish_products .wishlistcreate .media-box,
.aion-wishlist-div-detail .wishlistcreate .media-box,
.wishlist-needs .wishlistcreate .media-box,
#product_wishlist_addtocart_form .wishlistcreate .media-box,
.wishlist_publish_products .preview-table .media-box,
.aion-wishlist-div-detail .preview-table .media-box,
.wishlist-needs .preview-table .media-box,
#product_wishlist_addtocart_form .preview-table .media-box,
.wishlist_publish_products .unpublished-table .media-box,
.aion-wishlist-div-detail .unpublished-table .media-box,
.wishlist-needs .unpublished-table .media-box,
#product_wishlist_addtocart_form .unpublished-table .media-box {
  max-width: 800px;
}
.wishlist_publish_products .table-footer td,
.aion-wishlist-div-detail .table-footer td,
.wishlist-needs .table-footer td,
#product_wishlist_addtocart_form .table-footer td {
  padding: 8px;
  border-top: 1px solid #dddddd;
}
/*Wishlist creation Step - 2*/
.wishlist-header-contaier {
  margin-top: 20px;
  background-color: #f8f8f8;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: 12px;
}
.wishlist-header-contaier .glyphicon {
  font-weight: 300;
}
.wishlist-header-contaier .wishlist-header {
  margin-left: 20px;
  font-weight: normal;
}
.dr-wishlist-header {
  margin-left: 10px !important;
  font-weight: 400 !important;
}
.block-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
#wishlistform span.hint {
  top: 5px;
}
#wishlistform .control-group label {
  width: 20%;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
#wishlistform .control-group .controls {
  width: 78%;
  float: right;
}
#wishlistform select,
#wishlistform textarea,
#wishlistform input[type="text"],
#wishlistform input[type="password"] {
  display: inline-block;
  line-height: 20px;
  padding: 6px;
  vertical-align: top;
  width: 96%;
}
#wishlistform textarea {
  resize: vertical;
}
#wishlistform #youtube_video_link {
  margin-bottom: 0;
  margin-right: 5px;
  margin-top: 6px;
  width: 45px;
}
#wishlistform #youtube_link {
  width: 90%;
}
#wishlistform .media-hint {
  text-align: right;
  margin-right: 8px;
}
#wishlistform .image-upload {
  width: 96%;
  margin-bottom: 10px;
  float: left;
}
#wishlistform .image-upload > span.hint {
  margin-left: 5px;
}
#wishlistform .image-upload > div,
#wishlistform .image-upload .fileinput-preview {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  display: table;
  padding: 4px 0;
  margin: 0 8px 10px 0;
  width: 190px;
  color: #d2d2d2;
  line-height: 6em;
}
#wishlistform .image-upload > div:hover,
#wishlistform .image-upload .fileinput-preview:hover {
  border-color: #a9a9a9;
  color: #a9a9a9;
  cursor: pointer;
}
#wishlistform .image-upload .btn-add-image {
  display: table;
  margin-top: 4px;
  text-align: center;
  width: 100px;
  color: #d2d2d2;
}
#wishlistform .image-upload .btn-add-image i {
  display: table-cell;
  vertical-align: middle;
}
#wishlistform .image-upload .fileinput-preview img {
  max-height: 90px;
  max-width: 150px;
  vertical-align: middle;
  display: inline-block;
}
@-moz-document url-prefix() {
  #wishlistform .image-upload .btn-group {
    display: block;
  }
}
#wishlistform .image-upload .btn-group {
  display: -webkit-box;
  margin: 0px 1px;
  width: 190px;
}
#wishlistform .image-upload .btn-group .btn-file {
  width: 115px;
  overflow: visible;
}
#wishlistform .image-upload .btn-group .btn-file .validation-advice {
  margin-top: 10px;
  left: 0;
  position: absolute;
}
#wishlistform .image-upload .btn-group .remove-image {
  width: 75px;
  margin-left: 0;
}
#wishlistform .btn-back,
#wishlistform .btn-save-form,
#wishlistform .btn-preview {
  width: auto;
}
#wishlistform .btn-back .controls,
#wishlistform .btn-save-form .controls,
#wishlistform .btn-preview .controls {
  width: auto;
  margin-left: 10px;
}
#wishlistform .btn-back .controls input,
#wishlistform .btn-save-form .controls input,
#wishlistform .btn-preview .controls input {
  margin: 0;
}
#wishlistform .btn-preview {
  margin-left: 45px;
}
.finish-message {
  margin-bottom: 40px;
}
.finish-message h3 {
  color: #2e98d4 !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 30pxpx !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 30pxpx !important;
}
/*DR Whislist Product table Rank*/
.wishlist_publish_products .wishlistcreate th .rank {
  width: 75px;
}
.sharepage {
  background-color: #FCFCFC;
  border: 1px solid #EFEFEF;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}
.sharepage .widget-embedded {
  float: left;
  margin-left: 15px;
}
.sharepage #send-dr-supporter {
  margin-right: 15px;
}
.sharepage #send-dr-supporter .controls:first-child {
  float: right;
  margin-right: 15px;
}
.sharepage #send-dr-supporter .controls:first-child span.title {
  font-size: 21px;
}
.sharepage #send-dr-supporter label {
  float: left;
  font-weight: bold;
}
.sharepage #send-dr-supporter textarea,
.sharepage #send-dr-supporter input {
  float: right;
  width: 350px;
}
.sharepage #send-dr-supporter .btn {
  margin-left: 160px;
}
.panel-body .attr-text {
  background-color: white !important;
}
/** amshopby wl */
.amshopby-filters-top .panel-default {
  margin-bottom: 0;
}
.amshopby-filters-top .panel-default .panel-heading .panel-heading {
  margin-bottom: 0;
}
.amshopby-filters-top .panel-title a {
  display: block;
  padding-left: 0;
  margin-bottom: 10px;
}
.amshopby-filters-top .panel-title a span.pull-left {
  margin-right: 5px;
}
.amshopby-filters-top .panel-title a.left-toplevel-menu span i:before {
  content: "";
}
.amshopby-filters-top .panel-title a.no-toplevel {
  text-transform: capitalize;
  padding-left: 15px !important;
}
.amshopby-filters-top .panel-title a.no-toplevel i {
  color: #555 !important;
  font-size: 16px;
}
.amshopby-filters-top .panel-title a.open-category {
  color: #7fbc31 !important;
}
.amshopby-filters-top .panel-title a.open-category i {
  color: #7fbc31 !important;
  transform: rotate(0) !important;
  -webkit-transform: rotate(0) !important;
  -moz-transform: rotate(0) !important;
  -o-transform: rotate(0) !important;
}
.amshopby-filters-top li {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
}
.amshopby-filters-top li a {
  font-size: 16px;
  color: #555;
  text-transform: capitalize;
}
.amshopby-filters-top li.left-toplevel-link {
  padding-left: 25px;
  border-top-width: 0;
}
.amshopby-filters-top li.left-toplevel-link a {
  text-transform: uppercase !important;
}
.amshopby-filters-top li.left-toplevel-link a i {
  color: #f1f1f1;
}
.amshopby-filters-top li.left-toplevel-link a:hover {
  color: #80bc02;
}
.amshopby-filters-top li.left-toplevel-link a:hover i {
  color: #80bc02;
}
/*Dashboard*/
.btn-switcher-dr,
.btn-switcher-gp {
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
  padding: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}
.btn-switcher-dr:hover,
.btn-switcher-gp:hover {
  color: #fff;
}
.btn-switcher-dr img,
.btn-switcher-gp img {
  max-height: 25px;
  margin-right: 10px;
}
.btn-switcher-dr span,
.btn-switcher-gp span {
  top: 2px;
  position: relative;
}
.btn-switcher-gp {
  border: 1px solid #0e76bd !important;
  background-color: #0e76bd !important;
}
.btn-switcher-dr {
  border: 1px solid #80bc02;
  background-color: #80bc02;
}
.dashboard-account-index span.hint {
  top: 8px;
}
.dashboard-account-editmissionmultimedia .media-upload .btn-file {
  margin-left: 28px;
}
.dashboard-account-editmissionmultimedia .media-upload .btn-danger {
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}
.questionnaire-shipto-message {
  width: 99%;
}
/*disaster widget*/
.disaster-widget {
  width: 100%;
}
.disaster-widget-name {
  font-size: 18px;
  line-height: 18px;
}
.disaster-widget-date {
  margin-bottom: 10px;
  color: #b3b3b3;
  line-height: 10px;
}
.disaster-widget-image img {
  margin-bottom: 10px;
}
.disaster-widget-stage-label {
  color: #b3b3b3;
}
.disaster-widget-stage {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.disaster-widget .btn {
  width: 100%;
}
/*intaketool widget*/
.intake-widget {
  width: 100%;
  font-weight: 400;
}
.intake-widget-name {
  width: 200px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  overflow: hidden;
}
.intake-widget-causes {
  margin-top: 10px;
}
.intake-widget-causes p {
  font-weight: bold;
}
.intake-widget-causes ul.cause-list {
  margin-top: -10px;
  list-style-type: none;
}
.intake-widget-image {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border: 1px solid #efefef;
}
.intake-widget-image img {
  margin-bottom: 10px;
}
.intake-widget-contact-data {
  width: 200px;
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.intake-widget-contact-data ul.contact-list {
  margin-top: -10px;
  list-style-type: none;
}
.intake-widget-contact-data ul.contact-list li {
  white-space: pre;
}
.intake-widget-stage {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.intake-widget .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .mf {
    margin-top: 10px;
  }
}
.intaketool-widgets .related-box {
  margin: 0px;
  margin-bottom: 10px;
}
#aionDonationPopup .modal-content {
  margin-top: 80px;
  background-color: #f4f4f6;
}
#aionDonationPopup .modal-content .modal-body .donation-logo {
  margin-top: -90px;
}
#aionDonationPopup .modal-content .modal-body .donation-title {
  font-size: 21px;
  font-weight: 300;
}
.wishlist_donation_container .form-horizontal {
  display: block !important;
  padding: 20px;
}
.wishlist_donation_container .form-horizontal .input25 {
  width: 25%;
}
.wishlist_donation_container .form-horizontal .input50 {
  width: 52%;
}
.wishlist_donation_container .form-horizontal .exp {
  margin-left: -3px;
}
.wishlist_donation_container .form-horizontal .inner-addon {
  position: relative;
}
.wishlist_donation_container .form-horizontal .inner-addon input {
  padding-left: 30px;
}
.wishlist_donation_container .form-horizontal .inner-addon select {
  text-indent: 28px;
  padding-left: 26px;
}
.wishlist_donation_container .form-horizontal .inner-addon span.dr,
.wishlist_donation_container .form-horizontal .inner-addon i {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none;
  color: #80bc02;
}
.wishlist_donation_container .form-horizontal select {
  text-indent: 3px;
  line-height: 28px;
  padding-left: 3px;
}
.wishlist_donation_container .form-horizontal .checkbox {
  width: 105%;
  /** Popkorn uglyhack */
  background-color: #F4F3F9;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 35px;
  margin-left: -15px;
  margin-bottom: 15px;
}
.wishlist_donation_container .form-horizontal .checkbox label {
  cursor: pointer;
  margin-top: -5px;
}
.wishlist_donation_container .form-horizontal .checkbox input[type="checkbox"] {
  margin-left: 15px;
}
.wishlist_donation_container .form-horizontal .control-group:last-child .controls {
  width: 95% !important;
}
.wishlist_donation_container .form-horizontal select#card_exp_month {
  width: 133px;
  margin-right: 34px;
}
.wishlist_donation_container .form-horizontal select#card_exp_year {
  width: 133px;
}
@-moz-document url-prefix() {
  .wishlist_donation_container .form-horizontal .checkbox input[type="checkbox"] {
    margin-left: -20px;
  }
  .wishlist_donation_container .form-horizontal select {
    text-indent: 0;
  }
  .wishlist_donation_container .form-horizontal .inner-addon select {
    text-indent: 0;
  }
  .wishlist_donation_container .form-horizontal select#card_exp_month {
    margin-right: 37px;
  }
}
@supports (-webkit-appearance:none) {
  .wishlist_donation_container .form-horizontal .checkbox input[type="checkbox"] {
    margin-left: -20px;
  }
}
@supports (-webkit-appearance:none) and (R:0) {
  .wishlist_donation_container .form-horizontal select {
    text-indent: 0;
  }
  .wishlist_donation_container .form-horizontal .inner-addon select {
    text-indent: 0;
  }
}
.wishlist_donation_popup .form-horizontal .validation-advice {
  position: relative !important;
  margin-top: 2px;
}
/*Notification system*/
.aion-notifications-symbol {
  color: #b48a00;
}
.aion-notifications-message a {
  font-size: 16px;
  color: #787878;
}
.aion-notifications .close i {
  color: #787878;
}
/*My Posts - Form*/
#create-post-form .control-group label {
  vertical-align: top;
}
#create-post-form .control-group .controls {
  width: 60%;
}
#create-post-form .control-group .controls select,
#create-post-form .control-group .controls input,
#create-post-form .control-group .controls textarea {
  width: 100%;
}
#create-post-form .control-group .controls #post_description {
  height: 200px;
  resize: none;
}
#create-post-form .control-group .controls .validation-advice {
  display: table;
}
#create-post-form dt {
  width: 30%;
  float: left;
}
#create-post-form dt label {
  width: 100%;
}
#create-post-form dd {
  width: 70%;
  float: right;
}
#create-post-form #post_image {
  display: block;
  margin-left: 12px;
}
#create-post-form .fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
#create-post-form .fileUpload input#post_image {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
#create-post-form dt#post_image-label label {
  margin-top: 10px;
}
#create-post-form #uploadFile {
  margin-left: 12px;
}
#create-post-form label[for="submit"] {
  visibility: hidden;
}
.posts-list-wrapper .post-external-link,
.posts-list-wrapper .post-video-link {
  margin-top: 15px;
}
.posts-list-wrapper .post-external-link a,
.posts-list-wrapper .post-video-link a {
  color: #0099d5;
}
.posts-list-wrapper .media .media-left .thumbnail > img {
  max-width: inherit;
}
/*My needs*/
.myneeds-list .col-qty {
  min-width: 140px;
}
.myneeds-list .needs-attribute {
  display: table-cell;
  vertical-align: middle;
}
.myneeds-list .size {
  display: table-cell;
  vertical-align: middle;
}
.myneeds-list .size input[type=text] {
  border-radius: 0;
  color: #d2d2d2;
  font-size: 24px;
  padding: 0 5px;
  width: 41px;
  float: left;
  text-align: center;
  border-width: 0;
  box-shadow: none;
}
.myneeds-list .size input[type=text]:focus,
.myneeds-list .size input[type=text].focus {
  border: 1px solid #ccc;
  color: #9a9a9a;
}
.myneeds-list .removeitem {
  display: table-cell;
  vertical-align: middle;
}
/** Donation Intake Tool - /giving-place/donateproduct/company/index/ */
#admin_messages {
  font-weight: bold;
  color: #aa0000;
  text-transform: uppercase;
}
#donation-intake-corporate-form label {
  width: 100%;
  text-align: right;
}
#donation-intake-corporate-form input[type="text"],
#donation-intake-corporate-form input[type="password"] {
  width: 100%;
}
#donation-intake-corporate-form .datepicker {
  display: block !important;
}
#donation-intake-corporate-form .fileUpload {
  margin: 10px;
  overflow: hidden;
  position: relative;
}
#donation-intake-corporate-form .fileUpload input#upload_images,
#donation-intake-corporate-form .fileUpload input#upload_inventory {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#donation-intake-corporate-form input#uploadFileImages,
#donation-intake-corporate-form input#uploadFileInventory {
  width: auto;
}
.jumbotron p {
  font-weight: 300;
}
/* Reg school*/
.aion-regg360-school-additional div.form-reg-horizontal .control-group:last-child .controls {
  display: inline-block;
  margin-left: 10px;
}
