
@import url(/theme/css/themes/blue-light.css);


#sidebar-collapse {
  overflow-y: scroll !important;
  width: auto;
  height: 100%;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
#sidebar-collapse::-webkit-scrollbar { /* Chrome, Safari and Opera */
  display: none !important;
}

body {
  display: flex;
  flex-direction: column;
}

footer.page-footer {
	display: initial !important;
}

.admin-info span {
	word-break: break-all;
}
nav .breadcrumb {
	margin-top: 10px;
}
.breadcrumb {
	background-color: inherit;
}

.info-table {
	min-width: 300px;
	max-width: 95%;
	margin: auto;
	table-layout: fixed;
}
.info-table td {
	word-wrap: break-word;
	white-space: initial;
}
.info-table th {
	max-width: 250px;
}
.list-table {
	min-width: 750px;
	max-width: 100%;
	margin: auto;
}
.info-table td, .info-table th, .list-table td {
	padding: .5rem !important;
}

.tab-content {
	padding: 20px;
}

.actions i, .icon {
    font-size: 20px;
}

.center {
	text-align:center !important;
}

.no-search .select2-search {
    display:none
}
.select2-results__option {
	word-break: break-all;
}

.advanced-search-button {
	position: absolute;
	right: 15px;
}

.box-list {
	min-height: 300px;
}

a.button-link {
	color: white !important;
}

.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.6);
	padding: 30%;
	z-index: 4;
}
.dataTables_wrapper .dataTables_empty {
	position: relative;
	z-index: 2;
}
.DTFC_ScrollWrapper {
	margin-bottom: 20px;	
}
.DTFC_LeftBodyLiner {
	overflow-x: hidden;
}
th, td { white-space: nowrap; }
div.dataTables_wrapper {
    margin: 0 auto;
}
.border-right {
	border-right: 1px solid #eee;
}
.col-name {
	white-space: normal;
	max-width: 250px;
}
td.col-codice {
	font-family: monospace;
}

.col-nav {
	padding-left: 15px;
	padding-right: 0px;
}
.col-nav .nav-tabs {
	width: 150px;
}
.col-content {
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	min-width: 400px;
}

.alert-cookies {
	position: fixed;
	bottom: 10px;
	margin-right: 15px;
}

.alert-container {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.7);	
	z-index: 5;
}

.alert-container .custom-alert {
	position: relative;
	top: 30%;
	left: 30%;
	width: 40%;
	padding: .75rem 1.25rem;
	font-size:1.25rem;
	font-weight:500;
}

.alert-container .custom-alert .confirm-buttons {
	text-align:center
}


/* Round borders */

.ibox {
	border-radius: 10px;
}

.ibox .ibox-head {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}

.ibox .ibox-body {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}

.ibox .widget-stat-icon {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;	
}

.btn {
	border-radius: 8px;
}
.btn-block {
	width: 100%;
}

/* Flash messages */
.flash-box .alert {
	border-radius: 10px !important;
	margin-top: 25px !important;
}
.flash-box .alert-bordered {
	border-left-width: 5px !important;
}
.flash-box .alert i.fa {
	margin-right: 8px !important;
}
.flash-box .alert .btn-close {
	float: right;
}


.status-badge {
	text-transform: uppercase;
	opacity: 0.75;
	border-radius: 15px !important;
}
a {
	text-decoration:none;
}

.text-purple {
	color: #7E57C2;
}
.bg-navy, .bg-ebony {
	background-color: #34495f;
}
.text-navy, .text-ebony {
	color: #34495f;
}
.text-pink {
	color: #e91e63;
}

.alert-link {
	color: var(--bs-primary);
}

.dt_wrapper .dt_top, .dt_wrapper .dt_bottom_1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dt_wrapper .dataTables_filter {
	margin-bottom: 10px;
}
.dt_wrapper .dataTables_length {
	margin-top: 10px;
	margin-bottom: 5px;
}

/* Forms */
form label.form-label,
form label.form-check-label {
	font-weight: 600;
}