
@font-face {
    font-family: 'SourceCodePro-Light';
    src: url('fonts/SourceCodePro-Light.woff2') format('woff2'),
         url('fonts/SourceCodePro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceCodePro-Regular';
    src: url('fonts/SourceCodePro-Regular.woff2') format('woff2'),
         url('fonts/SourceCodePro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceCodePro-Medium';
    src: url('fonts/SourceCodePro-Medium.woff2') format('woff2'),
         url('fonts/SourceCodePro-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceCodePro-Semibold';
    src: url('fonts/SourceCodePro-Semibold.woff2') format('woff2'),
         url('fonts/SourceCodePro-Semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceCodePro-Bold';
    src: url('fonts/SourceCodePro-Bold.woff2') format('woff2'),
         url('fonts/SourceCodePro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceCodePro-It';
    src: url('fonts/SourceCodePro-It.woff2') format('woff2'),
         url('fonts/SourceCodePro-It.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html{
	height:100%;
	min-height:100%;
}

body{
	margin:0px;
}

h1{
	margin-bottom: 0px !important;
}

h2{    
	margin-block-start: 0em;
	margin-block-end: 0em;
}

.navbar{
	font-weight: 500;
}
.bg-dark.dark-blue-back{
	background-color: #002d6a!important;
}
.navbar>.container-fluid{
	padding-left: 0px;	
}
.navbar>.container-fluid img{
	margin-right: 6px;	
}
.navbar>.container-fluid span{
    vertical-align: middle;
}

nav.navbar #navbarTop, nav.navbar #navbarTop li .nav-link{
	font-family: 'Open sans', sans-serif;
	font-weight: 400;
	font-size: 1.1rem;
    color: rgba(255,255,255,.7);
}

nav.navbar #navbarTop li .nav-link:hover, nav.navbar #navbarTop li .nav-link.active{
	color: rgba(255,255,255,1);
}

nav.navbar #navbarTop li .nav-link.active{
	font-weight:600;
}

nav.navbar #navbarTop li .dropdown-menu, nav.navbar #navbarTop li .dropdown-menu .dropdown-divider {
	margin:0;
	padding:0;
}

nav.navbar #navbarTop li .dropdown-menu li .nav-link{
	color: rgba(30,30,30,1);
}

nav.navbar #navbarTop li .dropdown-menu li .nav-link:hover{
	background: rgba(120,120,120,0.1);
}

nav.navbar #navbarTop li .dropdown-menu li .nav-link.active{
	color: rgba(0,0,0,1);
}

#redoc_container{
	position: relative;
	top: 66px;
}
	
.api-content .api-info span{
	display:none;
}

.redoc-wrap .api-content h1{
	font-size: 1.8rem;
	color: #002d6a;
}
	
.api-content .api-info h1{
	font-size:2.5em;
	color: #002d6a;
}

.menu-content {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(89,89,89,0.4); 
	box-shadow:  0px 0px 4px 0px rgba(89,89,89,0.4);
}
.menu-content .scrollbar-container ul li span{
	font-family:"Open sans", sans-serif !important;
	font-size:14px !important;
	font-weight: 600;
}

.menu-content .scrollbar-container ul li ul li span{
	font-size:0.9rem !important;
}
	
.menu-content .scrollbar-container ul li ul li span.operation-type{
	font-size: 0.8rem !important;
	color: white;
	width: auto;
	height:1.2rem;
	padding: 3px;
}
	
.menu-content .scrollbar-container ul li label{
	padding-left: 12px;
}
	
.menu-content .scrollbar-container ul li ul li label{
	padding-left: 20px;
}
	
.redoc-wrap .api-content h2{
	color: rgb(51, 51, 51) !important;
	margin-bottom: 4px !important;
	font-size: 1.7rem;
}
	
.intro .redoc-wrap .api-content{
	/*max-width: 1200px;*/
}

.intro .redoc-wrap .api-content h3{
	padding-top: 15px;
}
	
