html.dash #has_index, html.dash header#app_header, html.dash #overview_contents, html.xcode #has_index, html.xcode header#app_header, html.xcode #overview_contents {
  min-width: 0; }
html.dash #has_index #container, html.xcode #has_index #container {
  float: none; }
html.dash .hideInXcode, html.xcode .hideInXcode {
  display: none; }
html.dash #object #contents, html.xcode #object #contents {
  margin-top: 0; }
html.dash .has_index #overview_contents, html.xcode .has_index #overview_contents {
  min-width: 800px;
  width: 800px;
  margin: 32px auto; }
html.dash #overview_contents #sidebar, html.xcode #overview_contents #sidebar {
  display: block; }
html.dash #sidebar, html.xcode #sidebar {
  float: none; }
  html.dash #sidebar .index-column, html.xcode #sidebar .index-column {
    width: 728px;
    padding: 30px;
    padding-top: 2px;
    margin: 0;
    margin-top: 44px; }
    html.dash #sidebar .index-column ul:after, html.xcode #sidebar .index-column ul:after {
      content: "";
      display: table;
      clear: both; }
    html.dash #sidebar .index-column li, html.xcode #sidebar .index-column li {
      min-width: 180px;
      padding: 4px 10px;
      float: left; }

html.dash {
  /* Move the padding to the outer div to increase the clickable area: */
  /* Restore pointer events so that user is able to select text: */
  /* This reduces the clickable area of the text and increases the click-to-copy area. Text selection only works inside the text and everywhere else it's click-to-copy */ }
  html.dash #overview_contents {
    background-color: #F2F2F2; }
  html.dash .index-overview {
    margin-top: 0;
    padding-top: 20px; }
  html.dash body {
    background-color: white; }
  html.dash .method-declaration code {
    padding: 0px; }
  html.dash .method-subsection {
    padding: 10px 28px 10px 10px; }
  html.dash html.dash .method-declaration code {
    /* Remove the pointer-events: none */ }
  html.dash .method-declaration code {
    display: inline; }
  html.dash article {
    width: auto;
    margin: 0;
    min-width: auto; }
  html.dash .section {
    margin-left: 0px;
    margin-right: 0px;
    border-top: none; }
  html.dash #contents {
    width: auto;
    float: none;
    padding-top: 32px; }

article, header > div {
  width: 1080px;
  padding: 0;
  margin: 0 auto; }

body {
  font-family: "Helvetica Neue", "Arial", san-serif;
  font-size: 14px;
  line-height: 20px;
  background-color: #F2F2F2;
  padding: 0;
  margin: 0; }

