.beet-tab-dettagli{
	border: none;
	width: 100%;
	padding: 0 20px;
}

.beet-tab-dettagli tr td{
	padding: 3px 1px 3px 10px;
	border-top: 1px dotted #CCCCCC;
	line-height: 22px;
}
.beet-tab-dettagli tr td:last-of-type{
	border-bottom: 1px dotted #CCCCCC;
}

.beet-tab-dettagli tr td.beet-tab-etichetta{
	background-color: #F5F5F5;
	width: 35%;
	color: #666666;
	vertical-align: top;
}
.beet-tab-dettagli tr td.beet-tab-valore{
	color: #333333;
}
.beet-visual-data{
	width: 100%;
}
.beet-visual-data td{
	padding: 8px 16px;
}
.beet-visual-data td.beet-vd-bold{
	font-weight: 700;
	padding-right: 32px;
}
.beet-scrollabile{
	max-height: 700px;
	overflow-y: scroll;
}

.beet-dogcrumb {
    background: 0 0;
    margin-bottom: 0;
    float: right;
    padding: 0;
    margin-top: 8px;
    list-style: none;
    border-radius: 4px;
}
.beet-dogcrumb::after {
    display: block;
    content: "";
    clear: both;
}
.beet-dogcrumb > li {
    display: inline-block;
}
.beet-dogcrumb > li + li::before {
    content: "|\00a0";
    padding: 0 5px;
    color: #ccc;
}
.beet-dogcrumb a {
    color: rgba(0,0,0,.5);
}

.beet-frogcrumb{
	background: 0 0;
    margin-bottom: 0;
    float: right;
    padding: 0;
    margin-top: 0;
    list-style: none;
    border-radius: 4px;
}
.beet-frogcrumb::after {
    display: block;
    content: "";
    clear: both;
}
.beet-frogcrumb > li {
    display: inline-block;
    margin: 0 0 0 5px;
}
.beet-frogcrumb > li + li::before {
    padding: 0;
    color: #ccc;
}

.beet-frogcrumb > li.beet-frogcrumb-divider::before {
	content: "|\00a0";
    padding: 0 18px;
    color: #d8d8d8;
    font-size: 22px;
    line-height: 40px;
}

.beet-frogcrumb a {
    color: rgba(0,0,0,.5);
    padding: 0px;
}

.beet-frogcrumb a i{
   	font-size: 22px;
   	line-height: 40px;
}

.beet-subcrumb {
    background: 0 0;
    margin-bottom: 0;
    padding: 0;
    margin-top: 0;
	list-style: none;
	margin-left: 26px;
/*     border-radius: 4px; */
}
.beet-subcrumb::after {
    display: block;
    content: "";
    clear: both;
}
.beet-subcrumb > li {
    display: inline-block;
}
.beet-subcrumb > li + li::before {
    content: "|\00a0";
    padding: 0 5px;
    color: #ccc;
}
.beet-subcrumb a {
    color: rgba(0,0,0,.7);
    font-size: 12px;
    font-weight: 600;
}

.beet-subcrumb a:hover{
	color: rgba(22,0,0,.5);
}

.beet-btn-menu-card {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.1rem 0.1rem;
	margin: 0 0.1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 2px;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.beet-btn-menu-card i {
	font-size: 24px;
	color: rgba(138, 141, 145, 1);
}

.beet-btn-menu-card:hover i {
	color: rgba(138, 141, 145, 0.5);
}

.beet-bmc-aggiungi i {
	color: #77be2d;
}
.beet-bmc-aggiungi:hover i {
	color: #77be2d80;
}

.beet-bmc-modal i {
	color: rgba(138, 193, 141, 1);
}
.beet-bmc-modal:hover i {
	color: rgba(138, 193, 141, 0.5);
}

.beet-bmc-apri i {
	color: rgba(255, 217, 125, 1);
}
.beet-bmc-apri:hover i {
	color: rgba(255, 217, 125, 0.5);
}

.sidebar-nav>ul>li>a {
	font-size: 17px !important;
	line-height: 22px;
	color: #212529;
}

.sidebar-nav>ul>li>a i {
	font-size: 23px !important;
    padding-bottom: 2px;
	color: #212529;
}

.sidebar-nav ul li a {
	color: #212529;
	font-size: 14px;	
}

.tbm-form.form-horizontal .control-label{
	text-align:left !important; 
}

.beet-button-aggiungi-profilo{	
	width: 50px;
    height: 50px;
    font-size: 20px;
}
.user-bg{
	height: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.bottom {
	width: 300px;
}

.form-group-modal{
	margin-bottom: 10px;
}
    
.form-evento {
	padding-left: 15px;
    padding-right: 15px;
}

.elimina-posizione {
	padding: 10px;
	margin-bottom: -15px;
	margin-right: 6px;
}

#icona-alert {
	vertical-align: top; 
	font-size: 56px; 
	padding: 5px;
}

.social-icons {
	color: #fff;
    font-size: 15px;
}

#navbar-user-text {
	color: #000;
    margin-left: 8px;
	margin-right: 10px;	
}

