nav{
	/* width: 100%;
	height: 56px;
	box-shadow: 0px 2px 10px -3px #000; */
	width: 100%;
    height: 65px;
    border-bottom: 0.833px solid #BFBFBF;
}
nav.navbar-top{
	background-color:#fff !important;
	display:none !important;
}
.left-table{
	float: left;
}
.right-table{
	float: right;
}
nav .option{
	display: table-cell;
	border-spacing: 0px;
}
nav .option td{
	padding: 0 20px;
}
nav .sub-nav{
	/*float: right;*/
	display: inline-flex;
	/* line-height: 56px; */
}
nav .sub-nav p{
    font-weight: 600;
    line-height: 56px;
    font-size: 14px;
}
.sub-nav .icon{
	width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    display: table;
    margin: 15px 10px;
    margin-left: 10px;
}
.sub-nav .icon .fa{
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
}
.sub-nav.price .icon{
	margin-left: 0;
}
.sub-nav.logged-user .icon{
	margin-right: 0;
}

/* iPda UI Fix */
@media all and (max-width: 1024px){
	nav {
    display: flex !important;
    flex-wrap: wrap;
    height: auto !important;
    justify-content: space-between;
	}
	.rightnav .sub-nav {
    margin-left: 0px !important;
	}
	.sub-nav .icon {
    width: 20px;
    height: 20px;
    margin: 10px;
	}
	nav .date-panel,
	nav .time-panel,
	nav .round-panel,
	nav .price-panel,
	nav .user-panel,
	nav .sub-nav .icon .fa{
		font-size: 12px !important;
	}
	nav .sub-nav .icon {
    width: 26px !important;
    height: 26px !important;
    display: flex !important;
		justify-content: center;
    margin: 0 8px !important;
    align-items: center;
	}
	nav .sub-nav {
    display: inline-flex;
    align-items: center;
    line-height: 56px;
	}
	.round-panel, .price-panel, .user-panel,
	nav .date-panel, nav .time-panel{
		width: auto !important;
	}
}