pre {
  max-width: 100%;
  overflow: scroll; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

h1, h2, h3 {
  color: #ED0015;
  margin-bottom: 0.5em;
  word-wrap: break-word; }

h4, h5, h6 {
  text-transform: uppercase;
  color: #290002;
  margin-bottom: 0.5em; }

h1 {
  border-left: 4px #ED0015 solid;
  padding-left: 12px;
  font-size: 36px;
  line-height: 42px; }

h2 {
  font-size: 36px;
  line-height: 46px; }

h3 {
  color: #A90010;
  font-size: 24px;
  line-height: 30px; }

h4 {
  font-size: 24px;
  line-height: 32px; }

h5 {
  font-size: 18px;
  line-height: 24px; }

h6 {
  font-size: 14px;
  line-height: 19px; }

ul {
  list-style-type: square; }

li {
  margin-bottom: 10px; }

a {
  text-decoration: none;
  color: #ED0015; }
  a code {
    text-decoration: none;
    color: #B7233F; }
  a:hover {
    text-decoration: underline;
    color: #A90010; }
    a:hover code {
      text-decoration: underline;
      color: #a97322; }

.index-overview {
  background-color: white;
  width: 728px;
  padding: 30px;
  padding-top: 2px;
  margin-top: 44px; }

table {
  margin-bottom: 4em;
  border-collapse: collapse;
  vertical-align: middle; }

td {
  border: 1px solid #A90010;
  padding: .667em;
  font-size: 100%; }

th {
  border: 1px solid #A90010;
  padding: .3em .667em .3em .667em;
  background: #A90010;
  font-size: 103%;
  font-weight: bold;
  color: white;
  text-align: left; }

/* @group Common page elements */
#footer {
  clear: both;
  padding-top: 20px;
  text-align: center; }
  #footer p {
    width: 100%;
    max-width: 100% !important; }

.copyright {
  font-size: 12px; }

.generator {
  font-size: 11px; }

.main-navigation ul li {
  display: inline;
  margin-left: 15px;
  list-style: none; }

.navigation-top {
  position: absolute;
  top: 8px;
  right: 8px; }
  .navigation-top ul {
    margin: 0; }

.navigation-bottom {
  clear: both;
  float: right;
  margin-top: 20px;
  margin-bottom: -10px; }

.open > .disclosure:after {
  content: "\25BC"; }

.disclosure:after {
  content: "\25BA"; }

li.children:hover .nodisclosure, li.children:hover .disclosure {
  opacity: 0.3; }

.nodisclosure, .disclosure {
  color: #ED0015;
  margin-right: 8px;
  width: 9px;
  font-size: 10px;
  line-height: 16px;
  vertical-align: text-bottom; }

/* @end */
/* @group Header */
header#app_header.minimised {
  top: 0px;
  bottom: auto; }
  header#app_header.minimised > div {
    -webkit-transition: height 0.2s;
    height: 60px; }
    header#app_header.minimised > div ul#subtitle {
      z-index: 1000; }
    header#app_header.minimised > div div#cover {
      background-color: white;
      width: 100%;
      display: block;
      position: absolute;
      top: 0;
      height: 108px;
      padding: 0;
      margin-left: -20px;
      z-index: 1001;
      border-bottom: 1px solid #F2F2F2;
      -webkit-transition: border-bottom 0.2s; }
    header#app_header.minimised > div > li a {
      -webkit-transition: opacity 0.3s;
      opacity: 0; }
    header#app_header.minimised > div:hover {
      height: 100px; }
      header#app_header.minimised > div:hover div#cover {
        border-bottom: 1px solid white;
        -webkit-transition: border-bottom 0.2s; }
      header#app_header.minimised > div:hover ul#subtitle {
        height: auto;
        -webkit-transition: height 0.2s; }
        header#app_header.minimised > div:hover ul#subtitle li a {
          -webkit-transition: opacity 0.3s;
          opacity: 1; }
      header#app_header.minimised > div:hover > div {
        height: 104px; }
  header#app_header.minimised h1 {
    top: 0px;
    padding-top: 0px;
    font-size: 48px;
    text-align: center;
    width: 940px;
    text-overflow: ellipsis;
    overflow: hidden;
    left: 114px;
    right: 64px;
    z-index: 1002;
    display: block;
    height: 62px;
    margin-top: 22px; }
  header#app_header.minimised em {
    font-size: 32px; }
  header#app_header.minimised div#header_actions {
    z-index: 1002; }
  header#app_header.minimised a#logo {
    width: 80px;
    height: 65px;
    z-index: 1002; }

