@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600);
html{background-color: #eaeaeaea;}
body {
  font-family: "Lato";
  font-size: 100%;
  overflow-y: scroll;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
a:hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.app {
  height: 90vh;
  width: calc(100% - 235px);
  width: -moz-calc(100% - 235px);
  margin-left: 235px;
}

/* -------------
Sidebar
----------------*/
.sidebar {
  position: fixed;
  width: 17em;
  height: 100%;
  top: 91px;
  overflow: hidden;
  background-color: #19222a;
  -webkit-transform: translateZ(0);
  visibility: visible;
  -webkit-backface-visibility: hidden;
}
.sidebar header {
  background-color: #09f;
  width: 100%;
  display: block;
  padding: 0.75em 1em;
}

/* -------------
Sidebar Nav
----------------*/
.sidebar-nav {
  position: fixed;
  background-color: #19222a;
  height: 100%;
  font-weight: 400;
  font-size: 1.2em;
  overflow: auto;
  padding-bottom: 6em;
  z-index: 9;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /* -------------
  Chev elements
  ----------------*/
  /* -------------
  Nav-Flyout
  ----------------*/
  /* -------------
  Hover
  ----------------*/
}
.sidebar-nav ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.sidebar-nav ul li {
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  width: 100%;
  /* -------------
  Sidebar: icons
  ----------------*/
}
.sidebar-nav ul li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75em;
  padding: 1.05em 1em;
  position: relative;
  display: block;
}
.sidebar-nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sidebar-nav ul li i {
  font-size: 1.8em;
  padding-right: 0.5em;
  width: 9em;
  display: inline;
  vertical-align: middle;
}
.sidebar-nav > ul > li > a:after {
  content: '\f125';
  font-family: ionicons;
  font-size: 0.5em;
  width: 10px;
  color: #fff;
  position: absolute;
  right: 0.75em;
  top: 45%;
}
.sidebar-nav .nav-flyout {
  position: absolute;
  background-color: #080D11;
  z-index: 9;
  left: 2.5em;
  top: 0;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar-nav .nav-flyout a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.sidebar-nav ul > li:hover .nav-flyout {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.droptable td{

    min-width: 276px;
    height: 60px;
    border-bottom: solid 1px #c9c9ca;

}

.droptable button{

    margin: 0 0 0 20px;
    height: 30px;
    width: 80px;
    background-color: #000075;
    border-color: transparent;
    color: white;
    cursor: pointer;

}
/*.ibs {
    background-color: transparent;
    border: 0px solid;
  font-size:16px;
}*/
.mheader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  z-index: 12;
  background-color: #223B4B;
  overflow: hidden;
}
.main {
  position:relative;
  top:62px;
  left:-8px;
}

button:focus {
  outline: none;
}

legend {
    background-color: #000;
    color: #fff;
    padding: 3px 6px;
}

.registrati{

      float: left;
    background-color: #0083ff;
    padding: 9% 7% 9% 7%;
    border-radius: 15px;
    box-shadow: 1px 1px 15px black;
    margin: 8% 70px 0 0;

}

.login{

  background-color: #ffffff;
  padding: 4% 0% 1% 0%;
  width: 30%;
  margin: 2% 0 0 0;
  box-shadow: 1px 1px 15px black;
  color: #0c0cab;

}

.login input[type="text"]{

  width: 200px;
  height: 25px;
  color: #0c0cab;
  margin-bottom: 15px;

}

.login input[type="password"]{

  width: 200px;
  height: 25px;
  font-size: x-large;
  margin-bottom: 15px;
  color: #0c0cab;

}

.login input[type="submit"]{

  width: 250px;
  height: 55px;
  border-radius: 15px;
  color: white;
  background-color: #0c0cab;
  cursor: pointer;
  
}

.registrati input[type="text"]{

  width: 200px;
    height: 25px;
    font-size: x-large;
    margin-bottom: 15px;

}

.registrati input[type="password"]{

  width: 200px;
    height: 25px;
    font-size: x-large;
    margin-bottom: 15px;

}

.registrati input[type="submit"]{

  width: 200px;
    height: 40px;
    border-radius: 3px;
    color: black;
    background-color: #4CAF50;
    cursor: pointer;
  
}

.output {
    font: 1rem 'Fira Sans', sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}

::-webkit-input-placeholder .input-line:focus +::input-placeholder {
  color: #fff;
}

.divriga {
  width: 33.33%; /*for the older browsers fallback */
  width: calc(100% / 3);
  display: inline-block;
}

.divriga:first-of-type { 
  background-color: #b72f2f;
  height: 15px;
  margin-top: 99px; 
}
.divriga:nth-of-type(2) { 
  background-color: #008c00;
  height: 15px;
}
.divriga:nth-of-type(3) { 
  background-color: #000096;
  height: 15px;
}

.highlight {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  cursor: pointer;
  transition: color .2s ease;
}

.highlight:hover {
  color: #fff;
  transition: color .2s ease;
}

.spacing {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 120px;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.65)
}

.input-line:focus {
  outline: none;
  border-color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.ghost-round {
  cursor: pointer;
  background-color: red;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  color: black;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 19px;
  font-size: 1.2rem;
  font-family: roboto;
  font-weight: 300;
  line-height: 2.5em;
  margin-top: auto;
  margin-bottom: 25px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.ghost-round:hover {
  background: #02B15B;
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.input-line {
  background: none;
  margin-bottom: 10px;
  line-height: 2.4em;
  color: #fff;
  font-family: roboto;
  font-weight: 300;
  letter-spacing: 0px;
  letter-spacing: 0.02rem;
  font-size: 19px;
  font-size: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.full-width {
  width: 100%;
}

.input-fields {
  margin-top: 25px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0%;
  margin-top: 8%;
}

.content {
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  z-index: 5;
}

.welcome {
  font-weight: 200;
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0px;
  letter-spacing: 0.05rem;
}

.subtitle {
  text-align: center;
  line-height: 1em;
  font-weight: 100;
  letter-spacing: 0px;
  letter-spacing: 0.02rem;
}

.menu {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 50px;
}

.window {
  z-index: 100;
  color: #fff;
  font-family: roboto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  height: 590px;
  width: 360px;
  background: #fff;
}

.overlay {
  /*background: -webkit-linear-gradient(#8CA6DB, #B993D6);
  background: linear-gradient(#8CA6DB, #B993D6);*/
  /*background: #2d2d2d;*/
  background: #0c541c;
  opacity: 0.85;
  filter: alpha(opacity=85);
  height: 590px;
  position: absolute;
  width: 360px;
  z-index: 1;
}

.bold-line {
  /*background: #e7e7e7;*/
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 100%;
  height: 360px;
  z-index: 1;
  opacity:0.1;
  background-size:cover;
}

@media (max-width: 500px) {
  .window {
    width: 100%;
    height: 100%;
  }
  .overlay {
    width: 100%;
    height: 100%;
  }
}

.stayconn{

  float: right;
  position: absolute;
  font: 300 1.2rem roboto;
  letter-spacing: 0.02rem;
  line-height: 1.4rem;

}
.onoffswitch {
    position: relative; width: 93px;
    margin-top: 4%;
    float: right;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 14px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
    font-size: 15px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "OK";
    padding-right: 20%;
    background-color: #15B010; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "NO";
    padding-right: 9px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 28px; margin: -2px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 65px;
    border: 2px solid #999999; border-radius: 14px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/* ------------------------------------------------------------------------- */

.onoffswitchsort {
    position: relative;
    width: 93px;
    /*margin-top: 9.7%;
    margin-right: 16%;
    float: right;*/
    margin-left: 40%;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitchsort-checkbox {
    display: none;
}
.onoffswitchsort-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 14px;
}
.onoffswitchsort-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitchsort-inner:before, .onoffswitchsort-inner:after {
    display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
    font-size: 15px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitchsort-inner:before {
    content: "Data";
    padding-right: 12px;
    background-color: #15B010; color: #FFFFFF;
}
.onoffswitchsort-inner:after {
    content: "Nome";
    padding-right: 12px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitchsort-switch {
    display: block; width: 28px; margin: -2px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 65px;
    border: 2px solid #999999; border-radius: 14px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitchsort-checkbox:checked + .onoffswitchsort-label .onoffswitchsort-inner {
    margin-left: 0;
}
.onoffswitchsort-checkbox:checked + .onoffswitchsort-label .onoffswitchsort-switch {
    right: 0px; 
}

tr.disp1 {
background-color: #424242;
height: 50px;
}

tr.disp {
/*background-color: #424242;*/
height: 50px;
}
tr.disp:hover {
/*background-color: #616161;*/
cursor:pointer;
}
tr.pari {
/*background-color: #045D56;*/
height: 50px;
}
tr.pari:hover {
/*background-color: #757575;*/
cursor:pointer;
}

.datepicker{

  height: 25px;
  width: 210px;

}

.storDivs{
	
	display: flex;
  padding: 40px;
	
}

.odd{background-color: #f9f9f9 !important;}

.even{background-color: #ffffff;}

.tableStor{
	
	border-spacing: 0px;
	text-align: center;
	background-color: white;
  width: 100%;
	table-layout: fixed;
	border: solid 1px #d0d0d0;
  margin-top: 20px;
	
}

.tableDett{
	
	border-spacing: 0px;
	text-align: center;
	background-color: white;
	table-layout: fixed;
	border: solid 1px #d0d0d0;
	
}

.tableStor tbody, .tablestor thead { display: contents; }

.tableDett tbody, .tableDett thead { display: contents; }

.storico{
	
  color: white;
  background-color: #223b4b;
  padding: 20px 0;
  min-height: 300px;
  min-width: 619px;
  max-width: 619px;
  border-radius: 8px;
  box-shadow: black 5px 6px 8px -3px;
	
}

.dettStor{
	
	z-index: 11;
  top: 65px;
  right: 10;
  position: absolute;
  color: white;
  background-color: #223b4b;
  padding: 20px 0;
  min-height: 300px;
  min-width: 455px;
  max-width: 455;
  border-radius: 8px;
  box-shadow: black -6px 6px 8px -3px;
	
}

.tableStor td{
	
	padding: 10px;
    border-bottom: 1px solid #d0d0d0;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
	
}

.tableDett td{
	
	padding: 10px;
    border-bottom: 1px solid #d0d0d0;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
	
}

.buttontext{

  width: 95px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;

}

#search{

  height: 25px;
  width: 210px;

}

/* The Modal (background) */
.modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: dimgrey;
  color: black;
  margin: auto;
  padding: 60px;
  border: 1px solid #888;
  width: 580px;
  height: 700px;
}

/*------------------------------------------test------------------------------------------------------------------*/

footer {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
  clear: both;
    position: relative;
    height: 40px;
    margin-top: 7%;
}

table tr{

  font-size: smaller;

}

#footer {
    
}

.datipec{

    background-color: white;
    margin: 140px 0 0 12%;
    position: absolute;

}

.utilities{

  position: fixed;
  margin-top: 30px;
  z-index: 2;
  margin-left: 80%;
  font-size: larger;

}

.notif-icon{

  background-color: red;
  width: 21px;
  height: 19px;
  position: absolute;
  margin-left: 77%;
  border-radius: 4px;
  z-index: 9;
  margin-top: -4.1%;
  color: white;
  text-align: center;
  padding-top: 3px;

}

.alertgiorni{

  position: fixed;
    background-color: #19222a;
    color: white;
    left: 235px;
   padding: 2px 0 2px 0px;
    width: 100%;
    box-shadow: 0px 3px 4px -2px;
    z-index: 12;

}

.scarti{

  float: left;
  background-color: white;
  height: 350px;
  max-width: 410px;
  margin: 105px 0 0 50px;
  box-shadow: 0px 0px 2px grey;
  
}

.boxes{width: 100%;padding-top: 60px;}

table.tablescarti td{

  height: 21px;
  border-bottom: 1px solid lightgray;
  text-align: left;

}

.accettati{

  float: left;
  background-color: white;
  height: 350px;
  max-width: 410px;
  margin-left: calc(100% - 1600px);
  margin-left: -moz-calc(100% - 1600px);
  margin-top: 105px;
  box-shadow: 0px 0px 2px grey;
  
}

table.tableacc td{

  height: 21px;
  border-bottom: 1px solid lightgray;
  text-align: left;

}

.attesarisp{

  float: left;
  background-color: white;
  height: 350px;
  margin-top: 105px;
  margin-left: calc(100% - 1600px);
  margin-left: -moz-calc(100% - 1600px);
  box-shadow: 0px 0px 2px grey;
  
}

table.tablepend td{

  height: 21px;
  border-bottom: 1px solid lightgray;
  text-align: left;

}

.perinattscar{

  float: left;
  background-color: white;
  height: 350px;
  margin-top: 20px;
  box-shadow: 0px 0px 2px grey;
  
}

.perinattacc{

  float: left;
  background-color: white;
  height: 350px;
  margin-top: 20px;
  margin-left: 11%;
  box-shadow: 0px 0px 2px grey;
  
}

.perinattpend{

  float: left;
  background-color: white;
  height: 350px;
  margin-top: 20px;
  margin-left: 11%;
  box-shadow: 0px 0px 2px grey;
  
}

@media only screen and (max-width: 1890px) {

  .boxes{display: inline-grid;}

  .accettati{margin-left: calc(100% - 1000px);margin-left: -moz-calc(100% - 1000px);}

  .perinattscar{margin-left: 11%;}

  .attesarisp{margin: 41px 0 0 calc(100% - 66%);margin: 41px 0 0 -moz-calc(100% - 66%);max-width: 410px;}

  .perinattpend{margin: 40px 32% 0 0;max-width: 410px;}

  .first2{

    display: inline-flex;
    width: 100%;

  }

}

@media only screen and (max-width: 1611px) {
	
	.storDivs{display: block;}
	.dettStor{padding: 19px 0 0 0px;position: relative; margin-left: 10px;}
  #tablestatofatt{font-size: smaller;}
  #tablestatocorr{font-size: smaller;}
	
}

@media only screen and (max-width: 1280px){

  .first2{margin: 0;display: inline-grid;}

  .scarti{margin-left: calc(50% - 150px); margin-left: -moz-calc(50% - 150px);}

  .accettati{margin-left: calc(50% - 150px); margin-left: -moz-calc(50% - 150px);}

  .attesarisp{margin-top: 40px;max-width: 410px;min-width: 410px;margin-left: calc(50% - 150px); margin-left: -moz-calc(50% - 150px);}

  .perinattpend{margin: 40px 0 0 50px;max-width: 410px;min-width: 410px;}

}

.modificamail{

  position: absolute;
  margin: 150px 0 0px 8%;
  display: inline-table;
  background-color: white;
  color: blue;
  z-index: 12;
  /*padding: 150px;*/

}

.modificamail input[type="text"]{

  height: 25px;
  width: 300px;
  border-radius: 6px;
  border: 2px solid blue;
  margin-top: -15px;

}

.modificamail p{

  margin-bottom: 0px;

}

.modificapsw{

  position: absolute;
  margin: 150px 0 0px 8%;
  display: inline-table;
  background-color: white;
  color: blue;
  z-index: 12;
  /*padding: 150px;*/

}

.modificapsw input[type="text"]{

  height: 25px;
  width: 300px;
  border-radius: 6px;
  border: 2px solid blue;
  margin-top: -15px;

}

.modificapsw p{

  margin-bottom: 0px;

}

.startdiv { 
  height: fit-content;
  min-height: 300px;
  float: right;
  margin: 30px 15px 20px 15px;
  border: solid 2px;
  width: 50%;
}
.fattureres { 
  height: 300px;
  float: left;
  margin: 4% 15px 0 15px;
  border: solid 2px;
}

#bottomhalf{

  position: absolute;
  width: 40%;
  display: grid;

}

#nolette{

  margin: 45px 1% 0 22%;

}

#menubar {
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  font-size: x-large;
  background-color: #d0d0d0;
  border: none;
  padding-left: 15px;
}

/* Make jQuery UI Menu into a horizontal menubar with vertical dropdown */
#menubar > li { /* Menubar buttons */
  display: inline-block;
}
#menubar > li > ul > li { /* Menubar buttons inside dropdown */
  display: block;
}

/* Change dropdown carets to correct direction */
#menubar > li > div > span.ui-icon-caret-1-e {
  /* Caret on menubar */
  background:url(https://www.drupal.org/files/issues/ui-icons-222222-256x240.png) no-repeat -64px -16px !important;
}
#menubar ul li div span.ui-icon-caret-1-e {
  /* Caret on dropdowns */
  background:url(https://www.drupal.org/files/issues/ui-icons-222222-256x240.png) no-repeat -32px -16px !important;
}

#menubar2 {
  
}

/* Make jQuery UI Menu into a horizontal menubar2 with vertical dropdown */
#menubar2 > li { /* menubar2 buttons */
  display: inline-block;
}
#menubar2 > li > ul > li { /* menubar2 buttons inside dropdown */
  display: block;
}

