body {
    font-size: 0.9rem;
}
.info-box {
  padding: 0px;
}
.info-box-number {
    position: absolute;
    text-align: center;
    width: 100%;
    
}
.info-box .info-box-number {
  min-width:4rem;
  margin-top:0px;
}
.main-header {
    background-color:#3c8dbc;
    color:rgba(255,255,255,.8);
    line-height:2.5rem;
}
.main-header a {
    color: rgba(255,255,255,.8);
}
.brand-link, 
.brand-link:hover {
    background-color: #367fa9;
    color: rgba(255,255,255,.8);
    text-align: center;
}
.nav-link {
    padding: 0 1rem 0 0.15rem;
}
menu-item {
  padding:0px;
}

.main-sidebar {
  display: flex;
  flex-direction: column;
}
.main-sidebar > div {
    flex: 1;
}

#myModalPresentazione .modal-dialog {
    max-width: 620px;
}
.valign-middle {
  vertical-align:middle;
}
.valign-textbottom {
  vertical-align:text-bottom;
}
.noBorderStyle {
  border-style:hidden;
}
.white {
  color:white;
}
.no-padding {
  padding:0px;
}
.no-margin {
  margin:0px;
}

/* Clienti index */
.searchBoxContainerTemplate {
  height:160px;
  overflow-y:auto;
  border:1px solid #ced4da;
  border-radius:0.25rem;
  padding:5px;
}
.dxgvSelectedRow {
  background-color: orange !important;
  color: black !important;
}

.bi-caret-down-square-fill {
  transition: transform 0.3s ease;
}

a[aria-expanded="true"] .bi-caret-down-square-fill {
  transform: rotate(180deg);
}

.filtri-section .form-group {
  margin-bottom: 1rem;
}

.filtri-section .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.filtri-section label {
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #495057;
  font-size: 0.9rem;
}
.filtri-section .row {
  margin-left: -5px;
  margin-right: -5px;
}
.filtri-section .row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

input::-webkit-validation-bubble-message {
  color: red !important;
  background: white;
  border: 1px solid red;
}

input::-webkit-validation-bubble-arrow {
  border-bottom-color: red;
}

input::-webkit-validation-bubble-top-outer-arrow {
  border-bottom-color: red;
}

input::-webkit-validation-bubble-top-inner-arrow {
  border-bottom-color: white;
}


/*from Listbox.css */
.listboxSearchContainer {
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: 0px;
  padding: 5px;
  display: none;
}

  .listboxSearchContainer button {
    border: 1px solid #ccc;
    border-right: 0px;
    background-color: transparent;
    cursor: pointer;
  }

.listboxSearchInput {
  width: 100%;
  border: 1px solid #ccc;
  border-left: 0px;
  outline: none;
}

.selectAllLabel {
  margin: 3px 11px;
}

.selectAllContainer {
  border: 1px solid #ccc;
  border-bottom: 0px;
}

.listBoxItems {
  border: 1px solid #ccc;
  padding: 1px;
  min-height: 150px;
  max-height: 150px;
  overflow-y: auto;
}

.cbOption {
  margin-left: 10px;
}

.listboxOptionLabel {
  width: 100%;
  margin: 2px 0px;
}

.listboxOption {
  margin-left: 8px;
  font-weight: 400;
  font-size: 12px;
  font-family: Tahoma, Verdana, Geneva, Tahoma, sans-serif, sans-serif;
}

.listboxOptionBold {
  font-weight: 700;
}

.listboxFontSize11 {
  font-size: 11px;
}

.cb-wrapper.selected {
  background-color: #cfcfcf;
}

.cb-wrapper:hover {
  background-color: #cfcfcf;
}

.searchButton {
  cursor: pointer;
  margin-right: 10px;
  margin-top: 2px;
  color: gray
}

.backButton {
  color: gray;
}