@import url(https://fonts.googleapis.com/css?family=Open+Sans);/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa-plus:before {
    content: '\f067'
}

.fa-minus:before {
    content: '\f068'
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: 2s linear infinite fa-spin;
    animation: 2s linear infinite fa-spin
}

.fa-pulse {
    -webkit-animation: 1s steps(8) infinite fa-spin;
    animation: 1s steps(8) infinite fa-spin
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,.fa-remove:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

html {
    font-family: 'Open Sans',Helvetica-Neue,Arial,sans-serif;
    color: #444;
    height: 100%
}

h1 {
    font-size: 1.5em
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    overflow: hidden;
    height: 100%;
    position: relative
}

a {
    text-decoration: none;
    color: #0a8cc6;
    transition: color .25s ease-out
}

a:hover {
    text-decoration: underline;
    color: #025b80
}

a>img {
    border: 0
}

pre {
    padding: 15px 30px;
    margin-left: 12px;
    margin-top: 17px;
    background-color: #f5f5f5!important;
    line-height: 16px;
    overflow: auto;
    position: relative;
    transform: translateZ(0);
    font-size: 13px;
    max-height: 600px;
    max-width: 800px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}

.ios pre {
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

p code {
    color: #3b2c48;
    background: #fafcfd;
    border: 1px solid #e0e0ea;
    padding: .1rem .2rem;
    font-family: Monaco,monospace;
    font-weight: 400;
    border-radius: .2rem;
    word-wrap: break-word;
    font-size: .85em
}

input[type=checkbox] {
    cursor: pointer;
    box-shadow: none
}

input {
    font-size: 13px;
    padding: 4px 6px;
    line-height: 23px;
    border-radius: 2px;
    border-width: 0
}

input[type=search] {
    -webkit-appearance: none;
    box-sizing: content-box;
    padding-right: 5px
}

.pink {
    color: #ce4482
}

.light-blue {
    color: #088cc7
}

.gray {
    color: #878787
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.ct-only {
    overflow: hidden!important;
    padding: 0!important
}

.is-landing #classic-search-filter,.is-landing #filtersubmit,.is-landing #modern-search-filter,.is-landing #searchtext {
    display: none!important
}

#header {
    position: fixed;
    float: left;
    top: 0;
    background-color: #025b80;
    width: 100%;
    margin: 0;
    z-index: 2;
    height: 58px
}

#header h2 {
    float: left;
    font-size: 1.4em;
    font-weight: 300;
    color: #fff;
    margin: 0;
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 13px
}

#header h2 a {
    color: inherit
}

#header .page-title {
    display: none
}

.logo {
    float: left;
    padding-top: 13px;
    padding-left: 10px
}

.home-link {
    float: left;
    padding-top: 8px;
    padding-left: 10px;
    font-size: 28px
}

.home-link a {
    color: #fff
}

.home-link a:hover {
    color: #efefef
}

#history-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 40px 0 20px;
    background-color: #f5f5f5;
    height: 40px;
    border-bottom: 1px solid #e6e6e6
}

.history-title {
    color: #444;
    line-height: 40px
}

.history-btn {
    margin-left: 12px;
    padding: 2px 6px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    line-height: 26px
}

.history-btn:after,.history-clear:after,.history-config:after {
    content: attr(data-tip)
}

.history-item {
    display: block;
    border-top: 1px solid #e6e6e6;
    padding: 5px 6px;
    line-height: 18px
}

.history-item:hover {
    background-color: #f5f5f5;
    text-decoration: none
}

.history-item.badge {
    background: 8px -1px/25px no-repeat;
    padding-left: 46px
}

.show-all-history .history-item.badge {
    background-position: 2px 6px;
    background-size: 36px
}

#history-full-list {
    overflow-y: auto;
    max-height: 400px
}

.history-config {
    position: absolute;
    top: 0;
    right: 8px;
    color: #025b80;
    font-size: 18px;
    cursor: pointer;
    border-radius: 2px;
    text-align: center
}

.history-other {
    display: none
}

.history-meta {
    color: #696969;
    font-size: 12px;
    display: none
}

#historyConfigPanel {
    display: none;
    position: absolute;
    z-index: 4;
    background-color: #fff;
    overflow: hidden
}

.history-type-selector {
    padding: 6px 44px 6px 12px;
    position: relative;
    background-color: #e4e4e4
}

.history-clear {
    position: absolute;
    top: 4px;
    right: 8px;
    color: #025b80;
    font-size: 20px;
    cursor: pointer;
    border-radius: 2px;
    text-align: center
}

#history-label-toggle {
    position: relative;
    margin-left: 12px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: .5
}

#history-label-toggle .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.show-history-panel #historyConfigPanel {
    display: inline-block!important
}

.show-all-history #historyConfigPanel .history-meta,.show-all-history.show-history-labels #history-nav .history-meta {
    display: inline!important
}

.show-all-history .history-other {
    display: inline-block!important
}

.show-all-history .history-item.history-other {
    display: block!important
}

.show-all-history #history-label-toggle {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.show-all-history #history-label-toggle .mask {
    bottom: auto;
    right: auto;
    height: 0
}

#search-history-panel {
    display: none;
    position: absolute;
    z-index: 4;
    background-color: #fff;
    overflow: hidden
}

.show-search-history #search-history-panel {
    display: inline-block!important
}

.search-history-item {
    padding: 4px 8px;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6
}

.search-history-item:hover {
    background-color: #f5f5f5
}

#centerContent {
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.resourceLinks .toolbarButton {
    background-color: #025b80;
    border: 1px solid #024059
}

.resourceLinks .toolbarButton:hover {
    background-color: #014d6c
}

.resourceLinks .toolbarButton:active {
    background-color: #024059
}

.resourceLinks a {
    color: #fff
}

.members {
    clear: both;
    border-top: 2px solid #dcdcdc
}

.member span.member-name,a.member-name,span.member-name {
    color: #025b80!important;
    font-size: 1.1em;
    font-weight: 700;
    cursor: pointer
}

.member span.member-name:hover,a.member-name:hover,span.member-name:hover {
    color: #1290c8!important
}

.members .type {
    color: #297fa5;
    margin: 4px 0 0;
    line-height: 40px;
    padding: 0 0 3px 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.25em;
    border-bottom: 4px solid #cacaca;
    font-weight: 400
}

.members h2 {
    color: #1e97cc;
    margin: 0;
    font-size: 1.1em;
    padding: 4px 0 0
}

.member li {
    margin-bottom: 10px
}

.classmembers.member,.classmembers.member-private,.classmembers.member-protected {
    border-bottom: 1px solid #e4e4e4;
    padding: 0 200px 8px 30px;
    font-size: .93em;
    position: relative;
    transform: translateZ(0);
    overflow: hidden;
    height: 46px
}

.classmembers.member h2 {
    padding-bottom: 5px
}

.members .classmembers h2 strong,.params-list strong {
    color: #d68338
}

.classmembers h2,.classmembers h3 {
    color: #424242;
    font-size: .93em;
    letter-spacing: 1px
}

.member-item-key {
    color: red
}

.source-class {
    position: absolute;
    right: 30px;
    top: 4px
}

.isInherited .source-class a {
    color: #888
}

.fromObject {
    display: none!important
}

.members .memberType {
    color: #a2a2a2;
    font-size: 12px;
    font-weight: 700
}

.members .memberType a {
    font-size: 13px;
    font-weight: 700
}

.members p {
    font-size: .93em;
    line-height: 1.7em;
    max-width: 900px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 12px 4px!important
}

.generic-content p {
    font-size: .93em;
    line-height: 1.7em;
    margin: 0 12px 4px
}

.alias,.memberType {
    font-size: .6em;
    color: grey;
    letter-spacing: 1px
}

.enum-msg {
    color: #fff;
    background-color: #85aa73;
    border: 2px solid #7c9f6b;
    border-radius: 3px;
    padding: 6px 18px;
    font-weight: 700;
    margin-top: 6px!important;
    text-align: center;
    overflow: hidden
}

p>.memberType {
    margin-left: 0
}

h3.detail-header {
    color: #555;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding-bottom: 4px;
    display: inline-block
}

.defaults-to-dec {
    color: #806447;
    margin: 8px 0 0 12px!important
}

pre.defaults-to-dec {
    background-color: transparent!important;
    box-shadow: none;
    max-width: 100%;
    max-height: 300px;
    margin-bottom: 10px!important;
    margin-top: 0!important;
    padding: 0 0 10px;
    border-bottom: 1px solid #f1f1f1
}

.since-dec {
    margin-top: 8px!important;
    background: #fbfbfb;
    border: 1px solid #ececec;
    padding: .1rem .2rem;
    border-radius: .2rem;
    display: inline-block;
    font-size: 12px!important
}

.deprecated-dec,.privatecls-dec,.removed-dec {
    color: #ec4545;
    border: 1px solid #ec4545;
    border-radius: 3px;
    padding: 6px 18px;
    font-weight: 700;
    margin-top: 6px!important;
    text-align: center;
    overflow: hidden
}

.classText .deprecated-dec,.classText .privatecls-dec,.classText .removed-dec {
    margin-top: 19px!important
}

.toolkit-badge-ct {
    background: #f5f5f5;
    padding: 4px 8px;
    margin-top: 30px
}

.toolkit-badge {
    font-weight: 700;
    color: #da5c0d
}

.universal-badge {
    display: none
}

.preventable-dec,.template-dec {
    color: #999;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 6px 18px;
    font-weight: 700
}

.abstract,.bindable,.chainable,.deprecated,.immutable,.preventable,.private,.protected,.readonly,.removed,.required,.static,.template {
    line-height: 11px;
    font-size: 11px
}

.classmembers .abstract.mini-flag,.classmembers .bindable.mini-flag,.classmembers .chainable.mini-flag,.classmembers .deprecated.mini-flag,.classmembers .immutable.mini-flag,.classmembers .preventable.mini-flag,.classmembers .private.mini-flag,.classmembers .protected.mini-flag,.classmembers .readonly.mini-flag,.classmembers .removed.mini-flag,.classmembers .required.mini-flag,.classmembers .static.mini-flag,.classmembers .template.mini-flag {
    display: none
}

.abstract,.preventable,.readonly,.template {
    background-color: #aaa
}

.chainable,.premium {
    background-color: #2a9c2a
}

.private {
    background-color: #fd6b1b
}

.protected {
    background-color: #9b86fc
}

.static {
    background-color: #4a4a4a
}

.required {
    background-color: #464646
}

.bindable {
    background-color: #ffb700
}

.immutable {
    background-color: #4a4a4a
}

.deprecated,.removed {
    background-color: #a00
}

.param-row {
    margin-top: 8px
}

.param-row .params-list {
    font-weight: 700
}

.params-list {
    color: #555;
    font-weight: 400;
    font-size: 12px
}

.param-row .params-list:before {
    content: '\f111';
    font-family: FontAwesome,sans-serif;
    color: #616161;
    margin-right: 12px;
    font-size: 5px;
    line-height: 12px;
    vertical-align: middle
}

.params-desc {
    padding-left: 42px
}

.params-desc p {
    margin-left: 0!important
}

.params-desc+p {
    margin-top: 8px!important
}

.params-desc+.defaults-to-dec,.params-desc+.defaults-to-dec+.defaults-to-dec {
    margin-left: 56px!important;
    margin-top: 2px!important
}

.sub-params-list {
    margin: 12px 0 12px 24px
}

.sub-params-list .params-list:before {
    content: '\f10c'
}

.return-desc {
    padding-left: 12px
}

