

.checkBox {
  vertical-align: middle;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px #aaa solid;
  outline: none !important;
}

.checkBox:hover {
  border: 1px #888 solid;
  background-color: #e0e0e0;
}

.checkBoxActive {
  background: url(check.svg);
  background-size: 28px 30px;
}

.fixedPrice {
    background-color: #D9E8F4;
}

.nuovoProdotto {
    background-color: #c9e2b3;
    border-radius: 3px;
}

.calendarTitle {
    height: 20px;
    margin: -1px 0 0 -1px;
    background-color: #F0F0F0;
    text-align: center;
}

.calendarDay {
    height: 100px; 
    margin: -1px 0 0 -1px;
}

.calendarDayGood {
    border: 1px solid #7f7f7f; 
    margin: -1px 0 0 -1px;
    padding: 3px;
    overflow: hidden;
}

.calendarDayWorklog {
    white-space: nowrap;
    font-size: 11px;
}

.calendarDayErrorMess {
    background-color: #FFB2B2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 2px;
}

.calendarDayStraordinariMess {
    background-color: #B2B2FF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 2px;
}

.calendarDayOkMess {
    background-color: #99cc99;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 4px 1px 2px;
}

.calendarToday {
    background-color: #efefcc;
}

.highlightText {
    background-color: #FFFF99;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;   
    border: 1px solid black;
}

.balloonTaskTitle {
    padding: 9px 5px;
    margin-left: -10px;
    margin-top: -10px;
    margin-right: -10px;
    margin-bottom: 8px;
    border-bottom: 1px solid #bbb;
}

.fattureAttiveRighe{
/*    margin-top: -200px;*/
}

.fattureAttiveRigaReso{
    background-color: #c3ffb8;
}

/****************************************/
/****************************************/
#weekcalendar .task {
    font-size: 11px; 
    border: 1px solid #909090;
    padding: 2px;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
}

#weekcalendar .taskselected {
    background-color: #fff68f !important;
}

#weekcalendar .taskheader {
    height: 10px;
}

#weekcalendar .taskuser {
    height: 10px;
    width: 10px;
    float: left;
    margin-right: 3px;
    border-radius: 5px;
    cursor: default;
    margin-top: -1px;
}

#weekcalendar .checkboxstato {
    height: 16px;
    width: 16px;
    background-color: white;
    border-top: 1px solid #ABA8A8;
    border-left: 1px solid #ABA8A8;
    position: absolute;
    bottom: 1px;
    right: 1px;
    cursor: pointer;
}

#weekcalendar .checkboxflag {
    line-height: 12px;
}

