.full-background {
	min-height: 100%;
	background-image: url('../image/background.jpg');	
    background-repeat:no-repeat;
    background-size:cover;
}
body {
    padding-top: 72px;
}

.container {
	background-color: rgba(255,255,255,0.98);
}

html {
    height: 100%;
}

small {
	font-size: 9pt;
}

.day {
	min-width: 100px;
}

.modal-header {
	align-items:normal!important;
}

.table-no-padding td {
	padding: 0px!important;
}