/***** Meteor Style *******/
/***** Meteor Style *******/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-weight: 400;
  font-size: 16px !important;
  font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif !important;
}

body {
  margin: 0;
  background-color: #f8f9fa;
  touch-action: manipulation !important;
  font-weight: 400;
  font-size: 16px !important;
  font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif !important;

}


/* remove the focus ring  */
div:focus { outline: none; }
button:focus { outline: none; }


th:focus {outline:0; !important;
  text-decoration: none;
  outline:none;
  border: none;
  box-shadow: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfgCxACEBnQdLlTAAAAeklEQVRo3u3QyQ2AMAwFUVMBddETW1U0RgHhwAFFbLYUOxLMyzXKH0UEAAAAAP6uUd1qpTO/nGSRtVzoLMl4+tJ/ZUsoPm9LcJnXJwxe87oE1/n3BPf554SQ+fuEMWr+OiF0/pwQPp8nTDXmj4Rq83tC1XkAAAAAX7ABm5GrRSevg7kAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTYtMTEtMTZUMDI6MTY6MjUtMDU6MDAzbD3PAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE2LTExLTE2VDAyOjE2OjI1LTA1OjAwQjGFcwAAAABJRU5ErkJggg==') !important;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: transparent !important;
  background-position: right;
  padding-right: 20px;
  text-shadow: 0 0 0 #000 !important;
}
.react-bootstrap-table select {
  background-image: none !important;
}

select option {
  color: black
}
.Select-control {
  background-color: transparent !important;
}

a:hover {
  text-decoration: underline;
}

.m-b-15 {
  margin-bottom: 15px
}

.page-header{
  padding-bottom: 0px;
}

/***** Bootstrap Theme Social Style *******/

/* general overrides */
.list-group-item .glyphicon {
  line-height: 1.4;
}
.modal{
  z-index: 1700;
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-header .close {
  margin-top: 4px;

}
@media (max-width: 701px) {
  .modal-header .close {
    font-size: 35px;
    position: absolute;
    right: 20px;
    top: 5px;
  }
}
.modal-wide .modal-dialog {
  width: 80%;
}

.width-90.modal-wide .modal-dialog  {
  width: 90%;
}

.modal-full .modal-dialog {
  width: 80%;
  height: 100%;
  margin: 0;
  top: 0;
}

@media (max-width: 701px) {
  .modal-dialog {
    min-width: 90vw;
  }
  .modal-full .modal-dialog {
    width: 100%;
    right: -2px;
  }
}

.modal-full .modal-body {
  height: 100vh;
  overflow-y: auto;
  /*overflow-x: hidden;*/
}



.modal-full.has-footer .modal-body  {
  height: 90vh;
}

.modal-full.has-footer.has-header .modal-body  {
  height: 84vh;
}

.modal-full .modal-content{
  min-height: 84vh;
}


@media (min-width: 701px) {
  .full-height .modal-content {
    min-height: 100vh;
  }
}
/* navbar */
.app-navbar {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 1px 8px rgba(0,0,0,.3);
  border: none;
  height: 80px;
  padding: 1px;
  transition:top .3s;
}

.app-navbar .form-control {
  box-shadow: none;
}

.app-navbar .navbar-brand img {
  width: 85px;
}
.app-navbar .navbar-collapse {
  overflow: hidden;
}

.app-navbar.hide-nav{
  top: -80px !important;
}

@media (max-width: 768px) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  .brand-text {
    float: left;
    width: auto !important;
    margin-left: 10px;
  }
}
.modal-title {
  font-weight: 600;
  font-size: 14px
}

.navigation-bar.navbox-open .navbox {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
}