.dropdown-item, #navbar-user-text {
	font-size: 16px;
}

.topbar .top-navbar .navbar-header {
	 padding-left: 0px;
    text-align: center;
}

@media (max-width: 767px) {
	.topbar .top-navbar .navbar-header {
		padding-left: 8px!important;
	}
}

@media (min-width: 768px) {
	.mini-sidebar .sidebar-nav #sidebarnav>li>a {
		padding-left: 20px!important;
	}

	.mini-sidebar .top-navbar .navbar-header {
		padding-left: 0!important;
	}
}

.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75)!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff!important;
}

.mini-sidebar .sidebar-nav #sidebarnav>li>a i {
    margin-right: 33px!important;
}

.btn-info {	
	background-color: #77be2d!important;
	border-color: #77be2d!important;
}

.btn-info.focus,
.btn-info:hover {
    background-color: #639e26!important;
	border-color: #8adc35!important;
}

.btn-info.focus, 
.btn-info:focus, 
.btn-info:not(:disabled):not(.disabled).active:focus, 
.btn-info:not(:disabled):not(.disabled):active:focus, 
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: none;
}

a.text-info:focus, 
a.text-info:hover {
    color: #639e26!important;
}

.text-info {
	/* color: #77be2d!important; */
	color: #00871e !important;
}

.tbm-vd-bold {
    font-weight: 400;
}

.media-evento-img {
	width: 35%; 
	border-radius: 10px;
}

.td-media-evento {
	width: 80%; 
	text-align: center;
}

@media (max-width: 767px) {
	.dataTables_length {
		margin-left: 0!important;
	}	
}

.table-elenco a {
	/* font-size: 24px; */
	font-size: 15px;
}

.note-toolbar {
	z-index: 2!important;
}

.beet-button-aggiungi-media-evento {
	width: 40px;
    height: 40px;
    font-size: 14px;
}

.bg-info {
    background-color: #77be2d!important;
}

.tr-gestione td, .table-elenco td {
	vertical-align: middle;
}

.tr-gestione a {
	font-size: 20px;
}

.unita-vendita-icon {
	font-size: 27px;
    position: relative;
    top: 2px;
}

.topbar .top-navbar .navbar-header {
	background: rgba(255, 255, 255, 0.9)!important;
}

.page-item.active .page-link {
    background-color: #77be2d;
    border-color: #77be2d;
}

.page-link,
.page-link:hover {
	color: #77be2d;
}

/* BR-16 - Begin */

.left-sidebar {
	width: 277px;
}

@media (min-width: 768px) {
	.navbar-header {
		width: 277px;
	}

	.mini-sidebar .sidebar-nav #sidebarnav>li>ul {
		width: 277px!important;
	}
}

@media (min-width: 1024px) {
	.footer, .page-wrapper {
		margin-left: 277px;
	}
}

@media (max-width: 767px) {
	.mini-sidebar .left-sidebar, .mini-sidebar .sidebar-footer {
		left: -277px;
	}
}

/* BR-16 - End */

.logo-text-image {
	width: 80%;
	margin-top: 11%; 
}

.p-l-r-85 {
	padding-left: 85px!important;
	padding-right: 85px!important;
}

.p-l-r-50 {
	padding-left: 50px!important;
	padding-right: 50px!important;
}

.typeahead__cancel-button {
	font-size: 24px;
    line-height: 24px;
}

.custom-form-control {
    width: 100%!important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem!important;
    font-size: .875rem!important;
    line-height: 1.5!important;
    background-color: #fff!important;
    background-clip: padding-box!important;
    border: 1px solid #999999!important;
    border-radius: .25rem!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #212529!important;
    min-height: 38px!important;
    display: initial!important;
    font-weight: 400!important;
    font-family: Poppins,sans-serif!important;
}

