
body {
 background-color: #ccccccff;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; background-color: black; } 
.e                mbed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey; 
    border-radius: 0px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #f3f5f7; 
    border-radius: 0px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #f3f5f7; 
  }
  .smallImg {
    width: 120px;
    height: 120px;
    margin-left: 2%;
}
.smallImg2 {
  width: 100%;
  height: auto;
  margin-left: 2%;
}  
#scrollServices {
    padding: 0.2rem;
    width: 90%;
    height: auto;
    overflow: auto;
    overflow-y: hidden;
    margin: 0 auto;
    white-space: nowrap;
} 
#img img:hover {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transition: transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}

.caption {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    float: left;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
}
.caption img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
.caption span {
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #dedede;
    background: #222; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    bottom: 0;
}
.caption span strong {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
    
}
.caption2 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  float: left;
  margin-bottom: 15px;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
}
.caption2 img {
  float: left;
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
}
.caption2 span {
  float: left;
  margin: 0;
  padding: 10px;
  width: 95%;
  color: #dedede;
  background: #222; /* browser che non supportano rgba */
  background: #444444bf;
  position: absolute;
  left: 0;
  bottom: 0;
}
.caption2 span strong {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
  
}
#truncate2 { 
  width: 100%; 
  height: auto; 
  overflow: hidden; 
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}
#truncate3 { 
  width: 90%; 
  height: auto; 
  overflow: hidden; 
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.centerTable {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 3rem;
  width: 100%;
  z-index: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}
.header-fixed {
  width: 100%;
}
.header-fixed > tbody {
  overflow-y: auto;
  height: 500px;
}
.header-fixed > thead, .header-fixed > tbody, .header-fixed > thead > tr, .header-fixed > tbody > tr, .header-fixed > thead > tr > th, .header-fixed > tbody > tr > td {
  display: block;
}

.table-responsive {
  max-height:500px;
}

#note-div {
  padding: 0.2rem;
  width: 100%;
  height: 200px;
  overflow: auto;
  /* overflow-y: hidden; */
  margin: 0 auto;
  white-space: nowrap;
}
.select2-container--open {
  z-index: 99999999999999;
}

#calendar
{
    overflow-x:auto;
}

/*
.fc-timegrid-event-harness {
  width: 14.30%;
  margin-right: 0;
}
.fc-timegrid-event-harness-inset{
  inset:0 0 0 0;
}
*/
/*


.operator1 {
  width: 100%;
  height: auto;
  position: relative !important;
  margin-right: 0% !important;
}
.operator2 {
  width: 100%;
  height: auto;
  position: relative !important;
  left: 200px !important;
  margin-right: 0%!important;
}
.operator3 {
  width: 100%;
  height: auto;
  position: relative !important;
  left: 400px !important;
  margin-right: 0%!important;
}
.operator4 {
  width: 100%;
  height: auto;
  position: relative !important;
  left: 600px !important;
  margin-right: 0%!important;
}
.operator5 {
  width: 100%;
  height: auto;
  position: relative !important;
  left: 800px !important;
  margin-right: 0%!important;
}
.operator6 {
  width: 100%;
  height: auto;
  position: relative !important;
  left: 1000px !important;
  margin-right: 0%!important;
}
.operator7 {
  width: 100%;
  height: auto;
  position: relative !important;
  left: 1200px !important;
  margin-right: 0%!important;
}
*/

