a.weeklyTimeSheet {
    color: #000 !important;
    font-weight: bold;
}

.property-home {
    margin-top: 50px;
}

.addNewProject {
    font-size: 2.5em;
   float: left;
   margin-top: -17px;
   margin-left: -7px;
   height: 20px;
}

.addNewProject a {
    opacity: 0.8;
}

.addNewProject a:hover {
    opacity: 1;
}

table.saleslist td:first-child {
text-align: left;
}

.textareaScan {
    width: 90%;
}

#projectpostcode {
    text-transform: uppercase;
}

.onGoingColour {
    background-color: #FFCA6A !important;
    color: black !important;
}
.completedColour {
    background-color: #4EED4E !important;
    color: black !important;
}

.previousMonth {
    float: left;
    height: 30px;
    width: 150px;
}
.previousMonth img {
    width: 60px;
    vertical-align: middle;
}

.nextMonth {
   float: right; 
   height: 30px;
   width: 200px;
  text-align: right;
}
.nextMonth img {
    width: 60px;
    vertical-align: middle;
}

.previousMonth a, .nextMonth a {
    color: black;
}

.currentMonth {
    width: 150px;
    height: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.monthsCols {
    float: left;
    width: 33.33%;
    height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 30px;
}

.event a {
    color: black !important;
}
.event:hover {
    background-color: #E2E2E2 !important;
}

/* =============================== CALENDAR ================================*/

   #calendar {
    width: 100%;
    float: left;
 

}

#calendar a {
    color: #c92a2e;
    text-decoration: none;
}

#calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#calendar li {
    display: block;
    float: left;
    width:14.3%;
    padding: 5px;
    box-sizing:border-box;
    border: 1px solid #63a9e0;
    margin-right: -1px;
    margin-bottom: -1px;
}

#calendar ul.weekdays {
    height: 40px;
    background: #CF7073;
}

#calendar ul.weekdays li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar .days li {
    height: 200px;
}

#calendar .days li:hover {
    background: #9ec66e;
}

#calendar .date {
    text-align: center;
    margin-bottom: 5px;
   
    background: #ea9023;
    color: #fff;
    width: 30px;
    border-radius: 30px;
    float: right;
  font-weight:bold;
}

#calendar .date a {
color: #fff;
}

#calendar .date a:hover {
color: #f5e053 ;
}

#calendar .event {
    clear: both;
    display: block;
    font-size: 12px;
    border-radius: 4px;
    padding: 1px;
    margin-top: 0px;
    margin-bottom: 2px;
    line-height: 14px;
    background: #e4f2f2;
    border: 1px solid #b5dbdc;
    color: #009aaf;
    text-decoration: none;
    float: left;
    width: 100%;
}

#calendar .event-desc {
    color: #666;
    margin: 0;
    text-decoration: none;
    width:80%;
    float: left;
}

#calendar .event-time {
    margin: 0;
    text-decoration: none;
    width: 15%;
   float: right;
    text-align: center;
}


#calendar .other-month {
 background: #f5f5f5;
    color: #666;
}

#calendar .days li.other-month:hover {
    background: none;
}

.mobileDay {display: none;}

/* ============================
                Mobile Responsiveness
   ============================*/


@media(max-width: 768px) {


    #calendar .weekdays, #calendar .other-month {
        display: none;
    }

    #calendar li {
        height: auto !important;
        border: 1px solid #66a9e0;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }

    #calendar .date {
        float: none;
    }


  .prevnext {padding-bottom:0px !important;  width:100%; text-align: center !important; margin-bottom: 10px; margin-top: 10px;}

 .mobileDay {display: inherit; float: none;}

}



.textalign {text-align:right;}

.prevnext {font-size:16px; padding-bottom:20px;}

.prevnext a {border:1px solid #666; padding:4px; border-radius:4px; }

.prevnext a:hover {text-decoration:underline; color:#49db90; }

.today {background-color:#ce272e;}

/* ============================   END CALENDAR   ============================*/