#t4-sideshow {
	top:-111px;
	position:relative;
  	height:100vh;
}
.pull-none {
  	text-align:center;
}
.page-header > h2 {
  	color:#5fa543;
}
.t4-offcanvas-toggle .toggle-bars {
    background-color: #212b64;
}
.t4-offcanvas-toggle .toggle-bars:before, .t4-offcanvas-toggle .toggle-bars:after {
    background-color: #212b64;
}
.card-header {
    color: #fff;
    background-color: rgb(33, 43, 100);    
}
.card-footer {
    color: #fff;
    background-color: #28a745;    
}
.table-hover tbody tr:hover {
    background-color: rgba(33, 43, 100, 0.22);
}