@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

body {
	font-family: 'Open Sans', sans-serif;
}

#header {
	height: 72px;
	line-height: 72px;
	background: #fff;
	border: none;
}

#headerLeft {
  position: absolute;
  padding: 10px 0 0;
  left: 24px;
  bottom: 3px;
  top: 5px;
}

#masthead-title {
	display: inline-block;
	width: 250px;
	height: 41px;
	text-indent: -999px;
	background: url(images/microstrategy_logo.png) no-repeat;
	float: left;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  #masthead-title {
    background: url(images/microstrategy_logo@2x.png) no-repeat;
      background-size: contain;
   }
  }

#headerLeft:after,#headerLeft::after {
  content: "Web API Reference - MicroStrategy 2019";
  font-family: "myriad-pro-n3", "myriad-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #777;
  float: left;
  margin-left: 20px;
  line-height: 48px;
}

#search_filtered .jd-selected {
  background-color: #0767a4;
}

#searchForm {
  width: 423px;
}

#search-button {
	cursor: pointer;
	tooltip: Search;
	background-color: #11485c;
	border: none;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	font-size: 11pt;
	margin-left: 10px;
	padding: 5px 30px;
	transition: all .2s ease-out 0;
}

#search_autocomplete {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font: inherit;
	outline: none;
	background-clip: padding-box;
	placeholder: Search;
	background: #fff;
	width: 300px;
	vertical-align: middle;
	color: #555;
	border: 1px solid #ccc;
	padding: 5px;
	line-height: 26px;
}

#body-content { 
	background-color: #ececec;
	border: 1px solid #dddddd;
}

#side-nav {
	width: 300px;
}

#nav-tree {
	position: relative;
	width: inherit;
}

#index-links {
  padding: 7px 0 4px 10px;
  position: fixed;
  display: block;
  background: #fff;
  width: inherit;
  transition: box-shadow .5s;
}

.scrolled #index-links{
	box-shadow: -2px 2px 2px 0 rgba(0,0,0,.2);
}

#nav-tree #index-links {
	position: relative;
	}

#packages-nav ul {
	margin-top: 30px;
}

#side-nav li {
  line-height: 20px;
 }

#side-nav .selected {
	background-color: #ECECEC;
	color: #000;
	font-weight: normal;
}

#side-nav .selected a{
	color: #000;
}

.ui-resizable-e {
  width: 10px;
  right: -4px;
  background: #ececec;
  box-shadow: inset 3px 0px 3px 0 rgba(0,0,0,0.15);
}

.ui-resizable-e:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  content: "";
  height: 20px;
  width: 4px;
  background: #C8C8C8;
  border-radius: 2px;
  margin-top: -10px;

}

.ui-resizable-s {
	height: 8px;
	background: #F4F4F4;
	text-align: center;
}

.ui-resizable-s:before {
  display: inline-block;
  content: "";
  height: 4px;
  width: 20px;
  background: #D7D7D7;
  border-radius: 2px;
  margin-top: 2px;
}

.ui-resizable-s:hover:before,.ui-resizable-s:active:before
,.ui-resizable-e:hover:before,.ui-resizable-e:active:before {
  background: #2bacfe;
}

#api-info-block {
  position: fixed;
  top: 90px;
  right: 10px;
  background: rgba(255, 255, 255, 0.75);
  transition: box-shadow .5s;

}

.scrolled {	
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,.3);
}

#doc-content {
}

#jd-header {
  background-color: #fff;
  margin-top: 10px;
}

#jd-header h1{
  font-weight: 300;
  border-left-style: None;
  border-right-style: None;
  border-top-style: None;
  border-bottom-style: None;
  background-color: Transparent;
  font-family: 'Open Sans';
  font-size: 24pt;
}
#jd-content {  
	background-color: #fff;
}

.jd-descr {
	overflow-y: auto;

}









