
.container-boxshadow {
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    box-shadow: 0 0 50px black;
    padding:15px 15px 15px 15px;
}

#projects .glyphicon.glyphicon-usd{
  background-color: #A9FA62;
  background: -webkit-linear-gradient(left top, yellow , #A9FA62);
  background: -o-linear-gradient(bottom right, yellow, #A9FA62);
  background: -moz-linear-gradient(bottom right, yellow, #A9FA62);
  background: linear-gradient(to bottom right, yellow , #A9FA62);
  padding-left:2px;
  padding-right:2px;
}

#projectNotesToggle:before{
  font-family:'Glyphicons Halflings';
  content:"\e113"
}

.collapsed#projectNotesToggle:before{
  font-family:'Glyphicons Halflings';
  content:"\e114";
}

.project-note{
  margin-bottom: 5px;
}

#ui-datepicker-div{
  z-index: 3 !important; /* Override z-index: 1 in the inline css to make it appear over textboxes, which have z-index of 2 */
}