@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

body {
  background-color: #5c5c5c;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}



h1{
    text-align: center;
    padding:2%;
    margin:auto;
    color: white;
}

h2{
    text-align: center;
    vertical-align: middle;
    align-self: center;
    top: 50%;
    position: relative;
}

p{
    text-align: center;
    margin:auto;
    color: white;
    padding-bottom: 1%;
}


/*** Table Styles **/


.tg-wrap{
        margin: auto;
   /* width: 75%;*/
    height:80%;
}

table{
    width: 50%;
    margin: auto;
    border: 3px solid #e16666;
}

.disable{
    background-color: #e2e2e2;
    color:#888888;
}
 

textarea{
    width: 80%;
    height: 120%;
    font-size: 1vw;
}

.button{
    padding: 3%;
    margin-left: 20%;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    background-color:#57aaf2;
    font-size: 0.8vw;
    
}

.button2{
    padding: 3%;
    margin-left: 20%;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    background-color:#b4b4b4;
    font-size: 0.8vw;
}

#divform {
    display: none;
    width: 66%;
    margin: auto;
    left: 4vw;
    position: relative;
}
  
tr {
    background-color: white;
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#000000;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
.citation{
    height: 40%;
}
 
tr:first-child td:first-child {
  border-top:none;
  border-top-left-radius:5px;
}

tr:first-child td:last-child{
  border-bottom:none;
  border-top-right-radius:5px;
}
 

tr:last-child td:first-child {
  border-bottom-left-radius:5px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:5px;
}
 
td {
  padding:2%;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

td:nth-child(odd){
    width:27%;
}


/* index.php : authentification */

#formLog {
    width: 16%;
    min-width: 472px;
    /* vertical-align: middle; */
    background-color: white;
    padding: 1%;
    /* position: absolute; */
    top: 26vh;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#formLog p{
    color: grey;
    font-size: 77%;
}

.login{
  position: relative;
  top: 50%;
  width: 10%;
  display: table;
  margin: -150px auto 0 auto;
  background: #fff;
  border-radius: 4px;
}

.legend{
  position: relative;
    width: 87%;
    display: block;
    background: #6dbea9;
    padding: 4px;
    color: #fff;
    font-size: 0.9vw;
    vertical-align: middle;
    align-self: stretch;
    top: -0.5vw;
    height: 3vw;
}

.legend img {
    width: 140px;
    margin-right: 20px;
}

.legend span{
    font-size: 2.1vw;
}

.myInput{
  position: relative;
  width: 70%;
  margin: 15px 0px 15px 15px;
}
  
  .loginInput{
    width: 95%;
    padding: 10px 0px 10px 10px;
    display: block;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    transition: 0.2s ease-out;
    color: darken(#EDEDED, 30%);
}
    .loginInput:focus{
      padding: 10px 5px 10px 10px;
      outline: 0;
      border-color: #ffc100;
    }

.myDivSubmit{
    text-align: center;
}

.mySubmit{
  width: 25%;
  height: 45px;
  display: inline-block;
  margin: 0% 2% 0% 2%;
  background: #fff;
  border-radius: 15px;
  border: 1px solid green;
  color: #e16666;
  font-size: 100%;
  cursor: pointer;
  box-shadow: 0px 0px 0px 7px #fff;
  transition: 0.2s ease-out;
  font-weight: bolder;
}
  .mySubmit:hover, .mySubmit:focus{
    background: #6dbea9;
    color: #fff;
    outline: 0;
  }

.red{
    color: grey;
    /*background-color: #ffc100;*/
    width: 60%
    
}

.photo_trombi{
    max-width:7vw;
}