.weekendbutton {
	cursor:default;
    height: 60px;
    width: 70px;
    box-shadow: 3px 6px 10px #888888;
    border: 3px solid #DED0BD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    display: inline-block;
    text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ffc171;
   /*  background-image: linear-gradient(to bottom, #ffc579, #fb9d23); */
  /*  background-image: linear-gradient(to top,  #fbb251, #f98d00);  */
   background-image: linear-gradient(to top,  #ffc171, #e48509); 
    margin-bottom: 10px;
}

    .weekendbutton:hover {
       border: 3px solid #BCBC76;
       background-color: #ffaf46;
       background-image: linear-gradient(to bottom, #ffaf46, #e78404);
    }
    
.weektotalbutton {
	cursor:default;
    height: 60px;
    width: 70px;
    box-shadow: 3px 6px 10px #888888;
    border: 3px solid #DED0BD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    display: inline-block;
    text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #5fbeaa;
   /*  background-image: linear-gradient(to top, #5d9cec, #0d70ec);  */
    background-image: linear-gradient(to top, #5fbeaa, #458a7b); 
    margin-bottom: 10px;
}

.whitespan {
    color: white;
    font-size: 10px;
}

.grayspan {
    color: gray;
    font-size: 10px;
}

.datespan {
    font-size: 20px;
    color: white;
}

.totalspan {
    font-size: 15px;
    color: white;
    padding: 5px;
    
}
.entryView{
	margin-top:15px;
}

.weekbutton {
	cursor:default;
    height: 60px;
    width: 70px;
    box-shadow: 3px 6px 10px #888888;
    border: 3px solid #DED0BD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    display: inline-block;
    text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #74e46a;
   /*  background-image: linear-gradient(to bottom, #A5E0A0, #115D13); */
   background-image: linear-gradient(to top, #74e46a, #198c1c);
   
    margin-bottom: 10px;
}
    .weekbutton:hover {
       border: 3px solid #BCBC76;
       background-color: #ffaf46;
       background-image: linear-gradient(to bottom, #115D13, #115D13);
    }
 /*added by Ruba for federalholidays */
 .holidaycolor {
	cursor:default;
    height: 60px;
    width: 70px;
    box-shadow: 3px 6px 10px #888888;
    border: 3px solid #DED0BD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    display: inline-block;
    text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color:#5F9BB2;
    /*background-image: linear-gradient(to bottom,#5F9BB2,#4b879e);*/
    background-image: linear-gradient(to top,#5F9BB2,#4b879e);

    margin-bottom: 10px;
} 

 .textbox {
    width: 70px;
    
}

.space {
    padding-left: 5px;
    padding-top: 5px;
}


.weekCalendarbutton {
    height: 22px;
    width: 60px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: lightgrey;
    box-shadow: 2px 2px 2px #888888;
}

.timeOffLabels{
	padding: 0px 25px 15px 0px;
	line-height: 20px;
}

.rowSpace{
	padding: 0px 0px 5px 0px;
}

.hidebutton {
    margin-left: 5px;
    margin-right: 5px;
    height: 1px;
    background-color: white !important;
    box-shadow: 0 0 0 !important;
}

.expensessummary, .timesheetsummary, .timesheetsummarysec  {
    background-color: lightgrey;
    box-shadow: 2px 2px 2px #888888;
}

.summary-lineheight {
    line-height: 25px !important;
}


@media (max-width: 768px) {
.weekCalendarbutton{
  width: 30px;
}
}

/* MODAL STYLES
-------------------------------*/
 
    modal {
  display: none;
}
modal .modal1 {
  position: fixed;
  top: 10%;
  right: 25%;
  bottom: 0;
  left: 25%;
  z-index: 1000;
  overflow: auto;
}
modal .modal1 .modal1-body {
  padding: 20px;
  background: #fff;
  margin: 40px;
  border-radius: 6px;
  text-align: center;
   
}
modal .modal1-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.75;
  z-index: 900;
}
body.modal-open {
  /*overflow: hidden;*/
}
    
 
