/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

/* bootstrap aditions  */
.fs-7 {
	font-size: 0.85rem !important;
}

/*  */
.btn-light:hover {
	background-color: #e2e2e2;
	border-color: #e2e2e2;
}


/* NUCLEO ICONS STUFF */

.icon {
	position: relative;
	top:  2px;
}

.it-1 {
	top:  1px;
}

.it-2 {
	top:  2px;
}

.it-3 {
	top:  3px;
}

/* GENERAL CSS */

a {
	text-decoration: none;
}

.vertical-nav {
	min-width: 12rem;
	width: 12rem;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	transition: all 0.2s;
	overflow-y: scroll;
	background: WhiteSmoke;
}

.vertical-nav * {
	transition: all 0.2s;
}

.page-content {
 /* width: calc(100% - 12rem);
  margin-left: 12rem; */
  transition: all 0.2s;
  min-height: 100vh;
}


.vertical-nav-hidden {
	margin-left: -12rem;
}

.page-content-full {
	width: 100%;
	margin-left: 0;
}


.vertical-nav-small {
	padding-top:  50px;
	min-width: 4rem;
	width: 4rem;
}

.vertical-nav-small .sidebar-logo,
.vertical-nav-small .nav-item-text {
	display:  none;
}

.vertical-nav-small ul {
	text-align:  center;
}

.vertical-nav-small .sub-nav {
	padding-left: 5px;
}

.page-content-maxed {
	width: calc(100% - 4rem);
	margin-left: 4rem;
}

.js-table-item-edit {
	cursor:  pointer;
}

.sub-nav {
	padding-left: 20px;
	/*display:  none;*/
}

.sub-nav li a.nav-link {
	padding: 0rem 1rem; ;
}

.bootstrap-select>.dropdown-toggle {
	border: 1px solid #ced4da !important;
}

.js-connections-content {
	display: none;
}

td.font-weight-bold {
	font-weight: bold;
}

td.font-italic {
	font-style: italic;
}


.my-red {
	color: #de1230 !important;
}

td.single-line {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}


td.single-line-emitent {
	max-width: 100px;
}


.table-sticky-header thead {
	position: sticky;
	top: 0;
	z-index: 100; /* Adjust if needed to ensure the header is above other elements */
	background-color: white; /* This is important to make the header not transparent */
}

.table-sticky-header thead::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0; /* Align to the bottom of the thead */
    width: 100%;
    height: 2px; /* Height of the pseudo-border */
    background-color: black; /* Color of the pseudo-border */
}


#stickyTotal {
    position: fixed;
    right: 10px; /* Adjust as needed */
    bottom: 10px; /* Adjust as needed */
    background-color: white; /* Adjust as needed */
    padding: 10px;
    border: 1px solid black; /* Adjust as needed */
    z-index: 1030; /* Higher than other elements */
}



/* SCROLL BAR */

