﻿@charset "utf-8";

.normaltext, .smalltext, .tinytext {
    font-family: 'Segoe UI',Segoe,SegoeUI-Regular-final,Tahoma,Helvetica,Arial,sans-serif;
}

div#background_branding_container, div#background_page_overlay {
    width: 100%;
    z-index: 0;
    position: fixed;
    left: 0;
    overflow: hidden;
    top: 0;
}

*, .panel, body {
    margin: 0;
    padding: 0;
}

html {
    background: left top/cover no-repeat fixed #0072C6;
}

body {
    text-align: left;
    z-index: -999;
}

.panel, body, html {
    height: 100%;
}

#panel {
    border-left: 1px solid #FFF;
    display: none;
}

a {
    background-color: transparent;
    color: #2872DD;
    text-decoration: none;
}

img {
    border: 0;
}

form {
    height: auto;
    width: auto;
}

h1 {
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: transparent;
}

:-moz-placeholder {
    color: transparent;
}

::-moz-placeholder {
    color: transparent;
}

:-ms-input-placeholder {
    color: transparent;
}

.footer_container {
    height: 75px;
}

.tinytext {
    font-size: .7em;
}

.smalltext {
    font-size: .8em;
}

.normaltext {
    font-size: .9em;
}

.bigtext, .gianttext {
    font-family: 'Segoe UI Light',Segoe,'Segoe UI',SegoeUI-Light-final,Tahoma,Helvetica,Arial,sans-serif;
    font-weight: lighter;
}

.bigtext {
    color: #626262;
    font-size: 1.2em;
}

.gianttext, .infotext {
    color: #333;
}

.gianttext {
    font-size: 1.8em;
}

.panel li {
    display: block;
    list-style: none;
}

#api ul li {
    display: inline;
    list-style-type: none;
    margin-left: 0;
}

input:focus, select:focus, textarea:focus {
    outline: 0;
}

div#background_branding_container {
    height: 100%;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

img#background_background_image {
    height: 100%;
    width: 100%;
}

div#background_page_overlay {
    background: left top no-repeat fixed #F7F7F7;
    height: 100%;
    opacity: 1;
}

.panel {
    background: #FFF;
    float: right;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    width: 500px;
    z-index: 1;
}

.inner_container {
    max-height: 90%;
    min-height: 90%;
    width: 100%;
}

.sticky_footer {
    height: 6em;
    margin-top: 0px;
    position: relative;
}

#panel_center, #panel_left, #panel_right {
    display: inline-block;
    border: 0;
    height: 100%;
    margin: 0;
}

div.footer a {
    color: #000;
}

.branding_footer {
    padding-right: 10px;
}

.corp_link {
    cursor: pointer;
    display: inline-block;
    padding-right: 5px;
}

    .corp_link:first-child {
        padding-left: 0;
        padding-right: 0;
    }

.hidden {
    visibility: hidden;
}

#panel_left {
    padding: 0;
    width: 50px;
}

#panel_center {
    min-height: 100%;
    padding: 0;
    width: 378px;
}

#panel_right {
    padding: 0;
    width: 42px;
}

#footer_table {
    max-width: 379px;
    width: 100%;
}

    #footer_table td {
        padding: 0;
        vertical-align: top;
    }

.footer_glyph_container {
    display: inline-block;
    padding: 0;
}

.footer_glyph {
    height: 30px;
    padding: 0 7px 0 0;
    width: 30px;
}

span.branding_footer {
    padding-right: 0;
}

.hide {
    opacity: 0;
}

.api_container div {
    padding-bottom: 20px;
}

.api_container {
    display: inline-block;
    padding-left: 0;
    padding-top: 120px;
    position: relative;
    transition: padding .6s ease 0s;
    width: 100%;
    height: 100%;
}

@media only screen and (max-height:820px),(max-device-height:820px) {
    .api_container {
        padding-top: 80px;
    }
}

@media only screen and (max-height:600px),(max-device-height:600px) {
    .api_container {
        padding-top: 60px;
    }
}

@media only screen and (max-height:575px),(max-device-height:575px) {
    .api_container {
        padding-top: 30px;
    }
}

@media only screen and (min-height:250px) and (max-width:450px),(min-device-height:250px) and (max-device-width:450px) {
    html {
        overflow: hidden;
    }

    .tinytext {
        font-size: .6em;
    }

    .smalltext {
        font-size: .7em;
    }

    .normaltext {
        font-size: .8em;
    }

    .bigtext {
        font-size: .9em;
    }

    .gianttext {
        font-size: 1.2em;
    }

    div#background_branding_container {
        display: none;
        opacity: 0;
        z-index: -999;
    }

    div#background_page_overlay {
        display: none;
        z-index: -999;
    }

    .panel_layout, .panel_layout_row {
        width: 100%;
    }

    #panel_left {
        width: 40px;
    }

    #panel_center {
        width: calc(100% - 80px);
    }

    .inner_container, .panel {
        width: 100%;
    }

    #panel_right {
        display: none;
    }

    .panel {
        float: none;
        height: 100%;
        margin: 0;
        min-width: 220px;
        overflow: auto;
        padding: 0;
        z-index: 1;
    }
}

@media only screen and (max-width:620px),(max-device-width:620px) {
    .panel, span.corporate_footer {
        padding: 0;
        float: none;
        width: 100%;
    }

    .corp_link:first-child, .panel {
        padding: 0;
    }

    html {
        background: #FFF;
        overflow: hidden;
    }

    .tinytext {
        font-size: .6em;
    }

    .smalltext {
        font-size: .7em;
    }

    .normaltext {
        font-size: .8em;
    }

    .bigtext {
        font-size: 1em;
    }

    .gianttext {
        font-size: 1.2em;
    }

    div#background_branding_container {
        display: none;
        opacity: 0;
        z-index: -999;
    }

    div#background_page_overlay {
        display: none;
        z-index: -999;
    }

    .panel {
        height: 100%;
        margin: 0;
        min-width: 360px;
        overflow: auto;
        position: relative;
        z-index: 1;
    }

    #panel_right {
        display: none;
    }
}

@media only screen and (max-width:300px),(max-device-width:300px) {
    #panel_left {
        width: 15px;
    }
}

@media only screen and (max-width:270px),(max-device-width:270px) {
    #panel_left {
        display: none;
    }

    #panel_center {
        width: calc(100% - 30px);
    }

    .panel {
        min-width: 100%;
        width: 100%;
    }
}
