
body { background: #E5EEF2 url(/stylesheets/bg_repeat.png); }

.bg-met-pri { background-color: #496C80 !important; }
.bg-met-light { background-color: #f0fafb !important; }
.bg-met-white { background-color: white !important; }

.navbar-light .navbar-nav .nav-link { color: white }
.navbar-light .navbar-toggler { color: white }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    background-color: #323232;
    color: white;
}

/*.row { background: #fff; }*/
tr.deprecated { background-color: #fee !important }
tr.beta       { background-color: #ffc !important }
tr.external   { background-color: #eef !important }

#products .icon { float: right; margin-right: 0 }
#products a::after { content: ""; }

.pod .indexgroup {
    float: right;
    width: 300px;
    margin-left: 30px;
    border-left: 3px solid #E9E9E9;
    border-bottom: 3px solid #E9E9E9;
    font-size: 90%;
}
.pod .indexgroup a { color: #666; }
.pod .indexgroup ul { list-style:none; padding-left: 1rem; }
.pod .indexgroup li { padding-bottom: 4px; }
.pod img.example { float: left; vertical-align: top; margin-right: 12px; margin-bottom: 18px;}
.pod h1, .pod h2, .pod h3 { clear: left; }
.pod span.warningsign { content:url(/images/warning.svg); height: 24px; vertical-align: middle; padding-bottom: 5px}

pre { color: #000; background-color: #f6f6f6; padding: 15px 15px 15px 15px; }
code { color: #A24E75; font-size: 1rem }
dl { padding-left: 1.5rem; }
dl dd { padding-left: 1rem; }

.documentation table { margin-bottom: 12px; border-collapse: collapse;  }
.documentation table tbody tr { border-bottom: 1px solid #ddd; padding: 3px; }
.documentation table tbody td { }
/*.documentation table thead th { background-color: #ddd; border: 1px solid #ddd; padding: 5px; }*/
.documentation table thead th { background-color: #496C80; color: white; }

.documentation h1 { font-size: 2rem; color: #496C80; }
.documentation h2 { font-size: 1.5rem; color: #0090A8; }
.documentation h3 { font-size: 1.2rem; color: #666; }
.documentation h4 { font-size: 1rem; color: black;}
.documentation dt { font-weight: normal; }
.documentation a::after { content: " >"; }
.documentation a:hover { color: #712C56; text-decoration: underline; }

.news .newsitem h1 { font-size: 1.5rem; }
.news .newsitem h2 { font-size: 1.2rem; color: #0090A8; }
.news .newsitem h3 { font-size: 1rem; color: #666; }
.news .newsitem h4 { font-size: 0.8rem; }
.news .newsitem dt { font-weight: normal; }

.product .pod h1 a { color: #496C80; }
.product .pod h2 a { color: #0090A8; }
.product .pod h3 a { color: #666; }
.product .pod h4 a { color: black; }
.product .pod dt { font-weight: normal; }
.product .pod a::after { content: ""; }

.nav-tabs { border-bottom: 3px solid #E9E9E9 }
.nav-tabs .nav-link.active {
    color: white !important;
    border: none !important;
    background-color: #496C80;
}

/*.nav-tabs .nav-link.active { color: #496C80 !important; border-color: #74C4D7 }*/

h1 { color: #0090A8 }

main a { color: #A24E75 }
.prodlink a {
    font-weight: bold;
    color: #496C80;
}
a.icon {margin-left: 6px;}

.btn-primary { background-color: #496C80 !important}

address { font-style: italic; text-align: right; }
footer.met-footer { color:#fff; background-color:#2a4151 !important; }

.border { border: 1px solid #323232 !important; }

/* swagger */

/* endpoint name */
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint
ul.operations li.operation.get div.heading {
    /*background-color: #E9E9E9 !important;*/
    background-color: #496C80 !important;
    border: 1px solid #323232 !important;
}

/* http method */
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint
ul.operations li.operation.get div.heading h3 span.http_method a {
    /*background-color: #496C80 !important;*/
    font-weight: bold;
    background-color: #323232 !important;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint
ul.operations li.operation div.heading h3 span.path a {
    color: white !important;
}

/* collapsible parameter list */
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint
ul.operations li.operation.get div.content {
    background-color: #E9E9E9 !important;
}

/* list headings */
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint
ul.operations li.operation.get div.content h4 {
    color: #496C80 !important;
    font-weight: bold;
}

/* submit buttons */
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint
ul.operations li.operation.get div.content input.submit {
    color: white !important;
    background-color: #496C80;
}

/* code examples */
.swagger-section .swagger-ui-wrap pre {
    background-color: white !important;
}

/* Swagger base URL */
div.swagger-section .swagger-ui-wrap #resources_container .footer h4 { font-size: 1rem !important; text-align: right; }
