  @media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/* 10%s */
.sizeModal90 .modal-dialog{ width: 90%;}
.sizeModal80 .modal-dialog{ width: 80%;}
.sizeModal70 .modal-dialog{ width: 70%;}
.sizeModal60 .modal-dialog{ width: 60%;}
.sizeModal50 .modal-dialog{ width: 50%;}
.sizeModal40 .modal-dialog{ width: 40%;}
.sizeModal30 .modal-dialog{ width: 30%;}
/* 5%s */
.sizeModal95 .modal-dialog{ width: 95%;}
.sizeModal85 .modal-dialog{ width: 85%;}
.sizeModal75 .modal-dialog{ width: 75%;}
.sizeModal65 .modal-dialog{ width: 66%;}
.sizeModal55 .modal-dialog{ width: 55%;}
.sizeModal45 .modal-dialog{ width: 45%;}
.sizeModal35 .modal-dialog{ width: 35%;}


.ui-datepicker {
  z-index:1100 !important;
}

.fc-day-grid-event .fc-content {
    white-space: normal;
    

/* The starting CSS styles for the enter animation */
.animate.ng-enter {
  transition:0.5s linear all;
  opacity:0;
}

/* The finishing CSS styles for the enter animation */
.animate.ng-enter.ng-enter-active {
  opacity:1;
}

/* now the element will fade out before it is removed from the DOM */
.animate.ng-leave {
  transition:0.5s linear all;
  opacity:1;
}
.animate.ng-leave.ng-leave-active {
  opacity:0;
}

.fc-today {background: #FFE082 !important;}

tr.clickableRow { cursor: pointer !important; }

.material-red  {
  background-color: #f44336;
}
.material-pink  {
  background-color: #e91e63;
}
.material-purple  {
  background-color: #9c27b0;
}
.material-deeppurple  {
  background-color: #673ab7;
}
.material-indigo  {
  background-color: #3f51b5;
}
.material-lightblue  {
  background-color: #03a9f4;
}
.material-cyan  {
  background-color: #00bcd4;
}
.material-teal  {
  background-color: #009688;
}
.material-lightgreen  {
  background-color: #8bc34a;
}
.material-lime  {
  background-color: #cddc39;
}
.material-lightyellow  {
  background-color: #ffeb3b;
  color: #4D4D4D;
}
.material-orange  {
  background-color: #ff9800;
}
.material-deeporange  {
  background-color: #ff5722;
}
.material-grey  {
  background-color: #9e9e9e;
}
.material-bluegrey  {
  background-color: #607d8b;
}
.material-brown  {
  background-color: #795548;
}
.material-lightgrey  {
  background-color: #ececec;
  color: #4D4D4D;    
}

.formHorText {
  padding-top:7px !important;
  display:block;
}
