/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28-mag-2020, 15.27.04
    Author     : Anselmo
*/

/* Custom rag */
:root {
  --appqdcpubblic: rgb(200, 57, 79); /* predominante*/
  --appqdc2: #ffcc00; /* scuro*/
  --appqdc3: #ffff66; /* scuro*/
  --appqdc4: #fac31b; /* giallo*/
  --statoavviso: #e80000;
  --statoavviso0: #ffffff;
  --statoavviso1: #ff9e00;
  --statoavviso2: #018522;
  --statoavviso3: hsl(227, 100%, 14%); /*<------ HHAHA */
  --statoavviso4: #e80000;
  --statoavviso5: #018522;
  --statoavviso10: #046500;
  --statoavviso20: #e80000;
  --statoavviso99: #790000;
  --statoavviso999: #000000;
  --card1: rgb(200, 57, 79); /* predominante*/
  --card2: #9d0b22;
  --card3: #ab3a4b;
  --card4: #00b627;
  --card5: #5a97cf;
  --card6: #3d85c6;
}

.text-statoavviso {
  color: var(--statoavviso) !important;
}
.text-statoavviso0 {
  color: var(--statoavviso0) !important;
}
.text-statoavviso1 {
  color: var(--statoavviso1) !important;
}
.text-statoavviso2 {
  color: var(--statoavviso2) !important;
}
.text-statoavviso3 {
  color: var(--statoavviso3) !important;
}
.text-statoavviso4 {
  color: var(--statoavviso4) !important;
}
.text-statoavviso5 {
  color: var(--statoavviso5) !important;
}
.text-statoavviso10 {
  color: var(--statoavviso10) !important;
}
.text-statoavviso20 {
  color: var(--statoavviso20) !important;
}
.text-statoavviso99 {
  color: var(--statoavviso99) !important;
}
.text-statoavviso999 {
  color: var(--statoavviso999) !important;
}

.bg-statoavviso {
  background-color: var(--statoavviso) !important;
  color: #fff;
}
.bg-statoavviso0 {
  background-color: var(--statoavviso0) !important;
  color: #000;
}
.bg-statoavviso1 {
  background-color: var(--statoavviso1) !important;
  color: #fff;
}
.bg-statoavviso2 {
  background-color: var(--statoavviso2) !important;
  color: #fff;
}
.bg-statoavviso3 {
  background-color: var(--statoavviso3) !important;
  color: #fff;
}
.bg-statoavviso4 {
  background-color: var(--statoavviso4) !important;
  color: #fff;
}
.bg-statoavviso5 {
  background-color: var(--statoavviso5) !important;
  color: #fff;
}
.bg-statoavviso10 {
  background-color: var(--statoavviso10) !important;
  color: #fff;
}
.bg-statoavviso20 {
  background-color: var(--statoavviso20) !important;
  color: #fff;
}
.bg-statoavviso99 {
  background-color: var(--statoavviso99) !important;
  color: #fff;
}
.bg-statoavviso999 {
  background-color: var(--statoavviso999) !important;
  color: #fff;
}

.bg-card1 {
  background-color: var(--card1) !important;
  color: #000;
}
.bg-card2 {
  background-color: var(--card2) !important;
  color: #000;
}
.bg-card3 {
  background-color: var(--card3) !important;
  color: #fff;
}
.bg-card4 {
  background-color: var(--card4) !important;
  color: #000;
}
.bg-card5 {
  background-color: var(--card5) !important;
  color: #000;
}
.bg-card6 {
  background-color: var(--card6) !important;
  color: #fff;
}
.bg-primary {
  color: #fff;
}

