.top-navigation .navbar-brand{
	background-color: #ff0024;
}
.top-navigation .nav > li.active > a{
	color: #f7821d;
}
.loginColumns-d{
	padding-bottom: 40px;
}
.login-bg{
  background-image: url(../../assets/images/background.png);
  background-attachment: fixed;
  background-repeat:no-repeat;
  background-size:cover;
}
.loginColumns{
  max-width: 78% auto;
  /*max-height: 100%;*/
  padding: 100px 20px 20px 20px;
}
.loginColumns-d{
  max-width: 28%;
  /*max-height: 100%;*/
  padding: 40px 800px 20px 20px;
}
/*color theme*/
body{
  background-color: #ff0024;
}

.img-header{
      background-position: 20% 82%;
      background-size:100%  ;
}

.page-heading h2{
  color: #fff;
  font-weight: bold;
}

.nav-header{
    /*background: #f7821d; color theme*/
    /* background: #0057bb; */
    background: rgba(0,74,135,.98);
}
.active{
  /*background: #f7821d; color theme*/
  /*background: #fff;*/
}

.navbar-default .nav > li > a,.nav-header a,.nav-header .text-muted{
  /* background-color: #0057bb; */
  color: #fff ;
}

.navbar-default .nav > li.active > a {
  background-color: #024088;
  color: #fff;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
  background-color: #024088;
  color: #fff;
}


.navbar-minimalize{
  background-color: #0057bb !important;
  border-color: #0057bb !important;
}

.logo-element{
  background-color: #222;
}

.navbar-fixed-top, .navbar-static-top{

}

.navbar-top-links li a,.navbar-top-links li span{

}

table.valign tr th {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.label.label-custom{
 height: 36px;
 width: 95px;
 display: inline-block;
}

.courier-box{
  margin-left: 20px;
  padding: 10px;
  /*background-color: #fff;*/
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 15px;
}

.courier-logo{
  width: 70px;
  height: 37px;
  margin-bottom: 10%;
  border-radius: 15px;
}

@media screen and (min-width : 1024px) {
  .courier-logo-div{
    width: 16%!important;
  }
}

@media screen and (min-width : 1000px) and (max-width : 1024px) {
  .courier-logo-div{
    width: 23% !important;
  }
}


@media screen and (min-width : 600px) and (max-width : 1000px){
  .courier-logo-div{
    width: 16% !important;
  }
}

@media screen and (max-width : 600px){
  .courier-logo-div{
    width: 29% !important;
  }
}

.pulsate-notif-cart::before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    right: 0;
    bottom: 0;
    animation: pulse 1s ease infinite;
    border-radius: 50%;
    border: 7px double #0057bb;
    padding: 5px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.3);
    opacity: 0.4;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

.badge-notif-cart{
  background:#0057bb;
  color: white;
  position:relative;
  top: -12px;
  right: 15px;
}

.badge-notif-cart-private{
  background:#ee441a;
  color: white;
  position:relative;
  top: -12px;
  right: 15px;
}

/*
  spinner
*/
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}


/* animated checked-box */

.danger-checkmark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  stroke-width: 6px;
  stroke: #ec4758;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #ec4758;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.danger-checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
     transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}

.ecatVendorName {
  font-weight:700;
}

.ecatProductName {
  font-weight:700 !important;
  color: #333;
}