.button {
    font-size: .8em;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    background-color: #f9f9f9;
    padding: 2px 6px;
    margin-left: 14px
}

.button:hover {
    text-decoration: none;
    background-color: #2ea8d0;
    color: #fff;
    border-color: #2ea8d0
}

.button:active {
    background-color: #2a96b9;
    border-color: #2a96b9;
    color: #fff
}

.classMeta {
    color: #666;
    font-size: .85em;
    float: right;
    background-color: #f5f5f5;
    padding: 15px;
    margin: 30px 14px 30px 30px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}

.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url {
    background: 0 0
}

.related-collapsed .classMeta {
    height: 0;
    padding: 0 60px;
    border-width: 0
}

.collapsedTree {
    top: 175px
}

.private-class-toggle-ct {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #f5f5f5;
    padding: 3px 0 3px 62px;
    line-height: 29px;
    border: none;
    display: none
}

.private-class-toggle-ct>label {
    cursor: pointer;
    color: #444
}

.is-api .private-class-toggle-ct {
    display: block
}

#help-btn,#help-close {
    display: inline-block;
    vertical-align: sub;
    cursor: pointer;
    font-size: 24px
}

#help-btn {
    position: relative
}

#help-close {
    position: absolute;
    top: 10px;
    right: 14px
}

#help-btn:before,#help-close:before {
    font-size: 24px;
    color: #fff
}

#help-btn:after {
    content: attr(data-tip)
}

.help-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 58px;
    line-height: 58px;
    background-color: #025b80;
    color: #fff;
    font-size: 21px;
    padding-left: 20px
}

#help-wrap .classText {
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto
}

#help-wrap {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: #fff;
    z-index: 4;
    border: 5px solid #d4d4d4
}

.show-help #help-wrap {
    display: block
}

.icon-demo {
    width: 55px!important;
    display: inline-block;
    vertical-align: middle
}

.icon-demo:after,.icon-demo:before {
    font-size: 24px!important;
    margin: 0 12px 0 17px!important;
    padding: 0
}

.icon-demo.history-clear,.icon-demo.history-config {
    position: relative;
    width: 16px!important;
    height: 16px;
    padding: 0;
    vertical-align: middle;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto
}

.icon-demo.history-clear:before,.icon-demo.history-config:before {
    font-size: 11px!important;
    margin: 0!important;
    position: absolute;
    top: -2px;
    left: 4px
}

.classText {
    padding: 0 20px 20px 34px;
    line-height: 26px;
    clear: both
}

.hide-tab {
    display: none!important
}

.collapse-tool,.expand-tool {
    display: inline-block;
    background-color: #bdbdbd;
    border-radius: 3px;
    font-weight: 700;
    cursor: pointer;
    padding: 8px;
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    top: 2px;
    right: 2px;
    height: 11px;
    width: 11px;
    z-index: 1
}

.collapse-tool:hover,.expand-tool:hover {
    background-color: #8e8e8e
}

.collapse-tool:before,.expand-tool:before {
    font-family: FontAwesome,sans-serif;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -8px
}

.expand-tool:before {
    content: '\f0d7'
}

.collapse-tool:before {
    content: '\f0d8'
}

.expand-tool {
    display: none
}

.collapse-code-all #toggleExamples {
    background-color: #e6e6e6
}

.code-snippet-wrap {
    overflow: hidden
}

.code-controls {
    background-color: #f3f3f3;
    color: #555;
    margin-left: 12px;
    margin-top: 8px;
    font-weight: 700;
    line-height: 27px;
    height: 0;
    position: relative;
    overflow: visible
}

.code-controls+pre {
    margin: 0 0 0 12px
}

.expand-code {
    display: none
}

.da-inline-code-wrap-fiddle .code-controls {
    display: inline-block;
    background-color: transparent;
    margin: 0;
    color: #4a4a4a;
    padding-top: 9px
}

.da-inline-code-wrap-fiddle .collapse-tool,.da-inline-code-wrap-fiddle .expand-tool {
    margin-right: 8px;
    background-color: transparent;
    font-size: 20px;
    line-height: 20px;
    padding: 12px;
    position: relative;
    margin-top: -16px
}

.da-inline-code-wrap-fiddle .expand-tool {
    margin-bottom: -8px
}

.da-inline-code-wrap-fiddle .collapse-tool {
    margin-top: -8px;
    margin-left: 2px
}

.da-inline-code-wrap-fiddle .collapse-tool:before,.da-inline-code-wrap-fiddle .expand-tool:before {
    color: #4a4a4a;
    margin-left: -6px;
    margin-top: -13px
}

.da-inline-code-wrap-fiddle .collapse-tool:hover,.da-inline-code-wrap-fiddle .expand-tool:hover {
    background-color: transparent!important
}

.da-inline-code-wrap-fiddle .collapse-tool:hover:before,.da-inline-code-wrap-fiddle .expand-tool:hover:before {
    color: #1e97cc
}

.da-inline-code-wrap-fiddle.example-collapsed .da-inline-fiddle-nav {
    padding: 0 0 1px 4px
}

.da-inline-code-wrap-fiddle.example-collapsed .da-inline-fiddle-nav:hover {
    cursor: pointer
}

.da-inline-code-wrap-fiddle.example-collapsed .da-inline-fiddle-nav:hover *,.da-inline-code-wrap-fiddle.example-collapsed .da-inline-fiddle-nav:hover :before {
    color: #1e97cc
}

.da-inline-code-wrap-fiddle.example-collapsed .code-controls {
    padding: 0
}

.da-inline-code-wrap-fiddle.example-collapsed .expand-tool {
    top: 0;
    margin-top: -5px;
    padding: 7px 12px
}

.example-collapsed.da-inline-code-wrap-fiddle {
    height: auto
}

.example-collapsed .ace-ct,.example-collapsed .collapse-tool,.example-collapsed .da-inline-fiddle-nav-code,.example-collapsed .da-inline-fiddle-nav-fiddle,.example-collapsed .fiddle-code-beautify,.example-collapsed+pre {
    display: none!important
}

.example-collapsed .da-inline-fiddle-nav {
    padding: 8px 0 1px 4px
}

.example-collapsed .expand-code,.example-collapsed .expand-tool {
    display: inline-block;
    top: 0;
    right: 0
}

.example-collapsed.code-controls {
    margin-bottom: 8px;
    height: auto;
    padding-left: 12px;
    border: 2px solid #e4e4e4
}

.example-collapsed iframe,.filtered #classText,.filtered .be-hidden,.filtered .be-hidden+.params-desc,.hidden {
    display: none!important
}

.classText h1 {
    color: #025b80;
    line-height: 1.5em;
    font-weight: 300;
    margin-top: 30px
}

.classText p {
    margin: 17px 0;
    line-height: 22px;
    max-width: 800px
}

.classText li {
    line-height: 22px;
    margin-bottom: 10px
}

.classText h1>a.quick-link,.classText h2>a.quick-link,.classText h3>a.quick-link,.classText h4>a.quick-link,.classText h5>a.quick-link,.classText h6>a.quick-link {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    line-height: 26px;
    vertical-align: super
}

.classText h1>a.quick-link:before,.classText h2>a.quick-link:before,.classText h3>a.quick-link:before,.classText h4>a.quick-link:before,.classText h5>a.quick-link:before,.classText h6>a.quick-link:before {
    content: '\f0c1';
    font-family: FontAwesome,sans-serif;
    color: #e2e2e2;
    position: absolute;
    margin-top: -11px;
    margin-left: -8px;
    font-size: 16px
}

.classText h1:hover>a.quick-link:before,.classText h2:hover>a.quick-link:before,.classText h3:hover>a.quick-link:before,.classText h4:hover>a.quick-link:before,.classText h5:hover>a.quick-link:before,.classText h6:hover>a.quick-link:before {
    color: #0a8cc6
}

.classText h1:hover>a.quick-link:hover:before,.classText h2:hover>a.quick-link:hover:before,.classText h3:hover>a.quick-link:hover:before,.classText h4:hover>a.quick-link:hover:before,.classText h5:hover>a.quick-link:hover:before,.classText h6:hover>a.quick-link:hover:before {
    color: #025b80
}

.classHead h3 {
    margin: 0
}

.classHead .list {
    padding-left: 20px;
    margin: 0 0 8px;
    color: #888;
    line-height: 22px
}

.memberFilter {
    margin-top: 4px;
    padding-left: 60px;
    float: right
}

.memberFilter input {
    margin-top: 4px
}

.related-collapsed #tree {
    top: 105px
}

.sitemap {
    padding-left: 20px
}

.display-new:after {
    content: '\f005';
    font-family: FontAwesome,sans-serif;
    color: #f3be5d;
    margin-left: 3px;
    font-size: 13px
}

.stickyTypeFilter {
    position: fixed;
    z-index: 1
}

.stickyTypeFilter:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0;
    background-color: #fff
}

#product-tree-ct {
    background-color: #fff;
    position: absolute;
    width: 220px;
    overflow: visible;
    z-index: 10000;
    padding: 6px 0
}

#product-tree-ct .selected-product {
    background-color: #d3eafd
}

.product-name-item {
    padding: 0 18px;
    display: block;
    text-decoration: none!important;
    color: #444;
    font-weight: 700;
    cursor: default;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 30px
}

.product-name-item i {
    float: right;
    line-height: 30px;
    font-size: 20px
}

#product-version-tree-ct {
    position: absolute;
    left: -10000px;
    background-color: #fff;
    padding: 10px;
    width: 170px;
    line-height: 1.75em;
    top: 0
}

#product-version-tree-ct h1,#product-version-tree-ct h2 {
    margin: 0;
    font-size: 1em
}

#product-version-tree-ct a {
    display: inline-block;
    margin-right: 10px
}

.prod-menu-selected {
    background-color: #e6e6e6
}

.product-version-ct {
    position: absolute;
    left: 152px;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    padding: 7px 18px
}

.product-version-ct h2,.product-version-ct h3 {
    color: #323232;
    margin: 7px 0;
    font-size: 15px
}

.product-item {
    display: block
}

#class-tree-ct {
    transform: translateZ(0);
    background: #fff;
    position: absolute;
    top: 41px;
    left: 0;
    bottom: 0;
    width: 300px;
    overflow: hidden;
    box-shadow: 3px 3px 6px rgba(0,0,0,.16),3px 3px 6px rgba(0,0,0,.23);
    z-index: 2
}

body>.product-header {
    position: absolute;
    z-index: 2;
    top: 13px;
    left: 80px;
    margin: 0;
    color: #fff;
    font-weight: 400
}

#centerContent .product-header,.context-header {
    background-color: #025b80;
    margin: 0;
    font-size: 16px;
    display: none
}

.product-header a {
    color: #fff
}

.header-product-title {
    font-size: 16px
}

#product-tree {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    padding: 10px 25px;
    line-height: 1.5em;
    color: #014d6c;
    z-index: 3
}

.product-menu-btn {
    cursor: pointer;
    color: #fff!important;
    margin-left: 8px;
    position: relative;
    vertical-align: initial;
    font-size: 26px;
    line-height: 26px
}

.product-menu-btn-wrap {
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    overflow: visible!important
}

.product-menu-btn-wrap:after {
    content: attr(data-tip)
}

.is-landing #class-tree-ct {
    display: none
}

.is-landing #rightMembers {
    left: 0!important
}

.product-tree-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #d8d8d8;
    font-weight: 700;
    z-index: 2;
    color: #444;
    height: 32px;
    line-height: 32px;
    padding-left: 8px
}

.context-menu-tabs {
    letter-spacing: 1px;
    font-weight: 700;
    z-index: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 10px;
    background: #025b80;
    color: #fff
}

