body{
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

mat-sidenav-content{
    background: rgba(0,0,0,.03);
}

.container{
    margin: 5px 10px;
}

.active > .mat-list-item-content::before {
    position: absolute;
    left: 0;
    height: 100%;
    border-left: 4px solid green;
    content: "";
}

.active-main > .mat-list-item-content::after {
    position: absolute;
    left: 4px;
    top: 15px;
    height: 0;
    width: 0;
    border-left: 5px solid green;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: "";
}

.subnav .active > .mat-list-item-content::before, .subnav-mini .active > .mat-list-item-content::before {
    position: absolute;
    left: 0px;
    height: 100%;
    border-left: 4px solid green;
    content: "";
}

.subnav .full-active > .mat-list-item-content::after, .subnav-mini .full-active > .mat-list-item-content::after {
    position: absolute;
    left: 4px;
    top: 5px;
    height: 0;
    width: 0;
    border-left: 5px solid green;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: "";
}

.hide{
    display:none;
}

.detailimg{
    height: 100px;
    width: 100px;
    background-color: #fafafa;
    animation-name: img-circle-load;
    animation-duration: 1s;
    border-radius: 50%;
    margin-top: 10px;
    margin-left: 80px;
}

.mat-card-header-text{
    margin: unset !important;
}

.mat-cell{
    white-space: nowrap;
}

a{
    color: darkslategray;
    text-decoration: none;
}
a:hover {
    color: black;
    text-decoration: underline;
    cursor: pointer;
}

 [for="schemes"],.models, .information-container, .topbar{
    display: none !important;
  }

.scheme-container {
    box-shadow: unset !important;
}

gridster {
    background: unset !important;
}

gridster-item {
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 10px;
    height: 100%;
    width: 100%;
}

widget-toolbar {
    position: absolute;
    right: 0;
    top: 0;
}

mcc-color-picker .transparent{
    display: none !important;
}