body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.no-underline{
    text-decoration: none !important;
}

.container-fluid { padding-right: 25px; padding-left: 25px; margin-right: auto; margin-left: auto; } 

.loading{
    z-index: 995;
    -moz-opacity: .75;
    -webkit-opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    opacity: 0.75;
    backgroundColor: '#000';

    filter: alpha(opacity=75);
    background: #fff url("../img/preloader.gif") center center no-repeat;


    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    z-index:99999;
}

.white_clean_task_milestone .white_clean_event_inner {
    position: absolute;
    top: 16%;
    left: 16%;
    right: 16%;
    bottom: 16%;
    background: blue;
    border: 0px none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: none;
}

.task-complete{
    /*background-color: #61ac26 !important;*/
    color: #fff  !important;
}
.task-complete-due{
    /*background-color: #61ac26 !important;*/
    color: #000  !important;
}

.white_clean_rowmove_handle{
    display: none !important;
}


.note {
  position: relative;
  width: 100%;
  padding: 1.5em 1.8em;
  color: #000;
  font-style: italic;
  background: #ffda35;
  overflow: hidden;
  margin: 5px;
}




#tblListNotes.table>tbody>tr>td {
		  border-top: solid 9px #fff !important;

}

.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #f5c638 #f6d039;
  background: #f4ba1c;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.note.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.note.rounded:before {
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}