.border-statoavviso {
  border-color: var(--statoavviso) !important;
}
.border-statoavviso0 {
  border-color: var(--statoavviso0) !important;
}
.border-statoavviso1 {
  border-color: var(--statoavviso1) !important;
}
.border-statoavviso2 {
  border-color: var(--statoavviso2) !important;
}
.border-statoavviso3 {
  border-color: var(--statoavviso3) !important;
}
.border-statoavviso4 {
  border-color: var(--statoavviso4) !important;
}
.border-statoavviso5 {
  border-color: var(--statoavviso5) !important;
}
.border-statoavviso10 {
  border-color: var(--statoavviso10) !important;
}
.border-statoavviso20 {
  border-color: var(--statoavviso20) !important;
}
.border-statoavviso99 {
  border-color: var(--statoavviso99) !important;
}
.border-statoavviso999 {
  border-color: var(--statoavviso999) !important;
}

@font-face {
  font-family: myFirstFont;
  src: url("/assets/dist/css/fonts/Raleway-Regular.ttf");
}

.navbar-siciliapai {
  background-color: var(--appqdcpubblic) !important;
}

.masthead {
  background-color: var(--appqdcpubblic) !important;
  color: #fff;
}

.mastheadlogin {
  background-color: var(--appqdcpubblic) !important;
  color: #fff;
}

/**/

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

body {
  padding-top: 3.5rem;
  font-family: myFirstFont !important;
}

/*
* Sidebar
*/

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #fff;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  /*color: #007bff;*/
  color: var(--appqdcpubblic) !important;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*
* Navbar
*/

/*.navbar-brand {
 padding-top: .75rem;
 padding-bottom: .75rem;
 font-size: 1rem;
 background-color: rgba(0, 0, 0, .25);
 box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}*/

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

/* CLASSE PER LA PERSONALIZZAZIONE DELLA SELECT DELLA PAGINAZIONE DELLE DATATABLE*/
select.selectForPages {
  display: block !important;
  width: 200px !important;
  margin-right: 150px;
}
.mapid {
  height: 450px;
}
/*Personalizzazione dei pulsanti delle DataTable*/
.dt-button.sipars,
.dt-button.buttonAgg,
.dt-button {
  background-color: var(--appqdcpubblic) !important;
  background-image: none !important;
  color: #ffffff !important;
  letter-spacing: 0.5px !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
}
.dt-button.sipars.red,
.dt-button.buttonAgg.red,
.dt-button.red {
  background-color: var(--appqdcpubblic) !important;
}