#rightMembers {
    position: absolute;
    top: 41px;
    right: 0;
    bottom: 0;
    left: 300px;
    overflow: visible;
    background-color: #fff
}

.class-body-wrap {
    position: absolute;
    top: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    z-index: 0
}

.ios .class-body-wrap {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.guide-body-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff
}

.ios .guide-body-wrap {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.body-wrap-inner {
    min-height: 100%
}

#toolbar {
    background-color: #f5f5f5;
    padding: 0 34px;
    height: 55px;
    border: none;
    position: relative;
    clear: both
}

#show-membertypes,#toggle-class-tree {
    width: 30px;
    height: 20px;
    padding: 3px 8px 5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAATCAYAAABhh3Y4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Mzk4MEQzMjJBRDQ4MTFFNTlFNEM5REM4MDZBNzMwNzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Mzk4MEQzMjNBRDQ4MTFFNTlFNEM5REM4MDZBNzMwNzkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpERUMwRkM3NUFDRDExMUU1OUU0QzlEQzgwNkE3MzA3OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpERUMwRkM3NkFDRDExMUU1OUU0QzlEQzgwNkE3MzA3OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhEtyIoAAADUSURBVHjaYuw6fuc/AxSovbzCCKQSGUgA/v7+84lVy/Lv318459evXwy0BCx///6Dc37+/Elby8RuHmGEcX5AqPk0s+zbt2/IcTSfpj4DWsZAL8Dy5csX+ln29etX+ln2+fNnZD6+PDafyz0anie/7VwKzpMpKSm0CUbW33/gbHKCn6Rg5P2DsIyc4Gd0cnKiKB727t1LswRCUZ6kbz6jq2Xfv/8gRT1FxRmjkJAQ0YptKvvg+exIexHJdR8LKdXKn79/KaqOWEipMP/9+0dRRQsQYAButmIQEPxZewAAAABJRU5ErkJggg==) center no-repeat #fff;
    border: 2px solid #e4e4e4;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    cursor: pointer
}

.toolbarButton {
    display: inline-block;
    margin-right: 10px;
    background-color: #e6e6e6;
    padding: 8px 10px;
    margin-top: 6px;
    position: relative;
    border: none;
    border-radius: 2px
}

.toolbarButton a {
    color: #2ea8d0;
    text-decoration: none;
    font-size: .93em;
    line-height: 20px
}

.search-results-nav-header {
    display: none
}

.search-results-nav-header .active-tab,.toolbarHeaderButton.active-tab {
    color: #025b80!important;
    border-bottom: none;
    background-color: #fff
}

.search-results-nav-header .active-tab:hover,.toolbarHeaderButton.active-tab:hover {
    background-color: #fff;
    border: none
}

.toolkit-search-filter-ct {
    font-size: 0;
    display: inline-block
}

#classic-search-filter,#modern-search-filter {
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 0;
    width: 32px;
    height: 32px;
    font-size: 15px;
    line-height: 32px;
    top: 1px;
    display: inline-block;
    position: relative;
    -webkit-font-smoothing: subpixel-antialiased
}

#modern-search-filter {
    margin-right: 0;
    border-radius: 3px 0 0 3px
}

#classic-search-filter {
    margin-right: 8px;
    border-radius: 0 3px 3px 0
}

#modern-search-filter:before {
    content: 'M'
}

#classic-search-filter:before {
    content: 'C'
}

#classic-search-filter:after,#modern-search-filter:after {
    content: attr(data-tip);
    -webkit-font-smoothing: antialiased
}

#classic-search-filter.active,#modern-search-filter.active {
    color: #014d6c;
    background-color: #fff
}

.example-theme-picker-label {
    float: right;
    margin: 6px 10px 0 0
}

.example-theme-picker {
    float: right;
    margin: 5px 0 0 5px
}

.toolbarHeaderButton {
    display: inline-block;
    color: #fff;
    padding: 8px 8px 7px;
    margin: 24px 5px 0 0;
    font-size: .8em;
    cursor: pointer;
    border-bottom-width: 0
}

.toolbarHeaderButton:hover {
    border-bottom: 3px solid #f5f5f5
}

#toolkit-tab-ct {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    height: 38px;
    padding: 10px 10px 10px 0
}

#classicTab,#modernTab {
    display: inline-block;
    padding: 2px 12px;
    border-radius: 3px;
    font-size: 12px;
    -webkit-font-smoothing: subpixel-antialiased
}

#classicTab:hover,#modernTab:hover {
    background-color: #e6e6e6;
    cursor: pointer
}

#classicTab.active-tab,#modernTab.active-tab {
    color: #fff;
    background-color: #1e97cc
}

.active-type-menu-item,.active-type-menu-item i {
    color: #0a8cc6!important;
    transition: color .25s ease-out
}

.dropdown-check-list {
    display: inline-block
}

.dropdown-check-list .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 5px 50px 2px 10px;
    border: 1px solid #ccc
}

.dropdown-check-list .anchor:after {
    position: absolute;
    content: "";
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    padding: 5px;
    right: 10px;
    top: 20%;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.dropdown-check-list .anchor:active:after {
    right: 8px;
    top: 21%
}

.dropdown-check-list ul.items {
    padding: 5px;
    display: none;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff
}

.dropdown-check-list input[type=checkbox] {
    margin-right: 20px
}

.dropdown-check-list ul.items li {
    list-style: none
}

#showlist {
    margin-top: 10px
}

#back-to-top {
    position: fixed;
    bottom: -100%;
    right: 15px;
    text-decoration: none;
    color: #fff;
    background-color: #1e97cc;
    font-size: .8em;
    padding: .8em;
    text-align: center;
    transition: 250ms;
    z-index: 2
}

#back-to-top>div {
    font-size: 2em;
    width: 100%
}

#back-to-top.sticky {
    bottom: 50px
}

#back-to-top:hover {
    background-color: #46baec
}

#tree-collapse {
    margin-left: 60px;
    width: 232px
}

#tree-collapse a {
    color: orange
}

#member-class-name {
    padding-left: 25px;
    padding-right: 325px
}

#member-class-name h1 {
    color: #025b80;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: visible;
    font-weight: 400
}

#member-class-name h1 a {
    color: #025b80;
    text-decoration: none;
    position: relative
}

#member-class-name h1>.multi-src-btn:before,#member-class-name h1>a:before {
    content: 'view source';
    position: absolute;
    left: 0;
    bottom: -11px;
    right: 0;
    color: #9e9e9e;
    font-size: 12px
}

#member-class-name h1 a:hover:before {
    text-decoration: underline;
    color: #1691c8
}

#member-display {
    padding: 4px 18px;
    background-color: #fff;
    margin-top: 15px;
    position: absolute;
    right: 0;
    top: -61px
}

#member-display label {
    cursor: pointer
}

.tree-hidden #class-tree-ct {
    left: -266px;
    background-color: #f5f5f5;
    margin-top: 0
}

.tree-hidden #tree {
    overflow: hidden;
    right: 350px
}

.tree-hidden #tree-header {
    background-color: #f5f5f5;
    overflow: visible;
    border-bottom-color: transparent
}

.tree-hidden #tree-header i {
    color: #444
}

.tree-hidden #hide-class-tree .fa-caret-left,.tree-hidden #tree-header input {
    display: none
}

.tree-hidden #hide-class-tree .fa-caret-right {
    display: inline-block
}

#hide-class-tree .fa-caret-right {
    display: none
}

.tree-hidden #rightMembers {
    left: 34px
}

.member-access-display {
    display: inline-block;
    margin-right: 20px
}

.members-mask {
    position: absolute;
    top: 0;
    left: 0
}

.clearBoth {
    clear: both
}

span.singleton {
    font-size: .4em;
    color: #999;
    vertical-align: middle
}

.hide-type-header {
    display: none
}

.nav-btn-mask {
    position: absolute;
    left: 0;
    top: 0
}

.disabled .nav-btn-mask {
    right: 0;
    bottom: 0
}

.toolbarButton.disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: .5
}

.nav-btn-count {
    position: absolute;
    top: -10px;
    right: -8px;
    color: #fff;
    background-color: #025b80;
    padding: 0 4px;
    font-size: .76em;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid #025b80;
    cursor: default;
    line-height: 1.5em;
    min-width: 1em;
    text-align: center
}

.toolbarButton.disabled .nav-btn-count {
    display: none
}

.type-sub-category-title {
    color: #656565;
    background-color: #e4e4e4;
    padding: 6px 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .8em
}

.no-visible-members-warning {
    text-align: center;
    color: #fff;
    background-color: #e64646;
    font-weight: 700;
    font-size: 1.33em;
    clear: both;
    display: none;
    padding: 20px 0
}

.no-visible-members .no-visible-members-warning {
    display: block
}

#footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #efefef;
    border-top: 1px solid #e6e6e6;
    font-size: .66em;
    text-align: right;
    padding-right: 20px;
    z-index: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    clear: both
}

#footer p {
    display: inline
}

.social {
    vertical-align: middle;
    margin-right: 10px
}

.homeColumnOne,.homeColumnTwo {
    display: inline;
    text-align: left;
    vertical-align: top
}

.is-home .generic-content-inner h1,.is-landing .generic-content-inner h1 {
    text-align: left;
    margin-left: 17px
}

.is-home .generic-content-inner,.is-landing .generic-content-inner {
    text-align: center
}

.homeBubble {
    padding: 0;
    height: 300px;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 3px 11px -1px rgba(110,110,110,.3);
    -moz-box-shadow: 0 3px 11px -1px rgba(110,110,110,.3);
    box-shadow: 0 3px 11px -1px rgba(110,110,110,.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    min-width: 45%;
    max-width: 875px;
    margin: 40px 40px 0 0
}

.homeBubble p {
    margin-left: 20px;
    margin-right: 20px
}

.homeBubble ul {
    margin-left: 25px
}

.homeBubble li {
    margin-left: 35px;
    padding-left: 10px;
    font-size: .9em
}

.homeBubble h2 {
    background-color: #025b80;
    color: #fff;
    font-weight: 300;
    font-size: 1.2em;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-left: 20px;
    height: 44px;
    line-height: 44px;
    margin: 0 0 15px
}

.homeBubble h2 a {
    color: #fff
}

.home-bubble-content {
    position: absolute;
    top: 44px;
    left: 0;
    bottom: 0;
    right: 146px;
    padding: 15px 15px 0 0;
    overflow: auto;
    border-radius: 0 0 0 3px
}

.home-bubble-badge-ct {
    position: absolute;
    top: 44px;
    bottom: 0;
    right: 0;
    width: 146px;
    background: center no-repeat #d8d8d8;
    border-radius: 0 0 3px;
    text-align: center
}

.home-bubble-badge-ct>i {
    font-size: 60px;
    color: #025b80;
    line-height: 256px
}

.home-body {
    padding: 20px
}

.home-body h1 {
    margin-left: 12px!important
}

#quick-start-product-page-list {
    margin: 50px auto
}

#quick-start-product-page-list,.product-home-desc {
    max-width: 1280px
}

.product-home-desc {
    margin: 12px auto
}

#quick-start-product-page-list .tree-leaf {
    padding: 8px 0
}

#quick-start-product-page-list .tree-leaf,#quick-start-product-page-list .tree-leaf-content {
    white-space: normal
}

#quick-start-product-page-list .quick-start-count {
    font-size: 16px;
    width: 32px;
    line-height: 32px;
    vertical-align: middle;
    color: #0a8cc6;
    border-color: #0a8cc6
}

#quick-start-product-page-list a:hover {
    text-decoration: none
}

