body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

#script-warning {
	display: none;
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: red;
}

#loading {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

#calendar {
	font-family: 'Montserrat', sans-serif;
	max-width: 1100px;
	margin: 40px auto;
	padding: 0 10px;
}

/* calender */
	.fc th {
		color: #5D5D5D;
		font-weight: 400;
		padding: 0 5px 8px 0;
		text-align: right;
	}
	.fc th.fc-day-sat, .fc th.fc-day-sun {
		font-weight: 600;
	}
	.fc-theme-standard .fc-scrollgrid {
		border: 0;
	}
	.fc-theme-standard th {
		border-left: 0;
		border-right: 0;
	}
	.fc .fc-scrollgrid-section table {
		border-bottom: 1px solid #ddd;
	}
	.fc .fc-daygrid-day-number {
		padding: 10px;
	}
	.fc-dayGridMonth-view table.fc-scrollgrid .fc-scrollgrid-section td {
		border-right: 0;
	}
	.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
		line-height: 30px;
		padding: 0 10px;
	}
	.fc .fc-daygrid-event {
		height: 30px;
		padding-right: 30px;
	}
	.fc-daygrid-event {
		border-radius: 15px;
	}
	.fc .fc-scroller-liquid-absolute {
		overflow-y: hidden !important;
	}

	.fc-h-event {
		border: 0;
		margin-bottom: 10px;
	}

	.fc-daygrid-event.add-event {
		_cursor: pointer;
	}
	.fc-list-event-title p:before {
		top: -1px;
	}
	.add-event .fc-event-title,
	.fc-list .add-event .fc-list-event-title a {
		display: none;
	}
	.fc .fc-daygrid-event a.delete {
		color: #FFF;
		font-size: 15px;
		position: absolute;
		right: 5px;
		top: 5px;
	}
	.fc .fc-daygrid-event a.delete {
		position: absolute;
    	right: 4px;
    	z-index: 99;
    	width: 20px;
    	height: 20px;
	}
	.fc .fc-daygrid-event a.delete i {
		font-size: 20px;
		opacity: 0.9;
	}
	.fc .fc-daygrid-event.add-event a i.material-icons {
		font-size: 20px;
		left: 5px;
		opacity: 0.4;
		position: absolute;
	  top: 5px;
	}
	.fc .fc-list a.delete {
		color: #000;
		cursor: pointer;
		font-size: 15px;
		opacity: 0.4;
		position: relative;
		right: 25px;
		top: 7px;
		width: 0;
		float: right;
	}
	.fc .fc-list a i.material-icons {
		font-size: 20px;
	}
	.fc .fc-list a.tooltip {
		color: #000;
	    font-size: 15px;
	    opacity: 0.4;
	    right: 25px;
	    top: 8px;
	    width: 0;
	}
	.fc .fc-list tr.fc-list-event:last-child {
	    vertical-align: top;
	    text-align: right;
	    padding: 0;
	    margin: 0;
	}

