#back2Top {
    width: 80px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    
    position: fixed;
    bottom: 50px;
    left: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    -webkit-border-top-right-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topright: 15;
-moz-border-radius-bottomright: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}

.ddl.card-body {
    padding: 22px !important;
}

.menuhighlight {
    
}
.ui-menu-item{
    padding: 6px !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    padding: 6px !important;
    background-color: #bbccef !important;
    border: none !important;
}
.navbar {
    padding: 5px 0px 5px 0px !important;
    
}

.card-img-back {
/*    outline: 4px solid rgba(30, 55, 103, 0.1) !important;
    
    overflow: hidden;
    position: relative;*/
    
/*    outline: 52px solid rgba(30, 55, 103, 0.1) !important;
    outline-offset: -52px;*/
    
    
}

.card-img-front {
/*    outline: 115px solid rgba(30, 55, 103, 0.1) !important;
    outline-offset: -115px;
    overflow: hidden;
    position: relative;*/
    opacity: 0.9;
}
.card-img-hover .card-img-top {
    transition: none !important;
}
.card-img {
    background-color: #1e3767;
}

.storetag {
    font-size:14px; 
    padding-top: 4px !important; 
    padding-bottom: 3px !important; 
    padding-left: 10px !important;  
    padding-right: 6px !important; 
    height: auto !important;
}

#the-sticky-div.sticky {
     position: fixed;
     top: 0;
  }
  
.noitems::before {
    content: '';
    position: absolute;
    top: -0.5rem;
    right: -0.75rem;
    display: flex;
 
    border: none;
    background: none ;
   }
   
   .orderline {
padding: 8px;


border-bottom: 1px dotted #ccc;


}
.trackon {
background-color: #009900;
color: #000;
font-size: 14px;
font-weight: bold;
}
.trackoff {
background-color: #ccc;
color: #666;
font-size: 14px;


}
.cursortd {
cursor: pointer;
}
.hoverdivs tr:hover {
background-color:rgba(0, 0, 0, 0.3) !important;
}

.hoverdivs tr:hover td { 
background: transparent; 
}

.shipline {
background-color: #d2d2d2;
color: #6e6e6e;
border-bottom :  1px dotted #999;
}
.shipline a{
color: #999;

}
.pendingline {
background-color: #fff;
color: #000;

}
.pendingline a {

color: #0d00bf;

}
.processedline {
background-color: #bce2c2;
color: #6e6e6e;

}
.processedline a {

color: #607964;

}

.canceledline {
background-color: #a67667;
color: #6e6e6e;

}
.canceledline a{

color: #97392c;

}

.unreadline {
font-weight: bold;
}


.readline {

font-weight: normal;
}
.adminmenu {
font-size: 12px;

font-weight: bold;
text-align:center;
color: #0d00bf;
cursor: pointer;
}

.currentadminpage {
background-color: #e4e4db;
color: #000 !important;
}

.adminmenu:hover{
background-color: #c3c3c2;
}
.nav-tabs {
    background-color: #ffffff !important;
}
 
  .showmobile {
      display: none;
  }
@media only screen and (max-width: 768px) {
  .nav-link {
   padding: 10px 10px 10px 20px !important;
  }
  
  .hidemobile {
      display: none;
  }
  .showmobile {
      display: block;
  }
}

/*.fixedPriceElement {
    background-color: #ff6f61;
    
    top:0;
    width:100%;
    z-index:100;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}*/

.fixedPriceElement {
    background-color: #ff6f61;
    position: sticky;
    top: 0px;
    width:100%;
    z-index:100;
    text-align: center;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 12px;
    padding: 4px;
}
