/*
Primary: EA5B0C 
Light: DC7D48 
Dark: FE5F07
GRAY: E1E1E1
*/

[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}

/* Scrollbar start */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar:hover {
    width: 12px;
    height: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 3px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #242a31; 
    border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #242a31;
    width: 12px;
    border-radius: 4px; 
}

/* Scrollbar end */


body.fixed-sidebar.mini-navbar .navbar-static-side {
	z-index: 0;
}

.ibox-content-sectionForm {
	position: relative;
}
.ibox-content-sectionForm .overlay.in {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	background-color: rgba(255, 255, 255, .5);
}
.ibox-content-sectionForm .overlay.in .fa.fa-spinner.fa-spin {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -30px;
	color: #666;
	font-size: 25px;
}
.ibox-content-sectionForm .overlay.in div {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #666;
	font-size: 15px;
	width: 300px;
	margin-left: -150px;
	text-align: center;
}

.no-result {
	margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}

div.card-header.card-header-bg-color {
	background-color: #dcdcdc;
}

.dt-body-center {
	text-align: center;
}

.cp-input-container .input-group-text {
	border-color: #999!important;
}

.select2.form-control-sm + .select2-container--bootstrap .select2-selection--single {
	padding: 6px 16px;
	height: 31px;
}

.sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a.btn-spedizioni,
.badge-spedizioni {
	background-color: #4caf50!important;
	color: #FFF;
}
.sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a.btn-ritiri,
.badge-ritiri {
	background-color: #c7101b!important;
	color: #FFF;
}
.sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a.btn-triangolazioni,
.badge-triangolazioni {
	background-color: #ff9800!important;
	color: #FFF;
}

.table-with-additional-filters.table-responsive {
	width: calc(100% + 15px)!important;
}
.table-with-additional-filters .dataTables_wrapper {
	width: calc(100% - 15px);
}
.data-table-custom-filter {
	background-color: rgb(240, 240, 240);
    border-radius: 10px;
    padding: 15px;
    margin-top: 5px;
}

.separator-solid.p-r {
	position: relative;
}
.separator-solid.m-t {
	margin-top: 35px;
}
.separator-solid .title-container {
	padding: 0 3px;
	position: absolute;
	top: -12px;
	left: 6px;
	background-color: #FFF;
}
.separator-solid .title {
	background-color: #09644F;
	font-weight: bold;
	color: #fff;
	border-radius: 4px;
	padding: 1px 8px;
}

.autoNumeric.integer,
.autoNumeric.decimal2decimals {
	text-align: right;
}

.modal-xlg {
	max-width: 1000px;
}

.operationInfo {
	margin-top: 5px;
}
.operationInfo.tooltip .tooltip-inner {
	max-width: inherit;
}