.navigation-bar.navbox-open .navbox-tiles {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbox-trigger {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbox-trigger .fa {
  font-size: 20px;
  color: #fff;
}

.navbox-trigger:hover { background-color: #484747; }

.navbox {
  width: 100%;
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
  height: 150px;
  overflow: auto;
}

.navbox-tiles {
  width: 100%;
  padding: 25px;
}

.navbox-tiles .tile {
  display: block;
  background-color: rgba(255, 255, 255, 0.05);
  width: 100px;
  margin: 10px;

  height: 100px;
  padding-bottom: 29%;
  float: left;
  border: 2px solid transparent;
  color: #fff;
  position: relative;
}

.navbox-tiles .tile .icon {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.navbox-tiles .tile .icon .fa {
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}

.navbox-tiles .tile .title {
  padding: 5px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.navbar-collapse.collapse{
  height: 0px !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background-color: transparent !important;
}

/** general override for nav header to support ipad **/
@media (min-width: 992px) {
  .nav-mobile-btns {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .nav-header-btns{
    display: none;
  }

  .nav-mobile-btns {
    display: inline-block;
  }

  .navbar-toggle {
    display: block;
    margin-top: 20px;
    border-color: #404040 !important;
    background-color: #404040 !important;
    width: 44px !important;
    height: 34px !important;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: scroll !important;
    height: 120% !important;
  }

  .navbar-collapse {
    max-height: 480px !important;
    background-color: #404040;
    border: none;
    margin-top: 8px;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container{
    min-width: 100% !important;
    padding: 0px;
  }
}

.header-button:hover {
  border-color: #fff;
  text-decoration: none;
}

.inline-block {
  display: inline-block
}
.navbox-tiles .tile:hover {
  border-color: #fff;
  text-decoration: none;
}
.app-navbar .navbar-collapse:after {
  height: 100vh;
}
.app-navbar .form-control {
  border-color: #1C73A5;
}


.app-navbar-links{
  position: relative;
  top: -8px;
  height: 87px;
  padding-left: 20px;
  padding-right: 20px;
}


.app-notifications {
  margin-left: -12px;
  padding-bottom: 10px !important;
  position: absolute;
  right:13px;
  top:10px
}

.app-notifications-badge{
  z-index: 9999
}
.app-notifications .icon:before {
  font-size: 25px;
  color: white;
  padding: 5px;
}

.nav > li > a{
  padding-top: 8px !important;
  padding-bottom: 0px !important;
}

.navbar-brand{
  color: white !important;
  font-size: 25px;
  font-weight: 300;
}

.header-right-menu {
  position: absolute;
  right: 25px;
}

/* Adjust nav dropdown to prevent overlfow on edge of screen */
.header-right-menu-dropdown .dropdown-menu {
  margin-left: -85px;
}

/* Adjust the drop down menu of the header based on whether there is an image
or not
 */
.header-dropdown-menu .dropdown-menu {
  margin-top: 30px !important;
}
.header-dropdown-menu.has-img .dropdown-menu {
  margin-top: 10px !important;
}
/* ovrerride complete */

@media (min-width: 768px) {
  .app-navbar {
    opacity: 0.95 !important;
  }
  .app-navbar .navbar-collapse:after {
    height: auto;
  }

}

@media (max-width: 768px) {
  .mobile-stretch {
    padding: 0px !important;
    overflow-x: hidden
  }
  .media-list-stream .media-list .media-object {
    display: inline-block !important;
  }
}

@media (max-width: 768px) {
  .app-search {
    margin-top: -1px;
  }
  .brand-text{
    /*display: none !important;*/
    /*font-size: 17px !important;*/
    /*position: absolute !important;*/
    /*left: 100px;*/
    /*top: 28px !important;*/
  }
  .navbar-toggle {
    margin-top: 20px;
    border-color: rgba(255, 255, 255, 0.05) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    width: 44px !important;
    height: 34px !important;
    left: -18px;
  }

  .navbar-inverse {
    background-color: white;
  }

  .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color:  rgba(255, 255, 255, 0.05) !important;
    width: 44px !important;
    height: 34px !important;
  }
}

/* misc */
.app-login-form {
  width: 280px;
  margin-top: -60px;
}

@media (min-width: 992px) {
  .login-form, .signup-form {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

}

.login-form ::-webkit-input-placeholder
{
  color: inherit;
  opacity: 0.6;
}
.login-form ::-moz-placeholder
{
  color: inherit;
  opacity: 0.6;
}
.login-form :-ms-input-placeholder
{
  color: inherit;
  opacity: 0.6;
}
.login-form :-moz-placeholder {
  color: inherit;
  opacity: 0.6;
}


.app-new-msg {
  margin-right: 10px;
}
.app-brand {
  width: 40%;
  display: inline-block;
}
.app-brand img {
  width: 100%;
}

/*.mobile-stretch {*/
/*margin-left: 0px !important;*/
/*margin-right: 0px !important;*/
/*padding-left: 0px !important;*/
/*padding-right: 0px !important;*/
/*}*/

.content-container {
  position: relative;
  margin-top: 100px !important;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .content-container {
    margin-top: 90px !important;
  }
}

img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 1080;
  transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1079;
  background: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

/* Fixed the left panel footer issue with links not having proper width */
.panel-link-list  a{
  display: inline-block;
}

input {
  background-color: transparent !important;
}
textarea  {
  background-color: transparent !important;
  white-space: pre-wrap;
}
select {
  background-color: transparent !important;
}

.panel {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2); !important;
  border: none !important;
}

.panel-footer {
  background-color: transparent;
}
.panel-default > .panel-heading {
  background-color: transparent !important;
}

.elevation-2dp {
  box-shadow:0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2); !important;
  border: none !important;
}
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #d4dbe0;
  margin: 0px 0px 10px 0;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #954120;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#card-errors{
  color: #954120;
}
.active-plan{
  color: green;
}



.navbar-inverse {
  background-color: white
}

/***********************************************
* Fix for mobile margin on small screen
***********************************************/

@media (max-width: 978px) {
  .container {
    padding:0;
    margin:0;
  }

  body {
    padding:0;
  }

  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
    margin-bottom:0;
    z-index: 1601;
  }
}


@media (max-width: 768px) {
  .container {
    /*overflow: hidden;  this is causing issue with the drop down*/
  }
}

/* Profile cards */
.profile-card {
  width: 257px;
  height: 262px;

}
@media (max-width: 768px) {
  .profile-card {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .block {
    margin: 0px 7px 7px 7px;
  }
}





.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

@media (max-width: 768px) {

  .pin-board {
    margin-top: -25px !important;
  }
}

/* Meteor Candy */
#MeteorCandy_header{
  background: #283E4A !important
}

.MeteorCandy_splitView_left {
  background: #283E4A !important
}
.MeteorCandy_splitView_right {
  background:  #F5F5F5 !important;
}

/* toastify*/
@keyframes toastify-bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }
.toastify-bounceInRight, .toast-enter--top-right, .toast-enter--bottom-right {
  animation-name: toastify-bounceInRight; }

@keyframes toastify-bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.toastify-bounceOutRight, .toast-exit--top-right, .toast-exit--bottom-right {
  animation-name: toastify-bounceOutRight; }

@keyframes toastify-bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }
.toastify-bounceInLeft, .toast-enter--top-left, .toast-enter--bottom-left {
  animation-name: toastify-bounceInLeft; }

@keyframes toastify-bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.toastify-bounceOutLeft, .toast-exit--top-left, .toast-exit--bottom-left {
  animation-name: toastify-bounceOutLeft; }

@keyframes toastify-bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.toastify-bounceInUp, .toast-enter--bottom-center {
  animation-name: toastify-bounceInUp; }

@keyframes toastify-bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.toastify-bounceOutUp, .toast-exit--top-center {
  animation-name: toastify-bounceOutUp; }

@keyframes toastify-bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }
.toastify-bounceInDown, .toast-enter--top-center {
  animation-name: toastify-bounceInDown; }

