.bcMnb {
    margin-bottom: 0px
    overflow: visible;
}
.dropdown_menuStyle::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px !important;
}
.dropdown_menuStyle {
	height: auto;
	max-height: 500px;
	overflow-x: hidden;
	line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 260px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
  /*   background-color: #f5f5f5; */
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
	
}
.table22 th, .table22 td{
	padding: 10px 4px 5px 4px !important;
	text-align:center !important;
}
.dropdown_menuStyle::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 4px;        
    }    
    .dropdown_menuStyle::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: lightgray;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);        
    }	

.dropdown_menuStyle h2{ font-size:14px; padding: 1px 20px; line-height:16px; letter-spacing:1px;}
.modelWidth{top: 10%;left: 1% !important; width: 98% !important;
    margin-left: auto !important;}
.dropdown_menuStyle P{padding:0PX 20PX;}

.dropdown_menuStyle li .edit_hover_class{
  visibility:hidden;
  float:right;
}
.dropdown_menuStyle li:hover .edit_hover_class{
 visibility:visible;
 float:right;
 cursor:pointer;
 padding:0 15px 0 0;
}


/*.dropdown_menuStyle li .dropChild a{color:#333 !important;}
li:hover .dropChild a{color:#fff !important;}*/

.dropdown_menuStyle li:hover a .dropChild:hover{background-color:red;}


.dropChild{ padding:5px 5px 5px 20px; color:#333 !important;}
.dropChild a{color:#333 !important;}
.blockCalander{margin-top: -15px !important;}
.btnCls{background-color:rgb(255,255,255 0) !important; border:none !important; background-image: linear-gradient(to bottom,#fff,#fff);
    background-repeat: repeat-x; }
.btnCls:hover{background-color:rgb(255,255,255 0) !important; border:none !important; background-image: linear-gradient(to bottom,#fff,#fff);
    background-repeat: repeat-x; }
	
.block_padding{padding:10px 22px; font-size:22px; font-weight:bold;}

.navbar_inner_dash {
    min-height: 30px !important;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f2f2f2 !important;
    background-image: -moz-linear-gradient(top,#f2f2f2,#f2f2f2) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#f2f2f2)) !important;
    background-image: -webkit-linear-gradient(top,#f2f2f2,#f2f2f2) !important;
    background-image: -o-linear-gradient(top,#f2f2f2,#f2f2f2) !important;
    background-image: linear-gradient(to bottom,#f2f2f2,#f2f2f2) !important;
    background-repeat: repeat-x;
    border: 1px solid ##ccc !important;
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#f2f2f2',GradientType=0) !important;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    box-shadow: 0 1px 4px rgba(0,0,0,0.065);
}
.navbar_inner_dash div{
	padding-top:5px !important;
	}
	

.block_content_DashBoard {
    margin: 1em;
    min-height: 263px;
}
.dividerList
{
	height: 1px;
    margin: 4px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}

.navbar-fixed-top{margin-left:0px; margin-right:0px;}
.srinav{margin-top:25px;}

/* Change color of dropdown links on hover */
.dropdown_menuStyle a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown_menuStyle {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover{background-color: #eaebef!important; border-bottom: 4px solid #00a3d2;padding-bottom: 12px;}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #008000;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  /* bottom: 30px; */
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to { /* bottom: 30px; */ opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to { /* bottom: 30px; */ opacity: 1;}
}

@-webkit-keyframes fadeout {
  from { /* bottom: 30px; */ opacity: 1;} 
  to { /* bottom: 0;*/ opacity: 0;}
}

@keyframes fadeout {
  from { /* bottom: 30px; */ opacity: 1;}
  to { /* bottom: 0;*/ opacity: 0;}
}

@media (max-width: 600px) {
	#mobile_logout{
		display:block !important;
	}
	#btn_btn-navbar {
		margin-top: 10px;
	}
}


/* width */
::-webkit-scrollbar {
  width: 6px;
  height:6px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 6px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffc266; 
  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffc266; 
}


#evol_sc_refresh{
background-color: #e67817;
font-weight:normal;
font-size:14px;
}
/*New Css Starts Here jan-05-2023*/
.divider{margin:-2px 0px 0px 0px;} 
.excelexport{background:none; border:none;}
.block-header div{padding:12px 0px;}
.search_button{background:#3A8CCC !important; border-radius:6px !important; color:#fff; padding:6px 10px; border:none; margin-top:23px; }
/* .jQtble th, .jQtble td{padding:15px 10px 10px 15px;} */
.jQtble th, .jQtble td{padding:10px 10px 0px 15px;}
.total_val_table tr td span{color:#3A8CCC; line-height:34px;}
.jQtble{border:none;}
.jQtble tr{background:#fff;}
.ui-jqgrid .ui-jqgrid-htable th div{line-height:inherit !important;}
.ui-widget-header{background:#fff !important;}
/*.ui-jqgrid-labels .ui-state-default{background:#3A8CCC; color:#fff;}
 .table th{background:#3A8CCC; color:#fff; padding:15px 10px 10px 15px;font-weight:normal;} */
.ui-jqgrid-labels .ui-state-default{background:#f2f2f2; font-weight:500;}  /*color:#000;*/
.table th{background:#f2f2f2;  padding:15px 10px 10px 15px;font-weight:500;} /*color:#000;*/
/*New Css Ends Here*/
.txct.dark.txtno a{ 
	 color:#000000 !important;
}
.txct1.dark1.txtno1 a{ 
	 color:#000000 !important;
}
@media(max-width:767px) {
.breadcrumb { display:none;  } 
.srinav{margin-top: 0px !important; display:none;}
}


/*for popup model*/
/* The Modal (background) */
.modal-spl {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content-spl {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
/* The Close Button */
.close-spl {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-spl:hover,
.close-spl:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
body{
	word-wrap: break-word;
}