.custom-form-control-feedback {
	font-family: Poppins,sans-serif!important;
    font-size: 14px!important;
    font-weight: 300!important;
}

.topbar .top-navbar .navbar-header .navbar-brand {
	padding-top: 1px!important;
}

.dataTables_filter input, 
.dataTables_filter input:focus, 
.dataTables_length select, 
.dataTables_length select:focus,
.form-material .form-control:focus {
    background-image: linear-gradient(#77be2d,#77be2d),linear-gradient(#e9ecef,#e9ecef)!important;
}

/* Custom theme color - Begin */

.skin-custom .topbar {
	background: #77be2d;
}

.skin-custom .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
	display: none;
}

.skin-custom .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
	display: inline-block;
	color: rgba(255, 255, 255, 0.8);
}

.skin-custom .sidebar-nav ul li a:hover,
.skin-custom .sidebar-nav ul li a:hover i {
	color: #75bd2a;
}

.skin-custom .sidebar-nav ul li a.active,
.skin-custom .sidebar-nav ul li a.active i {
	color: #75bd2a;
}

.skin-custom .sidebar-nav>ul>li.active>a {
	color: #75bd2a;
	border-left: 3px solid #75bd2a;
}

.skin-custom .sidebar-nav>ul>li.active>a i {
	color: #75bd2a;
}

.skin-custom .page-titles .breadcrumb .breadcrumb-item.active {
	color: #75bd2a;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    background-color: #77be2d;
}

.has-danger .custom-form-control {
    border-color: #e46a76 !important;
}

/* Custom theme color - End */

/* Typeahead - Begin */

.srv-evento-stato:hover{
	cursor: pointer;
}

.srv-tab-info-elenco thead{
	background-color: #e1ffe0;
}

.srv-tab-info-elenco thead th{
	padding: 8px;
}

#srv-div-ricerca-toolbar{
	padding-top: 15px;
	padding-bottom: 0px;
	width: 850px;
	font-size: 14px;
}

.srv-tsl-titolo {
    margin: 0;
    display: block;
    color: #222;
}
.srv-tsl-sottotitolo {
    font-size: 15px;
    color: #777;
}
 
#srv-div-ricerca-toolbar .typeahead__result .srv-tsl-titolo,
#ctr-form-aggiorna-sede .typeahead__result .srv-tsl-titolo,
#srv-form-nuova-categoria-unita-vendita .typeahead__result .srv-tsl-titolo,
#srv-form-modifica-categoria-unita-vendita .typeahead__result .srv-tsl-titolo,
#srv-form-nuovo-giacenza .typeahead__result .srv-tsl-titolo,
#srv-form-modifica-giacenza .typeahead__result .srv-tsl-titolo,
/* CI-66 - Begin */
#srv-form-nuovo-protocollo .typeahead__result .srv-tsl-titolo,
#srv-form-modifica-protocollo .typeahead__result .srv-tsl-titolo {
/* CI-66 - End */
    margin: 0;
    display: block;
    color: #222;
}
 

#srv-div-ricerca-toolbar .typeahead__result .srv-tsl-sottotitolo,
#ctr-form-aggiorna-sede .typeahead__result .srv-tsl-sottotitolo,
#srv-form-nuova-categoria-unita-vendita .typeahead__result .srv-tsl-sottotitolo,
#srv-form-modifica-categoria-unita-vendita .typeahead__result .srv-tsl-sottotitolo,
#srv-form-nuovo-giacenza .typeahead__result .srv-tsl-sottotitolo,
#srv-form-modifica-giacenza .typeahead__result .srv-tsl-sottotitolo,
/* CI-66 - Begin */
#srv-form-nuovo-protocollo .typeahead__result .srv-tsl-sottotitolo,
#srv-form-modifica-protocollo .typeahead__result .srv-tsl-sottotitolo {
/* CI-66 - End */
    font-size: 12px;
    color: #777;
}

.srv-toolbar-icona i {
	font-size: 22px;
	color: #555577;
} 

/* Typeahead - End */

/* BR-22 - Begin */

li.list-group-item.node-srv-categoria-albero.node-selected.search-result,
li.list-group-item.node-srv-categoria-albero-modal.node-selected.search-result {
    color: #000!important;
}