header#app_header {
  font-family: "GT Walsheim", "gt_walsheim_regular", "Avant Garde Gothic ITCW01Dm", "Avant Garde", "Helvetica Neue", "Arial";
  background-color: white;
  min-width: 1080px; }
  header#app_header a#logo {
    width: 264px;
    height: 65px;
    background-size: 264px 65px;
    display: inline-block;
    position: absolute;
    top: 25px;
    margin-top: 19px; }
    header#app_header a#logo svg .first-half {
      fill: #F2F2F2; }
    header#app_header a#logo svg .second-half {
      fill: #C6B7B2; }
  header#app_header div#header_actions {
    background-color: #F2F2F2;
    position: absolute;
    top: 25px;
    height: 65px;
    width: 65px;
    background-size: 65px 65px;
    right: 0; }
    header#app_header div#header_actions > svg {
      margin: 20px;
      margin-top: 12px; }
      header#app_header div#header_actions > svg path {
        stroke: #ED0015; }
    header#app_header div#header_actions #dropdown {
      display: none;
      width: 320px;
      right: 0;
      background-color: #C6B7B2;
      position: absolute;
      padding: 18px;
      top: 65px;
      height: auto;
      z-index: 1010; }
      header#app_header div#header_actions #dropdown ul {
        padding: 0; }
        header#app_header div#header_actions #dropdown ul li {
          list-style: none;
          font-size: 18px;
          position: relative;
          text-align: center;
          clear: both; }
          header#app_header div#header_actions #dropdown ul li.icon {
            min-height: 120px; }
          header#app_header div#header_actions #dropdown ul li hr {
            background-color: white;
            height: 1px;
            border: none; }
          header#app_header div#header_actions #dropdown ul li h3 {
            color: black;
            background-color: #C6B7B2;
            font-size: 18px;
            text-transform: uppercase;
            display: inline-block;
            padding: 0 10px;
            margin: -1em auto 0 auto;
            position: relative;
            top: -1em; }
          header#app_header div#header_actions #dropdown ul li div.thumbnail {
            float: left;
            width: 88px; }
          header#app_header div#header_actions #dropdown ul li div.details {
            float: left;
            width: 232px; }
          header#app_header div#header_actions #dropdown ul li p {
            text-align: left;
            margin: 6px 0; }
          header#app_header div#header_actions #dropdown ul li > p {
            padding-left: 12px; }
    header#app_header div#header_actions:hover {
      background-color: #C6B7B2; }
      header#app_header div#header_actions:hover #dropdown {
        display: block; }
      header#app_header div#header_actions:hover > svg path {
        stroke: white; }
  header#app_header div#cover {
    display: none; }
  header#app_header > div {
    height: 264px;
    position: relative;
    padding: 28px; }
  header#app_header h1 {
    bottom: 48px;
    left: 20px;
    font-size: 72px;
    border-left: none;
    position: static;
    width: 1040px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 78px;
    line-height: 63px;
    color: #ED0015;
    position: absolute;
    padding: 0;
    margin-bottom: 0; }
    header#app_header h1 em {
      color: #F2F2F2;
      font-weight: normal;
      font-style: normal;
      margin-left: 12px; }
    header#app_header h1 img {
      vertical-align: middle;
      margin-left: 12px; }
    header#app_header h1 a:hover {
      text-decoration: none; }
  header#app_header ul#subtitle {
    position: absolute;
    bottom: 0;
    left: 20px;
    padding: 0;
    margin-bottom: 0;
    font-size: 26px;
    color: #C6B7B2; }
    header#app_header ul#subtitle span.arrow {
      vertical-align: middle;
      font-size: 18px; }
    header#app_header ul#subtitle li:last-child {
      border-right: 2px #F2F2F2 solid; }
    header#app_header ul#subtitle > li {
      display: inline-block;
      float: left;
      border-left: 2px #F2F2F2 solid;
      margin-bottom: 0; }
      header#app_header ul#subtitle > li#contributors {
        max-width: 320px;
        text-overflow: ellipsis;
        display: -webkit-box;
        /* number of lines to show */
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-top: 0px;
        padding-bottom: 24px;
        line-height: 44px; }
      header#app_header ul#subtitle > li path#twitter-subtitle-bird {
        fill: #C6B7B2; }
      header#app_header ul#subtitle > li .twitter-handle {
        vertical-align: text-top; }
      header#app_header ul#subtitle > li span.subtitle {
        display: block;
        float: left;
        font-size: 14px;
        margin-right: 8px; }
      header#app_header ul#subtitle > li span.title {
        display: block; }
      header#app_header ul#subtitle > li.no-link {
        padding: 12px 24px;
        height: 20px; }
      header#app_header ul#subtitle > li#versions {
        position: relative; }
      header#app_header ul#subtitle > li a {
        padding: 12px 24px;
        height: 20px;
        color: #C6B7B2;
        display: block; }
      header#app_header ul#subtitle > li#travis a {
        padding: 12px 8px; }
      header#app_header ul#subtitle > li#travis.green a {
        color: #4fe94f; }
      header#app_header ul#subtitle > li#travis.red a {
        color: #ed0015; }
      header#app_header ul#subtitle > li#travis.black a {
        color: black; }
    header#app_header ul#subtitle li#versions:hover ul {
      display: block; }
    header#app_header ul#subtitle ul {
      display: none;
      width: 100%;
      position: absolute;
      padding-left: 0;
      padding-top: 12px;
      left: -2px;
      top: 36px;
      background-color: white;
      border-left: 2px #F2F2F2 solid;
      border-bottom: 2px #F2F2F2 solid;
      border-right: 2px #F2F2F2 solid;
      text-align: left; }
      header#app_header ul#subtitle ul li {
        font-size: 18px;
        list-style: none;
        margin: 0; }
        header#app_header ul#subtitle ul li:hover {
          background-color: #F2F2F2; }
        header#app_header ul#subtitle ul li a {
          padding: 6px 18px; }
      header#app_header ul#subtitle ul:hover {
        display: block; }

