.header-api {
	background: url(../images/header-bg.jpg) repeat-x left top;
	height: 92px;
}
.header-api img{
	display: inline-block;
	margin: 11px 0 0 14px;
}
.menu-content {
	background-color: #f6f6f6;
    padding-bottom: 30px;
}
input.search-input{
	border-color: #d7d7d7 !important;
	color: #333 !important;
	font: 14px/18px 'Roboto', sans-serif !important;
}
.menu-content ul li label {
	color: #5f499d;
	font: 16px 'Roboto', sans-serif !important;
}
.menu-content .-depth1:hover, .menu-content .-depth1:active {
    color: #fff;
    background-color: #6d59a5 !important;
}
.menu-content .-depth1:hover, 
.menu-content .-depth1:active {
	color: #fff;
}
.menu-content .active {
	background-color: #eeedf1;
}
.menu-subitems .-depth-2:hover, 
.menu-subitems .-depth-2:active {
	background: none;
}
.menu-subitems .-depth-2:hover, 
.menu-subitems .-depth-2:active {
	color: #333;
}
.menu-subitems .-depth-2 {
	font: 14px/16px 'Roboto', sans-serif;
}
.menu-item-depth-0 {
    padding-bottom: 10px !important;
}
.menu-content a {
    display: none !important;
}
body,
body .redoc-wrap[_ngcontent-c0],
body p {
	color: #000 !important;
	font: 16px/26px 'Roboto', sans-serif !important;
}
body h1,
.operations .tag-info h1 {
	color: #333 !important;
	font: 28px/30px 'Roboto', sans-serif !important;
}
body h2 {
	color: #333 !important;
	font: 24px/30px 'Roboto', sans-serif !important;
}
body a {
	color: #333 !important;
	font-family: 'Roboto', sans-serif !important;
	text-decoration: underline !important;
}
body a:hover {
	text-decoration: none;
}
/*menu start*/
.main-nav {
    width: 100%;
    top: 0;
    position: relative;
    height: 50px;
    z-index: 2;
}
.main-nav .nav-inner {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 30px;
}
.main-nav .nav-inner .brand .name span {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
.main-nav .nav-inner .brand .name img {
    vertical-align: middle;
    max-width: 135px;
}
.main-nav .nav-inner .menu {
    float: right;
    display: inline-block;
}
.main-nav .nav-inner .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.main-nav .nav-inner .menu ul li {
    display: inline-block;
    margin: 0 15px;
}
.main-nav .nav-inner .menu ul li a:link,
.main-nav .nav-inner .menu ul li a:visited {
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}
/*menu end*/