@keyframes toastify-bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.toastify-bounceOutDown, .toast-exit--bottom-center {
  animation-name: toastify-bounceOutDown; }

.toastify-animated {
  animation-duration: 0.75s;
  animation-fill-mode: both; }

.toastify {
  z-index: 999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }
.toastify--top-left {
  top: 1em;
  left: 1em; }
.toastify--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px; }
.toastify--top-right {
  top: 1em;
  right: 1em; }
.toastify--bottom-left {
  bottom: 1em;
  left: 1em; }
.toastify--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px; }
.toastify--bottom-right {
  bottom: 1em;
  right: 1em; }

@media only screen and (max-width: 480px) {
  .toastify {
    width: 100vw;
    padding: 0; }

  .toastify--top-left, .toastify--top-center, .toastify--top-right {
    left: 0;
    top: 0;
    margin: 0; }

  .toastify--bottom-left, .toastify--bottom-center, .toastify--bottom-right {
    left: 0;
    bottom: 0;
    margin: 0; } }
.toastify__close {
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  opacity: .7;
  transition: .3s ease;
  align-self: flex-start; }
.toastify__close:hover, .toastify__close:focus {
  opacity: 1; }
.toastify-content--default .toastify__close {
  color: #000;
  opacity: 0.3; }
.toastify-content--default .toastify__close:hover {
  opacity: 1; }