/* BR-22 - End */

@media (max-width: 767px) {
	.alert.alert-danger.alert-dismissable.m-b-0,
	.alert.alert-success.alert-dismissable.m-b-0 {
		margin-bottom: 10px;
	}
}

/* BR-25 - Begin */

.loader__figure {
	border: 0 solid #77be2d!important;
	background-color: #77be2d!important;  /* CI-7 */
}

.loader__label {
	color: #77be2d!important;
}

/* BR-25 - End */

/* BR-24 - Begin */

.swal2-popup .swal2-styled.swal2-confirm {
	background-color: #77be2d;
}

/* BR-24 - End */
.check-valuta-predefinito:checked~.custom-control-label::before,
.check-codice-iva-predefinito:checked~.custom-control-label::before,
.check-tipologia-allegato-predefinito:checked~.custom-control-label::before,
.check-login:checked~.custom-control-label::before,
.check-codice-ente:checked~.custom-control-label::before,
.check-select-unita-vendita:checked~.custom-control-label::before,
.check-ente-owner:checked~.custom-control-label::before,
.check-categoria-contratto-predefinito:checked~.custom-control-label::before,
.check-categoria-ordine-predefinito:checked~.custom-control-label::before,
.check-acronimi-documento-predefinito:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before 
{
    color: #fff;
    border-color: #77be2d;
    background-color: #77be2d;
}


.datepicker table tr td.today, 
.datepicker table tr td.today.disabled, 
.datepicker table tr td.today.disabled:hover, 
.datepicker table tr td.today:hover {
    background: #77be2d;
}

.bootstrap-datetimepicker-widget table td.active, 
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #639e25;
}

.badge {
	font-size: 12px;
}

.badge-secondary {
	background-color: #c5c5c5;	
}

/* CI-66 - Begin */
.badge-evaso {
	background-color: #038a69;
}
/* CI-66 - End */

.custom-table-bordered td, 
.custom-table-bordered th {
    border-bottom: 1px solid #e9ecef;
}
 /* CI-77 - Begin */
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    background: #77be2d;;
    color: #fff;
    border-color: #77be2d;;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    color: #fff;
    margin-right: 0;
    margin-left: 8px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #77be2d;;
    color: white;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, 
.select2-container--bootstrap.select2-container--open .select2-selection {
	box-shadow: none;
	border: 1px solid #999999;
}
/* CI-77 - End */

.footer {
	padding: 6px;
}

/* BR-110 - Begin */

@media (min-width: 1400px) {
	.modal-xl {
		max-width: 1400px;
	}
}	

/* BR-110 - End */

.custom-card-footer {
	background-color: #fff;
    border-top: 1px solid #ccc;
}

/* BR-121 - Begin */

.ricalcola-disabled {
	cursor: not-allowed; 
	opacity: .65;
}

/* BR-121 - End */

.td-totali {
	border-top: unset!important; 
	padding: 5px!important;
}

/* BR-148 - Begin */

#loader{	
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}

.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #77be2d solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
	0% { 
		transform: rotate(0deg); 
	}
	100% { 
		transform: rotate(359deg); 
	}
}

/* BR-148 - End */

.page-wrapper {
    background: #caced2;
}

/* CI-46 - Begin */

.bootstrap-select .dropdown-menu li a:focus, 
.bootstrap-select .dropdown-menu li a:hover {
	color: #77be2d;
}

.bootstrap-select.form-control {
	border: 1px solid #e9ecef;
}

.has-danger .dropdown.bootstrap-select.countrypicker.form-control.f16 {
    border-color: #e46a76;
}
/* CI-46 - End */

/* CI-58-Begin*/
td.tbm-vd-bold-multimedia {
    text-align: center;
}

td.tbm-vd-bold-title {
    text-align: center;
}

.img-thumbnail-multimedia {
    width: 33%!important;
    border: 5px solid #eaeaea;
}
/*CI-58-End*/

/*CI-62-Begin*/
.error-box .footer {
	position: absolute;
	margin-left: 0!important;
	border-top: 0!important;
}
/*CI-62-End*/

.mdi.mdi-eye {
	/* font-size: 24px!important; */
	font-size: 15px!important;
}	
.mdi.mdi-package-variant-closed {
    font-size: 24px!important;
}	
.mdi.mdi-package-variant {
    font-size: 24px!important;
}	
/*Ricerca Toolbar*/
.typeahead__list .typeahead__item:not([disabled])>a:hover {
    background-color: #9ce84566!Important;
    color: #3c3c3c!Important;
}

