 #myBtn:hover {
 cursor:pointer;
}
 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    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: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
 #board
 
  {
  background-color: #fff;
 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
 
  background-image: -webkit-linear-gradient(top, #fff, #eee);
 
  background-image: -moz-linear-gradient(top, #fff, #eee);
 
  background-image: -ms-linear-gradient(top, #fff, #eee);
 
  background-image: -o-linear-gradient(top, #fff, #eee);
 
  background-image: linear-gradient(top, #fff, #eee);  
 
  height: 240px;
 
  width: 800px;
 
  margin: -150px 0 0 -430px;
 
  padding: 30px;
 
  position: absolute;
 
  top: 50%;
 
  left: 50%;
 
  z-index: 0;
 
  -moz-border-radius: 3px;
 
  -webkit-border-radius: 3px;
 
  border-radius: 3px;  
 
  -webkit-box-shadow:
 
        0 0 2px rgba(0, 0, 0, 0.2),
 
        0 1px 1px rgba(0, 0, 0, .2),
 
        0 3px 0 #fff,
 
        0 4px 0 rgba(0, 0, 0, .2),
 
        0 6px 0 #fff,  
 
        0 7px 0 rgba(0, 0, 0, .2);
 
  -moz-box-shadow:
 
        0 0 2px rgba(0, 0, 0, 0.2),  
 
        1px 1px   0 rgba(0,   0,   0,   .1),
 
        3px 3px   0 rgba(255, 255, 255, 1),
 
        4px 4px   0 rgba(0,   0,   0,   .1),
 
        6px 6px   0 rgba(255, 255, 255, 1),  
 
        7px 7px   0 rgba(0,   0,   0,   .1);
 
  box-shadow:
 
        0 0 2px rgba(0, 0, 0, 0.2),  
 
        0 1px 1px rgba(0, 0, 0, .2),
 
        0 3px 0 #fff,
 
        0 4px 0 rgba(0, 0, 0, .2),
 
        0 6px 0 #fff,  
 
        0 7px 0 rgba(0, 0, 0, .2);
 
  }
 
  #board:before
 
  {
 
  content: '';
 
  position: absolute;
 
  z-index: -1;
 
  border: 1px dashed #ccc;
 
  top: 5px;
 
  bottom: 5px;
 
  left: 5px;
 
  right: 5px;
 
  -moz-box-shadow: 0 0 0 1px #fff;
 
  -webkit-box-shadow: 0 0 0 1px #fff;
 
  box-shadow: 0 0 0 1px #fff;
 
  }
 
  fieldset
 
  {
 
  border: 0;
 
  padding: 0;
 
  margin: 0;
 
  }
/*-------------------LOGIN--------------------*/
 
  #login
 
  {
  background-color: #fff;
 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
 
  background-image: -webkit-linear-gradient(top, #fff, #eee);
 
  background-image: -moz-linear-gradient(top, #fff, #eee);
 
  background-image: -ms-linear-gradient(top, #fff, #eee);
 
  background-image: -o-linear-gradient(top, #fff, #eee);
 
  background-image: linear-gradient(top, #fff, #eee);  
 
  height: 240px;
 
  width: 400px;
 
  margin: -150px 0 0 -230px;
 
  padding: 30px;
 
  position: absolute;
 
  top: 50%;
 
  left: 50%;
 
  z-index: 0;
 
  -moz-border-radius: 3px;
 
  -webkit-border-radius: 3px;
 
  border-radius: 3px;  
 
  -webkit-box-shadow:
 
        0 0 2px rgba(0, 0, 0, 0.2),
 
        0 1px 1px rgba(0, 0, 0, .2),
 
        0 3px 0 #fff,
 
        0 4px 0 rgba(0, 0, 0, .2),
 
        0 6px 0 #fff,  
 
        0 7px 0 rgba(0, 0, 0, .2);
 
  -moz-box-shadow:
 
        0 0 2px rgba(0, 0, 0, 0.2),  
 
        1px 1px   0 rgba(0,   0,   0,   .1),
 
        3px 3px   0 rgba(255, 255, 255, 1),
 
        4px 4px   0 rgba(0,   0,   0,   .1),
 
        6px 6px   0 rgba(255, 255, 255, 1),  
 
        7px 7px   0 rgba(0,   0,   0,   .1);
 
  box-shadow:
 
        0 0 2px rgba(0, 0, 0, 0.2),  
 
        0 1px 1px rgba(0, 0, 0, .2),
 
        0 3px 0 #fff,
 
        0 4px 0 rgba(0, 0, 0, .2),
 
        0 6px 0 #fff,  
 
        0 7px 0 rgba(0, 0, 0, .2);
 
  }
 
  #login:before
 
  {
 
  content: '';
 
  position: absolute;
 
  z-index: -1;
 
  border: 1px dashed #ccc;
 
  top: 5px;
 
  bottom: 5px;
 
  left: 5px;
 
  right: 5px;
 
  -moz-box-shadow: 0 0 0 1px #fff;
 
  -webkit-box-shadow: 0 0 0 1px #fff;
 
  box-shadow: 0 0 0 1px #fff;
 
  }
 
  fieldset
 
  {
 
  border: 0;
 
  padding: 0;
 
  margin: 0;
 
  }
 
  #inputs input
 
  {
 
  background: #f9f9f9 url(../images/login-sprite.png) no-repeat;
 
  padding: 15px 15px 15px 30px;
 
  margin: 0 0 10px 0;
 
  width: 353px; /* 353 + 2 + 45 = 400 */
 
  border: 1px solid #ccc;
 
  -moz-border-radius: 5px;
 
  -webkit-border-radius: 5px;
 
  border-radius: 5px;
 
  -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
 
  -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
 
  box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
 
  }
 
  #username{  background-position: 5px -2px !important;}
 
  #password{  background-position: 5px -52px !important;}
 
  #inputs input:focus
 
  {
 
  background-color: #fff;
 
  border-color: #e8c291;
 
  outline: none;
 
  -moz-box-shadow: 0 0 0 1px #e8c291 inset;
 
  -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
 
  box-shadow: 0 0 0 1px #e8c291 inset;
 
  }
 
  #actions{ margin: 25px 0 0 0;}
 
  #submit
 
  {       
 
  background-color: #ffb94b;
 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
 
  background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
 
  background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
 
  background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
 
  background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
 
  background-image: linear-gradient(top, #fddb6f, #ffb94b);
 
  -moz-border-radius: 3px;
 
  -webkit-border-radius: 3px;
 
  border-radius: 3px;
 
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
 
   -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
 
   -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
 
   box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
 
  border-width: 1px;
 
  border-style: solid;
 
  border-color: #d69e31 #e3a037 #d5982d #e3a037;
 
  float: left;
 
  height: 35px;
 
  padding: 0;
 
  width: 120px;
 
  cursor: pointer;
 
  font: bold 15px Arial, Helvetica;
 
  color: #8f5a0a;
 
  }
 
  #submit:hover,#submit:focus
 
  {       
 
  background-color: #fddb6f;
 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
 
  background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
 
  background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
 
  background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
 
  background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
 
  background-image: linear-gradient(top, #ffb94b, #fddb6f);
 
  }   
 
  #submit:active
 
  {       
 
  outline: none;
 
   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
 
   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
 
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;        
 
  }
 
  #submit::-moz-focus-inner
 
  {
 
border: none;
 
  }
 
  .btn_link 
 
  {
 
  color: #3151A2;    
 
  float: right;
 
  line-height: 35px;
 
  margin-left: 10px;
 
  }
  
  .img_center 
  {
    
    position: absolute;
 
	top: 50%;
	
	left: 50%;	
	margin: -250px 0 0 -130px;
  }
  #errore
 
  {
 
  color: #FF0000;    
 
 
 
  }
  .datagrid table 
  { border-collapse: collapse; text-align: left; width: 100%; 
  } 
  .datagrid 
  {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #8C8C8C; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
  }
  .datagrid table td, .datagrid table th { 
  padding: 10px 5px; 
  }
  .datagrid table thead th 
  {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );background:-moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');background-color:#8C8C8C; color:#FFFFFF; font-size: 13px; font-weight: bold; border-left: 1px solid #A3A3A3; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #7D7D7D; border-left: 1px solid #DBDBDB;font-size: 14px;font-weight: normal; }.datagrid table tbody .alt td { background: #EBEBEB; color: #7D7D7D; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }