li.menu span.name2 {
	margin: 11px 0 0 7px;
	width: auto;
	color: #000;
	font-size: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 75%;
	white-space: nowrap;
	float: left;
     text-decoration: none;
}

ul {
    margin-block-start: 0.5em;
    margin-block-end: 0em;
  }

.nuovo { 
    padding: 5px 5px;
    /*margin:10px; */
    height:40px;
    background: #31b0d5;  
    border: 1px solid #1b6d85; 
    color: #ffff; 
    font-family: "Century Gothic","Apple Gothic",sans-serif;
    background-image: url('upload.png');
    background-size: 25px;
    background-position: 10px 8px; 
    background-repeat: no-repeat;
}

html

{
  font-family: 'Century Gothic', sans-serif;
  text-align: justify;
 /* background: url(../CSS/images/background.png) no-repeat center fixed;  
  background-size: cover;*/
  }

  table {
      border-collapse: collapse;
      border: none;
  }

   table.b {
  
    border-collapse: collapse;
    
    border: 2.5px solid #727272;
    margin: 0 auto;
  }
 
 
  .b tr {
    background-color:  /* #abdddd */  #abc6dd; 
    height:35px;
    border: 2px solid #a5a4a4;
    }
    
    
   .b tr:nth-child(even) {
        
        background-color: /* #E8F6F6 */  #e6f4ff ;
    }



  .b tr:hover {background-color: /* #c9c9c9 */ #008bb5; color: white;}

table.dispo {
  
        border-collapse: collapse;
        border-radius: 20px;
        border: 2.5px solid #727272;
        margin: 0 auto;
    }
    
  
.dispo td {
    border: 2px solid #C6C6C6;
    border-radius: 4px;
    margin: 0 auto;
    height: 30px;
    vertical-align: middle;
  }
  
.dispo tr{
    border: 2px solid #818181;
    margin: 0 auto;
    height: 20px;
    background-color:  /* #abdddd */  #d1d3d4; 
  }

body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url("https://geser.crialtegroane.org/v2/images/back_login_60.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }


select {background:transparent;
        border: 1px solid #c7c6c5;}

input { background:transparent;      }

input[type=text] { background:white;      }
input[type=week] { background:white;      }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: black;
opacity: 1; /* Firefox */

}

input.giorno {
    width: 30px;
    height: 25px;
    background: url('images/dispo_sino.png');
    -webkit-appearance: none;
    border: 0;
    float: center;
    margin: 0 0 0 0
}

input.giorno:checked {
    background-position: 0 25px
}




#utente{
position:fixed;
bottom:0px;
/* height:15px; */
width:100%;
/*background:blue; */
align:center;
z-index:999999;
margin-left: -1px;
margin-bottom: 5px;
}


form { margin: 0; }


.btn {
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn-grey {
    color: white;
    background-color: grey;
    border-color: #666666
}

.btn-grey.focus,
.btn-grey:focus {
    color: #fff;
    background-color: #AEAEAE;
    border-color: #4C4C4C
}

.btn-grey:hover {
    color: #fff;
    background-color: #AEAEAE;
    border-color: #343434
}

.btn-grey.active,
.btn-grey:active,
.open > .dropdown-toggle.btn-grey {
    color: #fff;
    background-color: #AEAEAE;
    border-color: #4C4C4C
}

.btn-grey.active.focus,
.btn-grey.active:focus,
.btn-grey.active:hover,
.btn-grey:active.focus,
.btn-grey:active:focus,
.btn-grey:active:hover,
.open > .dropdown-toggle.btn-grey.focus,
.open > .dropdown-toggle.btn-grey:focus,
.open > .dropdown-toggle.btn-grey:hover {
    color: #fff;
    background-color: #AEAEAE;
    border-color: #4C4C4C
}

.btn-grey.active,
.btn-grey:active,
.open > .dropdown-toggle.btn-grey {
    background-image: none
}

.btn-grey.disabled.focus,
.btn-grey.disabled:focus,
.btn-grey.disabled:hover,
.btn-grey[disabled].focus,
.btn-grey[disabled]:focus,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey.focus,
fieldset[disabled] .btn-grey:focus,
fieldset[disabled] .btn-grey:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-grey .badge {
    color: grey;
    background-color: #fff
}



.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;   
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

.badge.green {
    background-color:green;
    border: 1px solid #80A32F;
    color: #fff;
}

.badge.red {
    background-color:#a12725;
    border: 1px solid #801F1D;
    color: #fff;
}

.badge.other {
    background-color:#d17402;
    border: 1px solid #A75C01;
    color: #fff;
}

.badge.grey {
    background-color:grey;
    color: #fff;
}

.badge.lblue {
    background-color:#3498eb;
    color: #fff;
}


.badge.green2 {
    background-color:#80A32F;
    border: 1px solid #80A32F;
    color: #fff;
}




table.form {
  
    border-collapse: separate;
    border-radius: 10px;
    border: 2.5px solid #727272;
    margin: 0 auto;
}



.form td {
border: 2px solid #C6C6C6;
border-radius: 10px;
margin: 0 auto;
height: 35px;
vertical-align: middle;
}

