body{
	background: #e5e5e5 !important;
}
.bg-orange{
	background: #ED6E4F;
}

.text-orange{
	color: #ED6E4F;
}

.bg-green{
	background: #8DC63F;
}

.text-green{
	color: #8DC63F;
}

.bg-grey{
    background-color: #d9d9d9;
}

.has-search .form-control {
    padding-right: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    right: 0;
    z-index: 9999999;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
/*    pointer-events: none;*/
    color: #555;
}

.nav-tabs .active{
    background: #f0f0f0 !important;
    border-bottom:  2px solid #8DC63F !important;
}


.btn-control{
    background-color: transparent;
    height: 30px;
    width: 30px;
    color: rgba(175,175,175, 1);
    border: 1px solid rgba(175,175,175, 1);
    border-radius:15px;
    margin-bottom: 0;
}

.btn-control:hover{
    color: #fff;
    background-color: rgba(175,175,175, 1);

}

.rounded-lg{
    border-radius: 12px;
}

.btn-bank:hover{
        background: rgba(246, 147, 32, 0.25);
}

/* HIDE RADIO */
[type=radio][name=bank] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio][name=bank] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio][name=bank]:checked + img {
  background: rgba(246, 147, 32, 0.25);
}

.slider-featured .slick-track
{
    display: flex !important;
}

.slider-featured .slick-slide
{
    height: inherit !important;
}

.campaigns-style {
display: block;
}

.campaigns-style-xs {
display: none;
}

@media only screen and (max-width: 360px) {
  .campaigns-style {
    display: none;
  }
  .campaigns-style-xs {
    display: block;
  }
}