body {
	scrollbar-color: rgb(248,192,35) transparent;
	font-family: Open Sans;
}

#mapWrap{
	position: absolute;
	top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.c-bar {
	border: #006ece;
	background: #006ece;
	color: white;
	padding: 5px 30px 5px 30px;
	border-radius: 12px;
	text-shadow: 1px 1px darkblue;
	white-space:nowrap;
}
.top-bar{
	display:flex;
	background-color: #006ece;
	color: white;
	height: 50px;
	margin-top: inherit;
	width: 100%;
	text-shadow: 1px 1px darkblue;
}
.top-bar.leaflet-control {
	margin-top: 0px;
}
.top-shadow.leaflet-control {
	margin-top: inherit;
	background-color: #006ece;
	height: 30px;
	text-align: center;
	align-content: center;
	width:100%;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom,from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
.leaflet-control-zoom.leaflet-bar.leaflet-control{
	top: 100px;
	margin-right: 10px
}
.easy-button-button {
	margin-right: 10px
}
.accordion-item{
	border: #006ece;
	background: #006ece;
	background: red;
	color: white;
	border-radius: 12px;
}
.leaflet-top {
	margin-top: inherit;
	width: 100%;
}

.top-bar-left{
	width:40%;
	display: flex;
	flex-direction: row;
	padding-left:10px;
}
.top-bar-center {
	width: 20%;
	justify-content: center;
	align-content: center;
	align-items: center;
	display: flex;
}
.top-bar-right{
	width: 40%;
	display: flex;
	flex-direction: row-reverse;
	padding-right:10px;
	align-items:center;
}

.menu-button{
	background:none;
	border:none;
	color:white;
	font-size:24px;
}
.menu-button:hover {
	color: #f28108;
}
.material-icons {
	font-size: inherit;
}
.user-name{
padding-right:20px;
}
.leaflet-touch .leaflet-bar a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px !important;
	display: flex;
	align-content: center;
	align-items: center;
	color: white;
	background: #006ece;
	justify-content: center;
	margin-bottom:10px;
}
.leaflet-bar a.leaflet-disabled{
	background:lightgray!important;
}
.leaflet-bar a.leaflet-disabled:hover{
	color:white!important;
}
.leaflet-bar a:hover{
	color: #f28108!important;
}
.leaflet-bar{
	border:none!important;
}

.leaflet-top.leaflet-right {
	height: 100%;
}
.leaflet-top .leaflet-control {
	margin-top: unset;
}
.leaflet-right .leaflet-control {
	margin-right: unset;
}
.main-menu{
	height:100%;
	background:#006ece;
	color:white;
	z-index:10000;
	width:10%;
	min-width:150px;
	display: flex;
	flex-wrap:wrap;
}
.main-menu-top{
	width:100%;
}
.main-menu-bottom{
	width:100%;
	align-self:flex-end;
}
.menu-item{
	display:flex;
	flex-direction:row;
	margin:5px;
	border:black;
	justify-content:center;
	align-content:center;
	align-items:center;
}
.menu-item-left{
	width:80%;
	display: flex;
	flex-direction: row;
	padding:5px;
	text-shadow: 1px 1px darkblue;
}
.menu-item-left:hover{
	color: #f28108;
}
.menu-item-right{
	width: 20%;
	display: flex;
	flex-direction: row-reverse;
	padding-right:5px;
	align-items:center;
}
.easy-button-container {
	top: 120px;
}
.easy-button-button{
	width: 40px!important;
	height: 40px!important;
	line-height: 40px!important;
	border-radius: 20px !important;
	display: flex!important;
	align-content: center!important;
	align-items: center!important;
	color: white!important;
	background: #006ece!important;
	justify-content: center;
	margin-bottom:10px;
	font-size:29px;
}
.leaflet-tooltip{
  font-size: 10px;
  padding: 0px;
}

.flex {
	display: flex;
}

.widget-bar {
	width: 280px;
	background: transparent;
	top: 100px;
	max-width:300px;
}

.widget-container {
	top: 100px;
	width: 100%;
	height: fit-content;
	margin-bottom: 5px;
}

.widget-header {
	position: unset;
	color: white;
	padding: 8px 10px 8px 10px;
	text-shadow: 1px 1px darkblue;
	white-space: nowrap;
	background-color: #006ece;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.widget-header.collapsed {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.widget-content {
	background-color: white;
	border-radius: 0px 0px 8px 8px;
	transition: max-height 1s ease;
    overflow: hidden;
	font-size: smaller;
}

.widget-content.collapsed {
	visibility: hidden;
	height: 0px;
	margin: 0px;
	padding: 0px;
    max-height: 0;
}

.widget-content:not(.collapsed) {
	max-height: 500px;
	padding: 5px 10px 5px 10px;
	flex-flow: column;
}

.table-call {
	width: 35%;
	text-align: left;
	font-weight: bold;
	display: inline-block;
	font-size:small;
}
.table-from {
	width: 18%;
	text-align: left;
	display: inline-block;
	color:gray;
}
.table-mode{
	width:10%;
	text-align:left;
	display: inline-block;
}
.table-freq{
	width:15%;
	text-align:left;
	display: inline-block;
}
.table-locator{
	width:20%;
	text-align:right;
	display: inline-block;
}
.table-freq{
	width:18%;
	text-align:left;
	display: inline-block;
}
.table-icon{
	text-align:left;
	display: inline-block;
	font-size:small;
	color:blue;
}
.table-elapsed{
	width:10%;
	text-align:right;
	display: inline-block;
}

