body{
    font-family: 'Roboto';
}

.sidebar{
    text-align: center;
    background-color: white;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    margin: 0px 0px;
}

#menu{
    margin-left: 35px;
    margin-bottom: 10px;
}

#mur{
    margin-top: 10px;
    margin-left: 10px;
}

ul li{
    font-size: 20px;
    list-style: none;
    display: flex;
}

ul li img{
    display: flex;
    flex-direction: column;
    margin-left: -10px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

a{
    
    color: gray;
    text-decoration: none;
}

a:hover{
   color: blue;
}

hr{
    opacity: 0.2;
    border-color: lightgray;
}

ul hr{
    margin-left: -15px;
    margin-right: 50px;
}

#corp{
	height:500px;
    margin-top: 100px;
    margin-left: 260px;
    display: flex;
    flex-direction: row;
}

h3{
    opacity: 0.8;
    text-emphasis: none;
    color: midnightblue;
    margin-top: 5px;
	margin-left: 10px;
}

h5{
    margin: 0px 0px 5px 0px;
    color: gray;
    opacity: 0.5;
}

#gmap{
	width: 850px;
	height:500px;
    margin-top: 0px;
    box-shadow: -8px 8px 8px lightgrey;
}

#detCard{
    padding-left: 10px;
    width: 300px;
    font-size: 15px;
    height: match-parent;
    margin-left: 50px;
    margin-top: 40px;
    box-shadow: -8px 8px 8px lightgrey;
}

#history{
    margin: 100px 0 100px 250px;
    box-shadow: -8px 8px 8px lightgrey;
}

table td{
    opacity: 0.8;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid lightgray;
}

table th{
    padding: 10px 0px;
    text-align: center;
    color: gray;
    opacity: 0.5;
    border-bottom: 1px solid lightgray;
}

.row-id {
    border: 1px solid lightgray;
    padding: 5px;
}

.status-active {
	color: darkgreen;
}

.status-inactive {
	color: crimson;
}
