﻿/* swagger ui customization */
  body.swagger-section #header {
  background-color: #E18623;
}
body.swagger-section #logo {
  background-image: url('/Content/avinet_logo_small.jpg') !important;
}
body.swagger-section #api_selector {
  display: none !important;
}
body.swagger-section #headerText{
    margin-left: 120px;
}