.typeahead__list>.typeahead__group.active>a, .typeahead__list>.typeahead__group>a, .typeahead__list>.typeahead__group>a:focus, .typeahead__list>.typeahead__group>a:hover {
    color: #fdfdfe!Important;
    background: #77be2d!Important;
    
}
.typeahead__container.backdrop+.typeahead__backdrop, .typeahead__container.filter .typeahead__dropdown, .typeahead__container.hint .typeahead__hint, .typeahead__container.result .typeahead__list {
    box-shadow: 2px 2px 16px 2px #5f7d40!important;
}

/*CI-81*/
.custom-container { 
	position: relative; 
}

.custom-page-titles { 
	position: fixed; 
	z-index: 3; 
	width: 100%; 
}

.custom-row-fixed {
	padding-top: 100px;
}

.beet-top-bar{
	margin-top: -4px;
}
/*CI-81*/

.col-salva {
    padding-top: 110px;
}

/*Bage ANNULLATO*/
.badge-annullato{
	background: #6f42c1;
	color: #fff;
}
/**/

/*Pagina Apri*/
.row-apri {
    padding-top: 100px;
}
/**/

/*icona Apri pagina modifica*/
i.mdi.mdi-eye.eye-page-edit {
    font-size: 12px!important;
}
/**/

/*data negativa in scadenziario dashboard*/
.negative-data {
	color: #ff0000;
	font-weight: 500;
}
/**/

.has-danger .select2-selection {
	border-color: #e46a76 !important;
}

/* CI-269 Begin */
.typeahead__list {
/* 	height: 200px; */
	height: 500px; /* CI-294 */
    overflow-y: scroll;
}
/* CI-269 End */

/**
 * Tabs Container
 */
.tabs-container {
	padding: 2rem;
}

/**
 * Tabs Block
 */
.tabs-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

/**
 * Tabs
 */

/* .tab-wrap { */
/*   width: 60%; */
/*   list-style: none; */
/*   text-align: right; */
/*   padding: 0; */
/*   margin: auto; */
/*   position: relative; */
/* } */

/* .tab-wrap input[type="radio"] { */
/*   position: absolute; */
/*   top: -9999px; */
/*   left: -9999px; */
/* } */

/* .tab-wrap li { */
/*   float: right; */
/*   display: block; */
/* } */

/* .tab-wrap label { */
/*   background: #fff; */
/*   color: #333; */
/*   color: inherit; */
/*   text-decoration: none; */
/*   display: inline-block; */
/*   border-radius: 3px 3px 0 0; */
/*   margin: 0 5px 0 0; */
/*   padding: 20px 30px; */
/*   cursor: pointer; */
/*   position: relative; */

/* } */

/* .tab-wrap label::after { */
/*   content: ""; */
/*   border: 2px solid #fff; */
/*   position: absolute; */
/*   left: -33%; */
/*   top: 44%; */
/*   width: 30%; */
/* } */

/* .tab-wrap .tab-content { */
/*   background: #fff; */
/*   width: 100%; */
/*   border-radius: 50px 0px; */
/*   position: absolute; */
/*   top: 75px; */
/*   left: 0; */
/*   padding: 45px; */
/*   display: none; */

/* } */

/* .tab-wrap [id^="tab"]:checked+label { */
/*   background: #333; */
/*   color: #fff; */
/* } */

/* .tab-wrap [id^="tab"]:checked+label::before { */
/*   content: ""; */
/*   position: absolute; */
/*   top: 100%; */
/*   left: 50%; */
/*   border-top: 15px solid #333; */
/*   border-right: 14px solid transparent; */
/*   margin-left: -13px; */
/* } */

/* .tab-wrap [id^="tab"]:checked~.tab-content { */
/*   display: block; */
/* } */

/* .tab-content p { */
/*   font-size: 15px; */
/*   line-height: 30px; */
/*   text-align: right; */
/* } */

/* @media(max-width:768px) { */
/*   .tab-wrap { */
/*       width: 80%; */
/*   } */
/*   .tab-wrap li { */
/*       width: 100%; */
/*       margin-bottom: 18px; */
/*   } */
/*   .tab-wrap label { */
/*       padding: 15px 11px; */
/*       width: 100%; */
/*   } */
/*   .tab-wrap label::after { */
/*       display: none; */
/*   } */
/*   .tab-wrap .tab-content { */
/*       top: 200px; */
/*   } */
/* } */

