/* sb5code/images/css/sidemenu.css */



/* USED WITH NEW AND OLD */

    
.sideframe {
  background: rgba(0, 24, 36, .25);
/*  min-width: 200px;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 20px 0 30px 0;
  border-bottom-right-radius: 12px;
}

.sidebutton {
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  background: rgba(0, 24, 36, .25);
}
 
.sidebutton a,
.sidebutton a:link,
.sidebutton a:visited {
    display: block;  
    float: none;
    background: rgba(0, 24, 36, .70);
    padding: 4px 5px 5px 6px;
    text-decoration: none;
    color: #9acd66;
    font-family: acumin-pro-wide, sans-serif;
    font-style: normal; 
    font-weight: 300;
    font-size: 1.0rem;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #4C5D61;
    border-bottom: 1px solid #1C2D32;
    }

.smactive a,
.smactive a:link,
.smactive a:visited,
.sidebutton a:hover {
  color: #B2D235;
  background: #142327;
  border-top: 1px solid #23373D;
  border-bottom: 1px solid #0D191D;
}
  
.smadmin a,
.smadmin a:link,
.smadmin a:visited {  
  color: #737300;
}
  
.smlvl a,
.smlvl a:link,
.smlvl a:visited {  
  color: #557717;
}





/* END USED WITH NEW AND OLD */

/* OLD SIDE MENU */

/* new orders */

.sm-new-icons {
    height: 34px;
    width: 240px;
    display: block;
    clear: both;
    background-color: #efefef;
    margin: 0;
    float: left;
    margin-bottom: 6px;
    padding: 4px 0 4px 0;
    }  




.sm-new-icons img {
    height: 32px;  
    margin: 2px 2px 0 20px;
    float: left;
    }  
/* new orders */

.viclogo {   
    height: 42px;
    margin: 4px 6px 4px 10px;
    }     
    




/* DEPRECIATED REMOVE AFTER GRID LAYOUT ADOPTED */

    
.ddmenu {
  overflow: hidden;
}

.ddmenu a,
.ddmenu a:hover   {
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  margin: 0;
}

.ddmenu a:hover, 
.dropdown:hover .dropbtn {
  background: none;
}

.ddframe {
  display: none;
  position: absolute;
  top: 45px;
  left: 20px;
  z-index: 2000;
  background: red;
}
    
.ddframe, 
.sideframe {
  min-width: 200px;
  z-index: 2000;
  background: none;
}
    
.ddframe .sidebutton {
  padding: 16px 0;
  border-radius: 12px;
}

.dropdown:hover .ddframe {
  display: block;
}