/*
    Font Face definitions
====================================================================================== */

/* @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);*/

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=5ea2d4f8-37da-45c2-96a5-031f6fcb5e7b&fontids=1475948,1475960,1475972,1475984");
    @font-face{
        font-family:"Univers LT W04_45 Light1475948";
        src:url("../fonts/1475948/db1e9a24-d371-4686-ba25-77b32a84e0db.woff2") format("woff2"),
		url("../fonts/1475948/beca77d5-0862-440e-bddd-321e82d5422c.woff") format("woff");
    }
    @font-face{
        font-family:"Univers LT W04_55 Roman1475960";
        src:url("../fonts/1475960/938b61cf-8b60-408a-a252-531fc37ebeb3.woff2") format("woff2"),
		url("../fonts/1475960/df8a7a82-1b14-40c7-b6f8-7e2bac922b27.woff") format("woff");
    }
    @font-face{
        font-family:"Univers LT W04_65 Bold1475972";
        src:url("../fonts/1475972/73d8af9e-4b82-4953-81a5-8941aed30297.woff2") format("woff2"),
		url("../fonts/1475972/19ff06fe-d0c5-4294-a237-a4c9b85312b8.woff") format("woff");
    }
    @font-face{
        font-family:"Univers LT W04_75 Black1475984";
        src:url("../fonts/1475984/a9188c70-fecb-4816-b42a-0264b6fdc056.woff2") format("woff2"),
		url("../fonts/1475984/7a9f2106-9430-45ff-9259-be54d516525d.woff") format("woff");
    }

body {
    margin-top: 100px;
    font-family: "Univers LT W04_45 Light1475948";
    line-height: 1.0;
    /*    
    background-color: #e6e6e6;
    font-family: "Univers LT W04_75 Black1475984;" 
    height: 100%;
    margin: 0;
    padding: 0;
*/
}

.container {
    margin: 0;
    width: 98%;
    /* border: 1px solid silver; */
}
/* Navigation Tabs Code example
=========================================== */

.nav {
    background-color: #38689a;
}

.nav-tabs {
    background-color: #38689a;
    border: none;
    color: white;
    width: 98%;
}

    .nav-tabs > li.active {
        background-color: #38689a;
        border: none;
        border-radius: 0;
        color: white;
        height: 42px;
    }

        .nav-tabs > li.active > a {
            background-color: #38689a;
            border: none;
            border-radius: 0;
            color: white;
            height: 42px;
        }

            .nav-tabs > li.active > a:focus {
                background-color: #38689a;
                border: none;
                border-radius: 0;
                color: white;
                height: 42px;
            }

    .nav-tabs > li > a:hover {
        background-color: #38689a;
        border: none;
        border-radius: 0;
        color: white;
        height: 42px;
    }

pre {
    background-color: white;
    border: 1px solid silver;
    border-radius: 0;
    box-shadow: 10px 10px 5px #888888;
    width: 98%;
}

    pre.prettyprint {
        border: none;
    }

h1 {
    color: #2d6fa7;
    font-size: 20px;
}

/*
    IFrame definitions 
*/
.container_api_reference {
    border: 0;
    width: 100%;
    height: 600px;
}

#tabs_001, #tabs_002, #tabs_003, #tabs_004, #tabs_005, #tabs_006, #tabs_007, #tabs_008 {
    margin: 0;
    padding: 0;
    list-style: none;
    background: steelblue;
}

/* Header Background color
#pageContentHeader
{
	background-color: rgb(45, 84, 157);
}*/

/* Footer Background color */
#pageContentFooter{
  background-color: #3891BC;
  padding: 0 0 0 0;
}

.gradient {
    background: #eee;
    border: 1px solid #DDD;
    background: -moz-linear-gradient(top, #EEE, #FFF);
    background: -webkit-linear-gradient(top, #eee, #fff);
    background: -ms-linear-gradient(top, #eee, #fff);
    background: -o-linear-gradient(top, #eee, #fff);
    box-shadow: 1px 2px 4px rgba(0,0,0, .2);
}

img.de_780D01ADE8 {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
} 

.topalfooter {
    color: black; 
    font-size: 12px;
	font-family: 'Univers LT W04_45 Light1475948';
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* Logo */
.logo {
    /* height: 50px; */
    width: 136px;
    float: left;
    /*
	margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
	margin-left: 20px;
	*/
}

/* Navigation */
#pageContentHeader ul li{
    display: inline-block;
	padding: 1em 1.8em 1.25em 1.5em;
    float: right;	
}

#pageContentHeader ul li a  {
	font-size: 16px;
    -moz-transition: color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out;
    -ms-transition: color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out;
    display: inline-block;
    color: #a6a8ab; /*#388BA7; */
	font-family: "Univers LT W04_45 Light1475948";
    text-decoration: none;
}

#pageContentHeader ul li a:hover {
    color: #3891BC; 
}