#dashBody{background: #e6e6e6;
            
        margin-top:20px;
}
.textWht{color:#fff !important;}
.textWht:hover{color:#fff !important;}

#text-color{color:#2e3192;}
.txt-color{color:#2e3192;}
#selrSidbar{
    margin-top:15px;
    padding:3px 15px 3px 3px;
}

#bgClr{
    background-color:#2e3192 !important;
}

#dashNav{
    background:#2e3192;
}
#logedSideMenua{font-size:14px; text-decoration:none; color:#262626;}
#logedSideMenua > .list-group-item{
    padding:7px;
    border:none;
}

#logedSideMenuLi{border:none;}
#logedCompLogo{width:25px;}

#logedCompName{font-size:12px; color:#3e4194;font-weight:bold;}


/*  Right Sidebar CSS*/

#logedUsercontent{
    margin-top:20px;
     background-color: #ffffff;
     padding:3px 15px 3px 3px;
}

#logedUsercontent> h1{margin-top:0px;}

#logedUsercontent > .breadcrumb{
    margin-top:-10px;
}

#logedUsercontent > .row > .col-xs-3{
    margin-top:-10px;
}

#logedUsercontent > .row > .col-xs-9{
    margin-top:-10px;
}

#logedUsercontent > .row > .col-md-12{
    margin-top:-10px;
}

#profileTab{
    border: solid 1px #555;
    
    background-color: #eed;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
#profileTab> h5{color:#2e3192;
    font-weight:bold;
}

#profileTab > li > a{
    font-size:16px; 
    font-weight:bold; 
    color:#2e3192;
}

#updt-btn{background-color:#2e3192;
    color:#ffffff;
}

sup{font-size:18px; 
color:red;}

.proLstDesc > p{color:#000000;}

/*Start CSS for Last Right Side Bar in Add Product as well as Edit Product*/
    
.lastRightBar {
    background-color:#f2f2f2;}
div.ex1 {
    
  height: 300px;
  overflow: auto;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.ex1>ul{padding:0px 3px;font-size:12px;border:1px solid lightgrey;}
.ex1>ul,.ex1>ul>li>ul, .ex1>ul>li>ul>li>ul  {
padding-top:0px;
padding-bottom:0px;
margin-bottom:0px;
}

.ex1>ul>li, .ex1>ul>li>ul>li .ex1>ul>li>ul>li>ul>li  {
padding:0px;
margin:0px;
}
/*End CSS for Last Right Side Bar in Add Product as well as Edit Product*/


/*Start to Hide Database table Search Field */
 #viewproduct_filter{
        display:none;
    }
/*End to Hide Database table Search Field */

.searchDbTble > .col-sm-8{
    margin-bottom:10px;
    
}

.searchDbTble > #submit{
    margin-right:10px;
    
}