
.sidenav .closeNav:hover md-icon, .sidenav .closeButton:hover md-icon,
.offcanvas .closeNav:focus md-icon, .offcanvas .closeButton:focus md-icon,
.sidenav .closeNav:hover, .sidenav .closeButton:hover,
.offcanvas .closeNav:focus, .offcanvas .closeButton:focus{
  color: #2ACCFF;
}
.center-icon{
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.btnHeader {
  /* div dei bottoni di chiusura e resize menu */
  width: 100%;
  padding-bottom: 2%;
  padding-right: 4%;
  text-align: right;
}

.navTab{
  width: 100%;
  font-size: 0.7em;
  padding-left: 8%;
  padding-bottom: 8%;
}
.visura-form-data
{
  margin-top: 3%;
  font-size: 16px;
}
.card-selected-container
{
  float: right;
  width: 31%;
  /* margin-left: 59%; */
}
/*
.top-arrow {
position: absolute;
display: inline-block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-top-color: #1f8aca;
border-width: 30px 30px 0;
-webkit-transition: left 0.5s ease-in-out;
-moz-transition: left 0.5s ease-in-out;
-ms-transition: left 0.5s ease-in-out;
-o-transition: left 0.5s ease-in-out;
transition: left 0.5s ease-in-out;
}

.navbar-wrapper {
  position: relative;
}

*/
.card-selected-container > img
{
 width: 100%;
}
.card-selected-container label{
  /* font-size: 14px; */
}

.reduce{
  position: relative;
  right: 50px;
  bottom: 40px;
  transition: all 0.7s ease;
}

div.container.ng-scope{
  transition: all 0.7s ease;
}

.sidenav{
  background: rgba(0,152,194,1);
  background: -moz-linear-gradient(-45deg, rgba(0,152,194,1) 0%, rgba(0,152,194,1) 16%, rgba(130,210,227,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,152,194,1)), color-stop(16%, rgba(0,152,194,1)), color-stop(100%, rgba(130,210,227,1)));
  background: -webkit-linear-gradient(-45deg, rgba(0,152,194,1) 0%, rgba(0,152,194,1) 16%, rgba(130,210,227,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(0,152,194,1) 0%, rgba(0,152,194,1) 16%, rgba(130,210,227,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0,152,194,1) 0%, rgba(0,152,194,1) 16%, rgba(130,210,227,1) 100%);
  background: linear-gradient(135deg, rgba(0,152,194,1) 0%, rgba(0,152,194,1) 16%, rgba(130,210,227,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098c2', endColorstr='#82d2e3', GradientType=1 );
  height: 100%;
  width: 0;
  min-width: 0;
  padding-top: 1%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: all 0.7s ease;
  font-size: 22px;
  color: white;
}