/* @end */
.deprecated {
  background-color: #fef0f4; }
  .deprecated div {
    min-width: 1080px; }
    .deprecated div h3 {
      padding: 10px;
      color: #59071e;
      text-align: center;
      margin: 0; }

#contents {
  background-color: white;
  padding: 20px;
  width: 796px;
  float: right;
  margin-top: 40px;
  position: relative; }
  #contents div#header {
    margin-top: 20px;
    margin-left: -20px;
    border-left: 4px #ED0015 solid; }
    #contents div#header h1 {
      font-size: 40px;
      border-left: none;
      margin-left: 20px; }

/* @group Table of contents */
#tocContainer {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0px;
  float: left; }
  #tocContainer > ul#toc {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding-left: 0;
    margin-top: 40px; }
    #tocContainer > ul#toc > li {
      width: 180px;
      font-size: 14px;
      background-color: white;
      padding: 12px;
      margin: 20px 20px;
      list-style: none; }
      #tocContainer > ul#toc > li > .sectionName a {
        color: #ED0015;
        font-weight: normal; }
        #tocContainer > ul#toc > li > .sectionName a:hover {
          text-decoration: none; }
    #tocContainer > ul#toc li.children > ul {
      display: none;
      height: 0;
      font-size: 12px; }
    #tocContainer > ul#toc > li > ul {
      margin: 0;
      padding: 0;
      margin-left: 0;
      margin-bottom: 0;
      padding-left: 15px; }

ul#toc > li > ul > li {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 15px; }

#tocContainer > ul#toc > li ul {
  list-style: none;
  margin-right: 0;
  padding-right: 0; }
#tocContainer > ul#toc li.children.open > ul {
  display: block;
  height: auto;
  margin-left: -15px;
  padding-left: 0; }
#tocContainer > ul#toc > li > ul {
  margin-left: 0;
  padding-left: 15px; }

ul#toc > li > ul > li {
  margin-left: 0;
  padding-left: 15px; }

#tocContainer li ul li {
  margin-top: 0.583em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  #tocContainer li ul li span.sectionName {
    white-space: normal; }
#tocContainer > ul#toc > li > ul a {
  color: #4F4F4F; }

/* @end */
/* @group Index formatting */
.index-column {
  width: 180px;
  font-size: 11px;
  background-color: white;
  padding: 12px;
  margin: 20px 20px; }
  .index-column h2 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 8px;
    line-height: 18px; }
  .index-column ul {
    margin: 8px 0 0 0;
    padding: 0;
    list-style: none; }
    .index-column ul li {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0 0 3px 0;
      padding: 0; }
      .index-column ul li a {
        color: black;
        text-decoration: none; }
        .index-column ul li a:hover {
          color: #A90010;
          text-decoration: underline; }

.hierarchy-column {
  width: 794px;
  padding: 20px;
  float: right;
  background-color: white; }
  .hierarchy-column ul {
    font-size: 20px;
    padding-top: 12px; }
    .hierarchy-column ul li {
      list-style: none;
      padding: 6px; }

/* @end */
/* @group Common formatting elements */
article:after {
  content: "";
  display: table;
  clear: both; }
article .title {
  font-weight: normal;
  font-size: 215%;
  margin-top: 0; }
article .note {
  background-color: white;
  margin: 1.667em 0 1.75em 0;
  padding: 0 .667em .083em .750em; }
article .warning {
  border: 1px solid #fbcad8;
  background-color: #fef0f4;
  margin-bottom: 0.5em;
  padding: 0.3em 0.8em; }
article .bug {
  border: 1px solid #000;
  background-color: #ffc;
  margin-bottom: 0.5em;
  padding: 0.3em 0.8em; }