/**SOLUZIONE 2 ***/
.tabbed {
  width: 98%;
}
.tabbed > input {
  display: none;
}
.tabbed > label {
       display: block;
    float: left;
    padding: 12px 20px;
    margin: 0px;
    cursor: pointer;
    border-radius: 3px 3px 0px 0px;
    width: 25%;
    font-size: 15px;
    text-align: -webkit-center;
    font-weight: 400;
}

.tabbed > label:hover,
.tabbed > input:checked + label {
  background: white;
    color: #77be2d;
}
.tabs {
  clear: both;
  perspective:599px;
}
.tabs > div {
 position: absolute;
    width: 100%;
    padding: 15px 30px 25px;
    border-radius: 0px 0px 3px 3px;
    background: white;
    opacity: 0;
    transform: rotateX(-20deg);
    transform-origin: top center;
    transition: opacity 0.3s, transform 1s;
    z-index: 0;
}
#tab-nav-1:checked ~ .tabs > div:nth-of-type(1),
#tab-nav-2:checked ~ .tabs > div:nth-of-type(2),
#tab-nav-3:checked ~ .tabs > div:nth-of-type(3),
#tab-nav-4:checked ~ .tabs > div:nth-of-type(4) {
  z-index: 1;
    opacity: 1;
    transform: rotateX(0deg);
    overflow-y: auto;
    height: auto;
}
h2 {
  padding: 10px 0;
}

/****/
:root {
  --c-gray-900: #000000;
  --c-gray-800: #1f1f1f;
  --c-gray-700: #2e2e2e;
  --c-gray-600: #313131;
  --c-gray-500: #969593;
  --c-gray-400: #a6a6a6;
  --c-gray-300: #bdbbb7;
  --c-gray-200: #f1f1f1;
  --c-gray-100: #ffffff;
  --c-green-500: #45ffbc;
  --c-olive-500: #e3ffa8;
  --c-white: var(--c-gray-100);
  --c-text-primary: var(--c-gray-100);
  --c-text-secondary: var(--c-gray-200);
  --c-text-tertiary: var(--c-gray-500);
   --g1: #8BC34A;
  --g2: #6c9838;
  --g3: #577a2e;
  --g4: #374e1c;
  --g5: #253312;
}
.tiles-amministrazione {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  margin-top: 1.25rem;
}
.tiles-commerciale {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  margin-top: 1.25rem;
}
.tiles-anagrafiche {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  margin-top: 1.25rem;
}
.tiles-vendite {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  margin-top: 1.25rem;
}
.tiles-produzione {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  margin-top: 1.25rem;
}
.tiles-report {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  margin-top: 1.25rem;
}
.tiles-segreteria-generale {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  margin-top: 1.25rem;
}
.tiles-contabile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  margin-top: 1.25rem;
}
.tiles-risorse {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  margin-top: 1.25rem;
}
.tiles-operativa-logistica {
	  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  margin-top: 1.25rem;
	
}
.sidebar-nav ul li.nav-small-cap {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 6px 8px 1px 2px!important;
    border-top: 9px solid #c9cdd1;
    /* padding: 13px 15px 13px 15px!important; */
    /* border-bottom: 1px solid #ccc; */
    /* color: #253312; */
}
.sidebar-nav ul li a {
    /* color: #8d97ad; */
    padding: 2px 30px 2px 10px!important;
    /* display: block; */
    /* align-items: center; */
    /* font-size: 14px; */
    /* font-weight: 400; */
}

@media (max-width: 700px) {
  .tiles {
    grid-template-columns: repeat(1, 1fr);
  }
}

.tile {
  padding: 1rem;
  border-radius: 3px;
  background-color: #f2f9ea;
  color: #fff;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.25s ease;
  box-shadow: unset;
  justify-content: space-evenly;
}
.tile:hover {
  box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.3);
}
.tile:focus-within {
  box-shadow: 0 0 0 2px var(--c-gray-800), 0 0 0 4px var(--c-olive-500);
}
.tile a {
     text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    color: white;
    font-size: 19px;
}
.tile a .icon-button {
  color: inherit;
  border-color: inherit;
}
.tile a .icon-button:hover, .tile a .icon-button:focus {
  background-color: transparent;
}
.tile a .icon-button:hover i, .tile a .icon-button:focus i {
  transform: none;
}
.tile a:focus {
  box-shadow: none;
}


