.nav-link-myt.active {
    background-color: #eee;
    color: #000000;
    font-weight: 700!important;
    text-decoration: none;
    border-radius: 10px;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

@media (min-width: 768px) {
    .g-height-100x--md {
        height: 100%;
    }
}

.g-brd-gray-light-v4 {
    border-color: #eee !important;
}
@media (min-width: 768px) {
    .g-brd-right--md {
        border-right: solid 1px #eee !important;
    }
}

.list-unstyled {
    padding-left: 0 !important;
    list-style: none !important;
}

.block-display{
	display: block !important;
}

.hover-underline:hover{
	text-decoration: underline;
}

.g-width-140{
	width:140px;
}

.g-width-190{
	width:190px;
}

.searchBox{
	margin: 18.9% auto; 
	width: 90%; 
	max-width: 700px;
}

@media (max-width: 767px){
	.searchBox{
		margin: 80% auto; 
		width: 90%; 
		max-width: 700px;
	}
}