.mainmenu {
background:#013763 !important;
color:#ffffff !important;
}
.sidenav{
background:#f9f9f9 !important;
color:#ffffff !important;
font-size:14px !important;
font-family:inherit !important;
display:none !important;
}

.editprofilebutton, .userButton {
	display:none !important;
}

.mat-sidenav-container{
	display:none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.mat-form-field .mat-icon-button {
	display:inline !important;
	margin-bottom:-10px;
	}
}
.mat-drawer-container {
    background: linear-gradient(45deg, #3c6086 , transparent);
    color: rgba(0,0,0,.87);
}
.mat-card {
    background: #f9f9f9d1 !important;
    color: #013763;
}
.docs-component-list-card-title{
   color:#013763 !important;
}

.menuitem span {
    font-size: 14px !important;
    width: 65px;
    vertical-align: middle;
    text-align: center;
    font-family: inherit;
    color:#013763;
}
.submenu span{
  color:#f9f9f9 !important;
}

.list-item-active span {
    font-size: 14px !important;
    width: 65px;
    vertical-align: middle;
    text-align: center;
    font-family: inherit;
    color:#f9f9f9;
}

.list-item-active {
    background-color: #013763 !important; 
    height: auto !important;
    cursor: pointer;

}
.submenu{
background:#013763 !important;
font-size:14px !important;
font-family:inherit !important;
}
.fullscreen{
overflow-y:auto;
}
.workflowButton{
	background-color:#b2c0cf !important;
	 
}
.mat-select-disabled .mat-select-value
{
	color: rgb(0,0,0) !important;
}
.ag-theme-balham .ag-cell {
    border: 1px solid #c2ccd6!important;
    line-height: 26px;
}
.ag-theme-balham .ag-header-row {
    border: 1px solid #c2ccd6!important;
    color: black;
}
.ag-header-cell-text {
	font-weight: bold !important;
}