/* Minification failed. Returning unminified contents.
(123,21): run-time error CSS1030: Expected identifier, found 'h1'
(123,23): run-time error CSS1031: Expected selector, found ')'
(123,23): run-time error CSS1025: Expected comma or open brace, found ')'
 */
pre.wrapped {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
}

.warning-message-container {
    margin-top: 20px;
    padding: 0 10px;
    color: #525252;
    background: #EFDCA9; 
    border: 1px solid #CCCCCC;
}

.help-page-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0px 0px 20px 0px;
    border-top: 2px solid #D4D4D4;
}

.help-page-table th {
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #D4D4D4;
    padding: 8px 6px 8px 6px;
}

.help-page-table td {
    border-bottom: 2px solid #D4D4D4;
    padding: 15px 8px 15px 8px;
    vertical-align: top;
}

.help-page-table pre, .help-page-table p {
    margin: 0px;
    padding: 0px;
    font-family: inherit;
    font-size: 100%;
}

.help-page-table tbody tr:hover td {
    background-color: #F3F3F3;
}

a:hover {
    background-color: transparent;
}

.sample-header {
    border: 2px solid #D4D4D4;
    background: #2d4e9c;
    color: #FFFFFF;
    padding: 8px 15px;
    border-bottom: none;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.sample-content {
    display: block;
    border-width: 0;
    padding: 15px 20px;
    background: #FFFFFF;
    border: 2px solid #D4D4D4;
    margin: 0px 0px 10px 0px;
}

.api-name {
    width: 40%;
}

.api-documentation {
    width: 60%;
}

.parameter-name {
    width: 25%;
}

.parameter-documentation {
    width: 45%;
}

.parameter-source {
    width: 30%;
}

.property-name {
    width: 10%;
}

.property-type {
    width: 10%;
}

.property-comments {
    width: 50%;
}

.property-rules {
    width: 30%;
}

.help-type-comments {
    margin-top: 5px;
    margin-left: 20px;
    font-size: 1.2em;
}
body {
    padding-top: 100px;
    padding-bottom: 20px;
    color: #5f6e66;
    font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, serif;
}

h1, :not(.jumbotron h1) {
    padding-bottom: 5px;
}

h2 {
    padding-bottom: 4px;
    border-bottom: #2d4e9c 8px solid;
}

h3 {
    padding-bottom: 3px;
    border-bottom: #2d4e9c 6px solid;
}

.navbar-inverse {
    background: #2d4e9c;
    border-bottom: #2d4e9c;
}

.navbar-nav li a {
    line-height: 60px;
}

.navbar-toggle {
    margin-top: 30px;
}


p {
    line-height: 1.6em;
    margin-bottom: 20px;
}

a {
    color: #2d4e9c;
}

a.page-section {
    margin-top: 100px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 1.3em;
}


a.logo {
    display: block;
    margin: 4px;
    text-indent: -10000px;
    width: 202px;
    height: 80px;
    margin-right: 25px;
    background: url(/Images/Assure-Expenses.svg) center center no-repeat;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.sample-header {
    background: #2d4e9c;
}



.jumbotron {
    background: #eeeeee url(/Images/SEL-keyboard.jpg) center right no-repeat;
    /*background-size: contain;*/
}


.api-list-header {
    padding: 2px 5px;
    background: #2d4e9c;
    cursor: pointer;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

    .api-list-header h2 {
        margin: 10px;
        color: #fff;
    }

    .api-list-header a:hover {
        color: #fff;
    }

        .api-list-header h2 small {
            float: right;
            margin-top: 10px;
            color: #fff;
        }

.api-list-collapsible {
    position: relative;
    padding: 5px 20px;
}

.panel-footer {
    color: #fff;
    background-color: #2d4e9c;
}

.panel-footer a {
    color: #fff;
    font-weight: bold;
}

.accordion > section {
    display: none;
}

.help-section {
    margin: -80px 10px 40px 10px;
    padding-top: 100px;
}


.verb-label {
    width: 10%;
    font-weight: bold;
    display: inline-block;
}

.verb-example {
    width: 25%;
    margin-left: 5%;
    margin-right: 5%;
    display: inline-block;
}



.float-left {
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
}

.float-right {
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
}


.help-content-image {
    max-width: 300px;
    height: auto;
    display: block;
}

.help-content-image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}



@media (max-width: 1200px) {

    
    .jumbotron h1 {
        font-size: 1.9em;
    }

    .jumbotron p {
        width: 50%;
    }

    .nav.navbar-nav {
        font-size: 0.8em;
    }
}

@media (max-width: 992px) {


    .nav.navbar-nav {
        font-size: 0.5em;
    }


    .jumbotron {
        color: #FFF;
        background-image: none;
        background-color: #2d4e9c;
    }

    .jumbotron p {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .navbar-header {
        float: none;
    }

    .nav.navbar {
        display: block;
    }

    .navbar-nav li a {
        line-height: 40px;
    }

    .nav.navbar-nav {
        font-size: 1em;
    }


}

.httpMethod {
    width: 20%;
}

.uriPath {
    width: 70%;
}

.sampleArea {
    width: 95%;
}

#testClientButton {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 150px;
    font-size: x-large;
}


select {
    margin-top: 10px;
}

.panel {
    max-height: 120px;
    overflow: auto;
}

 .authTokenHeader input, .panel input {
        width: 150px;
    }

.uriParameterLabel {
    width: 100px;
    float: left;
    border: none;
}

textarea { max-width: 100%; }


/*
    Todo: Revisit for browser compat.
*/ 