.redoc-wrap .api-content [id^=section]{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
	
.redoc-wrap .api-content [id^=tag]{
	padding-top: 15px !important;
	padding-bottom: 5px !important;
}
	
.redoc-wrap .api-content [id^=operation]{
	padding-top: 15px !important;
	padding-bottom: 5px !important;
}	

.redoc-wrap .api-content h4{
	margin-top: 8px !important;
	margin-bottom: 0px !important;
	font-size: 1.1em;
}
	
.redoc-wrap .api-content h3{
	font-size: 1.4em;
}

.api-content p, .api-content li, .api-content table, .api-content span, .api-content a {
    font-family: 'Roboto', sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.6em;
    position: relative;
    text-align: left;
}

.api-content table tr td, .api-content table tr td span{
    font-size: 0.95rem;	
}
.api-content button span, .api-content button span p {
	line-height: 1.2em;
} 
.redoc-wrap li .-depth1 span{ font-size: 0.95rem; }
.redoc-wrap li .-depth2 span{ font-size: 0.95rem; }
.redoc-wrap li .-depth2 .operation-type{ font-size: 0.8rem; }
/*
.redoc-wrap .api-content pre{
	margin-top: 0px !important;
	margin-bottom: 2.5em !important;
	font-family: 'SourceCodePro-regular', monospace;
}
*/	

.hidethis{
	display:none;
}

.redoc-wrap .api-content [id^="section"] code{
	border-radius: .2rem;
	background: rgb(38, 50, 56);
	display: inline;	
	font-family: 'SourceCodePro-regular';
	font-size: 0.95rem;
	font-weight: normal;
	line-height: 2rem;
    color: #a2fca2;
	border:none;
	padding: 3px 5px;
	
}


.redoc-wrap .api-content pre, .redoc-wrap .api-content [id^="section"] pre code{
background: rgb(17, 23, 26);
}

.redoc-wrap .api-content [id^="section"] div div.chlentry{
	border-radius: .2rem;
	background: rgb(38, 50, 56);
	display: inline-flex;
}



.redoc-wrap .api-content [id^="section"] div div.chlentry span{
	font-family: 'SourceCodePro-regular';
	font-size: 1rem;
	font-weight: normal;
	white-space: nowrap;
    color: #a2fca2;
	border:none;
	padding: 0px;
	line-height: 40px;
	margin: 0 15px 0 8px;
}

.chlget, .chlpost, .chlput, .chldel{
	font-size: 0.929em;
	line-height: 20px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	padding: 3px 10px;
	margin: 0px;
}


.redoc-wrap .api-content [id^="section"] div div.chlentry span.chlget, .redoc-wrap .api-content [id^="section"] div div.chlentry span.chlpost, .redoc-wrap .api-content [id^="section"] div div.chlentry span.chlput, .redoc-wrap .api-content [id^="section"] div div.chlentry span.chldel{
	font-size: 1rem;
	line-height: 1.6rem;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-family: 'Open sans', sans-serif;
	font-weight: 500;
	padding: 1px 6px;
	margin: 8px;
	display: inline;
	height: 1.6rem;
}

.chlget { 
	background-color: rgb(107, 189, 91);
}

.chlpost { 
	background-color: rgb(36, 143, 178);
}

.chlput { 
	background-color: rgb(155, 112, 139);
}

.chldel { 
	background-color: rgb(226, 122, 122);
}
	
.chlendp {
	color: black;
	font-family: 'Open sans', sans-serif;
	margin-left: 10px;
	overflow-x: hidden;
	text-overflow: ellipsis;
	flex: 1 1 0%;
}

.redoc-wrap .api-content [id^="section"] div div.chlentry-d {
	background-color: rgb(255, 255, 255);
	display: flex;
	white-space: nowrap;
	-webkit-box-align: center;
	align-items: center;
	padding: 0px !important;
	margin-top:7px;
}


.api-content span.chldesc {
	color: black;
	margin-left: 0px;
	overflow-x: hidden;
	text-overflow: ellipsis;
	flex: 1 1 0%;
	font-size: 1.3rem;
}

.chlcodex {
	background-color: rgb(38, 50, 56);
	max-width: 1800px;
	white-space: nowrap;
	-webkit-box-align: center;
	align-items: center;
	padding: 4px 30px 4px 10px;
}
	
.chlcodexbox {
	border-radius: .2rem;
	border:2px solid #fff;
	padding: 5px;
	color: #fff;
	font-family: 'SourceCodePro-regular' !important;
	font-size: 1rem;
}

.api-content span.chlcodextext {
	font-family: 'SourceCodePro-regular' !important;
	font-size: 1rem;
	font-weight: normal;
	white-space: nowrap;
	line-height: 1.6rem;
    color: #cce2ff;
	margin-left: 4px;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

.chlcodex-changes {
	display: inline-block;	
	padding: 8px 0;
	background: rgb(38, 50, 56);
	border-radius: .2rem;
	margin: 4px 0 10px 0;
}

.de{
	color:#ffa940 !important;
	text-decoration: line-through;
}
.twentyplus{
	display: block !important;
}


/*******HTM pages*********/
.ht h1, .ht h2, .ht h3, .ht h4{
	font-family: 'Montserrat', sans-serif;
	color: #002d6a;
	font-weight: 400;
	margin-bottom: 3px;
}

.ht h1{
	font-size: 2.2rem;	
	padding: 36px 0px 6px 0px;
    line-height: 2.6rem;
}

.ht h2{
	font-size: 1.8rem;	
	color: rgb(51, 51, 51);
	padding: 26px 0px 4px 0px;
    line-height: 2rem;
}

.ht h3{
	font-size: 1.6rem;	
	padding: 20px 0px 2px 0px;
    line-height: 2rem;
}

.ht h4{
	font-size: 1.3rem;	
	padding: 8px 0px 0px 0px;
    line-height: 1.8rem;
}

.ht p{
	margin: 10px 0;
	padding-bottom: 0;
}

.ht li{
	margin: 3px 0;
	padding-bottom: 0;	
	
}

.ht p, .ht li, .ht table {
    font-family: 'Roboto', sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.6em;
    color: #404040;
    position: relative;
    text-align: left;
}

.ht img{
	margin:10px 20px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(89,89,89,0.4); 
	box-shadow:  0px 0px 4px 0px rgba(89,89,89,0.4);	
	max-width: 100%;
}

.ht table{
	width: auto;
	margin: 1.5em 0;
}

.ht table.table.table-stripped tr:nth-child(even) {
	background-color: #f9f9f9;
}


.ht table.table td, .ht table.table th{
    vertical-align: middle;
}
.ht .table th {
    border: 1px solid rgb(31, 76, 137);
	background-color: rgb(16, 61, 122);
	color: #fff;
}

.ht .table-bordered {
    border: 1px solid #dee2e6;
}

.ht .table td, .ht .table th {
    padding: .40rem;
}

note{
    border-radius: 5px;
	padding: 0.3em 1em;
    margin: 1.5em 0;
	display: block;
    line-height: 1.8em;
}
.ht note p, .ht note li{
	font-family: 'Roboto', sans-serif;
    font-size: 1.15rem;
}
note.note{
	background-color: rgba(234,242,248, 1);
}
note.alert{
	background-color: rgba(248,232,233, 1);
}

#wrap_menu_n_body{
	position: fixed; 
	height: 100%;
	max-width: 100%;
	}


div.main_body, div.side_menu {
	height: calc(100% - 66px);
	overflow-y: auto;
}

div.main_body{
	width: calc(100% - 282px);
	margin-left: 282px;
	padding: 0 2.7em 0 2em;
	outline: none;
}
div.htm_noleftmen {
	height: calc(100% - 66px);
	overflow-y: auto;
	max-width: 100%;
	padding: 0 2.7em 0 2em;
}

/*******SIDEMENU************/
.side_menu{
	width: 283px;
	position: fixed;
	background-color: #f8f9fa;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(89,89,89,0.4); 
	box-shadow:  0px 0px 4px 0px rgba(89,89,89,0.4);
	padding: 0;
}

.side_menu .navbar{ padding: 0; }

.side_menu a{
	color: rgb(80, 80, 80);
    font-family: 'Open sans', sans-serif;
    font-size: 16px;
	font-weight: 500;
}

.side_menu li a:hover{
	opacity:0.8;
}

div.side_menu > nav > ul{
	width: 283px;
}

div.side_menu > nav > ul li {
	margin: 0px;
	padding: 0px;
	height: auto;
}
 
div.side_menu > nav > ul.nav-pills > li > a{
	line-height: 32px;
	padding: 10px 22px 10px 10px;
}

div.side_menu > nav > ul.nav-pills > li > a.nav-link.active{
	color: rgb(51, 51, 51);
	background-color: #ebeced;
}

div.side_menu > nav > ul.nav-pills > li > a.nav-link::after {
	content: "";
    position: absolute;
    background: url("biggerthan.svg") no-repeat;
    height: 20px;
    width: 20px;
    left: 90%;
	top:20px;
    margin-left: 0;
	transform: rotateZ(-90deg);
	color: rgba(0, 0, 0, 0.6);
}

div.side_menu > nav > ul.nav-pills > li > a.nav-link.active::after {
    transform: rotateZ(0deg);
	top:10px;
}

div.side_menu > nav > ul.nav-pills > li > a.nav-link:only-child::after {
	display:none;
}

div.side_menu > nav > ul.nav-pills > li > ul.nav-pills > li > a.nav-link.active{
	color: rgb(51, 51, 51);
	background-color: rgba(0, 0, 0, 0.03);
}

div.side_menu > nav > ul.nav-pills > li > ul.nav-pills > li > ul.nav-pills > li > a.nav-link.active{
	color: rgb(51, 51, 51);
	background-color: rgba(0, 0, 0, 0);
}

div.side_menu > nav > ul.nav-pills > li > ul.nav-pills > li > a{
	line-height: 20px;
	padding: 8px 0 8px 18px;
    font-size: 14px;
	font-weight: 600;
}

div.side_menu > nav > ul.nav-pills > li > ul.nav-pills > li > ul.nav-pills > li > a{
	line-height: 20px;
	padding: 8px 0 8px 34px;
    font-size: 14px;
	font-weight: 500;
	color: #656565;
}

div.side_menu > nav > ul > li > ul, div.side_menu > nav > ul > li > ul > li > ul { height: 0; overflow:hidden;}

div.side_menu > nav > ul > li > a.active + ul, div.side_menu > nav > ul > li > ul > li > a.active + ul { height: 100%;}

div.side_menu > nav > ul > li > a.active + ul > li { background-color: rgba(255, 255, 255, 0.8); }

 
div.side_menu > nav > ul.nav-pills > li a.nav-link.active.curr { 
	border-left: 5px solid rgba(0, 45, 106, 1);
}

div.side_menu > nav > ul > li{
	border-bottom: 1px solid #eee;
}

.nav-pills .nav-link { border-radius: 0; padding: 4px 8px;}
/*******END SIDEMENU************/

/*******CODEBLOCKS************/
code{
	font-family: 'SourceCodePro-regular';
	line-height: 1.7;
	font-size: 1rem;
	font-weight: normal;
}

p > code,
li > code,
dd > code,
td > code {
	white-space: nowrap;
	padding: .1rem .3rem .2rem;
	border-radius: .2rem;
	background: rgb(38, 50, 56);
    color: #a2fca2;
	border:none;
}

.main_body pre > code {
	display: inline-block;
	font-family: 'SourceCodePro-regular';
	font-size: 1rem;
	padding: 15px 30px 15px 20px;
	margin: 0px;
	/*text-overflow: ellipsis;
	overflow-x: hidden;*/
	border-radius: 0;
}


.main_body pre{
	padding: 0;
	margin: 0 0 20px 0;
	line-height: 0.8;
	overflow-x: auto;
	max-width: 1200px;
	border-radius: .3rem;
}
	
code.codeop{
	line-height: 2.8rem;
	padding: .6rem;
}

.main_body pre::-webkit-scrollbar {
  height: 8px;
}

.main_body pre::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: .2rem;
}

.main_body pre::-webkit-scrollbar-thumb {
  background: rgba(0, 45, 106, 0.7);
  border-radius: .2rem;
}

.main_body pre::-webkit-scrollbar-thumb:hover {
   background: rgba(0, 45, 106, 0.8);
}
/*******END CODEBLOCKS************/