fieldset.visura-impresa {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

fieldset.visura-impresa legend {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
}

/* Custom rag */

.masthead {
  color: #ffffff;
  position: relative;
  background-color: #007bff;
  /*background-image: url(img/overlay.svg), linear-gradient(45deg, var(--appqdcpubblic) 0%,  var(--appqdc2) 100%);*/
  background-size: cover;
  z-index: 0;
}

.masthead .masthead-cards .shape {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.footer-padding {
  height: 50px;
}
.footer {
  /*border-top: 1px solid var(--appqdc2) !important;*/
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 35px;
  line-height: 30px;
  /*padding: 1px;*/
  background-color: var(--appqdcpubblic); /*#ffffff;*/

  z-index: 0;
}
.wavefoo {
  pointer-events: none;
  position: absolute;
  top: -45px;
}

.mastfooter {
  background-color: var(--appqdcpubblic) !important;
  color: #ffffff;
  position: relative;
  background-color: #007bff;
  background-image: url(img/siciliafesr.png),
    linear-gradient(45deg, var(--appqdcpubblic) 0%, var(--appqdc2) 100%);
  background-size: cover;
  z-index: 0;
}

.mastfooter .mastfooter-cards .shape {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

/*SVG HEADER*/
.a {
  fill: none;
}

.b {
  clip-path: url(#a);
}
.c,
.d {
  fill: #f9f9fc;
}
.d {
  opacity: 0.5;
  isolation: isolate;
}

/*SVG FOOTER*/
#svgfooter {
  width: 100% !important;
  height: 50px !important;
}

.afoo {
  fill: none;
}

.bfoo {
  clip-path: url(#a);
}

.cfoo,
.dfoo {
  fill: var(--appqdcpubblic);
}

.dfoo {
  opacity: 0.5;
  isolation: isolate;
}

.border-primary {
  border-color: var(--appqdcpubblic) !important;
}
.btn-outline-primary {
  color: var(--appqdcpubblic) !important;
  border-color: var(--appqdcpubblic) !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: var(--appqdcpubblic) !important;
  border-color: var(--appqdcpubblic) !important;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff !important;
  background-color: var(--appqdcpubblic) !important;
  border-color: var(--appqdcpubblic) !important;
}

.btn-primary,
.badge-primary,
.bg-primary,
.bg-appqdc,
.page-item.active .page-link {
  background-color: var(--appqdcpubblic) !important;
  border-color: var(--appqdcpubblic) !important;
}

.text-primary,
.text-primary a,
.breadcrumb a {
  color: var(--appqdcpubblic) !important;
}

.btn-warning,
.badge-warning,
.bg-warning {
  background-color: var(--appqdc4) !important;
}
/**/

.evidenziato {
  color: #b2ebed;
}
.green {
  color: #b2ebed;
}

.dt-ico {
  font-size: 18px;
}

.dt-custom-header {
  font-weght: normal;
  font-size: 18px !important;
  padding: 5px 0 20px 10px;
}

.container-table {
  margin: auto;
  width: 90%;
  /*border: 1px solid #EAEAEA;*/
  padding: 10px;
  max-width: 1400px;
  border-radius: 25px;
  background-color: white;
  color: black;
}

#dt-bandi tr.odd,
#dt-bandi tr.even,
#dt-bandi-disponibili tr.odd,
#dt-bandi-disponibili tr.even {
  font-size: 14px;
  font-weight: bold;
  color: black;
}

.table-bandi {
  width: 100%;
  border: solid #e6e6e6 1px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 5px;
}

table.dataTable.no-footer {
  border-bottom: solid #e6e6e6 1px !important;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid #e6e6e6 !important;
}

.rec-box {
  border: solid #ffffff 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 5px;
  text-align: center;
}

.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}

.row-span {
  margin-bottom: 15px;
}
.row-span-footer {
  margin-bottom: 5px;
  margin-top: 40px !important;
}

.riepilogo-box {
  padding: 15px;
}
.riepilogo-title {
  font-size: 18px;
  text-decoration: underline;
}

/* Tabelle in dashboard*/
.dash-table-border {
  border: 1px solid #212529;
  border-radius: 25px;
}

.dash-table-header-wb {
  border-bottom: 1px solid #212529;
  padding: 20px 0 20px 0;
}

.dash-table-body {
  text-decoration: none;
  /*color:#ffffff;*/
}
.dash-table-body .row {
  padding: 15px 0 15px 0;
}
.dash-table-body div.row {
  /*background:#ff4500;*/
}
.dash-table-body div.row:hover {
  background: #f2f2f2; /* #0078d7;*/
}

img.logo {
  max-height: 80px !important;
  margin-right: 20px !important;
  margin-left: 10px !important;
}
img.logo-footer {
  max-height: 80px !important;
}
img.logo-por {
  max-height: 80px !important;
  background-color: white;
}

/* CUSTOM TAB PANEL */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--appqdcpubblic) !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-top: 1px solid var(--appqdcpubblic) !important;
  border-left: 1px solid var(--appqdcpubblic) !important;
  border-right: 1px solid var(--appqdcpubblic) !important;
  border-bottom: 0 !important;
  /*background-color: var(--appqdc4) !important;*/
}

.nav-tabs a {
  color: var(--statoavviso0);
}

.nav-tabs .nav-link.active {
  color: var(--appqdcpubblic);
}

/* CUSTOM LINK */
a.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.row-h2bb-c4 {
  padding: 10px 0 10px 0;
  /*border-top: 1px solid var(--appqdc4);*/
  border-bottom: 1px solid var(--appqdc4);
  margin-bottom: 20px !important;
}

.row-hbb-c4 {
  padding: 2px 0 8px 0;
  border-bottom: 1px solid var(--appqdc4);
}

.row-bb-c4 {
  padding: 2px 0 2px 0;
  border-bottom: 1px solid var(--appqdc4);
}

/* CSS LOGIN */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  margin-top: 150px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 15px !important;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}

.row-group {
  margin-bottom: 10px;
}

