<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------- */
/* ------- Backpack Content Is King Overlay ------------ */
/* ----------------------------------------------------- */
/* 	This file brings some subjective improvements to the AdminLTE style. Use this file or not - it's a matter of preference. */

.sidebar-menu&gt;li&gt;a&gt;.fa,
.sidebar-menu&gt;li&gt;a&gt;.glyphicon,
.sidebar-menu&gt;li&gt;a&gt;.ion {
	margin-right: 5px;
}

body[class^='skin-'] .sidebar-menu&gt;li&gt;a {
	border-left: 2px solid transparent;
}

.skin-purple .sidebar-menu&gt;li.header {
	padding-top: 5px;
	padding-bottom: 5px;
}

.content-header {
	padding: 35px 15px 0px 15px;
}
.content-header&gt;h1 {
	font-size: 32px;
	font-weight: 200;
}
.content-header&gt;.breadcrumb {
	top: 5px;
}
.user-panel {
	padding: 20px 10px 20px 10px;
}

.btn {
	border: none;
}

.btn-default {
	background-color: #f4f4f4;
}

body {
	font-size: 15px;
}

.box {
	margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.logo-lg b {
	font-weight: 400;
}

.content-header&gt;h1&gt;small {
	font-weight: 400;
}

.pace .pace-activity {
	display: none;
}

.nav-stacked&gt;li.active&gt;a, .nav-stacked&gt;li.active&gt;a:hover {
	background: #f7f7f7;
	border: none;
}


.nav-stacked&gt;li.active&gt;a, .nav-stacked&gt;li.active&gt;a:hover {
	background: #f7f7f7;
	border: none;
}

#crudTable {
	border: none!important;
}

#crudTable_filter input {
	border: none;
}</pre></body></html>