﻿ html {
 
}
#api_info {
   
}
.swagger-section .swagger-ui-wrap .info_title {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.swagger-section .swagger-ui-wrap h2 {
    font-size:1.0em;

}
 .swagger-section #header {
  background-color: rgba(250,250,250,0.9);
  padding: 14px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.05);
  min-height:30px;
  height:30px;
}


 .swagger-section #header a#logo {
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  background: transparent url(/Content/images/eSDGURU_API_Logo_2015.png) no-repeat left center;
  padding: 10px 0 20px 40px;
  color: white;
    background-size: 125px 23px;
  width: 125px;
  float: left;
}
 .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a {
  color: #666;
}
 .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
  color: #999;
  font-weight: normal;

}
 .swagger-section .swagger-ui-wrap ol, .swagger-section .swagger-ui-wrap ul.endpoints {
   margin-left:15px;
   margin-right:15px;
}
 .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
  color: #000;
}
 .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a i{
  color: #999;
}
 .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
  
    border-color: #cfd9D7;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

 .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
  background-color: #e7f0f7;
  border: 1px solid #cfd9D7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

}
 .swagger-section .swagger-ui-wrap h3 {
  color: black;
  font-size: 1.0em;
  padding: 10px 0 10px 0;
}
 .footer {
  margin-top:50px; font-size:12px;
}


 .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li {
 
  margin: 2px !important;
  padding: 2px 10px !important;

}