.input-group {
  margin-bottom: 10px;
}

.form-signin input[type="email"] {
  /*margin-bottom: -1px;*/
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  /*            margin-bottom: 10px;*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.reveal {
  position: absolute;
  top: 5px;
  right: 0px;
  z-index: 5;
}
.br-dashboard {
  content: "";
  display: block;
  margin: -5px;
}
.avviso-dashboard .card-header,
.avviso-dashboard .card-body,
.avviso-dashboard .card-footer {
  padding: 5px !important;
}

/* CSS SELECT 2 */
.select2-container .select2-selection--single {
  height: 38px !important;
  padding: 5px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px !important;
}

.badge {
  white-space: normal !important;
}

#form-register input[type="checkbox"],
#form-register input[type="radio"] {
  width: 20px !important;
}

.customloadingDt {
  height: 100% !important;
  width: 100% !important;
  position: absolute !important;
  text-align: center !important;
  background: #222 !important;
  opacity: 0.7 !important;
  z-index: 900000 !important;
  padding-top: 15% !important;
  color: #fff !important;
}

.disablePeo {
  pointer-events: none;
  opacity: 0.4;
}

.disablePeo div,
.disablePeo textarea {
  overflow: hidden;
}

.bd-navbar {
  min-height: 10rem;
  background-color: #06c;
}

body {
  background-color: #ffffff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top left;
}

@font-face {
  font-family: Bizantium;
  src: url("/assets/dist/css/fonts/Byzantium_Bizantino.ttf");
}
@font-face {
  font-family: Cardo;
  src: url("/assets/dist/css/fonts/Cardo-Greco.ttf");
}
@font-face {
  font-family: Iluinter;
  src: url("/assets/dist/css/fonts/Iluinter_Punico.TTF");
}
@font-face {
  font-family: Medioevale;
  src: url("/assets/dist/css/fonts/AngevinRegular_Medievale.ttf");
}

@font-face {
  font-family: NewAthenaUnicode;
  src: url("/assets/dist/css/fonts/NewAthu5_8.ttf");
}
@font-face {
  font-family: Greek;
  src: url("/assets/dist/css/fonts/greek2.ttf");
}

.fontBizantium {
  font-family: Bizantium !important;
  color: var(--appqdc);
}
.fontCardo {
  font-family: Cardo !important;
  color: var(--appqdc);
}
.fontIluinter {
  font-family: Iluinter !important;
  color: var(--appqdc);
}
.fontMedioevale {
  font-family: Medioevale !important;
  color: var(--appqdc);
}
.fontTimesNewRoman {
  font-family: "Times New Roman" !important;
  color: var(--appqdc);
}
.fontSymbol {
  font-family: Symbol !important;
  color: var(--appqdc);
}
.fontNewAthenaUnicode {
  font-family: NewAthenaUnicode !important;
  color: var(--appqdc);
}
.fontGreek {
  font-family: Greek !important;
  color: var(--appqdc);
}

.debug {
  background-color: #ffffff !important;
  color: var(--appqdcpubblic) !important;
  font-family: "Courier New", Courier, monospace !important;
}

#search_collection input,
#search_collection select,
#search_collection option {
  /*background: none;
    background-color: rgba(29,29,29,.5);*/
  min-height: 60px;
  font-size: 1.22222rem;
  line-height: 1.36364;
  padding: 1.09091em 1.36364em;

  /*display: block;
    width: 100%;*/
  outline: 0;
  border-radius: 0 !important;
  border: 1px solid var(--appqdcpubblic);
  line-height: inherit;
  color: #a5a5a5;
}
.header-search-salinas {
  background-color: #ffffff;
  /*background-image: url(img/ccs_museo-salinas_fb2.jpg),linear-gradient(45deg, var(--appqdcpubblic) 0%,  var(--appqdcpubblic) 100%);*/
  background-image: url(img/Chiostro-Museo-Salinas.jpg),
    linear-gradient(45deg, var(--appqdcpubblic) 0%, var(--appqdcpubblic) 100%);

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 110px !important;
}
.header-search-salinas h1,
.header-search-salinas h2 {
  color: white;
  text-shadow: 2px 2px 4px #000000;
}
.header-search-salinas p {
  color: white;
  text-shadow: 2px 2px 1px #000000;
}