.toastify-content {
  position: relative;
  min-height: 48px;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer; }
.toastify-content--default {
  background: #fff;
  color: #aaa; }
.toastify-content--info {
  background: #3498db; }
.toastify-content--success {
  background: #07bc0c; }
.toastify-content--warning {
  background: #f1c40f; }
.toastify-content--error {
  background: #e74c3c; }

.toastify__body {
  margin: auto 0; }

@media only screen and (max-width: 480px) {
  .toastify-content {
    margin-bottom: 0; } }
@keyframes track-progress {
  0% {
    width: 100%; }
  100% {
    width: 0; } }
.toastify__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  z-index: 999;
  opacity: 0.7;
  animation: track-progress linear 1;
  background-color: rgba(255, 255, 255, 0.7); }
.toastify__progress--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

/* sourceMappingURL=ReactToastify.css.map */

/* remove btn focus */
.btn:focus,.btn:active {
  outline: none !important;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.scroll-to-top {
  cursor: pointer ;
}

@media only screen and (max-width: 480px) {
  .scroll-to-top {
    display: none ;
  }
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.control-label > .required-symbol {
  display: none;
}

a {
  outline: 0 !important;
}

.dropdown-menu>li>a {
  color: #777 !important;
}

.dropdown-menu>li>a:hover{
  color: #172b36 !important;
}

.dropdown-menu>li.active>a {
  color: white !important;
}

textarea[placeholder] { text-overflow: ellipsis !important; white-space: pre-wrap; overflow: hidden }
::-moz-placeholder {text-overflow: ellipsis !important; white-space: pre-wrap; overflow: hidden} /* firefox 19+ */
textarea:-moz-placeholder { text-overflow: ellipsis !important; white-space: pre-wrap; overflow: hidden }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}


.backgroundImage {
  width: 100%;
  margin-bottom: 20px;
  height: 250px;
  margin-top: 80px;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.backgroundImageSites {
  width: 100%;
  margin-bottom: 20px;
  height: 250px;
  max-height: 350px;
  margin-top: 80px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

table .table {
  background-color: transparent !important;
}


/* Catalog/Store component styles */
.catalog-search input {
  outline: none;
  position: relative;
  left: 40px;
  top: -4px;

}

@media (max-width: 701px) {
  .catalog-search {
    display: none !important;
  }
}

.catalog-search input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}
.catalog-search input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

.catalog-search input[type=search] {
  background: #ededed url('/img/icons/catalogSearchIcon.png') no-repeat 9px center;
  border: solid 1px #ccc;
  padding: 9px 10px 9px 32px;
  width: 105px;

  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;

  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.catalog-search input[type=search]:focus {
  width: 210px;
  background-color: #fff;
  border-color: #66CC75;

  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  box-shadow: 0 0 5px rgba(109,207,246,.5);
}

.catalog-search input:-moz-placeholder {
  color: #999;
}
.catalog-search input::-webkit-input-placeholder {
  color: #999;
}

.catalog-category .catalog-category-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: white;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.catalog-category:hover .catalog-category-overlay{
  opacity: 1;
}

.catalog-category-image{
  width: 100%;
  height: 186px
}


.fad-elm {
  opacity: 0;
  pointer-events: none;
}

.fad-elm.visible {
  transition: opacity 0.5s;
  opacity: 1;
  pointer-events: all;
}
