/* Portal Login Page: Welcome text color */
.bvz-login-welcome-text-color {
	color: #0D78BF;
}

/* Portal Header: Background color */
.bvz-header-bg-color {
	background-color: #ffffff !important;
}

/* Portal Header: Button color */
.bvz-header-btn-color {
	color: rgb(92, 92, 92) !important;
	/*color: #006684 !important; */  /*bizviz*/
	/* color: #E50000 !important; */   /*toyota*/
	/* color: #ec008c !important; */       /*uniphore*/
}

.bvz-header-btn-color svg path{
	/* stroke: rgb(92, 92, 92) !important;*/   /*bizviz*/
	/* stroke: #E50000 !important; */   /*toyota*/
	/* stroke: #ec008c !important; */  /*uniphore*/
}

.bvz-header-btn-color svg rect{
	fill: rgb(92, 92, 92) !important;   /*bizviz*/
	/* fill: #E50000 !important; */   /*toyota*/
	/* fill: #ec008c !important; */ 	/*uniphore*/
	
}

.header-icon path{
	fill: rgb(92, 92, 92) !important;  /*bizviz*/
	/* fill: #E50000 !important; */   /*toyota*/
	/* fill: #ec008c !important; */  	/*uniphore*/
}

mat-icon.path-separator{
	color: #0D78BF !important;    /*bizviz*/
	/* color: #E50000 !important; */   /*toyota*/
	/* color: #ec008c !important; */       /*uniphore*/
}

::-webkit-scrollbar-track {
    background-color: #d3d3d3;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px; 
	border-radius: 0px;
	background-color: #d3d3d3;
}
::-webkit-scrollbar-thumb {
    width: 6px;
	border-radius: 2px;
	background-color: #999999;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #808080;
}
/* User Icon letter dropdown background color */
.icon-avatar-color{
    background: #0D78BF !important; 	/*bizviz*/
    /* background: #E50000  !important; */ 	/*toyota*/
    /* background: #ec008c !important; */   /*uniphore*/
}
/* App header user and help dropdown left border color */
.dropdown-item:hover{
	border-left: 2px solid #6ec1f8 !important; 	/*bizviz*/
	/* border-left: 2px solid #E50000 !important; */ 	/*toyota*/
	/* border-left: 2px solid #ec008c !important; */ 	/*uniphore*/
}
/* App header user and help dropdown item icon color */
.dropdown-item-icon{
	color: #5c5c5c !important;	/*bizviz*/
	/* color:#E50000 !important;  */	/*toyota*/
	/* color: #ec008c !important; */       /*uniphore*/
}


/* App header user icon background color ****** not in use now **** */
.md-name-icon-color {
	/* background: #006684;  */		/*bizviz*/
	/* background: #E50000;*/		/*toyota*/
	/*background: #ec008c !important;*/	/*uniphore*/
}
/* App header user icon hover background color */
.md-name-icon-color:hover{
	/* background: #006684;  */	/*bizviz*/
	/* background: #C31700;*/ 		/*toyota*/
	/*background: #ef538b !important;*/    /*uniphore*/
}



/* Home document header icons color */
.doc-header-icon{
	color: #0D78BF !important;    /*bizviz*/
	/* color: #E50000 !important; */   /*toyota*/
	/* color: #ec008c !important; */       /*uniphore*/
}
/* Doc header user and help dropdown left border color */
.menu:hover{
	border-left: 2px solid #6ec1f8 !important;  	/*bizviz*/
	/* border-left: 2px solid #E50000 !important; */ 	/*toyota*/
	/* border-left: 2px solid #ec008c !important; */	/*uniphore*/
}

.menu mat-icon {
	color: #0D78BF !important;   /*bizviz*/
	/* color: #E50000 !important; */   /*toyota*/
	/* color: #ec008c !important; */   /*uniphore*/
}

.dropdown-menu li:hover{
	border-left: 2px solid #6ec1f8 !important;	/*bizviz*/
	/* border-left: 2px solid #E50000 !important;*/ 	/*toyota*/
	/* border-left: 2px solid #ec008c !important; */	/*uniphore*/
}

.dropdown-menu li mat-icon {
	color: #0D78BF !important;  /*bizviz*/
	/* color: #E50000 !important; */   /*toyota*/
	/* color: #ec008c !important; */   /*uniphore*/
}




