body {
	padding:0;
	margin:0;
}

.button {
    display: inline-block;
    margin:20px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #313c4a;
    color: #ffffff;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.156863) 0px 2px 5px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 10px 0px;
    text-decoration: none;
    height: 40px;
    
}

.spinner-container-table {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.6); 
  padding: 20px;
  border-radius: 12px;
}

.spinner-table {
  width: 60px;
  height: 60px;
  border: 6px solid rgba(0, 0, 0, 0.15);
  border-left-color: #007bff;
  border-radius: 50%;
  animation: spin 1.2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.button-container {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin-top: 10px;
    margin-left: 20px;
}

.token-container{
	margin-left:10px
}

.tabulator {
  border: none;  
  font-size:18px;
  margin:8px;
  
}

.tabulator-tableholder {
	border:none!important;
	
}

.tabulator-row .tabulator-cell {
 border:none;
 border-left:0.1px solid black;

}

.tabulator-cell{
	font-size:0.7em;
	
}


.tabulator-cell[tabulator-field="progettiAssociati"] {
    font-size: 16px; 
    text-align: center; 
    color: grey; 
}

.tabulator-cell[tabulator-field="iconaVerificata"] {
    font-size: 20px; 
    text-align: center; 
    color: green;
    pointer-events: none;
}

.tabulator-cell[tabulator-field="iconaFile"] {
    font-size: 20px; 
    text-align: center; 
    color: grey; 
}


.tabulator-cell[tabulator-field="iconaFile"]:hover {
    font-size: 22px; 
    text-align: center; 
    color: #D2D911; 
}



.disabled {
    opacity: 0.5; 
    pointer-events: none; 
    cursor: not-allowed; 
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #313c4a;
    color: #ffffff;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.156863) 0px 2px 5px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 10px 0px;
    text-decoration: none;
}

.tabulator-cell .tabulator-row-header {
	width:20px!important;
}

.inputSearch{
	margin:10px;
	font-size:18px;
	margin-top:20px
}

.input-search-disabled {
	visibility: hidden;
	margin-top:0!important;
}

.tabulator .tabulator-header {
    color: white;
    border:1px solid #2f3d4a;
}

.tabulator-row.tabulator-selected {
        background-color: #dee7ef!important;
        
}


.tabulator-row:hover{
	background-color:#4a5d73!important;
	color:white!important;
} 

.tabulator-tableholder {
    border: 1px solid #2f3d4a;
}

.tabulator-col-content {
    font-size:14px;
   
}

.tabulator .tabulator-footer {
    background-color: white;
    border: none;
    
   
}

.tabulator-footer-contents {
    display: flex;
    justify-content: space-between;
}

.tabulator-page-counter {
    display: block;
}

.tabulator-paginator {
    display: block;
}

.tabulator-page.active {
   color: white!important;
   background-color: #2f3d4a!important;
}

.tabulator-page {
    background-color: white;
    border: none!important;
}

.tabulator-page-counter {
    color: #2f3d4a;
}

.tabulator-footer-contents > .tabulator-paginator > .tabulator-page:first-of-type,
.tabulator-footer-contents > .tabulator-paginator > .tabulator-page:last-of-type {
   display: none; 
}

.filtro {
    display: none;
}

.input_search {
    margin-top: 30px;
    height: 25px;
}

.tabulator-row.tabulator-row-even {
    background-color: white;
}

.tabulator-row  {
    border-bottom: 1px solid grey;
}

.tabulator-row .tabulator-frozen.tabulator-frozen-left {
    border-right: 1px solid grey;
}

.tabulator-paginator > :first-child {
   display: none;
}

.pers-ul-filtri {
	height:230px;
	margin-bottom:20px;
}

.div-input-icon {
	display:flex;
    align-items:center;
    justify-content: space-between;
}

.icon {
	font-size: 18px;
    line-height: 16pt;
    color: #2f3d4a;
}

.btn {
    padding: 3px 6px 3px 6px;
    text-decoration:none;
}


.container-tendine-icone {
	margin-right:9px
}


.tabulator .tabulator-header .tabulator-col{
	font-weight:normal;
	
}


.tabulator-cell:last-of-type {
  border-right:0.1px solid black!important;
 }


.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
	padding:0!important;
}

.tabulator-col .tabulator-sortable .tabulator-col-sorter-element {
	background-color: #2f3d4a;
	font-size:10px;
}


.tabulator-page-size {
	font-size:15px;
	margin-top:2px;
}

#tabellaSopra {
	font-size:15px;
	padding:2px;
	margin:5px;
}

.tabulator .tabulator-header .tabulator-col  {
	background: #313c4a!important;
}

 .btn {
 font-size:17px;
 background:white;
 }
 
#selectTab {
	display:inline;
}

 
 .div-head {
 height:64px;
 display:flex;
 align-items:center;
 margin-bottom:20px;
 }
 
 .intestazione-header {
   margin:20px;
 }
 
 .dropdown-toggle {
 display:flex;
 justify-content:center;
 margin-top:5px;
 }
 
 
 .dropdown-menu {
    flex-direction:column;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    background-color:#4a5d73;
    white-space: nowrap;
    color:white;
    border:none!important;
}
 
 
 .a-cont {
    width:100%;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
    text-decoration:none;
 }
 
 
 .dropdown-item {
    font-size:15px;
    padding:3px 10px;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
    text-decoration:none;
    min-width: 140px;
  }
 
  .dropdown-item:hover {
   color:#4a5d73;
   text-decoration:underline;
  }
 
 .a-cont:hover {
 background-color:white;
 color:#4a5d73
 
 }
 
 input[type=checkbox] {
  accent-color: #4a5d73;
}
 

 
 
