.bodyLogin{
    background-image: url(../img/bgLogin.jpg);
    background-size:cover;
    height: 100vh;
}
.cardLogin{
    background-color: rgb(128,128,128,0.6);
    border-radius: 12px;
}
.cardInvita{
    background-color:white;
    border-radius: 12px;
}

.bodyIndex{
    background-color: rgb(248,248,248);
    background-image: url(../img/bgLogin.jpg);
    background-repeat: no-repeat;
    background-size: 100% 35%;
}

.bodyHead{
    background-color: rgb(248,248,248);
    background-image: url(../img/bgLogin.jpg);
    background-size: cover;
    min-height: 35vh;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

.bodyHeadTrap{
    background-color: rgb(248,248,248);
    /* background-image: url(../img/map_jolanda.png); */
    /* background-size: cover; */
    min-height: 40vh;
    width: 100%;
    z-index: -1;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.45);
}

.bodyTrappola{
    background-color: rgb(248,248,248);
    background-image: url(../img/map_jolanda.png);
    background-repeat: no-repeat;
    background-size: 100% 40%;
}

body{
    background-color: rgb(248,248,248);
}
.column {
    float: left;
    width: 33.33%;
    padding: 30px;
}
.cardAdmin{
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin-bottom: 7%;
    padding-top: 7%;
}

.cardBodyAdmin{
    text-align:center;
    display:block;
    background-color: transparent;
    border: 1px solid transparent;
}

.card{
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin-bottom: 15px;
}

.inputDati{
    border-radius: 0px;
    background-color: rgb(128,128,128,0.0);
    border-color: rgb(128,128,128,0.0);
    border-bottom-color:rgb(196, 225, 52);
}
.inputDati:focus {
    background: rgb(128,128,128,0.0);
}
.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-bottom: 5%;
}
.btnLogin{
    background-color: rgb(196, 225, 52);
    padding-top: 3%;
    padding-bottom: 3%;
    border-radius: 12px;
    color:white;
}
hr.solid {
    border-top: 1px solid #bbb;
}
#bloc1, #bloc2{
    display:flex;
}
#iconTrap, #iconBattery{
    color: rgb(196, 225, 52);
    margin-right: 10px;
    margin-left: 10px;
}
/*
  override Bootstrap styles
*/
.btn-custom {
  background-color: rgb(196, 225, 52);
  border: 1px solid rgb(196, 225, 52);
  color: black;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
  background-color: rgb(180, 207, 40); /* slightly darker on hover */
  border-color: rgb(180, 207, 40);
  color: black;
}

.btn-outline-custom {
  background-color: transparent;
  border: 1px solid rgb(196, 225, 52);
  color: grey;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active {
  background-color: rgb(196, 225, 52);
  color: black;
}

/*
  ...
*/
.back-button-in-header {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.submitGeneral{
    background-color:rgb(196, 225, 52);
    color:white;
}
.cardTrap{
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin-top: -180px;
    margin-bottom: 20px;
}
.vl {
    border-left: 1px solid lightgray;
    height: 80px;
    position: absolute;
    left: 50%;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.padding-block{
    padding-top: 40px;
    padding-bottom: 100px;
}

#imgTrappola{
    width: 50%;
}

.myInput {
    background-image: url('../img/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 18px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: calc(100%); /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 18px 20px 18px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
  }

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.circle-wrap {
    margin: 150px auto;
    width: 150px;
    height: 150px;
    background: #fefcff;
    border-radius: 50%;
    border: 1px solid #cdcbd0;
  }
  .circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}

.mask .fill {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: #227ded;
}

.circle-wrap .circle .mask {
    clip: rect(0px, 150px, 150px, 75px);
  }

  .mask.full,
  .circle .fill {
    animation: fill ease-in-out 3s;
    transform: rotate(135deg);
  }

  @keyframes fill{
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(135deg);
    }
  }
  .circle-wrap .inside-circle {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background: #d2eaf1;
    line-height: 120px;
    text-align: center;
    margin-top: 14px;
    margin-left: 14px;
    color: #1e51dc;
    position: absolute;
    z-index: 100;
    font-weight: 700;
    font-size: 2em;
  }


  .select2-container--default .select2-selection--single{
    background-color: #fff;
    border:none;
    border-bottom: 1px solid rgb(196, 225, 52) !important;
    height: 38px;
    border-radius: 0px;
    width: 100%;
  }


  #item {
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.menu {
    position: relative;
    display: inline-block;
    width: 100%;
}
#submenu {
    display: none;
    background-color: white;
    position: absolute;
    min-width: 160px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#submenu a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  overflow: auto;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 20px;
  float: right;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left:1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



.my_search{
  border-radius: 0px !important;
  border: 2px solid #e3e6f0;
  height: 50px;
}


.green_border{
  border:0px !important;
  border-radius:0px;
  outline:0px;
  outline: none;
  border-bottom: 1px solid rgb(196, 225, 52) !important;
}


/* Style the tab */
.tab {
  overflow: hidden;
  background-color: white;
  border-bottom: 0.5px solid #d1d3e2;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 18px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: white;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: white;
  box-shadow: rgb(0 0 0 / 20%) 2px 4px 12px;
  border-bottom: 3px solid #a8cc71;
  z-index: 1;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.boxNextPrev{
  background-color: rgb(196, 225, 52);
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}


@media (max-width:480px) {
  .bodyHead{
    background-color: rgb(248,248,248);
    background-image: url(../img/bgLogin.jpg);
    background-size: cover;
    min-height: 42vh;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
  }
  .imgNoPadding{
    padding-left: 5px;
    padding-right: 5px;
  }
  .txtSize{
    font-size:22px;
  }
}

.rightEntomologo{
  text-align: right;
}

code {
  padding: 20px;
  display:block;
  background-color: #EFEFEF;
  color:black;
}

#btnSaveSetting{
  display: block;
}
#btnSetting{
  display: none;
}
.tbNoBorder td{
  border-top: 0px !important;
}

@media (max-width:575px) {

  .rightEntomologo{
    text-align: left !important;
  }

  #btnSaveSetting{
    display: none;
  }
  #btnSetting{
    display: block;
  }
  .tableSetting td {
    border-top: 0px !important;
  }
}

.card.selected-card-background {
  background-color: rgb(196 225 52 / 57%) !important;
}

.card.selected-card-background {
  background-color: rgb(196 225 52 / 57%) !important;
}

.bodyHead h4.text-company {
  color: rgb(196 225 52 / 57%) !important;
}

#chart_instructions {
  padding: 0 1.6rem;
  text-align: right;
  font-size: 12px;
  color: #777;
  margin-bottom: 5px;
  cursor: help;
}