#quick-start-product-page-list a .quick-start-text {
    color: #636363;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 18px
}

#quick-start-product-page-list a:hover .quick-start-text {
    color: #025b80
}

#quick-start-product-page-list a:hover .quick-start-count {
    color: #025b80;
    border-color: #025b80
}

#quick-start-product-page-list .quick-start-text-ct {
    padding-left: 52px
}

.extjs-badge {
    background-image: url(../images/EXT.png);
    background-size: 88px
}

.inspector-badge {
    background-image: url(../images/Inspector.png);
    background-size: 88px
}

.test-badge {
    background-image: url(../images/Test.png);
    background-size: 88px
}

.extreact-badge {
    background-image: url(../images/ExtReact.png);
    background-size: 88px
}

.extangular-badge {
    background-image: url(../images/ExtAngular.png);
    background-size: 88px
}

.architect-badge {
    background-image: url(../images/Architect.png);
    background-size: 88px
}

.themer-badge {
    background-image: url(../images/Themer.png);
    background-size: 88px
}

.cmd-badge {
    background-image: url(../images/CMD.png);
    background-size: 88px
}

.gxt-badge {
    background-image: url(../images/GXT.png);
    background-size: 88px
}

.rapid-badge {
    background-image: url(../images/rapid.png);
    background-size: 88px
}

.ide_plugins-badge,.plugins-badge {
    background-image: url(../images/Plugins.png);
    background-size: 88px
}

.touch-badge {
    background-image: url(../images/Touch.png);
    background-size: 88px
}

.space-badge,.webappmgr-badge {
    background-image: url(../images/EXT.png);
    background-size: 88px
}

.extwebcomponents-badge {
    background-image: url(../images/ExtWebComponents.png);
    background-size: 88px
}

.upgradeadviser-badge {
    background-image: url(../images/UpgradeAdviser.png);
    background-size: 88px
}

.transitional .home-bubble-badge-ct {
    display: none
}

.transitional .home-bubble-content {
    right: 0
}

.vp-med-size .member-type-btn-text {
    display: none
}

.vp-med-size .toolbarButton .fa {
    display: inline-block
}

.vp-med-size .toolbarButton {
    min-width: 30px;
    text-align: center
}

.homeButton {
    background-color: #045f87;
    color: #fff;
    padding: 5px;
    margin-top: 10px
}

.homeButton:hover {
    background-color: #1e97cc;
    text-decoration: none;
    color: #fff
}

.homeBubble img {
    max-width: 275px
}

.invisible {
    visibility: hidden
}

.da-inline-code-wrap,.da-inline-code-wrap-fiddle {
    height: auto;
    width: auto;
    position: relative;
    overflow: hidden;
    max-width: 800px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}

.ace_editor {
    height: 408px;
    width: auto;
    z-index: 0
}

.da-inline-fiddle-nav {
    left: 0;
    width: auto;
    background: #f3f3f3;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 3px 4px;
    position: relative
}

.da-inline-fiddle-nav-code .fa-code,.da-inline-fiddle-nav-fiddle .fa-play-circle,.da-inline-fiddle-nav-fiddle .fa-refresh {
    color: #33a0d0;
    font-size: 17px
}

.da-inline-fiddle-nav-code.da-inline-fiddle-nav-active .fa-code,.da-inline-fiddle-nav-fiddle.da-inline-fiddle-nav-active .fa-play-circle,.da-inline-fiddle-nav-fiddle.da-inline-fiddle-nav-active .fa-refresh {
    color: #fff
}

.da-inline-fiddle-nav-code .fa-code {
    vertical-align: text-bottom;
    margin-right: 4px
}

.fiddle-icon-wrap {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-right: 4px
}

.fiddle-icon-wrap .fa-play-circle,.fiddle-icon-wrap .fa-refresh {
    position: absolute;
    transition: top 250ms
}

.fiddle-icon-wrap .fa-refresh {
    top: 100%;
    left: 0
}

.fiddle-icon-wrap .fa-play-circle {
    top: 0;
    left: 0
}

.da-inline-fiddle-nav-fiddle.da-inline-fiddle-nav-active:hover .fa-play-circle {
    top: -100%
}

.da-inline-fiddle-nav-fiddle.da-inline-fiddle-nav-active:hover .fa-refresh {
    top: 0
}

.da-inline-fiddle-nav-code,.da-inline-fiddle-nav-fiddle {
    color: #1e97cc;
    background: #f9f9f9;
    font-family: 'Open Sans','Helvetica Neue',helvetica,arial,verdana,sans-serif;
    font-size: .86em;
    line-height: 20px;
    padding: 6px 22px;
    border: 1px solid #c1c1c1;
    border-bottom-width: 0;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative
}

.da-inline-fiddle-nav-code:before,.da-inline-fiddle-nav-fiddle:before {
    font-size: 1.33em;
    vertical-align: bottom;
    margin-right: 5px
}

.da-inline-fiddle-nav-active {
    color: #fff;
    background: #1e97cc;
    border: 1px solid #1e97cc;
    border-bottom-width: 2px;
    cursor: default
}

.da-inline-fiddle-nav-fiddle.da-inline-fiddle-nav-active {
    cursor: pointer!important
}

.da-inline-code-wrap iframe {
    border: 1px solid #d0d0d0;
    height: 408px;
    width: 100%;
    top: 0;
    position: relative;
    display: none
}

.disabled .da-inline-fiddle-nav {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: .3
}

.disabled .da-inline-fiddle-nav-code,.disabled .da-inline-fiddle-nav-fiddle {
    cursor: default
}

.da-inline-fiddle-nav-code-notactive {
    color: #fff;
    background: #1e97ccb5;
    font-family: 'Open Sans','Helvetica Neue',helvetica,arial,verdana,sans-serif;
    font-size: .86em;
    line-height: 20px;
    padding: 6px 22px;
    border: 1px solid #c1c1c1;
    border-bottom-width: 0;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative
}

.da-inline-fiddle-nav-code:hover {
    background: #1679a5
}

.fiddle-code-beautify {
    position: relative;
    color: #025b80;
    display: inline-block;
    height: 34px!important;
    width: 34px!important;
    line-height: 34px!important;
    font-size: 18px;
    margin: 0 0 -5px 12px;
    border-radius: 3px;
    cursor: pointer
}

.fiddle-code-beautify:after {
    content: attr(data-beautify)
}

.fiddle-code-beautify:hover:after {
    display: block
}

.show-fiddle .ace-ct {
    display: none
}

.show-fiddle iframe {
    display: block
}

.ace-ct-disabled {
    display: none
}

.fiddle-mask {
    position: absolute;
    background: #ccc;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.fiddle-mask:after {
    content: 'Loading Fiddle';
    position: absolute;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: 30px;
    color: #757575;
    font-size: .8em;
    line-height: 12px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase
}

.search {
    float: right;
    margin-top: 11px;
    margin-right: 11px
}

.context-menu-ct .search {
    position: absolute;
    right: 11px;
    top: -87px;
    margin: 0;
    float: none
}

#searchresults {
    position: absolute;
    top: 40px;
    background-color: #fff
}

#searchresultslist {
    margin: 0;
    padding: 0;
    border: 1px solid #000
}

#searchresultslist li {
    list-style-type: none;
    width: 130px;
    border-bottom: 1px solid #000;
    padding: 5px;
    font-size: .66em;
    cursor: hand
}

#searchresultslist li:hover {
    background-color: #ffc
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    background-color: #7c9fad;
    border-radius: 100%;
    -webkit-animation: 1s ease-in-out infinite sk-scaleout;
    animation: 1s ease-in-out infinite sk-scaleout
}

.viewSource {
    text-align: right;
    line-height: 12px
}

.viewSource a {
    color: #999;
    font-size: 11px
}

.multi-src-btn {
    position: relative;
    cursor: pointer
}

#multi-src-picker {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 4;
    box-shadow: -2px 6px 22px #6d6d6d;
    background-color: #fff;
    padding: 4px 12px
}

#multi-src-picker a {
    font-size: 14px;
    line-height: 24px;
    display: block
}

#multi-src-picker a:hover {
    text-decoration: underline!important
}

.show-multi {
    display: inline-block!important
}

td.device-header {
    border-top: 2px solid #025b80;
    border-bottom: 2px solid #025b80;
    font-weight: 900;
    color: #025b80
}

td.prod-header {
    background-color: #025b80;
    color: #fff;
    font-weight: 900
}

tr.zebra {
    background-color: #efefef
}

.asterix:after {
    content: "*";
    color: red
}

.toolkit-switch {
    color: #fff;
    text-align: right;
    position: absolute;
    top: 40px;
    font-size: 11px;
    left: 249px
}

.toolkit-switch:hover {
    color: #fff
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

img.social {
    height: 20px
}

.image-wrapper>img {
    -webkit-box-shadow: 10px 10px 40px 0 rgba(0,0,0,.39);
    -moz-box-shadow: 10px 10px 40px 0 rgba(0,0,0,.39);
    box-shadow: 10px 10px 40px 0 rgba(0,0,0,.39);
    display: block;
    margin-top: 10px;
    margin-bottom: 20px
}

#search-results-ct {
    position: fixed;
    display: none;
    z-index: 3;
    border-right: 2px solid #1e97cc
}

#search-results-ct>div {
    width: 270px;
    min-height: 447px;
    border: 2px solid #1e97cc;
    border-right-width: 0;
    background: #fff;
    float: left;
    position: relative
}

#search-results-ct .search-item {
    display: block;
    border-bottom: 1px solid #98bdce;
    padding: 3px 10px 3px 76px;
    position: relative
}

#search-results-ct .search-item.classic,#search-results-ct .search-item.modern {
    background: right 2px top 2px/14px no-repeat
}

#search-results-ct .search-item.classic {
    background-image: url(.././images/classic.png)
}

#search-results-ct .search-item.modern {
    background-image: url(.././images/modern.png)
}

.guide-search-item {
    display: block;
    padding: 3px 10px;
    background-color: #fff;
    border-bottom: 1px solid #98bdce;
    height: 32px;
    color: #3e3e3e;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    line-height: 32px
}

.guide-search-item.body-result-item {
    font-weight: 400!important;
    line-height: 16px
}

.guide-search-item.badge {
    background-repeat: no-repeat;
    background-position: 1px 5px;
    background-size: 28px;
    padding-left: 31px
}

.guide-search-item .search-match {
    font-size: 12px;
    font-weight: 400!important
}

.guide-search-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.guide-search-item .guide-search-title strong {
    color: #b55e26
}

#api-search-results,#guide-search-results {
    display: none
}

.has-api #api-search-results,.has-guides #guide-search-results {
    display: block
}

.guide-search-item:hover,.search-item:hover {
    text-decoration: none;
    background-color: #f5f5f5;
    color: #3e3e3e
}

.guide-search-item:focus,.search-item:focus {
    background-color: #e4ebef!important;
    outline: 0
}

#search-results-ct .search-item:hover .mini-flag {
    text-decoration: underline
}

#search-results-ct .search-match,#search-results-ct .search-source {
    color: #3e3e3e;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

#search-results-ct .search-match {
    font-weight: 700;
    line-height: 18px
}

#search-results-ct .search-match strong {
    color: #b55e26
}

#search-results-ct .search-source strong {
    background-color: #f5eae4;
    font-weight: 400;
    display: inline-block;
    color: #000
}

#search-results-ct .search-source {
    font-size: .66em;
    line-height: 14px
}

