body {
	padding-top: 55px;
	padding-bottom: 65px;
}

.left-nav-spacer {
	height: 120px;
}


/* List Builder Collapsible Side Navs */
/* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 80px; /* Place content 60px from the top */
  padding-bottom: 65px;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  border-right: 3px solid #007BFF;
}

.close-btn {
	
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#list-builder-result-pane {
  transition: margin-left .5s; /* If you want a transition effect */
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
} 





#parameterSidebar .card .card-header {
  border-radius: 0px 0px 2px 2px;
  padding: 0;
}

#parameterSidebar .card .card-header .btn-header-link {
  display: block;
  text-align: left;
}



.param-indicator:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}


[data-toggle="collapse"]  .param-indicator:after {  
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  float: right;
}

[data-toggle="collapse"].collapsed .param-indicator:after{
  content: "\f078";
}

[aria-expanded="true"] .param-indicator:after{
  content: "\f077";
}


.icon-select {
  font-family: "FontAwesome", 'sans-serif';
}


.toast {
    left: 50% !important;
    position: relative;
    transform: translate(-50%, 0px);
    z-index: 1 !important;
}

.toast-container {
	position: fixed;
}