body {
	background:#ebebeb;
}
.loader{
	display: none;
	position: fixed;
    left:50%; 
    top:50%;
	transform: translate(-50%, -50%);
	z-index:20000;
}
.container{
	margin-top: 2em;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}
.negative{
color:#FF0000;
}
.positive{
color:#009933;
}
.add{
  color: white;
  text-align: center;
  font-weight:bolder;
  text-decoration: none;
  display: inline-block;
  font-size: 0.5;
  border-radius: 50%;
}
.ui-datepicker td a:after{
    content: "";
    display: block;
    text-align: center;
    color: #006600;
    font-size: small;
    font-weight: 500;
}