#search-results-ct .search-item-meta-ct.private,#search-results-ct .search-item-meta-ct.protected,#search-results-ct .search-item-meta-ct.public {
    position: absolute;
    width: 66px;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    margin: 0;
    padding: 1px 0;
    color: #9c9c9c;
    font-size: .66em;
    line-height: 11px;
    font-weight: 700;
    border-right: 1px solid #e8e8e8
}

#search-results-ct .search-item-meta-ct .deprecated,#search-results-ct .search-item-meta-ct .readonly,#search-results-ct .search-item-meta-ct .removed,#search-results-ct .search-item-meta-ct .static {
    padding: 1px 0 2px;
    line-height: 11px;
    font-weight: 700;
    font-size: .66em;
    margin: 1px 0 0
}

.search-item-meta-ct.private {
    color: #ffe0cf!important
}

.search-item-meta-ct.protected {
    color: #ece8ff!important
}

.show-search-results {
    display: block!important
}

.search-results-not-found {
    text-align: center;
    color: #949494;
    padding: 7px;
    font-weight: 700
}

.search-results-header {
    text-align: center;
    padding: 4px;
    border-bottom: 1px solid #98bdce;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #e4e4e4;
    color: #7e7e7e;
    letter-spacing: 2px;
    font-size: 12px
}

.search-results-nav {
    background-color: #1e97cc;
    color: #fff;
    text-align: center;
    padding: 6px;
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 0;
    right: -2px;
    border-right: 2px solid #177097;
    z-index: 1
}

.search-nav-back,.search-nav-first,.search-nav-forward,.search-nav-last {
    color: #fff;
    position: absolute;
    top: 4px;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 2px;
    cursor: pointer
}

.search-nav-back:hover,.search-nav-first:hover,.search-nav-forward:hover,.search-nav-last:hover {
    color: #61b6db
}

.search-nav-back.disabled,.search-nav-first.disabled,.search-nav-forward.disabled,.search-nav-last.disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: .3;
    cursor: default!important
}

.search-nav-back.disabled:hover,.search-nav-first.disabled:hover,.search-nav-forward.disabled:hover,.search-nav-last.disabled:hover {
    color: #717171
}

.search-nav-first,.search-nav-last {
    font-size: 2em;
    top: 1px
}

.search-nav-first {
    left: 4px
}

.search-nav-last {
    right: 4px
}

.search-nav-back {
    left: 25px
}

.search-nav-forward {
    right: 25px
}

.accessor-method {
    position: relative;
    padding: 22px 60px 15px 30px!important;
    background-color: #f7f7f7;
    margin-top: 10px;
    margin-left: 30px;
    border: 1px solid #e9e9e9;
    height: 40px!important
}

.classmembers.member-expanded.accessor-method,.classmembers.member-filter-expanded.accessor-method,.classmembers.member-temp-expanded.accessor-method {
    height: auto!important;
    padding-bottom: 15px
}

.isGetter:before,.isSetter:before {
    position: absolute;
    color: #f7f7f7;
    background-color: #a5a5a5;
    top: 0;
    left: 28px;
    padding: 1px 9px 2px;
    line-height: 12px;
    font-size: .8em;
    border-radius: 0 0 3px 3px;
    border: 2px solid #a5a5a5;
    font-weight: 700;
    letter-spacing: 1px
}

.isGetter:before {
    content: 'getter method'
}

.isSetter:before {
    content: 'setter method'
}

#show-membertypes {
    display: none
}

.generic-content {
    clear: both;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff
}

.generic-content-inner {
    min-height: 100%;
    margin: 0 0 40px 40px
}

.ios .generic-content {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.member-types-menu {
    display: inline-block
}

.member-types-menu a {
    color: #000
}

.member-types-menu a:hover {
    text-decoration: none
}

.member-types-menu i {
    color: #025b80
}

.menu-icon {
    display: none
}

#mobile-context-menu-btn,#mobile-main-nav-menu-btn {
    display: none;
    position: absolute;
    color: #fff;
    line-height: 32px;
    font-size: 24px;
    top: 0;
    cursor: pointer
}

#mobile-main-nav-menu-btn {
    left: 6px
}

.is-landing #mobile-main-nav-menu-btn {
    display: none
}

.landing-product-menu-btn {
    display: none!important
}

#mobile-context-menu-btn {
    right: 6px
}

#hide-context-menu {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    padding-left: 11px;
    padding-right: 11px
}

.other-resources {
    display: none
}

.member-tags {
    display: inline-block;
    vertical-align: bottom
}

.guide-tags {
    float: left;
    margin-right: 10px
}

.class .member-tags {
    margin: 0
}

.guide-tags>span,.member-tags>span {
    display: inline-block;
    font-size: 9px;
    line-height: 14px;
    font-weight: 400;
    padding: 0 4px;
    margin-left: 5px;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    vertical-align: middle
}

.abstract,.bindable,.chainable,.deprecated,.immutable,.premium,.preventable,.private,.protected,.readonly,.removed,.required,.static,.template {
    color: #fff;
    padding: 4px 8px;
    margin-left: 0
}

.classText img {
    height: auto;
    width: auto;
    max-width: 700px;
    max-height: 700px
}

.toc {
    line-height: 34px;
    color: #666;
    font-size: .85em;
    float: right;
    background-color: #f5f5f5;
    padding: 15px;
    margin: 36px 14px 30px 30px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}

.toc a {
    display: block;
    line-height: 20px;
    color: #555;
    font-weight: 400;
    text-decoration: none
}

.toc h2 {
    font-size: 18px;
    font-weight: 900;
    margin: 0
}

.toc a:hover {
    text-decoration: underline
}

.toc-page-h2 {
    padding-left: 10px;
    font-weight: 900!important
}

.toc-page-h3 {
    padding-left: 20px;
    background: url(../images/elbow-end.png) no-repeat
}

.toc-page-h4 {
    padding-left: 30px;
    background: url(../images/elbow-end.png) 10px no-repeat
}

.toc-page-h5 {
    padding-left: 40px;
    background: url(../images/elbow-end.png) 10px no-repeat
}

.toc-page-h6 {
    padding-left: 50px;
    background: url(../images/elbow-end.png) 10px no-repeat
}

.hierarchy {
    padding-left: 8px;
    background: url(../images/elbow-end.png) -9px -1px no-repeat
}

#toc-context-ct .toc {
    display: none
}

.peekaboo-input {
    visibility: hidden;
    display: inline-block
}

#memberTypeMenu {
    background-color: #fff;
    position: fixed;
    border: 2px solid #1e97cc;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2
}

.ios #memberTypeMenu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

#memberTypeMenu.show-menu {
    display: block
}

.member-menu-col {
    position: absolute;
    top: 0;
    padding: 12px 0 12px 12px;
    width: 285px
}

.member-menu-col a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px
}

.member-menu-col a:hover {
    background-color: #f9f9f9
}

.member-menu-col a.accessor {
    padding-left: 5px
}

.member-menu-col a.accessor:before {
    content: '└';
    color: #c5dae2
}

.member-menu-flag {
    display: inline-block;
    font-size: 8px;
    line-height: 11px;
    padding: 0 4px;
    margin-left: 5px;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    vertical-align: middle
}

.collapse-toggle {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    background-color: #f5f5f5;
    cursor: pointer;
    border-right: 1px solid #e4e4e4
}

.collapse-toggle:hover {
    background-color: #e9e9e9
}

.collapse-toggle .fa-caret-down {
    display: none
}

.collapse-toggle .fa-caret-down,.collapse-toggle .fa-caret-right {
    position: absolute;
    top: 8px;
    left: 2px;
    font-size: 18px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center
}

.member-expanded .collapse-toggle .fa-caret-right,.member-expanded>.collapse-toggle .fa-caret-down {
    display: inline-block
}

.member-expanded>.collapse-toggle .fa-caret-right {
    display: none;
    transform: matrix(0,1,-1,0,0,0)
}

.classmembers .classmembers .collapse-toggle {
    background-color: #e9e9e9
}

.classmembers .classmembers .collapse-toggle:hover {
    background-color: #d1d1d1
}

.toggle-all-tree-nodes-btn {
    position: absolute;
    top: 7px;
    right: 4px;
    background-color: #fff
}

.classmembers .deprecated-dec,.classmembers .preventable-dec,.classmembers .removed-dec,.classmembers .template-dec,.classmembers pre {
    display: none
}

.member-highlight {
    background-color: #ffe489;
    transition: background-color 1.4s
}

.member-highlight-fade {
    background-color: #fff!important
}

.classmembers:after {
    content: '';
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 21px;
    right: 0;
    height: 4px
}

.classmembers.accessor-method:after {
    background-color: #f7f7f7
}

.classmembers.member-expanded:after {
    height: 0
}

.classmembers.member-expanded,.classmembers.member-filter-expanded,.classmembers.member-temp-expanded {
    height: auto;
    padding-bottom: 15px
}

.classmembers.member-expanded p {
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
    width: auto;
    margin: 0 12px
}

.classmembers.member-expanded .deprecated-dec,.classmembers.member-expanded .preventable-dec,.classmembers.member-expanded .removed-dec,.classmembers.member-expanded .template-dec,.classmembers.member-expanded pre,.classmembers.member-filter-expanded .deprecated-dec,.classmembers.member-filter-expanded .preventable-dec,.classmembers.member-filter-expanded .removed-dec,.classmembers.member-filter-expanded .template-dec,.classmembers.member-filter-expanded pre,.classmembers.member-temp-expanded .deprecated-dec,.classmembers.member-temp-expanded .preventable-dec,.classmembers.member-temp-expanded .removed-dec,.classmembers.member-temp-expanded .template-dec,.classmembers.member-temp-expanded pre {
    display: block;
    margin: 5px 0 8px 12px;
    background: #f5f5f5
}

.param-row pre {
    margin-left: 0!important
}

.deprecated-strike .member-name {
    text-decoration: line-through
}

.deprecated-dec p,.preventable-dec p,.removed-dec p,.template-dec p {
    margin: 0
}

.template-dec {
    margin-top: 10px!important
}

.member-expanded>.collapse-toggle,.member-filter-expanded>.collapse-toggle,.member-temp-expanded>.collapse-toggle {
    background-color: #f5f5f5
}

.member-expanded>.collapse-toggle:hover,.member-filter-expanded>.collapse-toggle:hover,.member-temp-expanded>.collapse-toggle:hover {
    background-color: #e9e9e9
}

.member-expanded.isGetter:before,.member-filter-expanded.isGetter:before,.member-filter-expanded.isSetter:before,.member-temp-expanded.isGetter:before,.member-temp-expanded.isSetter:before {
    color: #f7f7f7;
    border-color: #a5a5a5
}

.temp-show {
    display: block!important
}

.generic-content h1 {
    margin-left: 25px;
    color: #025b80;
    font-weight: 300
}

#toggleAll,#toggleExamples {
    font-size: 22px!important;
    text-decoration: none;
    float: right;
    margin-left: 14px;
    cursor: pointer;
    border-radius: 50%;
    min-width: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    color: #025b80;
    margin-top: 0;
    line-height: 34px
}

.is-guide #toggleExamples {
    position: absolute;
    right: 12px;
    top: 28px;
    background: #fff
}

#toggleAll:before,#toggleExamples:before,.toggle-tree:before {
    color: #fff;
    font-size: 13px;
    line-height: 13px
}

#toggleAll:hover,#toggleExamples:hover {
    text-decoration: none;
    overflow: visible;
    z-index: 1
}

.tree-hidden #hide-class-tree .fa-close {
    display: none
}

.tree-hidden #hide-class-tree .fa-bars {
    display: inline-block
}

#hide-class-tree .fa-bars {
    display: none
}

