

.sidebar-menu li.active>.treeview-menu >.current-tree {
    
    margin-left: 40px;
    border-left: 1px solid #FF0000;/* #423f95;*/
    display: block;
    
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    
     background-color: #00A0DD; /* #343084;*/       
}



.sidebar-menu li.active>.treeview-menu >.current-tree:hover {
    color: #343084;
    background:  #FFFFFF;  
}



.fc-myCustomButton-button:before{
	font-family: bootstrap-icons !important;
	content: "\f1f8  ";   
}

.fc-myPrintButton-button:before{
	font-family: bootstrap-icons !important;
	content: "\f501  ";   
}

.fc-dayGridMonth-button:before {
	font-family: bootstrap-icons !important;
    content: "\f214  ";
}

.fc-timeGridWeek-button:before {
	font-family: bootstrap-icons !important;
    content: "\f213  ";
}

.fc-timeGridDay-button:before {
	font-family: bootstrap-icons !important;
	content:"\f20e  ";
}

.fc-listWeek-button:before {
	font-family: bootstrap-icons !important;
    content: "\f227  ";
}



  