.box-modal {
  position: relative;
  padding: 16px;
  background: #fff;
  color: #3c3c3c;
  box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
  border-radius: 6px;
}
.box-modal_close {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
  cursor: pointer;
}

.box-modal_close:hover {
  color: #666;
}

td.fix {font-family:Consolas;}

body {
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  -moz-background-size: 7%; /* Firefox 3.6+ */
  -webkit-background-size: 7%; /* Safari 3.1+ è Chrome 4.0+ */
  -o-background-size: 7%; /* Opera 9.6+ */
  background-size:7%;
  background-position: left top;
  margin: 0;
  font-family: Helvetica, sans-serif;
  font-size: 15px;
} 

#workarea {
  width: 100vw;
  height: 100vh;
}

.menubutton {
  font-size:1.5em; 
}

.menu {
  padding-top:5px;
  text-align:center;
}

.toright {
  float:right;
}

button.deal,button.sum,button.task {
  background-color: transparent;
  border:0px;
  padding:0px;
  margin:0px;
  width:100%;
}

button.datemove {
  background-color: transparent;
  border:0px;
  padding:0px;
  margin:0px;
  width:100%;
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
}

button.show-deal,button.mark-done {
  background-color: transparent;
  border:0px;
  padding:0px;
  margin:0px;
  width:100%;
  text-align: left !important;
}

.red {
  background-color: #E35452 !important;
  color: white !important;
}

.yellow {
  background-color: yellow !important;
}

button:hover,.click:hover {cursor:pointer;}
