@charset "utf-8";

.button_inherit{
	color: white;
	background: inherit;
	border: 2px solid white;
    padding: 15px 30px;
	width: 150px;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
    cursor: pointer;
    font-size: 15px;
	border-radius: 25px;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    position: relative;
}
.button_line{
	color: #00468b;
	background-color: inherit;
	border: 2px solid #00468b;
    padding: 15px 30px;
	width: 150px;
    text-align: center;
    text-decoration: none;
    margin: 15px 5px;
    cursor: pointer;
    font-size: 15px;
	border-radius: 25px;
    font-family: 'Lato', sans-serif;
    display: inline-block !important;
    position: relative;
	animation-timing-function: ease-in-out;
	animation-duration: 1s;
}
.button_line:hover{
	color: #fff;
	background-color: #00468b;
}
.button_solid{
	color: #fff;
	background-color: #2492cf;
	border: 2px solid white;
    padding: 15px 30px;
	width: 150px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
	border-radius: 25px;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    position: relative;
}
#home1:hover{
	background-color: #2492cf;
}
#home2:hover{
	background-color: #00468b;
}
#home3:hover{
	background-color: #2492cf;
}
#home4:hover{
	background-color: #2492cf;
}
.timeSheet {
    display: block;
    background-color: gainsboro;
    border: none;
    height: 30px;
    width: 30px;
    margin-left: 10px;
    border-radius: 5px;
    transition: background-color .5s;
}
.timeSheet:hover{cursor: pointer; background-color: #2492cf}
.fa-file-download{
    font-size: 22px;
    color: white;
}