.header-search-salinas-title,
.header-search-salinas {
  position: relative;
  z-index: 0 !important;
}
.header-search-salinas-title .img-monete-header-index {
  position: absolute;
  top: -140px;
  left: 140px;
  /*right: 140px;*/
  z-index: -1 !important;
}

.header-search-salinas .img-monete-header-scheda {
  position: absolute;
  top: 20px;
  left: 140px;
  /*right: 140px;*/
  z-index: -1 !important;
}

#map {
  height: 600px;
}

.tab-content {
  border-bottom: #e6e6e6 1px solid;
  border-left: #e6e6e6 1px solid;
  border-right: #e6e6e6 1px solid;
  border-top: 0 !important;
}

/* Marker quadrati colorati */
.custom-marker {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 0px; /* quadrato */
  border: 1px solid black;
  margin-right: 3px;
  margin-top: 3px;
  float: left;
}



.info.legend {
  background: white;
  padding: 10px;
  line-height: 18px;
  color: #555;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.marker-cluster div {

}

.zecca {
  background-color: #00bfff; /* azzurro */
}

.rinvenimento {
  background-color: red;
}

.ripostiglio {
  background-color: yellow;
}

/*
.marker-cluster-zecca {
  background-color: #00bfff88;
}
.marker-cluster-zecca div {
  background-color: #00bfff
}

.marker-cluster-rinvenimento {
  background-color: rgba(255, 0, 0, 0.5);
}
.marker-cluster-rinvenimento div {
  background-color: red;
}

.marker-cluster-ripostiglio {
  background-color: rgba(255, 255, 0, 0.5)
}
.marker-cluster-ripostiglio div {
  background-color: yellow;
}

.marker-cluster-1 {
  margin-left: -15px;margin-top: -15px;width: 30px;height: 30px;
}

.marker-cluster-2-9 {
  margin-left: -20px;margin-top: -20px;width: 40px;height: 40px;
}

.marker-cluster-10-99 {
  margin-left: -25px;margin-top: -25px; width: 40px;height: 40px;
}

.marker-cluster-100 {
  margin-left: -30px;margin-top: -30px;width: 60px;height: 60px;
}
*/

/* Zecca */
.cluster-zecca { background-color: rgba(0, 191, 255, 0.5);}
.cluster-zecca div{background-color:  rgba(0, 191, 255, 1);}
/* Rinvenimento */
.cluster-rinvenimento{ background-color: rgba(255, 0, 0, 0.5);}
.cluster-rinvenimento div { background-color: rgba(255, 0, 0, 1);}
/* Ripostiglio */
.cluster-ripostiglio { background-color: rgba(255, 255, 0, 0.5)}
.cluster-ripostiglio div { background-color: rgba(255, 255, 0, 1)}

.marker-cluster-1 { width: 25px !important; height: 25px !important; border-radius: 50% !important;}
.marker-cluster-1 div { width: 15px !important; height: 15px !important; border-radius: 50% !important;}
.marker-cluster-1 span { line-height: 15px !important;}

.marker-cluster-2-9 {width: 30px !important; height: 30px !important; border-radius: 50% !important;}
.marker-cluster-2-9 div {width: 20px !important; height: 20px !important; border-radius: 50% !important;}
.marker-cluster-2-9 span {line-height: 20px !important;}

.marker-cluster-10-99 {width: 40px !important; height: 40px !important; border-radius: 50% !important;}
.marker-cluster-10-99 div {width: 30px !important; height: 30px !important; border-radius: 50% !important;}
.marker-cluster-10-99 span {line-height: 30px !important;}

.marker-cluster-100 { width: 50px !important; height: 50px !important; border-radius: 50% !important;}
.marker-cluster-100 div { width: 40px !important; height: 40px !important; border-radius: 50% !important;}
.marker-cluster-100 span {line-height: 40px !important;}
