/* Sticky Footer */
html {
    min-height: 100%;
    position: relative;
}
body {
    margin-bottom: 60px;
}
.footer {
	background-color: #555;
	color: white;
    bottom: 0;
    height: 60px;
    position: absolute;
    width: 100%;
}
.footer p{
    margin: 20px 0;
}

/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
	margin-bottom: 0;
	border-radius: 0;
}

/* Set gray background color and 100% height */
.sidenav {
    background-color: #f1f1f1;
    border-right: 1px solid #ddd;
    height: calc(100% - 112px);
    padding-bottom: 50px;
    padding-top: 20px;
    position: absolute;
	min-height: 470px;
}

.sidenav hr {
    border-color: #ddd;
}

.content-area{
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 470px;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
	.sidenav {
		position: relative;
		height: auto;
		padding: 15px;
	}
	.content-area{
		min-height: initial;
	}
}


/* Custom Fixes */
.content-area .jumbotron {
    margin-top: 30px;
}

#crono-form button, #start-form button, #date button, #crono-form fieldset, #start-form fieldset {
	margin-bottom: 10px;
}

#crono-form button, #start-form button{
	margin-left: 20px;	
}

.alert{
	margin: 20px 0;
}

#buton-comanda .btn, #buton-comanda-info .btn {
    margin-bottom: 10px;
}