body {
  font-size: 100%
}
.api-to-be-deleted{
  color:red;
  font-weight: 900;
  display: block;
}
.api-deprecated{
  color: orange;
  font-weight: 800;
  display: block;
}
.info_title, .info_name, .info_url, .info_email {
  display: none;
}

footer {
  margin: 10px 0;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.create {
  visibility: hidden;
  top: 8px;
  left: 52px;
  position: absolute;
  font-size: 12px;
}

.create a:active {
  color: #cc0033;
}

.create a:link {
  color: #000000;
}

.create a:visited {
  color: #000000;
}

.create a:hover {
  color: #cc0033;
}

.x-btn-txt {
  font-style: normal;
  font-weight:900;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
  
  border: 1px solid #333333;
  
  background: #1f81cc;
  background: -webkit-gradient(linear, left top, left bottom, 
    from(#1f81cc), to(#0142b3));
  background: -webkit-linear-gradient(top, #1f81cc, 
    #0142b3);
  background: -moz-linear-gradient(top, #1f81cc, 
    #0142b3);
  background: -ms-linear-gradient(top, #1f81cc,
    #0142b3);
  background: -o-linear-gradient(top, #1f81cc, 
    #0142b3);
  padding: 4px 8px;
  
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  white-space:nowrap;
}

body.loading{
   overflow: hidden;  
}
body.loading .modal {
    display: block;
}
.modal {
    display:    none;
    
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a.toggleOperation.deprecated {
  text-decoration: line-through;
}