td.actions-col {
    width: 1px;
    white-space: nowrap;
}

.alert-error {
  color: #772b35;
  background-color: #fadddd;
  border-color: #f8cfcf;
}

.alert-error hr {
  border-top-color: #f5b9b9;
}

.alert-error .alert-link {
  color: #521d24;
}

.title-page {
  justify-content: space-between;
  padding-left:15px;
  padding-right:15px;
}
.c-sidebar {
  background:#232a34;
}
.c-sidebar .c-sidebar-nav-link.c-active {
  background:#13171c !important;
  color:white !important;
}
.c-sidebar .c-sidebar-minimizer {
  background-color:#13171c;
}
.c-sidebar .c-sidebar-nav-dropdown-toggle:hover, .c-sidebar .c-sidebar-nav-link:hover {
  background:#e7285b;
}
.btn-primary,
.btn-success,
.btn-success.disabled, .btn-success:disabled  {
  background: linear-gradient(90deg, rgba(94,74,151,1) 0%, rgba(229,55,103,1) 100%);
  border:none;
}
.btn-success.focus, .btn-success:focus {
  box-shadow:none !important;
}
.btn-secondary {
  border:none !important;
  color:#3c4b64;
}
.btn-success.btn-block {
  background:#13171c;
  border:none;
}
.btn-success:hover,
.btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
  background:#604a97;
}
th a {
  font-weight:normal !important;
  color:#3c4b64 !important;
}
th.orderable a {
  text-decoration: underline !important;
}
.table-container th.asc:after {
  color: white !important;
}
th.orderable.asc {
  background-color: #3c4b64 !important;
  border-color:#3c4b64 !important;
}
th.orderable.asc a {
  color:white !important;
}
.table-container th.desc:after {
  color: white !important;
}
th.orderable.desc {
  background-color: #3c4b64 !important;
  border-color:#3c4b64 !important;
}
th.orderable.desc a {
  color:white !important;
}
th {
  font-weight:normal !important
}
table  h1 {
    font-size: 1.1875rem;
}
.page-item a:not(.text-muted) {
  color: #3c4b64 !important;
}
.page-item.active a {
  background-color: #3c4b64 !important;
  color:white !important;
}
.form-control:focus {
  color: #768192;
  background-color: #fff;
  border-color: #604a97;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(94 74 151 / 25%);
}
td a {
  color:black !important;
}
.c-icon:not(.c-icon-c-s):not(.c-icon-custom-size) {
  font-size: 1.2rem;
}
.card-header {
  padding:1rem 1.25rem;
}
.title-referenti .container-title {
  float:left;
}
.title-referenti .container-button {
  float:right;
  min-width:50% !important;
  text-align:right !important;
}
.title-referenti .container-button button {
  float:right;
  max-width:45% !important;
}
.title-referenti .container-button button:nth-child(2) {
  margin-right:20px !important;
  margin-top:0 !important;
}
.title-referenti .container-button button:nth-child(1) {
  margin-top:0 !important;
}
.c-header.menu-lang-not-logged {
  background:transparent !important;
  border-bottom:none !important;
}
.menu-lang-not-logged ul {
  margin-right:0 !important;
}
.bg-primary {
  background-color:#13171c !important;
}
.menu-lang-not-logged a {
  color:black !important;
}
.ml-4, .mx-4, html:not([dir=rtl]) .mfs-4 {
  margin-left: 1rem!important;
}
.form-control {
  padding: .375rem .5rem;
}
.dettaglio-visita .col,
.dettaglio-visita .col-md-4 {
  padding-top:7px;
  padding-bottom:7px;
  border-bottom:1px solid #d8dbe0;
}
.dettaglio-visita .row:nth-child(even) .col,
.dettaglio-visita .row:nth-child(even) .col-md-4 {
  background-color:#f7f7f7;
}
.modal-danger .close {
  color:white !important;
}
.modal-danger .modal-content {
  border:none !important;
}
p.help {
  margin-top:5px;
}
.c-switch-label.c-switch-sm {
  width: 55px;
  height: 30px;
}
.c-switch-label.c-switch-sm .c-switch-slider::after {
  font-size: 12px;
}
.c-switch-label.c-switch-sm .c-switch-slider::before {
  width: 20px;
  height: 20px;
}
.c-switch-slider::before {
  top: 4px;
}
.c-switch-label .c-switch-slider::after {
  top: 47%;
}
.c-switch-label.c-switch-sm .c-switch-input:checked~.c-switch-slider::before {
  transform: translateX(29px);
}
.c-switch-primary .c-switch-input:checked+.c-switch-slider {
  background-color: #e7285b;
  border-color: #e7285b;
}
.c-switch-primary .c-switch-input:checked+.c-switch-slider::before {
  border-color: #e7285b;
}

.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  color: #fff;
  background-color: #e7285b;
}
.table tbody tr.odd:focus {
  background-color:transparent !important;
}



@media (max-width: 1280px) {
  .visitors input {
    width:150px !important;
  }
}

@media (max-width: 1024px) {
  .elenco-filtri-visite .mobile-margin {
    margin-top:10px;
  }
  .elenco-filtri-visite .mobile-margin.visitors {
    margin-left:0 !important;
  }
}