.tooltip:after {
    position: absolute;
    color: #fff;
    background: #505050;
    white-space: nowrap;
    text-align: center;
    border-radius: 2px;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Open Sans',Helvetica-Neue,Arial,sans-serif;
    z-index: 5;
    display: none;
    pointer-events: none;
    line-height: normal;
    border: 1px solid #bbb
}

.tooltip-tl-bl:after,.tooltip-tr-br:after {
    bottom: -32px
}

.tooltip-tl-bl:after {
    left: 0
}

.tooltip-tr-br:after {
    right: 0
}

#toggleAll:after,.toggle-all-tree-nodes-btn:after {
    content: attr(data-toggle)
}

#toggleExamples:after {
    content: attr(data-collapse)
}

.toggle-tree {
    position: absolute;
    top: 10px;
    right: 7px
}

.toggle-tree:after {
    content: attr(data-toggle)
}

.is-expanded .toggle-tree:before {
    content: "\f068"
}

.is-expanded .toggle-tree:after {
    content: attr(data-collapse)
}

.collapse-code-all #toggleExamples:after {
    content: attr(data-expand)
}

.callout:after,.callout:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 6px;
    display: none;
    pointer-events: none;
    z-index: 6
}

.callout:after {
    border-color: transparent transparent #505050
}

.callout:before {
    border-color: transparent transparent #eaeaea
}

.callout-b:after,.callout-b:before {
    left: 50%;
    margin-left: -8.5px
}

.callout-bl:after,.callout-bl:before {
    left: 9px
}

.callout-b:after,.callout-bl:after {
    bottom: -5px
}

.callout-b:before,.callout-bl:before {
    bottom: -4px
}

.tooltip:hover:after,.tooltip:hover>.callout:after,.tooltip:hover>.callout:before {
    display: block
}

.title-decoration {
    color: #878787;
    font-size: 26px;
    float: left;
    padding-top: 2px;
    margin-right: 10px
}

.treeNode {
    display: block;
    font-size: .875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0,0,0,.8)
}

.leaf {
    padding: 2px;
    text-decoration: none;
    transition: color .15s ease-in
}

.leaf:hover {
    text-decoration: underline
}

#tree-scroller {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0
}

#tree-header,.sub-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #025b80;
    color: #fff;
    padding: 0 25px;
    letter-spacing: 1px;
    font-weight: 400;
    z-index: 2
}

#tree-sub-header {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    padding: 12px 18px
}

.sub-header {
    margin-top: 10px
}

#hide-class-tree {
    position: absolute;
    top: 0;
    right: -6px;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 10px;
    color: #fff
}

.tree-hidden #hide-class-tree {
    right: -12px
}

.icon-btn {
    height: 38px;
    width: 38px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer
}

.tree-expando-collapsed,.tree-expando-expanded {
    width: 1rem;
    display: inline-block;
    margin-right: 6px;
    font-family: sans-serif;
    text-align: center;
    font-size: 1.25rem
}

.child-nodes-ct {
    padding-left: 21px;
    overflow: hidden
}

.tree-parent-node {
    position: relative;
    text-decoration: none!important
}

.tree-leaf {
    padding-left: 28px!important
}

.tree-expando-collapsed {
    display: none
}

.tree-node-collapsed+.child-nodes-ct {
    height: 0
}

.tree-node-collapsed>.tree-expando-collapsed {
    display: inline-block
}

.tree-node-collapsed>.tree-expando-expanded {
    display: none!important
}

.tree-node {
    display: block;
    font-size: .875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
    cursor: pointer;
    line-height: 2rem;
    transition: none;
    padding-left: 6px
}

.tree-node:hover {
    background-color: #e8f4fd;
    color: #444
}

.tree-node a,.tree-node a:hover {
    color: #444
}

.selected-tree-node {
    background-color: #cde7f3!important
}

.tree-node .new {
    margin-left: 4px;
    color: #ffb700
}

.tree-node-indexed {
    margin-bottom: 6px
}

.tree-node-indexed .tree-node-icon {
    color: #636363!important;
    font-style: normal;
    width: 17px;
    height: 17px;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #dcdcdc;
    vertical-align: text-top;
    margin-right: 12px
}

.tree-node-indexed.selected-tree-node .tree-node-icon {
    background-color: #025b80;
    border-color: #025b80;
    color: #fff!important
}

.tree-node-indexed .tree-node-icon:before {
    content: attr(data-idx)
}

.private-child-nodes-parent,.private-tree-node {
    color: #949494;
    display: none
}

.private-child-nodes-parent:hover,.private-tree-node:hover {
    color: #949494
}

.show-private .private-child-nodes-parent,.show-private .private-tree-node {
    display: block!important
}

.show-private .private-child-nodes-parent.tree-node-filtered,.show-private .private-tree-node.tree-node-filtered,.tree-node-filtered {
    display: none!important
}

.tree-node strong {
    color: #d68338
}

.tree-node-icon {
    display: inline-block;
    font-size: 1rem;
    width: 1.25rem
}

.tree-leaf .tree-node-icon {
    color: #088cc7
}

#tree {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    overflow-y: auto;
    padding: 0
}

.is-api #tree {
    bottom: 36px
}

.nav-tab {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 8px 8px 9px;
    margin: 25px 5px 0 0
}

.nav-tab:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(255,255,255,.1);
    border: none
}

.sub-tab {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #025b80
}

.sub-tab:hover {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5
}

.sub-tab.active-tab {
    color: #fff;
    background-color: #025b80
}

.component-type {
    color: #878787!important
}

.singleton-type {
    color: #ce4482!important
}

.class-type {
    color: #088cc7!important
}

#context-menu-filters-header,#context-menu-related-header {
    display: none
}

#back-to-top,#historyConfigPanel,#product-tree-ct,#product-version-tree-ct,#search-history-panel,#search-results-ct,input {
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}

@media (max-device-width: 1431px),(max-width:1431px) {
    .member-types-menu .toolbarButton {
        margin-top:11px;
        padding: 4px 5px
    }

    .toolbarButton i {
        display: none
    }

    #toolbar {
        padding: 0 10px 0 34px
    }
}

@media (min-device-width: 950px) and (max-device-width:1250px),(min-width:950px) and (max-width:1250px) {
    .tree-shown .homeBubble {
        margin-bottom:3px;
        width: 90%;
        height: auto
    }

    .tree-shown .home-bubble-content {
        position: relative;
        top: 0;
        padding: 12px 0
    }

    .tree-shown .home-bubble-badge-ct {
        display: none
    }
}