/* Change dropdown carets to correct direction */
#menubar2 > li > div > span.ui-icon-caret-1-e {
  /* Caret on menubar2 */
  background:url(https://www.drupal.org/files/issues/ui-icons-222222-256x240.png) no-repeat -64px -16px !important;
}
#menubar2 ul li div span.ui-icon-caret-1-e {
  /* Caret on dropdowns */
  background:url(https://www.drupal.org/files/issues/ui-icons-222222-256x240.png) no-repeat -32px -16px !important;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin: 55px 0px 0px 90%;
}

.optiondropdown {
  opacity: 0;
    position: fixed;
    margin: 0 0 0 calc(100% - 515px);
    margin: 0 0 0 -moz-calc(100% - 515px);
    background-color: #f1f1f1;
    min-width: 296px;
    height: 100%;
    overflow: auto;
    box-shadow: 5px 7px 16px 0px rgba(0, 0, 0, 0.41);
    z-index: 11;
}

.dropdown-content {
  opacity: 0;
    position: fixed;
    margin: 0 0 0 calc(100% - 515px);
    margin: 0 0 0 -moz-calc(100% - 515px);
    background-color: #f1f1f1;
    min-width: 296px;
    height: 100%;
    overflow: auto;
    box-shadow: 5px 7px 16px 0px rgba(0, 0, 0, 0.41);
    z-index: 11;
}

