/************************ menu bar dropdowns /*****************************************/

/*

background-color: #222;
    border-color: #080808;*/

    .ddmenu li {

        background-color: inherit;
        display: flex;
        align-items: center;
        justify-content: left;
        color: antiquewhite;
        /* padding-left:5px; */
        height:40px;
        line-height:31px;
        font-size:14px;
        /* border-bottom:1px solid antiquewhite; */
        text-align:left;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
        
    }

    .ddmenu a {

        color: white;
        width: 100%; 
        text-decoration: none;
        font-weight: normal;

    }

    .ddmenu a:hover {

        color:yellow;
        text-decoration: underline;

    }
    
    /* .ddmenu li:hover {
        
        background:black;
        color:yellow;	
        
    } */
    
    .ddmenu {
        
        list-style:none;
        margin:0px;
        padding:0px;
        /* width:230px; */
        /* display:none; */
        cursor:pointer;
        font-weight:bold;
        font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
        box-shadow:0px 0px 5px black;
        z-index:2000;
        border-radius: 0px 0px 4px 4px;
        border:none;
        /* border-top:none; */
        overflow:hidden;
        color: antiquewhite;
    
    }
    
    .drop_active {
    
        box-shadow: 0 0 0 1px#9d9d9d inset;
    
    }
    
    .caret2 {
      display: inline-block;
      width: 0;
      height: 0;
      margin-top: 5px;
      margin-left: 8px;
      margin-right: -4px;
      vertical-align: middle;
      border-top: 6px dashed;
      border-top: 6px solid \9;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
    }
    
    .dropMen {

        position: absolute;
        z-index: 10000;
        /* background-color: #990f02; */
        color: white;
        list-style: none;
        margin: 0px;
        padding: 0px;
        border-radius: 5px;
        overflow: hidden;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        
    
    }
    
    .dropMen li a {
    
        display: flex;
        align-items: center; 
        height: 100%;
        padding-left: 8px;
        
    
    }

    .dropArrow {

        font-size: 10px; 
        pointer-events: none; 
        margin-top:3px; 
        margin-left: 2px;

    }
   
    
    /****************************** End Dropdown css ****************************************/

    /**** specific dropdown classes ***/

    .defaultDrop {

        background-color:black;

    }

    .defaultDrop > li > a:hover {

        background-color: rgb(34, 34, 34);
        text-decoration: none;

    }


    .adminDrop {

        background-color:black;

    }

    .adminDrop > li > a:hover {

        background-color: rgb(34, 34, 34);
        text-decoration: none;

    }

    .paymentsDrop {

        background-color:#633000;

    }

    .paymentsDrop > li > a:hover {

        background-color: #8a4403;
        text-decoration: none;

    }

    .reportingDrop {

        background-color:darkgreen;

    }

    .reportingDrop > li > a:hover {

        background-color: rgb(3, 138, 3);
        text-decoration: none;

    }

    /* .printBatchDrop {

        background-color:darkgreen;

    } */

    .printBatchDrop > li:hover {

        background-color: #fd367e;
        color:yellow;
        text-decoration: none;

    }

    .printBatchDrop > li {

        padding:15px 8px 15px 8px;
    

    }

    .brandMenuDrop > li:hover {

        background-color: rgb(27, 106, 185);
        color:yellow;
        text-decoration: none;

    }

    .brandMenuDrop > li {

        padding:15px 8px 15px 8px;
    

    }