﻿.primary {
    color: #09577E !important;
}
.swagger-ui .topbar {
    background-color: #E57B19;
    border-bottom: 3px solid #09577E;
}
.topbar-wrapper img {
    width: 140px;
    height: 50px;
    box-sizing: border-box;
    padding-left: 140px;
    /*width of the image*/
    background: url('/img/SocialsalesIO_API_logo.png') left top no-repeat;
    background-size: 140px;

}
#table-of-contents, #table-of-contents a {
    font-size: medium;
}
    #table-of-contents ul li {
        font-size: medium;
        margin-top: 8px;
        margin-bottom: 8px;
    }
.swagger-ui .info .title a {
    font-size: 36px;
    margin: 0;
    font-family: sans-serif;
    color: #4990e2;
    text-decoration: none;
    font-weight: bold;
}
.swagger-ui .infoheader .info .nav-link {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 25px;
    font-size: 16px;
}
.swagger-ui .info .subtitle {
    font-size: 30px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 0px;
    font-family: sans-serif;
    color: #3b4151;
    font-weight: bold;
}
.information-container section {
    margin-top: -20px;
}
#howto {
    margin-top: 30px;
    margin-bottom: 30px;
}
#howto .title {
    font-weight:bold;
}
.howtoSection {
    padding-top: 40px;
    padding-bottom:30px;
}
    .howtoSection h4 {
        margin-top: 30px;
    }
ul.APISteps {
    list-style: none;
    padding-left: 0px;
}
    ul.APISteps li {
        padding-left: 0px;
    }
ul.APISteps li:before {
    content: "\00BB";
    padding-right: 20px;
}
.sampleCode {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 28px;
}
.sampleCodeBlock {
    border: gray 1px solid;
    background-color: #EDF9FF;
    width: 100%;
}
    .sampleCodeBlock pre, .sampleCodeBlock pre code {
        margin: 0px;
        padding: 0px;
    }
    .contactName {
        color: #e57b19;
    }
.sampleActivity {
    border: gray 1px solid;
    background-color: #ffffff;
    width: 80%;
    padding: 10px;
}