
		body{
			padding-top:65px;
			padding-bottom:25px;
		}
		.mb-1{
			margin-bottom: 5px; 
		}
		.rowClear{
			clear:both;
		}
		.calendar .isNotCurrentMonth{
			color:lightgrey;
		}
		.calendar .today{
			border:3px solid red;
		}
		.calendar .complete{
			background-color:green;
		}
		.calendar .inprogress{
			background-color:grey;
		}
		.content_tabs{
			margin-bottom: 15px;
		}
		.table tbody>tr>td.vert-align, .table tbody>tr>th.vert-align{
			vertical-align: middle;
		}
		.bg-muted {
			background-color: #eee;
		}
		.has-error {
			border-color: red;
		}
		
		@media screen and (max-width: 992px) {
		  .table-wide .table {
			width: 992px;
		  }  
		  .table-wide .table td, .table-responsive .table th {
				min-width: 100px;
			}
		}