.sidebar {
    position: fixed;
    width: 200px;
    margin-left: 10px;
    float: left;
    height: calc(80%);
    top: 110px!important;
    left: -240px;
    bottom: 0;
    z-index: 5;
    background: #fcfcfc;
    border-right: 1px solid #dddddd;
    transition: left 0.3s ease-out;
    overflow-y: auto;
    padding: 0 100 0 0;
    background: #dddddd;
    border-radius: 0 10px 10px 0;
}	

.page-header {
    margin-top: 42px!important;
}	

.breadcrumb li p{
	display:none!important;
}	

h1{
	font-size: 20pt!important;
}

.icon-remove:before {
    content: "\e61d";
    color: red;
}
.icon-view:before {
    content: "\e606";
    color: #2392d1;
}
.icon-edit:before {
    content: "\e607";
    color: orange;