﻿/* swagger ui customization */
body.swagger-section #header {
    background-color: white;
    /*background: url(~/Assests/logo.png) no-repeat;
    background-position-x: 250px;#F38027*/
    height: 150px;
}

/*body.swagger-section #header .swagger-ui-wrap #logo {
        display: none;
}*/

div.footer {
    display: none;
}

.swagger-navbar {
    height: 10px;
    background-color: #F38027;
    color: white;
    min-width: 760px;
    max-width: 960px;
    border: 0;
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.navbar-xs {
    min-height: 28px;
    height: 28px;
}

    .navbar-xs .navbar-brand {
        padding: 0px 12px;
        font-size: 16px;
        line-height: 28px;
    }

    .navbar-xs .navbar-nav > li > a {
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 28px;
    }

.header-right {
    position: relative;
    top: -50px;
    left: 345px;
    margin-left: auto;
    margin-right: auto;
    width: 480px;
}

#tagline {
    border-bottom: solid 1px #ccc;
    width: 350px;
    text-align: right;
    margin-right: 20px;
    padding-right: 20px;
}

#phone {
    width: 350px;
    text-align: right;
    font: bold 14px Arial;
    color: #F38027;
    padding-top: 5px;
    margin-right: 20px;
    padding-right: 20px;
}

.addressline {
    font: 13px Arial;
    color: #666;
    padding: 10px;
}
