.hourColumn{
	padding : 4px !important;
	width: 36px;
}

.dayColumn{
	text-align: center;
	width: 24%;
}

.hourLine{
	padding: 0px !important;
	height: 21px !important;
	line-height: 20px !important;
	border-top-width: 1px !important;
	border-bottom-width: 1px !important;
}

.hourLineMain{
  	border-top-style: solid !important;
  	border-bottom-style: dotted !important;
}

.hourLineSub{
	border-top-style: solid !important;
  	border-bottom-style: dotted !important;
}

.eventBox{
	white-space: nowrap;
	position: absolute;
	overflow: hidden;
	font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid rgb(180, 180, 180);
    padding: 3px;
}

.eventTime{
	font-size: .85em;
    white-space: nowrap;
}

.eventTitle{

}

.shortEvent .eventTime,
.shortEvent .eventTitle{
	position: relative;
	display: inline-block;
	font-size: .85em;
}

.ng-confirm-scrollpane .container{
	width: 95%!important;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}