@media (max-device-width: 950px),(max-width:950px) {
    .classmembers .abstract.mini-flag,.classmembers .bindable.mini-flag,.classmembers .chainable.mini-flag,.classmembers .deprecated.mini-flag,.classmembers .immutable.mini-flag,.classmembers .preventable.mini-flag,.classmembers .private.mini-flag,.classmembers .protected.mini-flag,.classmembers .readonly.mini-flag,.classmembers .removed.mini-flag,.classmembers .required.mini-flag,.classmembers .static.mini-flag,.classmembers .template.mini-flag {
        display:inline-block
    }

    .classmembers .abstract.full-flag,.classmembers .bindable.full-flag,.classmembers .chainable.full-flag,.classmembers .deprecated.full-flag,.classmembers .immutable.full-flag,.classmembers .preventable.full-flag,.classmembers .private.full-flag,.classmembers .protected.full-flag,.classmembers .readonly.full-flag,.classmembers .removed.full-flag,.classmembers .required.full-flag,.classmembers .static.full-flag,.classmembers .template.full-flag {
        display: none
    }

    #header {
        height: 32px;
        z-index: 3
    }

    #header h2 {
        font-size: 1.5em;
        background: #025b80;
        float: none;
        padding: 5px 5px 5px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    #header .home-link,#header .logo,.toolkit-switch {
        display: none
    }

    .product-header .logo {
        padding: 2px 12px 0 8px
    }

    .product-header .logo img {
        height: 16px;
        width: 12px
    }

    .home-link {
        padding: 0 0 0 5px;
        font-size: 14px
    }

    body>.product-header {
        display: none
    }

    #header .page-title {
        display: block;
        color: #fff;
        vertical-align: middle;
        font-size: 14px;
        line-height: 32px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0 38px;
        -webkit-font-smoothing: subpixel-antialiased
    }

    .icon-btn {
        height: 26px;
        width: 26px;
        line-height: 26px
    }

    #classic-search-filter,#modern-search-filter {
        width: 26px;
        height: 26px;
        line-height: 26px
    }

    #classic-search-filter.tooltip-tr-br:after,#modern-search-filter.tooltip-tr-br:after {
        right: initial;
        left: 0
    }

    #class-tree-ct .product-header,.context-header {
        display: block;
        line-height: 32px;
        height: 32px
    }

    .history-config {
        top: 6px
    }

    #hide-class-tree:before {
        color: #fff!important
    }

    .toolbarHeaderButton {
        margin-top: 6px
    }

    .context-menu-tabs {
        display: block
    }

    .context-menu-ct {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        background-color: #fff;
        z-index: 1;
        box-shadow: -2px 0 22px #6d6d6d;
        border-left: 1px solid #dadada;
        box-shadow: -3px 3px 6px rgba(0,0,0,.16),-3px 3px 6px rgba(0,0,0,.23)
    }

    .context-menu-ct .search {
        top: 1px;
        right: 5px
    }

    #rightMembers.show-context-menu .context-menu-ct {
        width: 298px;
        display: block
    }

    .is-home #rightMembers.show-context-menu {
        top: 0
    }

    .show-context-menu .generic-content {
        padding-bottom: 41px
    }

    #toolbar {
        border-width: 0;
        height: auto;
        background-color: #fff;
        padding: 0
    }

    #filters-ct,#related-classes-context-ct {
        position: absolute;
        top: 38px;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
        overflow: hidden;
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .ios #related-classes-context-ct {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    #toc-context-ct {
        position: absolute;
        top: 32px;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #ededed;
        overflow: auto;
        padding: 10px
    }

    .ios #toc-context-ct {
        overflow: scroll;
        -webkit-overflow-scrolling: touch
    }

    #toc-context-ct .toc {
        display: block;
        margin: 0 0 30px;
        padding: 0;
        float: none;
        max-width: none;
        border: none
    }

    .product-menu-btn {
        vertical-align: sub
    }

    .product-menu-btn.tooltip-tl-bl:after {
        bottom: -34px;
        right: 0;
        left: auto;
        z-index: 3
    }

    .product-menu-btn .callout:after,.product-menu-btn .callout:before {
        z-index: 4
    }

    .is-landing .landing-product-menu-btn {
        display: inline-block!important;
        font-size: 22px;
        top: 5px;
        left: 5px;
        position: absolute
    }

    .is-landing .landing-product-menu-btn:after {
        right: auto!important;
        left: 0!important
    }

    .classText {
        padding: 0 25px 20px 15px;
        overflow: hidden;
        float: none
    }

    .classText img {
        max-width: 350px;
        max-height: 350px
    }

    .da-inline-code-wrap,.da-inline-code-wrap-fiddle {
        height: 404px;
        width: auto;
        margin-top: 17px;
        margin-left: 0
    }

    .da-inline-fiddle-nav {
        width: auto;
        padding-left: 0
    }

    pre {
        padding: 15px;
        margin-left: 0;
        max-height: inherit
    }

    .members .type {
        padding: 0 0 0 15px
    }

    .classmembers.member,.classmembers.member-private,.classmembers.member-protected {
        padding: 0 15px 16px 30px
    }

    .members p {
        margin: 4px 0
    }

    .accessor-method {
        padding: 22px 0 0 25px!important;
        margin-left: 0
    }

    .source-class {
        position: absolute;
        right: 15px;
        top: 6px
    }

    .source-class>a {
        display: none
    }

    .classmembers.member-private>h2.member-header,.classmembers.member-protected>h2.member-header,.classmembers.member>h2.member-header {
        padding-top: 0;
        margin-top: 9px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80%
    }

    .alias,.memberType {
        font-size: .8em
    }

    #show-membertypes {
        display: inline-block
    }

    #toggle-class-tree {
        display: none
    }

    #hide-context-menu {
        padding-top: 6px
    }

    .memberFilter {
        margin-top: 1px;
        display: inline-block;
        top: 0;
        right: 0;
        padding: 6px 0 0;
        float: none;
        width: 100%
    }

    .memberFilter input {
        height: 20px;
        width: 168px;
        margin-top: 10px
    }

    .member-types-menu {
        width: 100%;
        margin-top: 6px
    }

    .member-types-menu.menu-visible {
        left: 0;
        width: 100%;
        top: 43px;
        background: #fff;
        z-index: 1000
    }

    .member-types-menu .toolbarButton {
        display: block;
        margin: 0 0 16px;
        border: none;
        font-size: 13px;
        border-radius: 2px;
        padding: 8px 15px;
        background: #e6e6e6;
        text-transform: uppercase;
        text-align: center
    }

    .member-types-menu .nav-btn-count {
        position: relative;
        float: initial;
        top: 0;
        right: 0;
        display: inline-block;
        width: auto;
        text-align: center;
        background: 0 0;
        margin-right: 10px;
        color: #025b80;
        border-width: 0;
        font-size: 13px;
        font-weight: 400
    }

    .member-types-menu .nav-btn-count:before {
        content: '('
    }

    .member-types-menu .nav-btn-count:after {
        content: ')'
    }

    .context-menu-content {
        overflow: auto;
        position: absolute;
        top: 31px;
        left: 0;
        right: 0;
        bottom: 0
    }

    #context-menu-filters-header,#context-menu-related-header {
        display: block
    }

    .members p {
        width: 80%
    }

    .classMeta {
        display: none;
        box-shadow: none;
        padding: 0!important
    }

    .toc a {
        line-height: 2em
    }

    #related-classes-context-ct .classMeta {
        background-color: #fff;
        float: none;
        margin: 0;
        padding: 5px 20px 20px;
        max-width: none;
        overflow-y: auto;
        border-width: 0;
        display: block
    }

    .ios #toc-context-ct {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    #related-classes-context-ct .classMeta .list,#related-classes-context-ct .classMeta h3 {
        margin: 5px 0
    }

    .resourceLinks {
        display: none
    }

    #class-tree-ct {
        background: #fff;
        height: 100%;
        z-index: 5;
        position: fixed;
        top: 0;
        box-shadow: 2px 0 22px #6d6d6d;
        left: 0;
        border-right: 1px solid #dadada
    }

    #product-tree-ct {
        width: 320px
    }

    .product-name-ct {
        right: 212px
    }

    .product-version-ct {
        left: 108px
    }

    #header h1 .alias {
        display: block;
        font-size: .45em
    }

    #back-to-top {
        padding: .4em
    }

    #member-display {
        margin-top: 0;
        position: static;
        display: block;
        background-color: transparent
    }

    .member-access-display {
        display: inline-block;
        margin: 8px 0;
        width: 100px
    }

    .member-types-menu a {
        color: #025b80
    }

    #mobile-context-menu-btn,#mobile-main-nav-menu-btn {
        display: inline-block
    }

    .is-landing #mobile-context-menu-btn {
        display: none
    }

    .menu-icon {
        font-family: sans-serif;
        color: #fff;
        text-decoration: none;
        display: inline;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHMAAABkCAMAAACCTv/3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////5ubmueBsSwAAAAJ0Uk5T/wDltzBKAAAAPklEQVR42uzYQQ0AAAgDseHfNC4IyVoD912WAACUm3uampqampqamq+aAAD+IVtTU1NTU1NT0z8EAFBsBRgAX+kR+Qam138AAAAASUVORK5CYII=)
    }

    .menu-icon:before {
        position: absolute;
        top: 50%;
        right: 45px;
        width: 20px;
        height: 20px;
        margin-top: -.4em;
        content: '';
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHMAAABkCAMAAACCTv/3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////5ubmueBsSwAAAAJ0Uk5T/wDltzBKAAAAPklEQVR42uzYQQ0AAAgDseHfNC4IyVoD912WAACUm3uampqampqamq+aAAD+IVtTU1NTU1NT0z8EAFBsBRgAX+kR+Qam138AAAAASUVORK5CYII=) no-repeat
    }

    .search-icon {
        font-family: sans-serif;
        color: #fff;
        text-decoration: none;
        display: inline;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAHCUlEQVR42u2dD2jVVRTH35u2tc0Np03XdI5qzj+PyGKObJqQViYWZVZEf7SaTXCRLq0sjbIII4NAxT8RiH/KyAjNLIllRTZDyqyg2dIczbB/ZGT+yXync3h3MMT3tvfuuX/fPfDlIfL2zu9+7t9zz72/SMSwAUABagiqBnUrah5qGWozqhm1C9USj8d3orai1uC/F6HuQY1DDUX1RUUjwaRAFKHGox7DQt6Cn4chMzuA338dP2ejrkTlhtLtOYQy1B2obahToMAQzt/4sRZ1A6pPKPVzg7gKC2odfv4Heu0k6kVULEAA6I26DkH8AOYtjvpQjFPRbAORg6pDED+BnfYpali2wBhEsyFww1agin0F0Qv1ILhnNMaM9aobE9PXFnDbVtKY5wOM4ajj4Ie1UeVyGcbtBqaxqu0fVJWLMJ70EEbXcWWcSzCWeAyj0yiKMNkFGIuyAEannbC6pYjo6mnIIsM11TGKRNs6mzoFWWgI5VerIshi0XdUYwH8hR+7UctRs1BTUbeIvZK5IpK7Twy+unz6yhYYUfHwKu1ffOAdIiw/Is3gJQUL6/H7X+LnGbVM4i/ZAOQhESlVYUdEjS9n8nUE6gWxllBhZ9KpMCpgDFDYJTWh8hX5XYpaqmICgr7/bmQ8oRA6/vjnCnhsoP1vTc8wTNEzLDABZCz3OIGaaWhCslQBlAE6HyKPeXPpT9TFhsfCO5m7sPU6nb+eeeDOj1hg6EetWH1zWaWuffADjANgoWUL3DrG9ctKHQ6PYQxjX2RpCGgGYzyuTKmzWKvfZJqv3295kHQT0/rqXpVOXshUa7a7sI3AlJ7UoWw/Hv/wbUwzKicSBkTYhaPrulRVjXlfdhxHLXRp5xOf+T0GIHNU1JYi2eAcrV0c3IouZwhK7lXh2ASGmvJsxEFjaCXUMwzkhFGIelTSKVoFO5kFSHvnDJVxIqdDlZA4HuD9zCrFnk+H5PPP455t/CLp0OyIwyai0DL2Bqcz0xia7CWOA5kuOaHZz+nMfNkAYsRxozAPw/ZCby5nlks680HEA2NI5CjncuQtyea6xgcglFkiCSTGBaRZ0pHFngDZIVkOY7iA7JJ0ZL4nXdZmyXIYz1UzPpN0pMkTIJsky2ECF5Cdko487gmQt21pIVskHVniyRgiWzFruWrGaslZ1jpPgOyXBFLNBWShpCMtHnRXlL8lm93fj8uZuyRbCN0tkuM4kFGSZXCM05k6hk2a0Y4DaZJ8/t2czlShvpd06GnHgbwr+fzLOJ2hy782Sjq0x2EYUYbx425up+oZtjFjjgJpZNh+uJzbqdEMqaNOTn/F6SvZ0HsON5AckD95RDmzfRxrHZNkMxiVVUT8268yNN3XHAPCcX5ysirnJjI4R4PjZY7AmMOU31uiysF8htkGNeHvHIBRKM462j1u4m88x3E0BLXW84G802pUA6lmcpSSmBssbR0bmLqqg6Dj0jOGpOuu48lNlsF4HvjO3U/S5fRI4DOCcrMlMBYzwqDEwvN1Ov8RIxQKXDYaBEHnJlcA740U1+p+iMHAb6tQBZqfg06FfaHgWUpN1KyXFTwIJaNN0dQqZomwhgo7wrYhlc66hGOunizbEXWFAp8pBETn7A+BeuswAWUkqLsNCMR64BqQvJ4VEhflTBM1V6e1m4CyWiWULhHTj1FXUxgfujn8g/9/AYVoIHGxWSuovSurJ+uREt1Q2jQ/JFWA42J62S66oHZsUb+BnVcNHgTdJ8jE3YPBklub1lkk7XWIWzqDJTfKTcjVCaVC4VTSCxMJd1GdUIZD9lymnKm16h7kq0DjNa2OtpRvdUMpA/njxF4zQX2jG0oxanso+1QNJf61iWjqw6HsU7aUfSaCkTGqDaH8k0LZawJKroiy2j4L+wSY7pZMEwptBfQyAaY/8CRMcHfoP1L4X0SF+zEc0skECr1ALc/Ubt1A1DNg/r0je0Q0OHqWf6WUtmSohZq7PhcSOV8zIbE1HNfUGuggEb0GvKa7SmMISjNo3kFNta3a+cruEwq6pFdQN6bTLUDiZrlWA10oZfjYc7exmATQcTI657he1BoKt3e3v3FSFOA74oX301GDGfII2gy0lG1g2YXTybZiS1BDRJiG4mdDRaEVK/zdCgOzL2opW63oviytDATlkIGWQhcXnBcIJO++DhuAMjWUfnIog0D+6sN0bW4o+e7XUX9ognEaVGfTewKlv1jTqDSaVTaE0u45lCLuNdNZMOpDKWe2ZuJOQaKoxX2hdDOHksfcUmaEUpWH0pdpTAkwGKGUSSaiPwCOvGfFJSiVkHiBTbpjRkOAoQ5KdRpQCEZjKDX1UGI9gEIwHgmlpQ/KqBRQCMaCUEr6odBrP46eA8ZToXTMQanF2dfPAgYlpT8RSsU8lAJIvDG1IpPv/w9s2UWc5G0yQgAAAABJRU5ErkJggg==)
    }

    .search-icon:before {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 20px;
        height: 20px;
        margin-top: -.4em;
        content: '';
        background-size: 20px 20px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAHCUlEQVR42u2dD2jVVRTH35u2tc0Np03XdI5qzj+PyGKObJqQViYWZVZEf7SaTXCRLq0sjbIII4NAxT8RiH/KyAjNLIllRTZDyqyg2dIczbB/ZGT+yXync3h3MMT3tvfuuX/fPfDlIfL2zu9+7t9zz72/SMSwAUABagiqBnUrah5qGWozqhm1C9USj8d3orai1uC/F6HuQY1DDUX1RUUjwaRAFKHGox7DQt6Cn4chMzuA338dP2ejrkTlhtLtOYQy1B2obahToMAQzt/4sRZ1A6pPKPVzg7gKC2odfv4Heu0k6kVULEAA6I26DkH8AOYtjvpQjFPRbAORg6pDED+BnfYpali2wBhEsyFww1agin0F0Qv1ILhnNMaM9aobE9PXFnDbVtKY5wOM4ajj4Ie1UeVyGcbtBqaxqu0fVJWLMJ70EEbXcWWcSzCWeAyj0yiKMNkFGIuyAEannbC6pYjo6mnIIsM11TGKRNs6mzoFWWgI5VerIshi0XdUYwH8hR+7UctRs1BTUbeIvZK5IpK7Twy+unz6yhYYUfHwKu1ffOAdIiw/Is3gJQUL6/H7X+LnGbVM4i/ZAOQhESlVYUdEjS9n8nUE6gWxllBhZ9KpMCpgDFDYJTWh8hX5XYpaqmICgr7/bmQ8oRA6/vjnCnhsoP1vTc8wTNEzLDABZCz3OIGaaWhCslQBlAE6HyKPeXPpT9TFhsfCO5m7sPU6nb+eeeDOj1hg6EetWH1zWaWuffADjANgoWUL3DrG9ctKHQ6PYQxjX2RpCGgGYzyuTKmzWKvfZJqv3295kHQT0/rqXpVOXshUa7a7sI3AlJ7UoWw/Hv/wbUwzKicSBkTYhaPrulRVjXlfdhxHLXRp5xOf+T0GIHNU1JYi2eAcrV0c3IouZwhK7lXh2ASGmvJsxEFjaCXUMwzkhFGIelTSKVoFO5kFSHvnDJVxIqdDlZA4HuD9zCrFnk+H5PPP455t/CLp0OyIwyai0DL2Bqcz0xia7CWOA5kuOaHZz+nMfNkAYsRxozAPw/ZCby5nlks680HEA2NI5CjncuQtyea6xgcglFkiCSTGBaRZ0pHFngDZIVkOY7iA7JJ0ZL4nXdZmyXIYz1UzPpN0pMkTIJsky2ECF5Cdko487gmQt21pIVskHVniyRgiWzFruWrGaslZ1jpPgOyXBFLNBWShpCMtHnRXlL8lm93fj8uZuyRbCN0tkuM4kFGSZXCM05k6hk2a0Y4DaZJ8/t2czlShvpd06GnHgbwr+fzLOJ2hy782Sjq0x2EYUYbx425up+oZtjFjjgJpZNh+uJzbqdEMqaNOTn/F6SvZ0HsON5AckD95RDmzfRxrHZNkMxiVVUT8268yNN3XHAPCcX5ysirnJjI4R4PjZY7AmMOU31uiysF8htkGNeHvHIBRKM462j1u4m88x3E0BLXW84G802pUA6lmcpSSmBssbR0bmLqqg6Dj0jOGpOuu48lNlsF4HvjO3U/S5fRI4DOCcrMlMBYzwqDEwvN1Ov8RIxQKXDYaBEHnJlcA740U1+p+iMHAb6tQBZqfg06FfaHgWUpN1KyXFTwIJaNN0dQqZomwhgo7wrYhlc66hGOunizbEXWFAp8pBETn7A+BeuswAWUkqLsNCMR64BqQvJ4VEhflTBM1V6e1m4CyWiWULhHTj1FXUxgfujn8g/9/AYVoIHGxWSuovSurJ+uREt1Q2jQ/JFWA42J62S66oHZsUb+BnVcNHgTdJ8jE3YPBklub1lkk7XWIWzqDJTfKTcjVCaVC4VTSCxMJd1GdUIZD9lymnKm16h7kq0DjNa2OtpRvdUMpA/njxF4zQX2jG0oxanso+1QNJf61iWjqw6HsU7aUfSaCkTGqDaH8k0LZawJKroiy2j4L+wSY7pZMEwptBfQyAaY/8CRMcHfoP1L4X0SF+zEc0skECr1ALc/Ubt1A1DNg/r0je0Q0OHqWf6WUtmSohZq7PhcSOV8zIbE1HNfUGuggEb0GvKa7SmMISjNo3kFNta3a+cruEwq6pFdQN6bTLUDiZrlWA10oZfjYc7exmATQcTI657he1BoKt3e3v3FSFOA74oX301GDGfII2gy0lG1g2YXTybZiS1BDRJiG4mdDRaEVK/zdCgOzL2opW63oviytDATlkIGWQhcXnBcIJO++DhuAMjWUfnIog0D+6sN0bW4o+e7XUX9ognEaVGfTewKlv1jTqDSaVTaE0u45lCLuNdNZMOpDKWe2ZuJOQaKoxX2hdDOHksfcUmaEUpWH0pdpTAkwGKGUSSaiPwCOvGfFJSiVkHiBTbpjRkOAoQ5KdRpQCEZjKDX1UGI9gEIwHgmlpQ/KqBRQCMaCUEr6odBrP46eA8ZToXTMQanF2dfPAgYlpT8RSsU8lAJIvDG1IpPv/w9s2UWc5G0yQgAAAABJRU5ErkJggg==)
    }

    .peekaboo-input {
        visibility: hidden;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -.8em;
        height: 25px
    }

    .peekaboo-input input {
        position: relative;
        top: -2px;
        left: 0;
        height: 25px;
        border: none;
        width: 150px;
        padding: 2px 5px
    }

    #search-results-ct {
        min-height: inherit;
        width: 298px;
        height: 447px;
        overflow-x: hidden;
        overflow-y: auto
    }

    .search-results-header {
        display: none
    }

    .search-results-nav-header .active-tab {
        background-color: #fff;
        border-bottom: 1px solid #fff
    }

    .search-results-nav-header .active-tab.no-results {
        border-bottom: 1px solid #e6e6e6!important
    }

    #search-results-ct>div {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: initial
    }

    .search-results-nav-header {
        display: block;
        background-color: #f5f5f5;
        color: #a1a1a1
    }

    .search-results-nav-header>div {
        width: 48%;
        display: inline-block;
        text-align: center;
        padding: 1px 2px 3px;
        border-bottom: 1px solid #e6e6e6;
        cursor: pointer
    }

    #search-results-ct .isHidden {
        display: none
    }

    .other-resources {
        display: block;
        margin-bottom: 40px
    }

    #footer {
        padding: 10px;
        font-size: .8em;
        text-align: center
    }

    #rightMembers {
        left: 0;
        overflow: hidden
    }

    .class-body-wrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .guide-body-wrap {
        top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }

    .sticky #tree {
        margin-bottom: 0
    }

    .sticky .other-resources {
        margin-bottom: 60px
    }

    .toc {
        display: none
    }

    .image-wrapper {
        display: block;
        overflow-x: auto
    }

    .ios .image-wrapper {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    #multi-src-picker {
        right: 0!important;
        left: 0!important
    }

    .homeBubble {
        margin-bottom: 3px;
        width: 100%;
        height: auto
    }

    .home-bubble-content {
        position: relative;
        top: 0;
        padding: 12px 0
    }

    .home-bubble-badge-ct {
        display: none
    }

    .homeColumnOne,.homeColumnTwo {
        float: none;
        margin: 0;
        width: 100%
    }

    #show-membertypes,#toggle-class-tree {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .generic-content {
        bottom: 0
    }

    .generic-content-inner {
        padding: 0 15px;
        margin: 0 20px
    }

    .generic-content h1 {
        margin-left: 0
    }

    .tree-hidden #class-tree-ct {
        left: -500px
    }

    .tree-hidden #rightMembers {
        left: 0
    }

    #member-class-name {
        padding: 0 15px;
        float: none
    }

    #member-class-name h1 {
        font-size: 1.5em;
        margin: 5px 0
    }

    #member-class-name h1 span.alias {
        display: block;
        font-size: .55em
    }

    #memberTypeMenu,#memberTypeMenu.show-menu {
        display: none
    }

    #centerContent {
        padding-bottom: 0;
        bottom: 0;
        top: 32px;
        z-index: auto
    }

    .tree-hidden #centerContent {
        z-index: 3
    }

    #member-toolbars {
        top: 0;
        position: absolute;
        width: 298px;
        height: 100%;
        z-index: 1;
        left: 100%
    }

    #toggleAll,#toggleExamples {
        margin-top: 7px;
        margin-left: 6px;
        height: 38px;
        width: 38px;
        line-height: 38px
    }

    #tree-header,.sub-header {
        top: 31px;
        z-index: 1
    }

    #tree-header {
        overflow: visible;
        border-bottom-width: 0
    }

    #tree-header span {
        display: none
    }

    #tree-header #hide-class-tree {
        color: #fff;
        position: absolute;
        top: -6px
    }

    #tree-scroller {
        overflow-y: hidden;
        top: 73px
    }

    #searchtext {
        height: 20px;
        margin-right: -4px
    }

    .nav-tab {
        margin: 5px 5px 0 0
    }

    #hide-class-tree {
        top: -42px;
        color: #fff
    }

    .sub-nav-header {
        display: none!important
    }

    #filtersubmit {
        left: -19px
    }

    .toggle-all-tree-nodes-btn {
        right: 10px
    }
}

