﻿
@font-face {
	font-family: "Gotham Light";
	font-style: normal;
	font-weight: 300;
	src: local("Gotham Light"), local("Gotham-Light"),
		url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-light.woff2) format("woff2"),
		url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-light.woff) format("woff");
}

@font-face {
	font-family: "Gotham Book";
	font-style: normal;
	font-weight: 400;
	src: local("Gotham Book"), local("Gotham-Book"),
		url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-book.woff2) format("woff2"),
		url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-book.woff) format("woff");
}

@font-face {
	font-family: "Gotham Medium";
	font-style: normal;
	font-weight: 500;
	src: local("Gotham Medium"), local("Gotham-Medium"),
		url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-medium.woff2) format("woff2"),
		url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-medium.woff) format("woff");
}

@font-face {
	font-family: "Caecilia";
	font-style: normal;
	font-weight: 400;
	src: local("Caecilia LT Pro 55 Roman"), local("CaeciliaLTPro-55Roman"),
		local("PMN Caecilia Com 55 Roman"), local("CaeciliaCom-55Roman"),
		url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-55-roman.woff2) format("woff2"),
		url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-55-roman.woff) format("woff");

}
body {
        font-family:"Gotham Medium";
        background-color:#ffffff;
		padding-left: 30px;
		color: #66666;
}
H1 {
    margin-top:20px;
    font-size:36.0px;
    line-height:39.0px;
    text-align:left;
    font-family:Gotham Light;
	color: #333333;
}
H2 {
    margin-top:36px;
    font-size:24px;
    line-height:29.0px;
    text-align:left;
    font-family:"Gotham Medium";
    font-weight: 400;
	color: #666666;
}
H3 {
    margin-top:32px;
    font-size:18px;
    line-height:22.0px;
    text-align:left;
    font-family:"Gotham Medium";
    font-weight: 300;
    color: #666666;
}
H4 {
    margin-top:21px;
    font-size:16.0px;
    line-height:19.0px;
    text-align:left;
    font-family:"Gotham Light";
	color: #666666;
}
p {
   margin-top:0px;
   font-size:16.0px;
   line-height:18.0px;
   color:rgba(102, 102, 102, 1.0);
   text-align:left;
   font-family:"Gotham Book";
}

p.para-url {
            margin-top:0px;
            font-size:16.0px;
            line-height:18.0px;
            font-family:"Gotham Medium";
			color: #666666
}
p.para-method {
               margin-top:20px;
               font-size:16.0px;
}
p.para-intro {
              margin-top:40px;
}
p.url {
       margin-top:0px;
       margin-left:3px;
       font-size:14.0px;
       line-height:17.0px;
       font-family:"Gotham Medium";
}
p.para-code {
             font-size:14.0px;
             line-height:21.0px;
             font-family:Consolas;
}
p.para-code2 {
              font-size:14.0px;
              line-height:18.0px;
              font-family:Consolas;
}

OL {
    font-size:10pt;
    font-family:"Gotham Book" , sans-serif;
}
UL {
    font-size:10pt;
    font-family:"Gotham Book" , sans-serif;
}
P.TableText {
             margin-top:4px;
             font-size:16.0px;
             color:rgba(102, 102, 102, 1.0);
             text-align:left;
             line-height:18.0px;
             font-family:"Gotham Book";
}
P.TableHeading {
                margin-top:3px;
                font-size:16.0px;
                line-height:19.0px;
                color:rgba(102, 102, 102, 1.0);
                text-align:left;
                font-family:"Gotham Book";
}
A:link {
        color:#1361B0;
        text-decoration:none;
}
A:hover {
         color:#1d77d2;
         text-decoration:underline;
}
A:visited {
           color:#144a8d;
           text-decoration:none;
}
table.AltGreyHeaderRowPadding {
                               border-left-style:none;
                               border-right-style:none;
                               border-bottom-style:Solid;
                               border-bottom-width:1px;
                               border-bottom-color:#dfdfdf;
                               x-border-spacing:0px;
                               x-row-pat-1:1;
                               x-row-pat-1-name:t1Row;
                               x-row-pat-count:2;
                               x-row-pat-2:1;
                               x-row-pat-2-name:t2Row;
                               x-1st-row:1;
                               x-1st-row-name:t1st;
}
table.AltGreyHeaderRowPadding td {
                                  padding-left:10px;
                                  padding-right:10px;
                                  padding-top:10px;
                                  padding-bottom:10px;
}
table.AltGreyHeaderRowPadding tr.t1Row td {
                                           font-size:16pt;
                                           font-family:"Gotham Book";
                                           color:#333333;
                                           border-bottom-style:none;
                                           vertical-align:top;
}
table.AltGreyHeaderRowPadding tr.t2Row td {
                                           font-size:16pt;
                                           font-family:"Gotham Book";
                                           color:#333333;
                                           background-color:#f2f2f2;
                                           border-bottom-style:none;
                                           vertical-align:top;
}
table.AltGreyHeaderRowPadding tr.t1st td {
                                          font-size:16pt;
                                          font-family:"Gotham Book";
                                          font-weight:bold;
                                          color:#333333;
                                          background-color:#dfdfdf;
                                          border-top-style:none;
                                          vertical-align:top;

}
.rounded {
          background-color:#f0f0f0;
          border-radius:10px;
          padding:10px;
          margin-bottom:10px;
}
.rounded_blue {
               background-color:#e5f1ff;
               border-radius:10px;
               padding:10px;
               margin-bottom:10px;
}
.rounded_yellow {
                 background-color:#fffacd;
                 border-radius:10px;
                 padding:10px;
                 margin-bottom:10px;
}
.rounded_clear {
                border-radius:10px;
                padding:10px;
}
.rounded_short {
                background-color:#f0f0f0;
                border-radius:5px;
                padding:0px;
                margin-bottom:10px;
                width:750px;
}
.button {
         background-color:#e7e7e7;
         border:none;
         color:#333333;
         padding:10px 10px;
         display:inline-block;
         font-size:12px;
         border-radius:5px;
         text-align:center;
         margin-bottom:9.5pt;
         text-decoration:none;
}
html {
      overflow-y:scroll;
}
span.normalbold {
                 font-weight:bold;
                 font-family:"Gotham Book";
                 font-size:16.0px;
                 x-next-type:p;
                 color:#414141;
}
p.Code {
        width:90%;
        margin-top:0pt;
        margin-bottom:0pt;
        font-family:Consolas;
        x-next-class:Code;
        x-next-type:p;
       line-height: 1.4;
}
LI.p-Code {
           font-family:Consolas;
}
div.CodeStyleBox /*Style for Api Code Box*/
{
               width:90%;
               color:#666666;
               overflow:auto;
               background-color:#f2f5f8;
               padding:15px;
               border:1px solid #dde4ec;
               font-family:Consolas;

}
/*Style for Api response Box*/
div.CodeStyle {
               width:90%;
               color:#666666;
               overflow:auto;
				max-height:305px;
               background-color:#f2f5f8;
               padding:15px;
               border:1px solid #dde4ec;
               font-family:Consolas;
}
.Codeheadingnew {
                 border:1px solid #dde4ec;
                 font-weight:bold;
                 width:90%;
                 padding:15px 15px;
                 margin-top:30px;
                 margin-bottom:0;
                 background-color:#d4deea;
		 font-size: 16px;
		 font-family:"Gotham Book";
}