.dropdown-content a {
  color: black;
  padding: 12px 4px;
  text-decoration: none;
  display: block;
}

.optionselector{

  width: 0;
    height: 0;
    z-index: 10;
    margin: -7px 0 0 calc(100% - 392px);
    margin: -7px 0 0 -moz-calc(100% - 392px);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f1f1f1;
    position: absolute;
    display: none;

}

.dropselector{

  width: 0;
    height: 0;
    z-index: 10;
    margin: -7px 0 0 calc(100% - 316px);
    margin: -7px 0 0 -moz-calc(100% - 316px);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f1f1f1;
    position: absolute;
    opacity: 0;

}

.dropdown a:hover {background-color: #ddd; cursor: pointer;}


.dropbtnxml {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtnxml:hover, .dropbtnxml:focus {
  background-color: #2980B9;
}

.dropdownxml {
  position: relative;
  display: inline-block;
}

.dropdown-contentxml {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-contentxml a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdownxml a:hover {background-color: #ddd;}

.show {
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
  display: block;
  position: fixed;
  opacity: 1;
  z-index: 13;
}

.scartato{

  display: none;

}

.boptions1{

    padding: 10px 25px;
    background-color: lawngreen;
    border: solid 1px #0fbf00;
    margin: 0 30px;

  }

  .boptions1:hover{

    background-color: #7cfc0040;
    cursor: pointer;

  }

  .boptions2{

    padding: 10px 25px;
    background-color: #178600;
    border: solid 1px #0fbf00;
    margin: 0 30px;

  }

  .boptions2:hover{

    background-color: #3f7d008c;
    cursor: pointer;

  }

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}

@media only screen and (max-width: 1680px) {

  .centerstart {
    display: inline-grid;
    margin-left: 20%;
  }

  .startdiv{

    height: fit-content;
    min-height: 300px;
    /* float: right; */
    margin: 30px 15px 20px 15px;
    border: solid 2px;
    width: -webkit-fill-available;

  }

  #nolette{

    margin: 0 0 0 0;

  }

  #bottomhalf{

    width: -webkit-fill-available;
    position: unset;

  }

}

.dataTables_wrapper{z-index: 11 !important;}