.tabulator-col-content {
	display:flex!important;
}

.tabulator-col-title:not(:has(input[type="checkbox"])) {
    pointer-events: auto;
    margin-right: 20px;
}


.tabulator .tabulator-footer .tabulator-footer-contents {
	padding:10px;
}

.tabulator-col-title:hover {
	text-decoration:underline;
}

.tabulator-col-title > input {
	margin-left:10px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
	border-bottom:6px solid #313c4a;
	
}


.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
	border-bottom:6px solid white;
}

/*
.popup-container {
    position: fixed;
    bottom: 90px; 
    left: -300px;
    max-width: 400px;
    background-color: black; 
    color: white;
    border-radius: 4px;
    transition: left 1s ease-in-out; 
    -webkit-transition: left 1s ease-in-out;
    max-height:30px;
   }
*/



.Header {
    background-color: #313c4a;
    color: white;
    font-weight: lighter;
    height: 70px;
    display: flex;
    align-items: center;
}

.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
}

.modal {
	display:flex;
    position: fixed;
    top: 50%;
    left: 50%;
    width:30%;
    height: 20%;
    transform: translate(-50%, -50%);
    background-color:white;
    padding: 20px;
    z-index: 901;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    border: 6px solid #305A72;
    text-align:center;
    transition: top 0.3s ease;
}


.modal p {
    margin-bottom: 20px;
    font-size:21px;
}

.modal button {
    display: inline-block;
    margin:20px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #313c4a;
    color: #ffffff;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.156863) 0px 2px 5px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 10px 0px;
    text-decoration: none;
}

.modal-content {
	margin:auto;
	
}

.tabulator-row .tabulator-group .tabulator-group-level-0 .tabulator-row-odd {
	border-left: 1px solid!important;
    border-right: 1px solid black!important;
}

.tabulator-row.tabulator-group {
	background-color:#f0f0f0!important;
	border:1px solid black!important;
	border-top:none!important;
	
	
	
}

.header {
	background-color: #313c4a;
    color: white;
    font-weight: lighter;
    height: 70px;
    display: flex;
    align-items: center;
    margin-top:200px;
    z-index:1000900;
}

#tokenTextBox {
  width: 50%; 
  height: 100px; 
  padding: 10px; 
  font-size: 14px; 
  border: 1px solid #ccc; 
  border-radius: 5px; 
  box-sizing: border-box; 
  resize: none; 
  overflow: auto;
 
}

.token-container {
  display: none;
  flex-direction: column;
  align-items: center;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  border: 6px solid #305A72;
  width:30%;
  height:200px;
  
}

.input-container {
  margin-bottom: 20px;
  margin-top:20px
}

#tokenTextBox {
  width: 90%;
  height: 100px;
}

.button-container {
  margin-top: 20px;
  margin-inline:auto,
}


.button-container-containerToken {
	display:flex;
	justify-content: space-between;
}


.Header p {
	margin-left:20px
	
}

.button-react-header {
	display: inline-block;
    margin-inline: 10px;
    margin-top:30px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #3A4755;
    color: #ffffff;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.156863) 0px 2px 5px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 10px 0px;
    text-decoration: none;
    height: 40px;
    border:none;
    transition: background-color 0.3s ease;
    border-radius:4px;
}

.button-react-header:hover {
  border:none;
  background-color:  #D2D911;
  color: #ffffff;
}
.tab-item {
	width:60%;
	display:flex;
}


.contenitore-tendine-icone {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.tabulator-page-size {
	margin-top:7px
}

.funzione-massiva {
	padding-inline:8px;
	display:flex;
}


.funzioni-massive-div {
	display:flex;
	margin-right:10px
}

.btn {
	max-width: 100%;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
		
		
.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	
	min-height : 14px;
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
    
}


.popup-container {
    position: fixed;
    top: 80%;  
    left: -800px; 
    transform: translateY(-50%); 
    background-color: black;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    transition: left 1s; 
    max-height: 50px;
    z-index: 1000;
}

.headerTab {
    height: 50px;
    width: 100%;
    background-color: #313c4a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 20px 0;
   	font-size: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.headerTab:hover {
    background-color: #3a4755;
}


.headerTab > p {
	margin-left:10px;
}

.tabulator-tree-level-3 > .tabulator-cell > .tabulator-data-tree-branch {
	margin-left:47px!important;
}

.select-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    position: relative;
}

.select-icon {
    font-size: 12px;
    color: gray;
    margin-left: 8px;
    cursor: pointer;
}


@media (max-width: 700px) {
    .button, .disabled, .modal button, .button-react-header {
        padding: 6px 15px !important;
        font-size: 12px !important;
        height: 30px !important;
        margin: 10px 5px !important;
    }
    
    .button-container, .button-container-containerToken {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .modal {
        width: 90% !important;
        height: auto !important;
        padding: 15px !important;
    }
    
    .token-container {
        width: 80% !important;
        height: auto !important;
    }

    .tab-item {
        width: 100% !important;
    }

    .inputSearch {
        font-size: 14px !important;
        margin: 5px !important;
    }
}














