<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/

/* .portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
} */

.form-control{
	padding: 0 0 0 0;
}

.control-label{
	padding: 0 0 0 0;
	text-align: center;
}

.input-group-addon{
	padding: 0 0 0 0;
	text-align: center;
}
@media (min-width: 992px) {
  /* 992px */
  .page-sidebar {
    width: 300px;
    float: left;
    position: relative;
    margin-right: -100%;
    background-color:rgba(64, 64, 64, 0.4);
  }
  
   .page-content-wrapper .page-content {
    margin-left: 300px;
    margin-top: 0px;
    min-height: 600px;
/*     padding: 25px 20px 10px 20px; */
     padding: 0 0 0 0; 
  }
}

.input-medium {
  width: 160px !important;
}

.input-mediumlarge {
  width: 200px !important;
}

/*
Change Quick Sidebar Width
*/


.page-quick-sidebar-wrapper {
  right: -300px;
  width: 300px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -300px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 300px;
  margin-left: -300px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 270px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -300px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 300px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 300px !important;
  margin-left: 300px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -300px;
}


/*
.portlet.box &gt; .portlet-body {
	background-color: rgba(0,0,0,0);
	color: white;
}

.portlet.green-meadow {
	background-color: transparent;
	color: white;
}*/

 
.page-content-wrapper .page-content {
    min-height: 10px;
 }
 
 .nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 0px 10px;
    color: #fff;
    line-height: 45px;
}

.form .form-section {
    margin: 10px 0px 5px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.form .form-body {
	padding-top: 5px;
	padding-bottom: 1px;
}

.bootstrap-select&gt;.btn {
    padding-right: 10px;
}

.btn {
    padding: 2px 10px;
    font-size: 12px;
}

.btn-lg {
    padding: 2px 16px;
    font-size: 16px;
}

.form-control {
    height: 24px;
    font-size: 12px;
}

.form-group {
	line-height: 24px;
	margin-bottom: 5px;
}

.form-horizontal .control-label {
    padding-top: 0;
}

.col-md-3 {
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

label {
  font-weight: 400;
  font-size: 12px;
}

.select2-container .select2-choice {
	height:24px;	
}

.select2-container .select2-choice &gt; .select2-chosen {
	line-height:16px;	
}

.select2-container .select2-choice .select2-arrow {
	top:-4px;	
}

.select2-container .select2-choice abbr {
	top:4px;	
}

.table thead tr th {
  font-size: 12px;
  font-weight: 600;
}

.nodeDetail{
	color:#7f7f7f;
	text-decoration:underline;
	padding:0 0 0 20px;
}

.label-primary{
	font-size: 16px;
}

.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:hover, .nav-tabs&gt;li.active&gt;a:focus {
/*	background-color:#4b8df8;*/
	background-color:#565656;
	color:white;
}

.portlet {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

.input-group .input-group-addon {
	min-width: 25px;
}

.page-container {
   position: inherit; 
}

.close {
  background-image: none);
}

.page-header.navbar .page-logo {
  float: left;
  display: block;
  width: unset;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
}

.page-header.navbar {
	height: 80px;
	background-color: rgba(0, 0, 0, 0.6);
	overflow: hidden;
}

.page-header-fixed .page-container {
	margin-top: 80px;
}

.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:hover, .nav-tabs&gt;li.active&gt;a:focus {
    color: #fff;
    cursor: default;
    background-color: #565656;
    /* border: 1px solid #ddd; */
    border-bottom-color: transparent;
    border: none;
}</pre></body></html>