/* tool tip */
	.tooltip {
		cursor: pointer;
		display: inline-block;
		height: 100%;
		margin: 0;
		position: relative;
		width: 100%;
	}
	.tooltipster-base { box-sizing: content-box; }
	.tooltip_templates {
		display: none;
	}
	.tooltipster-sidetip .tooltipster-box {
		background: #FFF;
	    border: none;
	    border-radius: 10px;
	    box-shadow: 2px 2px 50px 0 rgba(0,0,0,0.16);
	    color: #000;
		padding: 20px 30px;
	}
	.tooltipster-sidetip .tooltipster-content {
		color: #5D5D5D;
		padding: 0;
	}
	.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background,
	.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border,
	.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background,
	.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	    border-right-color: #fff;
	    border-left-color: #fff;
	}
	.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background,
	.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border,
	.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background,
	.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
		border-top-color: #fff;
	    border-bottom-color: #fff;
	}
	.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background,
	.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
		right: 0;
		left: 0;
	}
	.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background,
	.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
		top: 0;
	}

	.tooltipster-content {
	    overflow-y: hidden;
	    overflow-x: hidden;
	}
	#tooltip_content {
		justify-content: space-between;
	}
	#tooltip_content h3 {
		margin: 0 0 15px 0;
		width: 100%;
		color: #455274;
		font-family: Montserrat;
		font-size: 16px;
		font-weight: 500;
		height: 19px;
		letter-spacing: 0;
		line-height: 19px;
		text-align: center;
	}
	#tooltip_content .hour-box {
		border-radius: 15px;
		background-color: #FAFAFB;
		color: #5D5D5D;
		font-family: Montserrat;
		font-size: 12px;
		font-weight: 500;
		height: 30px;
		line-height: 30px;
		margin-bottom: 10px;
		text-align: center;
		width: 100%;
	}
	#tooltip_content .hour-box a,
	#tooltip_content .minute-box a {
		color: #5D5D5D;
		cursor: pointer;
		padding: 0 3px;
		text-decoration: none;
	}
	#tooltip_content .hour-box a.selected,
	#tooltip_content .minute-box a.selected {
		background-color: #BED2E7;
	}
	#tooltip_content .minute-box {
		border-radius: 15px;
		background-color: #FAFAFB;
		display: inline-block;
		height: 30px;
		line-height: 30px;
		margin: 0 0 10px 0;
		text-align: center;
		width: 103px;
		font-family: Montserrat;
		font-size: 12px;
		font-weight: 500;
	}
	#tooltip_content .enter-time {
		border: 0;
		border-radius: 15px;
		background-color: #FAFAFB;
		display: inline-block;
		float: right;
		font-family: Montserrat;
		font-size: 12px;
		font-weight: 500;
		height: 30px;
		line-height: 30px;
		margin-bottom: 10px;
		padding: 0 10px;
		width: 103px;
	}
	#tooltip_content .enter-time-box input::placeholder {
		color: #5D5D5D;
		font-family: Montserrat;
		font-size: 12px;
		font-weight: 500;
	}
	#tooltip_content .category-holder {
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	#tooltip_content .category-holder .worked,
	#tooltip_content .category-holder .overtime,
	#tooltip_content .category-holder .holiday {
		background-color: #455274;
		border-radius: 15px;
		border: none;
		color: #FFF;
		cursor: pointer;
		height: 30px;
		line-height: 30px;
		text-align: center;
		width: 66px;
	}
	#tooltip_content .category-holder .overtime {
		background-color: #BED2E7;
		color: #475E76;
	}
	#tooltip_content .category-holder .holiday {
		background-color: #E7B35C;
	}
	#tooltip_content .category-holder i {
		font-size: 18px;
		line-height: 30px;
	}

	#tooltip_content .expenses-open {
		background-color: none;
		border: 0;
		color: #5E7C52;
		cursor: pointer;
		display: inline-block;
		float: left;
		font-family: Montserrat;
		font-size: 12px;
		font-weight: 500;
		height: 30px;
		line-height: 30px;
		margin: 0 0 10px 0;
		padding: 0 10px;
		width: 100%;
	}
	#tooltip_content .expenses-input {
		display: none;
	}
	#tooltip_content .description-input,
	#tooltip_content .amount-input {
		border-radius: 15px;
		background-color: #FAFAFB;
		border: 0;
		display: inline-block;
		float: left;
		font-family: Montserrat;
		font-size: 12px;
		font-weight: 500;
		height: 30px;
		line-height: 30px;
		margin: 0 0 10px 0;
		padding: 0 10px;
		width: 208px;
	}
	#tooltip_content .amount-input {
		margin: 0;
		width: 130px;
	}
	#tooltip_content .amount-input::placeholder {
		color: #5D5D5D;
	}
	#tooltip_content .expenses {
		background-color: #B5CCAB;
		border: none;
		border-radius: 15px;
		color: #FFF;
		cursor: pointer;
		display: inline-block;
		float: right;
		height: 30px;
		line-height: 30px;
		margin-bottom: 2px;
		text-align: center;
		width: 66px;
	}
	#tooltip_content .expenses i {
		font-size: 18px;
		line-height: 30px;
	}

/* colored events */
.fc-h-event.worked {
	background-color: #455274;
}
.fc .worked .fc-list-event-dot {
	border: 5px solid #455274;
}
.fc-h-event.overtime {
	background-color: #BED2E7;
}
.fc .overtime .fc-list-event-dot {
	border: 5px solid #BED2E7;
}
.fc-h-event.holiday {
	background-color: #E7B35C;
}
.fc .holiday .fc-list-event-dot {
	border: 5px solid #E7B35C;
}

/*
* clearfix
*/
.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}
.clearfix {
	zoom: 1;
	/* For IE 6/7 (trigger hasLayout) */
}

textarea:focus, input:focus{
    outline: none;
}