.modern-guide:before {
    content: url(../../images/modern.png);
    position: relative;
    top: 2px
}

.classic-guide:before {
    content: url(../../images/classic.png);
    position: relative;
    top: 2px
}

.singleton-icon {
    color: #ce4482
}

.class-icon {
    color: #088cc7
}

.component-icon {
    color: #878787
}

.external-link:after {
    content: "\f08e";
    font-family: FontAwesome,sans-serif;
    color: #0a8cc6;
    margin-left: 5px
}

.multiselect {
    width: 200px
}

.selectBox {
    position: relative
}

.selectBox select {
    width: 100%;
    font-weight: 700
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#checkboxes {
    display: none;
    border: 1px solid #dadada;
    position: relative;
    z-index: 1;
    background-color: #fff
}

#checkboxes label {
    display: block
}

#checkboxes label:hover {
    background-color: #1e90ff;
    color: #fff
}

#filtersubmit {
    position: relative;
    z-index: 1;
    left: -22px;
    top: 1px;
    color: #7b7b7b;
    width: 0
}

.guide-body-wrap table {
    border: 1px solid silver;
    border-collapse: collapse;
    padding: 5px
}

.guide-body-wrap th {
    border: 1px solid silver;
    padding: 5px;
    background: #025b80;
    color: #fff
}

.guide-body-wrap td {
    border: 1px solid silver;
    padding: 5px
}

@media print {
    body {
        color: #000;
        background: #fff;
        font-family: arial,sans-serif
    }

    a {
        text-decoration: underline
    }

    div {
        width: auto!important;
        position: relative!important
    }

    #back-to-top,#class-tree-ct,#footer,#header,#product-tree-ct,#toggleExamples,.context-menu-ct,.context-menu-ct .search,.da-inline-code-wrap,.da-inline-code-wrap-fiddle,.toc {
        display: none!important
    }

    #centerContent {
        top: 0
    }
}

.body-wrap-inner img {
    cursor: pointer
}

.modal {
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.9)
}

#modal-content {
    margin: auto;
    display: block
}

#modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px
}

#modal-caption,#modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

#modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 40px;
    font-weight: 700;
    transition: .3s
}

#modal-close:focus,#modal-close:hover {
    text-decoration: none;
    cursor: pointer
}

.classExamples {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch
}

@media only screen and (max-width: 700px) {
    #modal-content {
        width:100%
    }
}

.circ {
    background: #42af6f;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: left;
    font-style: normal;
    height: 22px;
    margin-right: 8px;
    text-align: center;
    width: 22px;
    line-height: 20px
}

.info_icon {
    display: block;
    float: left;
    margin-right: 8px;
    text-align: center
}

blockquote {
    border: 1px solid #025b80;
    border-radius: 10px;
    display: block;
    text-align: left;
    max-width: 700px;
    min-width: 150px;
    padding: 5px 8px
}