article .deprecated {
  color: #f63c29; }

/* @end */
/* @group Common layout */
.section {
  border-top: 20px solid #f2f2f2;
  margin-top: 20px;
  margin-left: -20px;
  padding-left: 20px;
  margin-right: -20px;
  padding-right: 20px; }

/* @end */
/* @group Object specification section */
.section-specification {
  padding-top: 20px;
  font-size: 12px;
  border-top: none; }
  .section-specification table {
    margin-bottom: 0em;
    border-top: 1px solid #e5d7d9; }
  .section-specification td {
    vertical-align: top;
    border-bottom: 1px solid #e5ccd2;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    padding: .6em; }
  .section-specification .specification-title {
    font-weight: bold; }

/* @end */
/* @group Tasks section */
.task-list {
  list-style-type: none;
  padding-left: 0px; }
  .task-list li {
    margin-bottom: 3px; }

.task-item-suffix {
  color: #C6B7B2;
  font-size: 12px;
  margin-left: 0.5em; }

span.tooltip:hover span.tooltip {
  display: block;
  position: absolute;
  margin: 13px; }

span.tooltip span.tooltip {
  border-radius: 4px;
  background-color: #f2f2f2;
  font-size: 1.0em;
  display: none;
  padding: 0.3em 1em;
  color: #000;
  text-align: left;
  border: 1px solid black;
  border-radius: 4px;
  width: 640px; }

/* @end */
/* @group Method section */
.method-declaration {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: -20px;
  padding-right: 12px; }
  .method-declaration code {
    width: 100%;
    font: 14px "Monaco", "Menlo", "Consolas", "Courier New", monospace;
    color: #000;
    display: inline-block;
    padding: 0.5em;
    border-radius: 4px;
    background-color: #F2F2F2; }

.declaration {
  color: #000; }

div.section-method {
  clear: both;
  margin-bottom: 80px; }

.method-subsection.discussion-section h5 {
  text-transform: none;
  color: #C6B7B2; }

.method-subsection {
  clear: both;
  padding-top: 2px; }
  .method-subsection h5 {
    margin-top: 0.5em; }
  .method-subsection h4 {
    font-size: 14px;
    width: 120px;
    margin-top: 0;
    text-align: right;
    float: left;
    color: #C6B7B2;
    line-height: 18px;
    text-transform: initial; }
  .method-subsection .params {
    width: 664px;
    float: right;
    clear: right;
    margin: 0; }
    .method-subsection .params p:first-child, .method-subsection .params dl:first-child {
      margin-top: 0; }
    .method-subsection .params > ul {
      margin: 0;
      padding-left: 0; }
      .method-subsection .params > ul li {
        list-style: none; }
    .method-subsection .params dt {
      margin: 0;
      padding: 0;
      font-weight: bold; }
    .method-subsection .params dd {
      margin: 0;
      padding: 0; }
  .method-subsection .parameter-title:after {
    content: ":"; }

#tocContainer.hideInXcode {
  display: none;
  border: 0px solid black; }

#top_header.hideInXcode {
  display: none; }

#contents.hideInXcode {
  border: 0px solid black;
  top: 0px;
  left: 0px; }

/* GFM support */
/* support prettier index pages */
#overview_contents {
  min-width: 1080px; }
  #overview_contents .section-header {
    display: none; }

#has_index {
  min-width: 1080px; }
  #has_index #sidebar {
    float: left;
    margin-top: 22px; }
  #has_index #container {
    float: right; }

/* Add github icon */
h3 .hover-only, h1 .hover-only {
  display: inline;
  opacity: 0.2; }

h3:hover .hover-only, h1:hover .hover-only {
  opacity: 1; }

h1 .hover-only img {
  vertical-align: middle; }

@font-face {
  font-family: 'gt_walsheim_regular';
  src: url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-bold-web.eot");
  src: url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-bold-web.eot?#iefix") format("embedded-opentype"), url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-bold-web.woff") format("woff"), url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-bold-web.ttf") format("truetype"), url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-bold-web.svg#gt_walsheim_bold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'gt_walsheim_bold_oblique';
  src: url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-bold-oblique-web.eot");
  src: url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-bold-oblique-web.eot?#iefix") format("embedded-opentype"), url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-bold-oblique-web.woff") format("woff"), url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-bold-oblique-web.ttf") format("truetype"), url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-bold-oblique-web.svg#gt_walsheim_bold_oblique") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'gt_walsheim_regular';
  src: url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-web.eot");
  src: url('https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-web.eot"?#iefix') format("embedded-opentype"), url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-web.woff") format("woff"), url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-web.ttf") format("truetype"), url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-web.svg#gt_walsheim_regular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'gt_walsheim_regular_oblique';
  src: url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-regular-oblique-web.eot");
  src: url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-regular-oblique-web.eot?#iefix") format("embedded-opentype"), url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-regular-oblique-web.woff") format("woff"), url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-regular-oblique-web.ttf") format("truetype"), url("https://s3.amazonaws.com/cocoapods/fonts/gt-walsheim-regular-oblique-web.svg#gt_walsheim_regular") format("svg");
  font-weight: 400;
  font-style: italic; }

/*# sourceMappingURL=appledoc_stylesheet.css.map */
