#accordion .panel{
    border: none;
    box-shadow: none;
    margin-bottom: 5px;
}

#accordion .panel-title a{
    display: block;
    padding: 14px 50px 14px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background:#1BA88B;
    position: relative;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}
#accordion .panel-title a.collapsed{
    border-radius: 10px;
}

.panel-body .nav{
	display:block;
	}
.panel-body .nav li {
  border-bottom: 1px solid #eee;
  padding:3px 0;
  padding-left:5%;
}

.panel-body .nav a {
  font-size: 15px;
  color:#002182;
}
.panel-heading h4{
	margin-bottom:0;
	}
.panel-body {
  padding: 0;
/*  height:200px;*/
  overflow:scroll;
}

.panel-group .panel+.panel {
  margin-top: 0;
  border-top: 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 15px 16px;
  text-decoration: none;
}

.panel-title a:before, .panel-title a:after {
    content: "";
    width: 3px;
    height: 10px;
    background: #fff;
    font-size: 15px;
    position: absolute;
    top: 20px;
    right: 35px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}
.panel-heading a[aria-expanded="false"]:after {
	transform: rotate(45deg);
    /*background: #949494;*/
	}
.panel-heading a[aria-expanded="true"]:before {
transform: rotate(45deg);
    background: #000;
	}	
.panel-heading a[aria-expanded="true"]:after {
transform: rotate(-45deg);
    background: #000;
	}
.panel-title a:after {
    right: 29px;
}	
.accordingclass{	
	margin-top:1%;
}



#header {
    background-color: #2e4b90;
    padding: 9px 14px 19px 14px;
    height:60px;
}
.swagger-ui-wrap {
    line-height: 1;
    font-family: "Droid Sans", sans-serif;
    min-width:980px;
    max-width:1100px;
    margin-left: auto;
    margin-right: auto;
}
#header #logo {
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    color: white;
}
#header #logo .logo__img {
    display: block;
    float: left;
    margin-top: 2px;
}
.swagger-ui-wrap a img {
    border: none;
}
#api_selector {
    display: block;
    clear: none;
    float: right;
}
#api_selector .input {
    display: inline-block;
    clear: none;
    margin: 0 10px 0 0;
}
#auth_container {
    color: #fff;
    display: inline-block;
    border: none;
    padding: 5px;
    width: 87px;
    height: 13px;
}
#explore,#auth_container .authorize__btn {
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 8px;
    font-size: 0.9em;
    color: white;
    background-color: #547f00;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
#api_selector .inputsearch{	
	display:none;
}


.info.container{	
padding-top:2%;	
	}
.info_title {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 25px;
}
.info_description {
    padding-bottom: 10px;
    font-size: 15px;
}
.info_description p {
    line-height: 1.4em;
    padding: 0 0 10px;
    color: #333333;
}
.markdown ul {
    margin: 5px 0 10px;
    padding: 0 0 0 18px;
    list-style-type: disc;
}
.markdown ol li, .markdown ul li {
    padding: 3px 0px;
    line-height: 1.4em;
    color: #333333;
}

.pannel_body{	
	padding-top:1%;
}
.report_title{
}
.report_title h3{
	font-size:20px;
	font-family:Mangal;
}
.report_title h4{	
	font-size:20px;
	}
.single_multi{	
	width:50px;
}	
.singl{	
	width:20px;
}
.imge{
	text-align:center;	
	}

.survey_selection label{
	padding-right:2%;
	padding-top:1%;
}	
.survey_selection inpu{
	vertical-align:middle;
}	