.tile-header {
  display: flex;
  align-items: center;
}
.tile-header i {
  font-size: 4.5em;
    filter: drop-shadow(2px 4px 6px black);
}
.tile-header h3 {
 display: flex;
    flex-direction: column;
    line-height: 1.375;
    margin-left: 0.5rem;
    font-size: 15px;
}
.tile-header h3 span:first-child {
 font-weight: 600;
    font-size: 23px;
    filter: drop-shadow(2px 4px 6px black);
    margin-bottom: 5px;
}
.tile-header h3 span:last-child {
  font-size: 17px;
  font-weight: 200;
}
.service-section > h2 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.service-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-section-header > * + * {
  margin-left: 1.25rem;
}
@media (max-width: 1000px) {
  .service-section-header {
    display: none;
  }
}

.service-section-footer {
  color: var(--c-text-tertiary);
  margin-top: 1rem;
}

.search-field {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.search-field input {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: 0;
  border-bottom: 1px solid var(--c-gray-600);
  background-color: transparent;
  padding-left: 1.5rem;
}
.search-field i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown-field {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.dropdown-field select {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: 0;
  border-bottom: 1px solid var(--c-gray-600);
  background-color: transparent;
  padding-right: 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: var(--c-text-tertiary);
  width: 100%;
}
.dropdown-field i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.flat-button {
  border-radius: 6px;
  background-color: var(--c-gray-700);
  padding: 0.5em 1.5em;
  border: 0;
  color: var(--c-text-secondary);
  transition: 0.25s ease;
  cursor: pointer;
}
.flat-button:hover, .flat-button:focus {
  background-color: var(--c-gray-600);
}

.mobile-only {
  display: none;
}
@media (max-width: 1000px) {
  .mobile-only {
    display: inline-flex;
  }
}
.tile a:hover {
    font-weight: 600;
    filter: drop-shadow(2px 4px 6px black);
}

.nav-pills li {
    padding: 5px;
    background: #77be2d;
    margin-left: 10px;
    border-radius: 3px;
    margin-bottom: 5px;
}
.nav-pills li a {
    color: #fff;
    font-size: 16px;
}
.nav-pills li a.active {
    font-weight: bold;
}
.nav-pills li:hover {
    background: #b4e081;
}
.g1 {
  background: var(--g1);
}

.g2 {
  background: var(--g2);
}

.g3 {
  background: var(--g3);
}

.g4 {
  background: var(--g4);
}

.g5 {
  background: var(--g5);
}
.conteggio-block {
	position: absolute;
    bottom: 50% !important;
    right: 5% !important;
    font-size: 70px;
    color: #ffffff6e !important;
    z-index: 1;
    opacity: 0.4;
    font-weight: 700;
}
.blocco-area {
	background: white;
    padding: 1.25rem;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 3px;
}
/* DROPDOWN VOCI BLOCCHI */
a.dropdown-item {
    color: #FFFFFF;
    font-size: 13px;
    
}
a#navbarDropdownMenuLink {
    padding: unset;
}
.dropdown-menu.show {
    display: block;
    width: 100%;
    background: #313131;
}
a.dropdown-item:hover {
    font-weight: 600;
    filter: unset;
    background: #fff;
}

/* ELenco navBarLeft */
.hide-menu-item {
	font-size: 16px;
}

/* Elenco AreeHome*/
.item-area {
	font-size: 19px;
}

.login-register {
	padding: 7% 0;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #dcdddd;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

/* NUOVI COLORI PER I FORM */

.form-control {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999999;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.treeview span.indent {
    margin-left: 10px;
    margin-right: 45px !important;
}

.mdi.mdi-cube-outline{
	font-size: 24px !important;
}

/* INDENTAZIONE PER SUB MODALE */

.sub-modal-card-padding {
	padding-top: 50px;
    padding-left: 50px;
}

.sub-modal-card-background {
	background-color: #c1c1c1;
}

/*

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: #efefef;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #cef1ceee;
}

*/

/* TABELLA STILE PER CONTABILITA */

.tabella-small-contabilita {
	font-size: smaller;
	text-align: center;
	padding: 0rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f3f3f3;
}